/*main styles*/

@font-face {
	font-family: 'EraserDust';
	src: url('../fonts/EraserDust.eot');
	src: url('../fonts/EraserDust.eot') format('embedded-opentype'),  url('../fonts/EraserDust.woff2') format('woff2'),  url('../fonts/EraserDust.woff') format('woff'),  url('../fonts/EraserDust.ttf') format('truetype'),  url('../fonts/EraserDust.svg#EraserDust') format('svg');
}
@font-face {
	font-family: 'BriceBlack';
	src: url('../fonts/BriceBlack.eot');
	src: url('../fonts/BriceBlack.eot') format('embedded-opentype'),  url('../fonts/BriceBlack.woff2') format('woff2'),  url('../fonts/BriceBlack.woff') format('woff'),  url('../fonts/BriceBlack.ttf') format('truetype'),  url('../fonts/BriceBlack.svg#BriceBlack') format('svg');
}
@font-face {
    font-family: 'erasdust';
    src: url('../fonts/erasdust.eot');
    src: url('../fonts/erasdust.eot') format('embedded-opentype'),
         url('../fonts/erasdust.woff2') format('woff2'),
         url('../fonts/erasdust.woff') format('woff'),
         url('../fonts/erasdust.ttf') format('truetype'),
         url('../fonts/erasdust.svg#erasdust') format('svg');
}

