#Container, header, nav, section, #CreativeConnect, footer, #Content-Containe, #Main-Banner, #Main-Banner-S, #Title, #About, #Services, #Testimonials, #Gallery  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Title-Intra, #About-Intra, #Services-Intra, #Testimonials-Intra, #Gallery-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

body {
	background: linear-gradient(to bottom, #033616, #002f2a, #00252e, #121b24, #141414), url("../images/bg-dots.png");
	background-position: center center;
	background-repeat: repeat;
	background-size: auto;
}


    

/* Header */

header {
    padding: 10px 0px;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.home header {    
	position: absolute;
}

.header-l{
    padding: 0 10px;
    vertical-align: middle;
    width: 200px;
    margin: 0 auto 15px auto;
}

.header-l a{
	display: inline-block;
	vertical-align: middle;
}

.header-r{
	vertical-align: middle;
    text-align: right;
}

.logo-op{
    width: 200px;
}

/* Banner */

#Main-Banner{
    background: url(../images/banner-slide.jpg) center top;
    background-size: cover;
}


#Banner{
    position: relative;
    height: 100vh;
}

#Banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
	inset: 0;
	background: linear-gradient(to bottom, transparent 0%, #000 100%);
	opacity: 0.88;
}
 
#Banner video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content{   
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 0 0 10px;
    margin: auto;
    z-index: 3;
    bottom: 14%;
}

.banner-content h1 {
    color: #ffffff;
    font: normal 48px / 60px 'Gerova';
    letter-spacing: 1.4px;
    text-align: center;
}


/* This keeps text in normal flow */
.heading-rotator {
    display: inline-grid;
    grid-template-columns: 1fr;
    text-align: left;
    color: #f2cc9b;
}

/* Stack words in same grid cell */
.heading-rotator span {
	grid-column: 1;
	grid-row: 1;
	opacity: 0;
	animation: headFade 9s infinite ease-in-out;
}

/* Timing */
.heading-rotator span:nth-child(1) { animation-delay: 0s; }
.heading-rotator span:nth-child(2) { animation-delay: 3s; }
.heading-rotator span:nth-child(3) { animation-delay: 6s; }

@keyframes headFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 0;
  }
}














.banner-content .register-info {
	text-align: center;
}

.banner-content .register-info a{
	display: inline-block;
    color: #141414;
    font: 400 14px / 30px 'gt_walsheim_proregular';
    box-shadow: 0px 3px 6px #00000029;
    width: 180px;
    text-align: center;
    padding: 10px;
    margin: 30px auto 0 auto;
    letter-spacing: 1px;
    background: #ffffff;
}


.downarrow {
    padding-top: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-indent: -9999px;
}

.downarrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.downarrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.downarrow span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.downarrow span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Main Banner */


#Title {
	padding: 120px 0;
}

#Title-Intra h1{
    font: normal 48px / 60px 'Gerova';
	color: #f2cc9b;
    letter-spacing: 1px;
    padding: 0 0 0 5px;
    text-align: center;
}

#Title-Intra h1 span{
    display: block;
    font: normal 18px / 30px 'Fraunces';
    color: #fefefe;
    letter-spacing: 1px;
}


/* Contact */

.contact-info{
	padding: 40px 0 0 0;
}

.contact-info h2{
    font: normal 38px / 50px 'Fraunces';
    color: #dbdbdb;
    margin: 0 0 15px 0;
}

.contact-info p{
    font: 400 18px / 32px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 0.5px;
}

