
/* CSS Variables for common values */
:root {
  --font-family: "Montserrat", sans-serif;
  --base-font-size: 0.75rem;
  --heading-font-size: 3rem;
  --light-color: #fff;
  --dark-color: #202125;
  --accent-color: #c92020;
  --secondary-accent-color: #14b789;
  --secondary-light-color: #d5f8ef;
  --border-radius-circle: 50%;
  --letter-spacing-base: 0.2em;
  --button-padding: 1.2em 1.6em;
}


@font-face {
    font-family: 'Wonder Garden';
    src: local('ff/Wonder Garden Script'), local('Wonder-Garden-Script'),
        url('ff/WonderGardenScript-Regular.woff2') format('woff2'),
        url('ff/WonderGardenScript-Regular.woff') format('woff'),
        url('ff/WonderGardenScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
  font-family: "Didot";
  src: url("ff/Didot-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Kudryashev";
  src: url("ff/KudryashevDisplay.woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal
}
 html {
      scroll-behavior: smooth; /* Smooth scroll for anchor links */
    }
body::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.main-back-img
{
    background-image:  url(../img/Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    
}
p{
    color:black;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

a:hover{
    text-decoration:none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/** Navbar hover **/
.nav-l{
  /*box-shadow: inset 0 0 0 0 #3e4095;*/
  color: #fff !important;
	padding: 0 .25rem;
	margin: 0 -.25rem;
	font-weight:400;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@media(max-width:528px){
    .nav-l{
        margin-top:10px !important;
    }
    .navbar-collapse{
        margin-top:10px;
    }
}

/*.nav-l:hover{*/
/*  color: #fff !important;*/
/*  box-shadow: inset 200px 0 0 0 #3e4095;*/
/*}*/

/* Presentational styles */
.nav-l {
	color: #54b3d6;
  line-height: 1.5;
  text-decoration: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 17px;
    color: black;
    text-transform: uppercase;
    font-weight: 100;
    outline: none;
    transition: .5s;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}
.transparent
{
    background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--dark) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar-dark .navbar-brand img {
    max-height: 45px;
}

.navbar{
    position:fixed !important;
    width:100% !important;
    padding:0 3rem;
    z-index: 999 !important;
    top:0 !important;
    left:0;
    right:0;
    background:url(../img/texture-strip.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    backdrop-filter: blur(10px);
    border-bottom: .7px solid rgba(255, 252, 249, .3);;
}
.pbt{
    padding:0 3rem;
}
a{
color:#c79b3e ;
cursor: pointer;
   font-family: 'Futura Std', sans-serif;
font-weight: 300;
font-size: 1rem;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

.contact-us-btn{
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    transition: border-color .4s, background-color .4s;
    color: #0000;
    font-weight:400;
    font-family:'Futura Std', sans-serif;
    background-color: rgba(0, 0, 0, 0);
    padding: .64rem 2rem;
    font-weight: 300;
}



@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}

.menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.navbar-light .navbar-toggler{
    color:white;
    border-color:white;
}
@media (max-width:528px){
    .menu ul{
      list-style: none;
      margin: 0;
      padding: 10px 0 20px 0;
      text-align: center;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:5px
    }
    .navbar{
    position:fixed !important;
    width:100% !important;
    padding:0 3rem;
    z-index: 999 !important;
    top:0 !important;
    left:0;
    right:0;
    background:#424242;
    background-repeat:no-repeat;
    background-size:cover;
    backdrop-filter: blur(10px);
    border-bottom: .7px solid rgba(255, 252, 249, .3);;
}
    
    .menu li{
      display: inline-block;
      margin: 0 15px;
      width:100%;
      border-bottom:1px solid white;
      padding-bottom:5px;
    }
    .navbar-nav{
        padding-right:0 !important;
    }
    

}
.menu li{
  display: inline-block;
  margin: 0 15px;
}
.menu a{
  /*font-size: 22px;*/
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  padding: 4px 0;
}
.menu a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.menu a:hover::before{
  transform: scale3d(1,1,1);
}
.menu-1 a::before{
  background: #fff;
  transform-origin: 100% 50%;
}
.menu-1 a:hover::before{
  transform-origin: 0 50%;
}

.link-slash
    {
        color:#c79b3e;
    }

@media (max-width:992px)
{

    .link-slash
    {
        display: none;
        
    }

}   

@media(max-width:528px){
    .m-hide{
        display:none !important;
    }
    .m-show{
        display:block !important;
    }
}

.m-show{
    display:none !important;
}




#button {
  display: inline-block;
  background-color: #c39444;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*******BANNER*********/

/* * Slider Banner* */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */   
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white !important;
   background-color: rgba(216, 216, 216, 0.8);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {*/
/*  background-color: rgba(216, 216, 216, 0.8);*/
/*}*/

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeA {
  animation-name: fadeA;
  animation-duration: 1.5s;
}

@keyframes fadeA {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.fade-in-bottom{
     /*-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
     /* mask-image: linear-gradient(to bottom, rgba(0,0,0,1)70%, rgba(0,0,0,0));*/
     
}
.banner-heading{
    position:absolute;
    bottom:30%;
    left:50px;
    font-size:40px ;
    color:#fff ;
    font-weight:500;
    font-family:Kudryashev, sans-serif;
    text-align:left;
    background:rgba(0,0,0,0.5);
    margin:0;
    padding:10px 50px;
    
}
.banner-heading span{
    top:50px!important;
    line-height:100px;
    font-size:150px !important;
    color:#fff !important;
    font-weight:300 !important;
}
.carousel-item{
    max-height:600px;    
}
.carousel-item img{
    /*animation: zoom-in-zoom-out 30s ease ;*/
}
@media(max-width:528px){
    .carousel-item img{
        aspect-ratio:12/16;
        object-fit:cover;
        padding-top:80px;
    }
    .banner-heading{
        position:absolute;
        bottom:40px;
        left:50px;
        font-size:20px ;
        color:#fff ;
        font-weight:500;
        font-family:Kudryashev, sans-serif;
        text-align:left;
        background:rgba(0,0,0,0.5);
        margin:0;
        padding:10px 50px;
        
    }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.3, 1.3);
  }
  10% {
    transform: scale(1, 1);
  }
 
}
.arrow {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
/*     transform: rotate(90deg); */
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        /*opacity: 0;*/
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        /*opacity: 0;*/
        transform: rotate(45deg) translate(20px, 20px);
    }
}


/*******ABOUT US*********/
.main-heading{
    font-family:Kudryashev, sans-serif;
    font-size:60px;
    color:#c99b47;
    text-align:left;
    margin:0;
    font-weight:300;
  
}
.sub-main-heading{
    font-family:Wonder Garden;
    font-size:100px;
    color:#fff;
    text-align:right;
    margin:0;
    position:relative;
    top:20px;
}

.content{
    font-family: 'Futura Std', sans-serif;
    color:#fff ;
    font-size:16px;
    line-height:30px;
    font-weight:400;
    margin-top:0;
}

#About-us{
    /*background-color:#f7f0de;*/
    background-image:url(../img/black-texture.jpg);
    background-repeat:no-repeat;
    /*height:100vh;*/
    padding-top:30px;
    padding-bottom:30px;
    background-size:cover;
    /*background-position: 100% 0px;*/
    display:flex;
    align-items: center;
}
@media(max-width:528px){
    #About-us{
    /*background-color:#f7f0de;*/
    /*background-image:url(../img/shape-01.png);*/
    background-repeat:no-repeat;
    height:auto;
    padding-top:200px;
    padding-bottom:30px;
    /*background-size:100% , 100%;*/
    /*background-position: 0 50%;*/
    display:flex;
    align-items: center;
}
}

.about-video{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.about-video img{
    width:100%;
    border:5px solid #fff;
    padding:0px;
}
.logo-artwork{
    position:relative;
    top:30px;
    width:50px;
}

figure{
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

/*   ACCORDIAN    */

@media (min-width: 768px) {
  .row_flex {
    display: flex;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .row_flex .row_inner {
    width: 50%;
  }
}
.row_flex .row_inner img {
  width: 100%;
}

.accordion_images {
  position: relative;
}
@media (max-width: 767px) {
  .accordion_images {
    display: none;
  }
}
.accordion_images img {
  opacity: 0;
  height:100%;
  object-fit:cover;
  transition: 0.3s;
}
.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion_images img.active {
  opacity: 1;
}

.accordion {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  /*background-color: #3c3c3c;*/
  border-bottom:2px solid #d2ae6d;
 
}
.accordion_intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
  
}
.accordion_content {
  color: #d2ae6d;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion_content .accordion_image {
    display: none;
  }
}
@media (max-width: 767px) {
  .accordion_content .accordion_image {
    display: block;
    margin-bottom: 20px;
  }
  .accordion h4 {
    color: #fff;
    font-size: 30px !important;
    flex-wrap:nowrap !important;
    align-items: flex-start !important ;
  }
  .accordion h4 i{
      margin-top:5px;
  }
}
.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}
.accordion h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    display: flex;
    font-family: Kudryashev, sans-serif;
    flex-direction: row;
    gap:10px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.accordion h4:hover{
    color:#c99b47;
    transition:.5s;
}
.accordion_active h4{
    color:#c99b47;
}
.accordion p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height:20px;
  font-family:'Futura Std', sans-serif;
  padding-bottom:20px
}
.accordion_active .accordion_content {
  padding: 0 20px 20px;
  opacity: 1;
}

.gg-arrow-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
  margin-top:5px;
}
.gg-arrow-down-o::after,
.gg-arrow-down-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
}
.gg-arrow-down-o::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
}
.gg-arrow-down-o::before {
  width: 2px;
  height: 10px;
  left: 8px;
  background: currentColor;
}

/****  Location Map   ****/
#location{
    background-image:url(../img/black-texture.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    align-items: center;
}

/***  Floor Plan   ***/
#floor-plan{
    background-image:url(../img/light-texture2.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    align-items: center;
}

/***    Lead Form   ***/
#lead-form{
    position:absolute;
    bottom:10px;
    right:50px;
    z-index:99;
}
@media(max-width:528px){
  #lead-form{
    position:absolute;
    bottom:-200px;
    right:0;
    left:0;
    z-index:99;
    padding:0 20px;
}  
}
/* From Uiverse.io by Mr-Roy-alt */ 
.form {
  background-color: #202125;
  padding: 3.125em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.75);
}

