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;
	backdrop-filter: blur(32px);
  	background: rgba(0, 0, 0, 0.6) !important;
}

.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: 65px;
	padding: 286px 0 94px 0;
	background-color: #111111;
}

.mysection1 .mysection1-inside h1 {
	margin-bottom: 10px;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 74px; 
	font-weight: 500;
}

.mysection1 .mysection1-inside p {
	display: block;
	max-width: 643px;
	margin: 0;
	color: #B6B6B6;
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	line-height: 31px;
}

.mysection1 .mysection1-inside p a {
	color: #FFC366;
}

.mysection1 .mysection1-inside p a {
	color: #FFC366;
	transition: 0.3s;
}

.mysection1 .mysection1-inside p a:hover {
	color: white;
	transition: 0.3s;
}


.mysection2 {
	margin-bottom: 76px;
}

.mysection2 .myrow .mycol .mycard {
	height: 100%;
	background-color: #111111;
	transition: 0.5s;
}

.mysection2 .myrow .mycol .mycard:hover {
	background-color: white;
	cursor: pointer;
	transition: 0.5s;
}

.mysection2 .myrow .mycol .mycard .upper-zone {
	height: 384px;
}

.mysection2 .myrow .mycol .mycard .lower-zone {
	padding: 34px 34px 35px 41px;		
}

.mysection2 .myrow .mycol .mycard .lower-zone .date {
	color: white;
	font-weight: 400;
	font-size: 17px;
	transition: 0.5s;
}

.mysection2 .myrow .mycol .mycard .lower-zone h2 {
	margin-bottom: 26px;
	color: #ffc366;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 37px;
	transition: 0.5s;	
}

.mysection2 .myrow .mycol .mycard .lower-zone p {
	color: #D5D5D5;
	font-size: 17px;
	line-height: 28px;
	transition: 0.5s;
}


.mysection2 .myrow .mycol .mycard:hover .lower-zone .date {
	color: black;
	transition: 0.5s;
}

.mysection2 .myrow .mycol .mycard:hover .lower-zone h2 {
	color: black;
	transition: 0.5s;
}

.mysection2 .myrow .mycol .mycard:hover .lower-zone p {
	color: #646464;
	transition: 0.5s;
}

.mysection2 .myrow .mycol.mycol1 .mycard:hover .upper-zone {
	background-size: 110%;
	transition: 0.5s;
}

.mysection2 .myrow .mycol.mycol2 .mycard:hover .upper-zone {
	background-size: 110%;
	transition: 0.5s;
}

.mysection2 .myrow .mycol.mycol3 .mycard:hover .upper-zone {
	background-size: 110%;
	transition: 0.5s;
}

.mysection2 .myrow1 .mycol.mycol1 .mycard .upper-zone {
	background: url('../img/thumbnail6.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.5s;
}

.mysection2 .myrow1 .mycol.mycol2 .mycard .upper-zone {
	background: url('../img/thumbnail5.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.5s;
}

.mysection2 .myrow2 .mycol.mycol1 .mycard .upper-zone {
	background: url('../img/thumbnail4.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.5s;
}

.mysection2 .myrow2 .mycol.mycol2 .mycard .upper-zone {
	background: url('../img/thumbnail3.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.5s;
}

.mysection2 .myrow3 .mycol.mycol1 .mycard .upper-zone {
	background: url('../img/thumbnail2.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.5s;
}


.mysection2 .myrow3 .mycol.mycol2 .mycard .upper-zone {
	background: url('../img/thumbnail1.jpg');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100%;
	transition: 0.5s;
}


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

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

.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 .mycol2 .active {
	color: white;
	font-weight: bold;
}

.footer .mycol3 .active {
	color: white;
	font-weight: bold;
}

.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;
}


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

Responsive MIN

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

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



}

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



}


@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) {



}

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


}

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

	.mysection2 .myrow1 {
		margin-bottom: 30px;
	}

	.mysection2 .myrow2 {
		margin-bottom: 30px;
	}

}


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

Responsive MAX

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

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


}  

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


}    

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

	.mysection1 {
		padding: 246px 0 94px 0;
	}

	.mysection1 .mysection1-inside h1 {
		font-size: 62px;
	}

	.mysection1 .mysection1-inside p {
		font-size: 19px;
		line-height: 31px;
	}

	.mysection2 .myrow .mycol .mycard .lower-zone p {
		font-size: 18px;
		line-height: 29px;
	}

	.footer {
		padding-top: 90px;
	}

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

	.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;
	}

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

	.mysection1 {
		margin-bottom: 55px;
		padding: 216px 0 74px 0;
	}

	.mysection1 .mysection1-inside h1 {
		font-size: 61px;
	}

	.mysection2 .myrow .mycol .mycard .upper-zone {
		height: 300px;
	}

}    

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

	.mysection2 .myrow .mycol {
		margin-bottom: 40px;
	}

	.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 {
		padding: 176px 0 56px 0;
	}

	.mysection1 .mysection1-inside h1 {
		font-size: 58px;
	}

	.mysection1 .mysection1-inside p {
		font-size: 18px;
		line-height: 28px;
	} 

	.mysection2 .myrow .mycol .mycard .lower-zone {
		padding: 40px 30px 25px 30px;
	}

}

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

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

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

	.mysection1 {
		margin-bottom: 35px;
		padding: 71px 20px 42px 20px;
	}

	.mysection1 .mysection1-inside h1 {
		font-size: 52px;
		text-align: center;
		margin-bottom: 6px;
	}

	.mysection1 .mysection1-inside p {
		font-size: 17px;
		line-height: 27px;
		text-align: center;
	}

	.mysection2 {
		margin-bottom: 60px;
		padding: 0 10px;
	}

	.mysection2 .myrow .mycol {
		margin-bottom: 30px;
	}

	.mysection2 .myrow .mycol .mycard .upper-zone {
		height: 220px;
	}

	.mysection2 .myrow .mycol .mycard .lower-zone .date {
		font-size: 16px;
	}

	.mysection2 .myrow .mycol .mycard .lower-zone {
		padding: 40px 30px 25px 30px;
	}

	.mysection2 .myrow .mycol .mycard .lower-zone h2 {
		font-size: 37px;
		line-height: 37px;
	}

	.mysection2 .myrow .mycol .mycard .lower-zone p {
		font-size: 17px;
		line-height: 28px;
	}

	.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;
}