/* Version 2.2 */

html {
}

body {
	
	font-family: 'Outfit', sans-serif !important;
	background-color: black;
    background-repeat: no-repeat;
	color: white;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

video {
	max-width: 100%;
}

hr {
	border: 1px solid #686868;
}

.navbar {
	padding: 28px 0;
}

.navbar .navbar-brand {
	padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	padding: 0 !important;
	margin-right: 20px;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link.active {
	font-weight: bold;
}

.navbar .navbar-nav .nav-item .nav-link.last {
	margin-right: 0;
}

.mysection1 {
	margin-bottom: 64px;
	background-image: url('../img/mys1-img1.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	box-shadow: 0px -55px black inset;
}

.mysection1 .left-side {
	display: block;
	margin-left: auto;
	margin-right: 40px;
	padding-top: 230px;
	max-width: 617px;
}

.mysection1 .left-side h2 {
	margin-bottom: 29px;
	max-width: 545px;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 74px;
	line-height: 65px;
}

.mysection1 .left-side p {
	margin-bottom: 40px;
	max-width: 500px;
	color: #9B9B9B;
	font-size: 20px;
	line-height: 26px;
}


@keyframes myanimation {
	0% {
	  box-shadow: 0 0 0 0px rgba(124, 233, 108, 0.3);
	}
	100% {
	  box-shadow: 0 0 0 30px rgba(124, 233, 108, 0);
	}
}

@keyframes myanimation2 {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 194, 102, 0.409);
	}
	100% {
		box-shadow: 0 0 0 30px rgba(255, 194, 102, 0.0);
	}
}





.mysection1 .left-side .cta1 {
	padding: 14px 43px 15px 43px;
	background-color: #FFC366;
	border: none;
	border-radius: 50px;
	animation: myanimation2 2s infinite;
	transition: 0.3s;
}

.mysection1 .left-side .cta1 span {
	color: black;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize !important;
	transition: 0.3s;
}

.mysection1 .left-side .cta1:hover,
.mysection1 .left-side .cta1:focus {
	background: white;
	transition: 0.3s;
}

.mysection1 .left-side .cta1:hover span,
.mysection1 .left-side .cta1:focus span {
	color: black;
	transition: 0.3s;
}

.mysection1 .right-side video {
	max-height: 815px;
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.mysection2 .myrow {
	margin-bottom: 145px;
	padding: 90px 45px;
	background-color: #181818;
}

.mysection2 .myrow .mycol1 h2 {
	margin-top: -7px;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 56px;
	line-height: 66px;
	letter-spacing: -0.5px;
}

.mysection2 .myrow .mycol2 p {
	margin-bottom: 24px;
	color: wheat;
	font-size: 20px;
	line-height: 31px;
}

.mysection2 .myrow .mycol2 a {
	color: #FFC366;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	transition: 0.3s;
}

.mysection2 .myrow .mycol2 a:hover {
	color: white;
	transition: 0.3s;
}

.mysection3 {
	margin-bottom: 125px;
}

.mysection3 .titlezone h2 {
	margin-bottom: 15px;
	color: white;
	font-family: 'Darker Grotesque', sans-serif; 
	font-size: 56px;
	letter-spacing: -0.5px;
}

.mysection3 .titlezone p {
	display: block;
	margin-bottom: 10pxpx;
	max-width: 741px;
	color: #939393;
	font-size: 20px;
	line-height: 31px;
}

.mysection3 .titlezone p.verysmall {
	margin-bottom: 64px;
	color: #737373;
	font-size: 17px;
	line-height: 27px;
}

.mysection3 .funkydiv {
	background: white;
	box-shadow: -595px 80px black inset;
}

.mysection3 .funkydiv .myinvestments .invest {
	color: black;
	text-align: right;
}

.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail {
	height: 369px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
	transition: 1s;
}

.mysection3 .funkydiv .myinvestments .invest1 .upper-zone .thumbnail {
	background-image: url('../img/mys3-img1.png');
}

.mysection3 .funkydiv .myinvestments .invest2 .upper-zone .thumbnail {
	background-image: url('../img/mys3-img2.png');
}

.mysection3 .funkydiv .myinvestments .invest3 .upper-zone .thumbnail {
	background-image: url('../img/mys3-img3.png');
}

.mysection3 .funkydiv .myinvestments .invest4 .upper-zone .thumbnail {
	background-image: url('../img/mys3-img4.png');
}

.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail:hover {
	background-size: 140%;
	cursor: pointer;
	transition: 0.5s;
}

.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone {
	margin-bottom: 17px;
	padding: 18px 21px 21px 30px;
	background-color: #E5E5E5;
	transition: 1s;
}

.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone:hover {
	background-color: #D5D5D5;
	cursor: pointer;
	transition: 0.5s;
}

.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone h3 {
	display: block;
	margin-left: auto;
	max-width: 240px;
	color: black;
	font-family: 'Darker Grotesque', sans-serif; 
	font-size: 41px;
	font-weight: 400;
	line-height: 37px;
}

.mysection3 .funkydiv .myinvestments .invest .lower-zone {
	margin-bottom: 51px;
}

.mysection3 .funkydiv .myinvestments .invest .lower-zone p {
	display: block;
	margin-left: auto;
	padding: 0 17px;
	max-width: 269px;
	color: #7d7d7d;
	font-size: 18px;
	line-height: 26px;
}

.mysection3 .funkydiv .myinvestments .invest .lower-zone p.verysmall {
	color: #a2a2a2;
  	font-size: 16px;
  	line-height: 22px;
}

.mysection4 {
	margin-bottom: 145px;
}

.mysection4 .titlezone h2 {
	margin-bottom: 15px;
	color: white;
	font-family: 'Darker Grotesque', sans-serif; 
	font-size: 56px;
	letter-spacing: -0.5px;
}

.mysection4 .titlezone p {
	display: block;
	margin-bottom: 10px;
	max-width: 741px;
	color: #939393;
	font-size: 20px;
	line-height: 31px;
}

.mysection4 .titlezone p.verysmall {
	margin-bottom: 64px;
	color: #4e4e4e;
  	font-size: 17px;
  	line-height: 25px;
}

.mysection4 .myforms .form-control {
	margin-bottom: 15px;
	padding: 15px 20px;
	background-color: #1C1C1C;
	color: white;
	border: none;
	border-radius: 0;
	transition: 0.3s;
}

.mysection4 .myforms .form-control:hover,
.mysection4 .myforms .form-control:focus {
	background-color: #272727;
	transition: 0.3s;
}

.mysection4 .myforms .form-control::placeholder {
	color: #919191;
	font-weight: 400;
}

.mysection4 .myforms .last .form-control {
	margin-bottom: 0;
}

.mysection4 .cta2 {
	padding: 14px 43px 15px 43px;
	background-color: #FFC366;
	border: none;
	border-radius: 50px;
	transition: 0.3s;
}

.mysection4 .cta2 span {
	color: black;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize !important;
	transition: 0.3s;
}

.mysection4 .cta2:hover,
.mysection4 .cta2:focus {
	background: white;
	transition: 0.3s;
}

.mysection4 .cta2:hover span,
.mysection4 .cta2:focus span {
	color: black;
	transition: 0.3s;
}


.footer {
	padding-top: 120px;
	margin-bottom: 0;
	background-color: #111111;
	color: white;
}

.footer .myrow {
	margin-bottom: 40px;
}

.footer .footer-disclaimer {
	margin-bottom: 90px;
	color: grey;
}

.footer .mycol h2 {
	margin-bottom: 22px;
	font-size: 47px;
	font-family: 'Darker Grotesque', sans-serif;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.footer .mycol ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .mycol ul li {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.footer .mycol ul li a {
	color: #ABABAB;
	text-decoration: none;
	transition: 0.2s;
}

.footer .mycol ul li a:hover {
	color: white;
	transition: 0.2s;
}

.footer .mycol1 {
	padding-top: 28px;
	border-right: 1px solid #2B2B2B;
}

.footer .mycol1 .logo-footer {
	margin-bottom: 33px;
}

.footer .mycol1 p {
	max-width: 339px;
	font-size: 19px;
	line-height: 30px;
}

.footer .mycol2 {
	margin-top: 10px;
	padding-left: 68px;
	border-right: 1px solid #2B2B2B;
}

.footer .mycol3 {
	margin-top: 10px;
	padding-left: 68px;
}

.footer .copyright {
	margin-bottom: 0;
	padding-top: 23px;
	padding-bottom: 43px;
	font-size: 18px;
}

.mymodal .modal-content {
	border: none; 
	border-radius: 20px;
}

.mymodal .modal-header {
	padding: 30px 30px;
	border: none
}

.mymodal .modal-header .btn-close {
	padding: 15px;
	color: black;
	font-size: 12px;
	border: 3px solid #d7d7d7;
	border-radius: 100px;
}

.mymodal .modal-body {
	padding: 0 50px 40px 50px;
}

.mymodal .modal-body h2 {
	font-size: 38px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 17px;
	margin-bottom: 30px;
}

.mymodal .modal-body h3 {
	margin-top: 35px;
}

.modal img {
	margin-bottom: 20px;
}

.mymodal .modal-body p {
	margin-bottom: 35px;
	color: #777;
	font-size: 20px;
	line-height: 32px;
}

.ctax {
	margin-left: 16px;
	padding: 6px 24px 8px 24px;
	background-color: black;
	color: #FFC366;
	border: 2px solid #FFC366;
	border-radius: 50px;
	transition: 0.3s;
}

.ctax span {
	color: #FFC366;
	font-size: 14.5px;
	font-weight: 500;
	text-transform: capitalize !important;
	transition: 0.3s;
}

.ctax:hover,
.ctax:focus,
.ctax:active {
	background: #FFC366;
	border: 2px solid #FFC366;
	transition: 0.3s;
}

.ctax:hover span,
.ctax:focus span,
.ctax:active span {
	color: black;
	transition: 0.3s;
}

.ctax2 {
	margin-left: 8px;
	padding: 10px 33px 11px 33px;
	background: none;
	border: 2px solid #FFC366;
	border-radius: 50px;
	transition: 0.3s;
}

.ctax2 span {
	color: #FFC366;;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize !important;
	transition: 0.3s;
}

.ctax2:hover,
.ctax2:focus,
.ctax2:active {
	background: white !important;
	border: 2px solid white !important;
	transition: 0.3s;
}

.ctax2:hover span,
.ctax2:focus span,
.ctax2:active span {
	color: black;
	transition: 0.3s;
}


/*---------------------------------------------------------------

Responsive MIN

-----------------------------------------------------------------*/

@media screen and (min-width: 2150px) {

	.mysection3 .funkydiv {
		box-shadow: -395px 80px black inset;
	  }

}

@media screen and (min-width: 1860px) and (max-width: 2150px) {

	.mysection3 .funkydiv {
		box-shadow: -255px 80px black inset;
	}

}


@media screen and (min-width: 1860px) {


}

@media screen and (min-width: 1400px) {


}

@media screen and (min-width: 1200px) and (max-width: 1400px) {



}

@media screen and (min-width: 1200px) {

	.ctax2 {
		display: none;
	}

}

@media screen and (min-width: 991px) and (max-width: 1200px) {


}

@media screen and (min-width: 991px) {



}


/*---------------------------------------------------------------

Responsive MAX

-----------------------------------------------------------------*/

@media screen and (max-width: 1860px) {

	.mysection1 {
		box-shadow: 0px -45px black inset;
	}

	.mysection1 .left-side {
		padding-top: 190px;
	}

	.mysection3 .funkydiv {
		box-shadow: -115px 80px black inset;
	}

}  

@media screen and (max-width: 1600px) {

	.mysection1 {
		box-shadow: 0px -35px black inset;
	}

	.mysection1 .left-side {
		padding-top: 130px;
	}

	.mysection3 .funkydiv {
		box-shadow: -27px 80px black inset;
	}

}    

@media screen and (max-width: 1400px) {

	.mysection1 .left-side {
		margin-right: 0;
		padding-left: 60px;
		padding-top: 247px;
		margin-bottom: 100px;
	}

	.mysection1 .left-side h2 {
		margin-bottom: 19px;
		font-size: 62px;
		line-height: 55px;
	}

	.mysection1 .left-side p {
		margin-bottom: 28px;
		font-size: 19px;
		line-height: 28px;
	}

	.mysection1 .left-side .cta1 {
		padding: 12px 38px 13px 38px;
	}

	.mysection2 .myrow {
		margin-bottom: 85px;
	}

	.mysection2 .myrow .mycol1 h2 {
		font-size: 53px;
	}

	.mysection2 .myrow .mycol2 p {
		font-size: 19px;
		line-height: 29px;
	}

	.mysection3 {
		margin-bottom: 95px;
	}

	.mysection3 .titlezone h2 {
		margin-bottom: 8px;
		font-size: 53px;
	}

	.mysection3 .titlezone p {
		font-size: 19px;
		line-height: 28px;
	}

	.mysection3 .funkydiv {
		box-shadow: -25px 80px black inset;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail {
		background-size: 140%;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail:hover {
		background-size: 150%;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone h3 {
		font-size: 39px;
	}

	.mysection4 .titlezone h2 {
		margin-bottom: 8px;
		font-size: 53px;
	}

	.mysection4 .titlezone p {
		font-size: 19px;
		line-height: 28px;
	}

	.mysection4 .cta2 {
		padding: 16px 30px 16px 30px;
	}

	.footer {
		padding-top: 90px;
	}

	.footer .myrow {

	}

	.footer .mycol h2 {
		font-size: 43px;
	}

	.footer .mycol1 p {
		font-size: 17px;
  		line-height: 26px;
	}

	.footer .copyright {
		margin-bottom: 0;
		padding-top: 16px;
		padding-bottom: 35px;
		font-size: 16px;
	}


}    

@media screen and (max-width: 1200px) {

	.navbar .navbar-nav {
		margin-top: 50px;
		text-align: center;
	}

	.navbar .navbar-nav .nav-item {
		margin-bottom: 10px;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		margin-bottom: 2px;
		font-size: 18px;
	}

	.navbar .navbar-nav .nav-item .nav-link.last {
		margin-right: 20px;
	}

	.mysection1 .left-side .cta1 {
		animation: none;
	}

	.ctax {
		margin-left: 0;
		margin-right: 20px;
		margin-top: 10px;
	}

	.mysection1 {
		padding-top: 65px;
		padding-bottom: 60px;
		margin-bottom: 70px;
		box-shadow: none;
	}

	.mysection1 .left-side {
		display: block;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.mysection1 .left-side h2 {
		display: block;
		margin: 0 auto 16px auto;
		font-size: 57px;
		line-height: 56px;
	}

	.mysection1 .left-side p {
		display: block;
		margin: 0 auto 30px auto;
	}

	.mysection1 .right-side video {
		margin: 0 auto 30px auto;
		max-height: 600px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail {
		background-size: cover;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail:hover {
		background-size: cover;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone {
		padding: 11px 15px 17px 10px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone h3 {
		font-size: 36px;
		line-height: 35px;
	}

}    

@media screen and (max-width: 991px) {

	.mysection1 {
		padding-top: 45px;
		margin-bottom: 50px;
	}

	.mysection1 a {
		text-decoration: none;
	}

	.mysection1 .left-side p {
		display: block;
		margin: 0 auto 50px auto;
		font-size: 20px;
		line-height: 29px;
		text-align: center;
	}

	.mysection1 .left-side .cta1 {
		/* display: block;
		margin: 0 auto; */
	}

	.mysection2 .myrow .mycol1 h2 {
		font-size: 49px;
	}

	.mysection3 {
		margin-bottom: 75px;
	}

	.mysection3 .titlezone h2 {
		font-size: 49px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone {
		margin-bottom: 8px;
		padding: 13px 20px 23px 25px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone h3 {
		max-width: 100%;
		margin: 0;
		text-align: left;
	}

	.mysection3 .funkydiv .myinvestments .invest .lower-zone {
		margin-bottom: 65px;
	}

	.mysection3 .funkydiv .myinvestments .invest .lower-zone p {
		margin: 0 0 9px 0;
		max-width: 100%;
		text-align: left;
	}

	.mysection4 {
		margin-bottom: 105px;
	}

	.mysection4 .titlezone h2 {
		font-size: 49px;
	}

	.mysection4 .titlezone p {

	}

	.mysection4 .myrow .mycol1 {
		margin-bottom: 24px;
	}

	.footer {
		padding-top: 60px;
		text-align: center;
	}

	.footer .myrow {
		margin-bottom: 60px;
	}

	.footer .copyright {
		padding-top: 17px;
		padding-bottom: 31px;
		font-size: 17px;
	}

	.footer .mycol h2 {
		margin-bottom: 11px;
	}

	.footer .mycol1 {
		margin: 0 0 40px 0;
		border: none;
	}

	.footer .mycol1 p {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}

	.footer .mycol2 {
		margin: 0 0 30px 0;
		padding: 0;
		border: none;
	}

	.footer .mycol3 {
		margin: 0;
		padding: 0;
	}

}

@media screen and (max-width: 767px) {

	.mysection1 .left-side p {
		font-size: 19px;
		line-height: 28px;
	}

	.mysection2 .myrow {
		padding: 70px 45px;
	}

	.mysection2 .myrow .mycol2 p {
		font-size: 18px;
		line-height: 28px;
	}

	.mysection3 .titlezone h2 {
		margin-bottom: 17px;
		line-height: 48px;
	}

	.mysection3 .titlezone p {
		font-size: 18px;
		line-height: 27px;
	}

	.mysection4 .titlezone p {
		font-size: 18px;
		line-height: 27px;
	}

}

@media screen and (max-width: 576px) { 

	.navbar .navbar-nav {
		margin-top: 55px;
	}

	.navbar .navbar-brand img {
		margin-left: 10px;
		max-height: 38px;
	}

	.mysection1 {
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
		margin-bottom: 40px;
	}

	.mysection1 .left-side h2 {
		font-size: 41px;
		line-height: 40px;
	}

	.mysection1 .left-side p {
		margin: 0 auto 33px auto;
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}

	.mysection1 .left-side .cta1 span {
		font-size: 16px;
	}

	.ctax2 {
		margin-left: 2px;
	}

	.mysection1 .right-side video {
		margin: 0 auto 26px auto;
	}

	.mysection2 .myrow {
		margin-bottom: 55px;
		padding: 44px 24px;
	}

	.mysection2 .myrow .mycol1 h2 {
		font-size: 38px;
	}

	.mysection2 .myrow .mycol2 p {
		font-size: 18px;
    	line-height: 26px;
	}

	.mysection3 {
		padding: 0 24px;
	}

	.mysection3 .titlezone h2 {
		font-size: 38px;
		line-height: 38px;
	}

	.mysection3 .titlezone p {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
	}

	.mysection3 .funkydiv {
		box-shadow: none;
	}

	.mysection3 .funkydiv .myinvestments .invest .lower-zone {
		margin-bottom: 45px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .thumbnail {
		height: 239px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone {
		padding: 12px 14px 17px 18px;
	}

	.mysection3 .funkydiv .myinvestments .invest .upper-zone .title-zone h3 {
		font-size: 33px;
    	line-height: 31px;
	}

	.mysection4 {
		margin-bottom: 94px;
		padding: 0 24px;
	}

	.mysection4 .titlezone h2 {
		font-size: 38px;
		line-height: 38px;
	}

	.mysection4 .titlezone p {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
	}

	.footer {
		padding: 50px 20px 0 20px;
	}

	.footer .myrow {
		margin-bottom: 50px;
	}

	.footer .mycol1 .logo-footer {
		max-height: 45px;
	}

	.footer .mycol1 p {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .mycol h2 {
		font-size: 33px;
	}

	.footer .copyright {
		padding-top: 12px;
    	padding-bottom: 28px;
		font-size: 15px;
	}

	.mymodal img {
		display: block;
		margin: 0 auto 40px auto;
		text-align: center;
	}

	.mymodal .modal-body {
		padding: 0 40px 40px 40px;
	}

	.mymodal .modal-body h2 {
		font-size: 30px;
	}

	.mymodal .modal-body p {
		font-size: 19px;
		line-height: 28px;
	}

}

/*-------------------
# Back on Top Button
--------------------*/
.buttontop-top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 10px;
	padding-top: 6px;
	height: 60px;
	width: 60px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	z-index: 2;
	color: #262626;
	background: #ececec;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s;
}

.buttontop-top.buttontop-is-visible,
.buttontop-top.buttontop-fade-out,
.no-touch .buttontop-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}

.buttontop-top.buttontop-is-visible {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}

.buttontop-top.buttontop-fade-out {
	opacity: .5;
}

.buttontop-top:hover {
	opacity: 1;
	color: #262626  !important;
	text-decoration: none  !important;
	transition: 0.2s;
}