.signup {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 0.5em;
}

.form--input {
  width: 100%;
  margin-bottom: 1.25em;
  height: 40px;
  border-radius: 5px;
  border: 1px solid gray;
  padding: 0.8em;
  font-family: 'Inter', sans-serif;
  outline: none;
}

.form--input:focus {
  border: 1px solid #639;
  outline: none;
}

.form--marketing {
  display: flex;
  margin-bottom: 1.25em;
  align-items: center;
}

.form--marketing > input {
  margin-right: 0.625em;
}

.form--marketing > label {
  color: grey;
}

.checkbox, input[type="checkbox"] {
  accent-color: #639;
}

.form--submit {
  width: 50%;
  padding: 0.625em;
  border-radius: 5px;
  color: white;
  background-color: #c99b47;
  border: 1px dashed #c99b47;
  cursor: pointer;
}

.form--submit:hover {
  color: #c99b47;
  background-color: white;
  border: 1px dashed #639;
  cursor: pointer;
  transition: 0.5s;
}

/*   CONTACT FORM   */

/* From Uiverse.io by Satwinder04 */ 
.input-container {
  position: relative;
  margin: 50px auto;
  width: 90%;
}

.input-container input {
  font-size: 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #777777;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container .label {
  position: absolute;
  top: 5px;
  left: 0;
  color:#777777;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input:focus ~ .label,
.input-container input:valid ~ .label {
  top: -20px;
  font-size: 16px;
  color: #333;
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #333;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.input-container input[type="text"]:focus ~ .underline,
.input-container input[type="text"]:valid ~ .underline {
  transform: scaleX(1);
}

.textbox-container {
  position: relative;
  margin: 50px auto;
  width: 90%;
}
.textbox-container textarea{
    font-size: 16px;
  width: 100%;
  padding:10px;
  color: #777777;
  border-radius:10px;
  border: 1px solid #777777;
}
textarea:focus { 
        border:1px solid #0000;
        color:#000;
    }

.submit-btn{
    margin:0 0 30px 30px;
    border:none;
    outline:none;
    font-size:20px;
    font-family:'Futura Std', sans-serif;
    background:#c39444;
    color:white;
    padding:10px 20px;
    border-radius:10px;
}

.contact-detail b{
    font-size:17px;
    color:black;
    font-family:Gill Sans nova;
    margin:0;
    padding:0;
    text-align:left;
}
.contact-detail p{
    font-family:Gill light;
    color:#333;
    font-size:17px;
    margin:0;
    padding:0;
    text-align:center;
}
.contact-detail .row div{
    display:flex;
    flex-direction:column;
    align-items: center
} 

@media(max-width:528px){
    .map iframe{
        height:400px;
    }
}