.contact-form-grid{
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-content{
    vertical-align: middle;
    background: #221c1c;
	padding: 50px;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li.clock-ico {
    background: url(../images/clock.png) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 400 20px / 34px 'Fraunces';
	color: #f2cc9b;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'gt_walsheim_proregular';
    color: #dedede;
	padding: 0;
}

.contact-form-content li p a{
    color: #dedede;
}

.contactBox label.error {
    font: 400 13px/20px 'gt_walsheim_proregular';
    color: #e64325;
}

/* About */


#About{
    /* background-image: linear-gradient(to right bottom, #141414, #101010, #0b0b0b, #060606, #000000); */
	background: #141414;
	padding: 90px 15px;
}

.about-content {
    vertical-align: middle;
    padding: 30px 0;
}

.about-content maintitle{
    display: inline-block;
    color: #d4d7d4;
    font: normal 12px / 24px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    margin: 5px 0;
    background: #033616;
    padding: 10px 20px;
    border-radius: 40px;
}

.about-content h1{
    color: #f2cc9b;
    font: normal 48px / 60px 'Gerova';
    margin: 0 0 40px 0;
	letter-spacing: 1.4px;
}

.about-content p{
	font: 400 16px / 28px 'gt_walsheim_proregular';
    color: #c8c8c8;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0 0 20px 0;
}

.about-content a {
    display: block;
    width: 150px;
    text-align: center;
    font: 300 15px / 28px 'gt_walsheim_proregular';
    background: #141414;
    border: 1px solid #f2cc9b;
    box-shadow: 2px 3px 0px #f2cc9b;
    padding: 8px 16px;
    color: #f2cc9b;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: 0.5s all ease;
    margin: 30px 0 0 0;
}

.about-img {
    position: relative;
    text-align: right;
    padding: 30px;
    vertical-align: middle;
}

.about-img img {
    max-width: 520px;
    width: 100%;
	border-radius: 20px;
}


.rotate-box {
    position: absolute;
    width: 200px;
    aspect-ratio: 1 / 1;
    left: 30px;
    margin: auto;
    pointer-events: none;
    opacity: 1;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    background: #141414;
    border-radius: 100px;
    padding: 15px;
}

.rotate-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: spin 30s linear infinite;
    will-change: transform;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.about-meta{
    margin: 80px 0 0 0;
    background: url(../images/bg-dots.png) center center / cover rgb(3, 54, 22);
    box-shadow: 2px 3px 0px #f2cc9b;
}

.about-meta .table-cell{
	padding: 50px;
	vertical-align: middle;
    position: relative;
}

.about-meta-m{
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}

.about-meta-l h2{
    color: #c8c8c8;
    font: normal 20px / 32px 'Gerova';
    letter-spacing: 1.4px;
    text-align: center;
}

/* This keeps text in normal flow */
.content-rotator {
    display: inline-grid;
    grid-template-columns: 1fr;
    text-align: left;
}

/* Stack words in same grid cell */
.content-rotator span {
	grid-column: 1;
	grid-row: 1;
	opacity: 0;
	animation: contentFade 9s infinite ease-in-out;
}

/* Timing */
.content-rotator span:nth-child(1) { animation-delay: 0s; }
.content-rotator span:nth-child(2) { animation-delay: 3s; }
.content-rotator span:nth-child(3) { animation-delay: 6s; }

@keyframes contentFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 0;
  }
}


.about-meta-m span{
    font: normal 70px / 70px 'Rightman Signature Regular';
    display: block;
    text-align: center;
    color: #ffffff;
	margin: 0 0 25px 0;
}

.about-meta-m p{ 
    font: 400 16px / 28px 'gt_walsheim_proregular';
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
}

.about-meta-r p{
    font: 400 16px / 28px 'gt_walsheim_proregular';
    color: #c8c8c8;
    letter-spacing: 1px;
    text-align: center;
}


/* Services */

#Services{
    padding: 80px 15px;
    background: rgba(234, 226, 213, 1);
}

#Services h3{
    text-align: center;
    margin: 0 auto 20px auto;
    letter-spacing: 1.4px;
    font: normal 48px / 60px 'Gerova';
    color: #033616;
}

#Services p.intro {
	font: 400 16px / 28px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 860px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-grid li{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	overflow: hidden;
}

.services-grid a{
	display: block;
}