:root {
 --lato:'Lato', sans-serif;
 --EraserRegular:'erasdust';
 --BriceBlack:'BriceBlack';
 --white:#fff;
 --black:#000;
 --orange:#FF6836;
}
.yellow-bg{background:#ecba05;}
body {
	background-color: black;
	font-family: var(--EraserRegular);
	font-size: 16px;
}
.black-theme{background-color:var(--white)}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
p {
	color: var(--white);
	font-size: 15px;
	line-height: 24px;
}
.align-center {
	align-items: center;
}
.container {
	width: 1350px;
	max-width: 100%;
	padding: 0 36px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.col-6 {
	width: 50%;
	padding: 0 15px;
}
/**************HEADER*******************/

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	color: white;
	padding: 26px 0;
	width: 100%;
    left: 0;
    top: 0;

}
/**.header.sticky {
	background: rgba(0,0,0,0.7);
}
.black-theme .header.sticky {
	background: rgba(255,255,255,0.7);
}**/
.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.header a, .header a:hover {
	text-decoration: none;
}
.header a {
	color: #fff;
	font-size: 16px;
}
.black-theme .header a {
    color:var(--black);
}
.header a:hover, .header a:focus {
	color: antiquewhite;
}
.black-theme .header a:hover, .black-theme .header a:focus {
	color: var(--orange);
}
.sound {
	color: white;
	gap: 0.25rem;
	margin-left: 40px;
}
.black-theme .sound {
    color:var(--black);
}
.sound input {
	appearance: none;
	background-color: transparent;
	border: 0 none;
	color: white;/*    font-size: 18px;*/
}
.sound label {
	display: inline-block;
	width: 48px;
	height: 22px;
	border: 1px solid whitesmoke;
	border-radius: 22px;
	cursor: pointer;
}
.sound label span {
	width: 16px;
	height: 16px;
	display: block;
	background: whitesmoke;
	border-radius: 50%;
	margin: 2px;
	transition: transform 300ms ease-out;
}
.black-theme .sound label {
    border-color:var(--black);
}
.black-theme .sound label span {
	background: var(--black);
}
.sound input:checked+label span {
	transform: translateX(26px);
}
/**************MODAL*******************/

.modal-container {
	background: white;
	position: relative;
	border-radius: 1rem;
	padding-inline: 0.4rem;
	padding: 20px 0;
}
.modal-header, .modal-body {
/*color: #fff;*/
}
.modal-header {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.modal-close {
	font-size: 24px;
}
.modal-image {
	margin: 0;
}
.modal-text {
	padding: 1.5rem 1rem;
	color: black;
}
.modal-body h1 {
	font-size: 60px;
	line-height: 72px;
}
.modal-body h3 {
	font-size: 36px;
	line-height: 42px;
}
.modal-body p {
	font-size: 16px;
	color: var(--black)
}

/**************HERO*******************/

.hero {
	padding-top: 111px;
	background-repeat: no-repeat; background-position:center bottom;
	background-size: cover;    position: relative;
    z-index: 1;    padding-bottom:90px;
}
.hero h3 {
	font-family: var(--lato);
	font-size: 40px;
	line-height: 63px;
	color: var(--white);
	font-weight: 300;
}
.hero .col-7 {
	padding-top: 100px;
}
.hero .col-5:nth-child(2) {
	padding-top: 20px;
}
.banner-text1{color:var(--white); font-size:16px;transform: matrix(1, 0.05, -0.05, 1, 0, 0); padding-left:30px;}
.pr-40{padding-right:40px;}
.hero p{padding-right:100px;}
.radio-img{position:relative;}
.arrow1 {
    position: absolute;
    left: -83px;
    bottom: 15px;
    width: 150px;
}

/**************MEENU SECTION*******************/

.menu-section {background-repeat: no-repeat; background-position:center bottom;
	background-size: cover;margin-top: -100px;
	padding:100px 0;    position: relative;
}
.menu-heading{color:var(--white);    padding: 0 0 0 20px; position:relative; margin-top:30px;}
.arrow2{width:200px; position:absolute ; left:-200px; bottom:0;}
.nav {
    margin: 0;
}
.nav ul{margin:0; padding:0;}
.nav ul li{margin:0; padding:0; list-style:none;}
.nav .nav-item a{margin:0; padding:10px 20px; color:var(--black) !important; font-size:50px;font-family: var(--BriceBlack); display:inline-block; vertical-align:top; position:relative;}

.background-hover{position:absolute; z-index:0; width:100%; height:100%;     left: 0;
    top: 0;transform: matrix(1, 0.05, -0.05, 1, 0, 0); opacity:0;  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.nav .nav-item a:hover .background-hover,.nav .nav-item.active a .background-hover{opacity:1; } 
.nav-text{position:relative; z-index:1;}
.nav-item .col-5{position:relative; z-index:1;}

.nav-background-wrap{position:absolute; width:100%; height:100%; top:0; left:0; opacity:0;  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.nav-item:hover .nav-background-wrap,.nav-item.active .nav-background-wrap{opacity:1;}  
.background-on-face{position:absolute; width:100%; height:100%; top:0; left:0; background-repeat:no-repeat; background-position:center bottom; background-size:cover;}
.nav-image {
    position: relative;
    z-index: 1;
    width: 28%;
     left:80px;
}
.nav-background-wrap .container{position:relative;    bottom: 0;
    height: 100%;display: flex;
    align-items: center;}
.nav-image p {
    font-size: 20px;
    line-height: 31px;
    color: var(--white);
    position: absolute;
    right: -170px;
    width: 200px;
    bottom: 80px;transform: matrix(1, 0.05, -0.05, 1, 0, 0);
}
.nav-item .row{  justify-content: end;}


.default-images{position:absolute; left:0; bottom:0; height:100%; width:100%; display: flex;
    align-items: end; z-index:0;}


/**************FOOTER*******************/
footer {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-bottom: 40px;
	padding-top:150px;    margin-top: -112px;
}
footer h2 {
	color: var(--black);
	font-family: var(--BriceBlack);
	font-size: 36px;
	line-height: 1.4;
}
footer p {
	color: var(--black)
}
.footer-bottom {
	background: #000;
	height: 56px;
	padding: 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: 50px;
}
.footer-bottom p {
	margin: 0;
	color: var(--white);
	font-size: 16px;
}
.social {
	display: flex;
	align-items: center;
}

.social img{width:34px;}

/**************SINGLE SECTION*******************/

.gallery-section{margin-top:128px;background-repeat: no-repeat;
	background-size: cover; padding-bottom:40px; padding-top:100px;}
.gallery-section h1{
    font-family: var(--BriceBlack);
    font-size:50px;
    line-height:1;}	
	
.gallery-wrapper {
    width: 100%;padding: 0 100px; margin-top:70px;    position: relative;
}	
.gallery-wrapper .col-4{margin-top:30px;}
.slick-arrow{width:80px !important; height:51px !important;}
.slick-next{background:url(../images/next.png) no-repeat center center !important; background-size:100% auto !important;}
.slick-prev{background:url(../images/prev.png) no-repeat center center !important; background-size:100% auto !important;}	

.animation1{position:relative; display:inline-block; vertical-align:top;}
.animation1 img{position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); z-index:0;width: 454px; max-width:inherit;}
.heading-text{position:relative; z-index:1;}	

.circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stroke 2s ease-out forwards;
}

.hero .animation1 img {
    left: 0;
    transform: translate(0,-50%);
    width: 253px;
}
.mfp-figure:after {
    box-shadow: none;
    background: none;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.for-mobile{display:none;}

 @media (max-width:1199px) {

.nav .nav-item a {
    font-size: 35px;
}
 }
  @media (max-width:991px) {
 .nav-image {
    left: 0;
}
.nav-image p {
    right:auto;
    left: 232px;
}
  }

 @media (max-width:767px) {
.container {
    padding: 0 20px;
}	 
.col-5,.col-7 {
    width: 100%;
}
.hero .col-7 {
    padding-top: 40px;
}
.hero p {
    padding-right: 0;
}
.arrow1,.arrow2{display:none;}
.hero .col-5:nth-child(2) {
    padding-bottom: 50px;
}
footer h2 {
    font-size: 30px;
}
   .gallery-wrapper {
    padding: 0 60px;
}
.slick-arrow {
    width: 55px !important;
}
.menu-section {
    padding: 50px 0 270px;
}
.nav-image {
    width: 100%;
    left: 0;
}
.nav-image img{width:200px;}
.nav-image p {
    left: 210px;
    font-size: 15px;
    width: 130px;
    line-height: 1.4;
}
footer {
    padding-top: 165px;
}
.nav-background-wrap .container {
    align-items: end;
}
 }

 @media (max-width: 600px) {
.header {
    padding: 10px 0;
}	 

.header a, .menu-right {
	font-size: 10px;
}
.logo,.logo img{width:100px;}
.sound {
	gap: 0;
	text-align: center;    margin-left: 20px;
}
.sound input:checked + label span {
	transform: translateX(100%);
}
.sound label {
    margin-left: 10px;
}

.hero {
    padding-top: 58px; padding-bottom: 70px;
}
.hero .col-7 {
    padding-top: 20px;
}
.hero h3 {
    font-size: 30px;
    line-height: 46px;
}
.hero .animation1 img {
    width: 188px;
}
.footer-bottom {
    justify-content: center;
    flex-wrap: wrap;
}
.footer-bottom p {
    font-size: 10px;
}
.social a {
    margin: 0 7px;
}
.for-mobile{display:block;}
.for-desktop{display:none;}
.animation1 img {
    width: 335px;
}
.gallery-section {
    margin-top: 58px;
}
.gallery-section h1 {
    font-size: 40px;
}

}