.service-content{
	padding: 30px;
    min-height: 380px;
	position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.service-content.col1{
	background: url(../images/bg-dots.png) center center #006466;
}

.service-content.col2{
	background: url(../images/bg-dots.png) center center #065a60;
}

.service-content.col3{
	background: url(../images/bg-dots.png) center center #0b525b;
}

.service-content.col4{
	background: url(../images/bg-dots.png) center center #144552;
}

.service-content.col5{
	background: url(../images/bg-dots.png) center center #1b3a4b;
}

.service-content.col6{
	background: url(../images/bg-dots.png) center center #212f45;
}

.service-content.col7{
	background: url(../images/bg-dots.png) center center #272640;
}

.service-content.col8{
	background: url(../images/bg-dots.png) center center #312244;
}

.service-content h4{
    margin: 0 0 30px 0;
    color: rgba(234, 226, 213, 1);
    text-align: center;
    font: normal 20px / 28px 'Gerova';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-content p{
    color: rgb(214 214 214);
    margin: 0 0 15px 0;
    text-align: center;
    font: 400 16px / 28px 'gt_walsheim_proregular';
    letter-spacing: 0.6px;
}

.service-content span{
	position: absolute;
	left: 0;
	right: 0;
    bottom: 20px;
	margin: auto;
    color: rgba(234, 226, 213, 1);
    font: normal 16px / 24px 'gt_walsheim_proregular';
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

.simpleBlock{
	margin: 50px 0 0 0;
}

/* Reviews */

#Testimonials{
    position: relative;
    padding: 90px 15px 60px 15px;
	background: url(../images/bg-dots.png) center center #033616;
}


.rslides:after {
	content: '';
	display: block;
	clear: both;
}

.reviews-slide{
    padding: 60px 30px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #f2cc9b;
    background: #fff;
    box-shadow: 2px 3px 0px #f2cc9b;
}

.stars {
	font-size: 32px;
    color: #033616;
    letter-spacing: 2px;
    font-family: 'gt_walsheim_proregular';
    text-align: center;
}

.reviews-slide h4{
    font: normal 28px / 34px 'Gerova';
    color: #033616;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 30px 0;
}

.review-block{
	position: relative;
}

.review-btn{
    display: block;
    width: 163px;
    text-align: center;
    font: 300 15px / 28px 'gt_walsheim_proregular';
    background: url(../images/google-icon.svg) no-repeat 16px center #FFFFFF;
    background-size: 20px;
    border: 1px solid #f2cc9b;
    box-shadow: 2px 3px 0px #f2cc9b;
    padding: 8px 5px 8px 40px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: 0.5s all ease;
    margin: 30px auto;
    letter-spacing: 1.5px;
}

.review-btn:hover{
    color: #141414;
}

.reviews-slide p{
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    width: 80%;
    min-width: 300px;
    margin: auto;
    text-align: center;
}

.reviews-slide p img{
	width: 32px;
}

.reviews-slide span.name{
    display: block;
    text-align: center;
    font: normal 18px / 30px 'gt_walsheim_proregular';
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    color: rgba(68, 59, 54, 1);
    text-transform: uppercase;
}

.enclosed-arrow{
	display: none;
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.testomonials_nav{
    position: absolute;
    vertical-align: top;
    width: 18px;
    height: 25px;
}

.testomonials_nav span{
	display: none;
}

.testomonials_nav.prev {
	background: url(../images/left-arrow.svg) no-repeat center center;
    background-size: contain;
    left: 0;
}

.testomonials_nav.next {
	background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: contain;
    right: 0;
}


/* Gallery */

#Gallery {
	background: url(../images/bg-dots.png) center center #141414;
    padding: 90px 15px;
}

#Gallery h3{
    text-align: center;
    margin: 0 auto 20px auto;
    letter-spacing: 1.4px;
    font: normal 48px / 60px 'Gerova';
    color: #f2cc9b;
}

#Gallery p.intro {
	font: 400 16px / 28px 'gt_walsheim_proregular';
	color: #c8c8c8;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0 auto 60px auto;
    width: 100%;
    max-width: 860px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-grid li {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.gallery-grid li a {
    position: relative;
    display: block;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1;
}

.gallery-grid li::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    opacity: 0.88;
    z-index: 2;
    pointer-events: none;
    transition: opacity .8s cubic-bezier(.22,.61,.36,1);
}

.gallery-grid span {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fefefe;
    letter-spacing: 1px;
    font: normal 30px/36px 'Gerova';
    text-shadow: 0 2px 15px rgba(0,0,0,0.5);
    z-index: 3;
}

.gallery-grid li:hover img {
    transform: scale(1.08);
}

.gallery-grid li:hover::before {
    opacity: .95;
}

/* Footer */

footer {
	border-top: 1px solid #fefefe;
    padding: 60px 0;
}

.footer-l {
	padding: 20px;
}

.footerlogo {
	width: 190px;
	margin: 0 0 30px 0;
}

.footer-l p {
    font: 400 28px / 38px 'Gerova';
    color: #fff;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.footer-l h4 {
	color: #fff;
	font: normal 22px / 30px 'gt_walsheim_proregular';
	margin: 0 0 20px 0;
}

.footer-l h4 a {
    display: inline-block;
    width: 200px;
    text-align: center;
    font: 300 15px / 28px 'gt_walsheim_proregular';
    background: #141414;
    border: 1px solid #f2cc9b;
    box-shadow: 2px 3px 0px #f2cc9b;
    padding: 8px 16px;
    color: #f2cc9b;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: 0.5s all ease;
    margin: 5px 0 10px 0;
}

.footer-l h4 a:hover {
	background: #f2cc9b;
    color: #141414;
}

.footer-m {
	width: 230px;
	padding: 20px;
}

.footer-m h3 {
    font: normal 28px / 34px 'Gerova';
	margin: 0 0 20px 0;
    color: #f2cc9b;
	letter-spacing: 0.5px;
}

.footer-m li {
	font: normal 15px/32px 'gt_walsheim_proregular';
	padding: 0 0 10px 0;
	letter-spacing: 0.5px;
}

.footer-m li a {
	color: #c8c8cf;
}

.footer-r {
	width: 250px;
	padding: 20px;
}

.footer-r h3 {
    font: normal 28px / 34px 'Gerova';
	margin: 0 0 20px 0;
    color: #f2cc9b;
	letter-spacing: 0.5px;
}

.footer-r li {
	font: normal 15px/32px 'gt_walsheim_proregular';
	padding: 0 0 10px 0;
	letter-spacing: 0.5px;
}

.footer-r li a {
	color: #c8c8cf;
}

.copyrights {
	font: normal 15px / 30px 'gt_walsheim_proregular';
	text-align: center;
	color: #fff;
	margin: 30px 0 0 0;
	letter-spacing: 0.5px;
}

.copyrights .heart {
	padding: 11px;
	position: relative;
	display: inline-block;
}

.copyrights .heart:after {
	content: '\E81D';
	font-family: 'fontello';
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ff5722;
}

/* Social Media */

.social-media {
	margin: 10px 0 0 0;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
}

.social-media li a {
	width: 40px;
	height: 40px;
	display: block;
	transition: 0.8s all ease;
	opacity: 0.7;
}

.social-media li:hover a {
	opacity: 1;
}

.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
	font-size: 21px;
	color: #f3f9ed;
}

.social-media .whatsapp a:before {
	content: '\F232';
	top: 8px;
}

.social-media .instagram a:before {
	content: '\F16D';
	top: 7px;
}


.social-media .whatsapp a {
	border: 1px solid #128C7E;
	background: #128C7E;
}

.social-media .instagram a {
	border: 1px solid #E4405F;
	background: #E4405F;
}


/* About */

.abt-l{
    background: #1f1c1c;
    padding: 60px;
    vertical-align: middle;
}

.abt-l h2{
    font: normal 22px / 32px 'Gerova';
    color: #ffffff;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
    text-align: center;
}

.abt-l p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #c8c8c8;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
    padding: 0;
}

.abt-r{
	text-align: center;
	vertical-align: middle;
}

.abt-r img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

/* Services */

.service-page h2{
    font: 400 28px / 38px 'Gerova';
    color: #fff;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.services-txt{
    background: #1f1c1c;
    padding: 40px;
	vertical-align: middle;
}

.services-txt h3{
    font: 600 22px / 40px 'Gerova';
    color: #f2cc9b;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.services-txt p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 1px;
    text-align: justify;
    padding: 10px 0;
}

.services-img{
	text-align: center;
	vertical-align: middle;
}

.services-img img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}
 
.full-txt{
	margin: 0 0 50px 0;
}


/* Reviews Tab */

.review-bar {
  align-items: center;
  padding: 20px 28px;
  border-radius: 14px;
  margin-bottom: 30px;
  
  
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
}


.review-left h4 {
    margin: 0;
    font: 400 24px / 32px 'Gerova';
    letter-spacing: 1.5px;
    color: #d9b67a;
}

.rating-text {
    font: 400 15px / 24px 'gt_walsheim_proregular';
    padding: 10px 0 0 0;
    letter-spacing: 0.5px;
    color: #e6e6e6;
}

.rating-text strong {
  font-size: 22px;
  color: #0b5c6b;
  margin-right: 5px;
}

.review-tabs {
    display: flex;
    gap: 10px;
    margin: 12px 0 0 0;
	
}

.review-tabs .tab {
  padding: 8px 14px;
  border-radius: 22px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
    font-family: 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
	
	
	
    background: rgba(255, 255, 255, 0.05);
    color: #d9b67a;
    border: 1px solid rgba(217, 182, 122, 0.2);
    transition: .3s;
}

.review-tabs .tab img {
  width: 14px;
}

.review-tabs .tab.active {
      background: linear-gradient(135deg, #d9b67a, #b99256);
	color: #fff;
}

/* Gallery */

.gallery-list {
    column-count: 3;
    column-gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.textMain .gallery-list li {
    display: none;
    width: 100%;
    margin: 0 0 25px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
	background: none;
	padding: 0;
}

.gallery-list li.show {
    display: inline-block;
}

.gallery-list li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.gallery-list li:hover img {
    transform: scale(1.04);
}

.gallery-list li span {
    display: block;
    padding: 12px 0;
    font: 500 14px/22px 'gt_walsheim_proregular';
    color: #d9b67a;
    text-align: center;
    letter-spacing: 0.5px;
}

/* ==========================================
   IMAGE CARD EFFECT
========================================== */

.gallery-list li::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,0)
    );
    opacity: 0;
    transition: .4s;
    border-radius: 12px;
}

.gallery-list li:hover::after {
    opacity: 1;
}


/* Whatsapp */

.wh-api{
    position: fixed;
    bottom: 28px;
    right: 20px;
    z-index: 2;
}

.wh-api a {
    font: 300 14px / 28px 'gt_walsheim_proregular';
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 8px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
	transition: 0.5s all ease;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {

    .review-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .gallery-list {
        column-count: 2;
    }
}

@media (max-width: 767px) {

    .gallery-list {
        column-count: 1;
    }

    .review-left h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .review-tabs {
        gap: 8px;
        flex-wrap: wrap;
    }

    .review-tabs .tab {
        font-size: 13px;
        padding: 8px 14px;
    }
	
}


/* Media Query */

@media screen and (max-width: 1200px) {
	.service-content p {
		font: 400 14px / 28px 'gt_walsheim_proregular';
		letter-spacing: 0.6px;
	}
	.services-grid {
		gap: 10px;
	}
}


@media screen and (max-width: 1140px) {
	#pc-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	.services-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 991px) {
	.contact-form-content{
        display: block;
	}
	.contact-form-box{
        display: block;
	}
	.services-txt{
		display: block;
	}
	.services-img{
		display: block;
	}
	.hide-img{
		display: none;
	}	
}

@media screen and (max-width: 940px) {
	.about-content{
		display: block;
	}
	.about-img{
        display: block;
        text-align: center;
        padding: 30px 0;
	}
	.about-meta .table-cell{
		display: block;
        border: none;
	}
	.about-meta .about-meta-m{
		border-top: 1px solid #f2cc9b;
		border-bottom: 1px solid #f2cc9b;
	}
}



 
@media screen and (max-width: 860px) {
	#Title-Intra h1{
		text-align: center;
		padding: 0 10px;
	}
	.textMain p{
		text-align: left;
	}
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.footer-l{
		display: block;
		width: auto;
	}
	.footer-m{
		display: block;
		width: auto;
	}
	.footer-r{
		display: block;
		width: auto;
	}
	.abt-l{
		display: block;
        padding: 30px;
	}
	.abt-r{
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.banner-content h1 {
		font: normal 30px / 42px 'Gerova';
	}
	.banner-content {
		right: 0;
	}
	#Main-Banner {
		background: url(../images/swatej-m-slide.jpg) center top;
		background-size: cover;
	}
	.gallery-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 600px) {
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 500px) {
	.banner-content {
		position: absolute;
		top: 55%;
	}
}




