
:root {
    --light: #F1F8FF;
    --dark: #0F172B;
}
@font-face {font-family: "gill";
                src: url('ff/GIL_____.TTF') format('.TTF');
                src: url('ff/GillSansLightNova.ttf') format('.truetype');
        font-weight: normal;
                font-style: normal;
                font-display: swap;

}
@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: "Gill bold";
  src: url("ff/GillSansBoNova.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gill light";
  src: url("ff/GillSansLightNova.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Nova";
  src: url("ff/GillSansNova.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal
}
@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 */
    }

.main-back-img
{
    background-image:  url(../img/Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    
}
body{
    background: transparent;
    /*background: linear-gradient(300deg,rgb(14, 72, 222),rgb(3, 22, 65),rgb(14, 72, 222));*/
  background-size: 180% 180%;
  animation: gradient-animation 8s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
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: #000 !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:rgba(255,255,255,1);
    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 #000;
    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;
    }
}

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




#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)80%, 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:650px;    
}
.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:#3a4479;
    text-align:left;
    margin:0;
  
}
.sub-main-heading{
    font-family:Wonder Garden;
    font-size:100px;
    color:#3a4479;
    text-align:right;
    margin:0;
    position:relative;
    top:20px;
}

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

#About-us{
    background-color:#f7f0de;
    background-image:url(../img/shape-01.png);
    background-repeat:no-repeat;
    height:100vh;
    background-size:80% , 100%;
    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-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;
}

.hero {
  position: relative;
  /*width: 100vw;*/
  height: 100vh;
}


.hero-inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .hero-inner {
    clip: unset;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  color: white;
  font-family: "Courgette", serif;
  font-size: 8vw;
  letter-spacing: -0.125rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 6rem;
  }
}

.projects{
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 display: flex;
 align-content: center;
 flex-wrap: wrap;
 align-items: center;
 padding-top:130px;
}
.project-images{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap:30px;
    position:relative;
    z-index:99;
    padding-left:40px;
}

@media(max-width:528px){
    .project-images{
        padding:0;
    }
}
.project-images img{
    aspect-ratio:12/16;
    object-fit:contain;
    width:100%;
    height:400px;
}
.projects-heading{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.shaper {
  width: 100%;
  margin: 0;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 30s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -512px 0px; }
}

.arrow-3 {
   animation: a3 .5s infinite alternate;
}
.arrow-4 {
   animation: a4 .5s infinite alternate;
}



@keyframes a3 {
  0%  {transform: translate(-4px)}
  100%{transform: translate( 4px)}
}
@keyframes a4 {
  0%  {transform: translate(4px)}
  100%{transform: translate(-4px)}
}

.img-overly{
    position:relative;
    display: inline-block;
  margin: 20px;
  overflow: hidden;
}
.img-overly:hover img{
    transform: scale(1.3);
  transform-origin: 50% 50%;
}
.img-overly img{
     display: block;
  transition: transform .4s
}
.img-overly:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0, 0, 0, 0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); 
}
.img-overly h3{
    position:absolute;
    bottom:60px;
    left:30px;
    z-index:9;
    text-align:center;
    font-size:25px;
    font-family:Kudryashev, sans-serif;
    color:white;
}
.img-overly button{
    position:absolute;
    bottom:20px;
    left:30px;
    z-index:9;
    background:transparent;
    outline:none;
    border:none;
    display: flex;
    font-familY:'Futura Std', sans-serif;
    flex-direction: row;
    align-items: center;
    gap:10px;
    margin-top: 1em;
    color: #fff;
    padding: 0 20px 0 20px;
    border-radius: 30px;
    line-height: 44px;
    margin-left: -20px;
    -webkit-transition: all 0.2s ease-out, background-color 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -moz-transition: all 0.2s ease-out, background-color 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -ms-transition: all 0.2s ease-out, background-color 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -o-transition: all 0.2s ease-out, background-color 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    transition: all 0.2s ease-out, background-color 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
}

.img-overly button i{
    border:1px solid white;
    border-radius:100%;
    padding:5px 8px;
}
.img-overly button:hover i{
    border:none;
}
.img-overly button:hover{
    background:rgba(0,0,0,0.5);
}


/********* AMENETIES  ***********/
.Amenities{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    align-content:center;
    background:#f7f0de;
    
}
.amenities-img{
    object-fit:cover;
    height:400px;
    width:400px;
}

.amenities-heading{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:30px
}
.amenities-info{
    color:#000;
    font-size:20px;
    font-family:'Futura Std', sans-serif;
    text-align:center;
    
}



/******LOCATION ******/
section.spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  background:#f7f0de;
  justify-content: center;
}

section.image-unmask {
  height: 100vh;
  overflow: hidden;
}

.inner {
  margin: 50px;
  padding: 50px;
  min-height: 25vh;
  margin-left: 10vw;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

#img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  z-index: -1;
  width:100%;
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#img-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
}
.l-scroll{
    position:absolute;
    bottom:10%;
    color:black;
    font-size:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color:#c39444;
}

.gg-chevron-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 100px;
  color:#c39444;
}
.gg-chevron-down-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 12px;
  top: 9px;
  color:#c39444;
}



/*   CONTACT FORM   */

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

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

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

.input-container input[type="email"] {
  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[type="text"]:focus ~ .label,
.input-container input[type="text"]:valid ~ .label {
  top: -20px;
  font-size: 16px;
  color: #333;
}

.input-container input[type="tel"]:focus ~ .label,
.input-container input[type="tel"]:valid ~ .label {
  top: -20px;
  font-size: 16px;
  color: #333;
}

.input-container input[type="email"]:focus ~ .label,
.input-container input[type="email"]: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);
}

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

.input-container input[type="email"]:focus ~ .underline,
.input-container input[type="email"]: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;
    }
}


/**  Counter up **/

.cont-main{
     display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

@media only screen and (max-width: 768px){
.cont-main {
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
    margin: 0px auto;
}
}
.cont-item{
        flex: 1;
    text-align: center;
    border-right: 1px solid #bebec6;
}
.cont-item:last-child {
    border-right: none !important;
    width:100%;
}

.cont-item h3{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    align-content:center;
    flex-wrap:wrap;
}

@media only screen and (max-width: 768px){
.cont-item {
    flex: unset;
    width: 50%;
    min-height: 180px;
    border-bottom: 1px solid #bebec6;
    padding: 21px;
}
.cont-item:nth-child(odd) {
    border-right: 1px solid #bebec6;
}
.cont-item:nth-child(even) {
    border-right: 0 solid #bebec6;
}
.statsitem:last-child {
    min-height: auto;
    border: 0px solid #fff;
    padding-bottom: 10px;
}
}
.data-text .row {
    display: flex;
    flex-direction:row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.border-left{
    border-right:0.09px solid #b3b3b3 ;
    /*border-radius:23px;*/
}

.data-text .row .col-lg-2 div{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: Gill Sans MT;
}
.counter-number{
    font-size: 50px;
    font-family: gill;
    color: #3e4095;
}
@media(max-width:528px){
    .counter-number{
    font-size: 30px;
    font-family: gill !important;
    color: #3e4095;
}
}

.counter-text{
    
    font-family:Gill Sans MT !important;
    font-weight:100;
    color:rgb(73, 73, 73);
    padding: 0;
    margin: 0;
    text-align:left; 
    font-size:1rem;
}

/* About us  */
.about-heading{
    font-family: Kudryashev, sans-serif;
    font-weight: 300;
    color: #3e4095;
    font-size:40px
    /*font-weight: 100;*/
}
.about-text{
    font-size: 18px;
    font-family: Gill Sans MT !important;
    font-weight: 100;
}
.about-img{
    display: flex;
    justify-content: center;
}
@media(max-width:528px){
    .about-img{
        width:100%;
    }
    .button{
        width:150px !important;
        margin-top:20px;
    }
    .button-content{
        font-size: 12px !important; 
        flex-wrap:no-wrap;
    }
}

 .gg-arrow-long-right {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 border-top: 2px solid transparent;
 border-bottom: 2px solid transparent;
 box-shadow: inset 0 0 0 2px;
 width: 24px;
 height: 6px
}

.gg-arrow-long-right::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 6px;
 height: 6px;
 border-top: 2px solid;
 border-right: 2px solid;
 transform: rotate(45deg);
 right: 0;
 bottom: -2px
} 
.about-btn{
    outline:none;
    border:none;
    display:flex;
    align-content:center;
    flex-wrap:wrap;
    align-items: center;
    flex-direction:row;
    gap:10px;
    background:#3e4095;
    color:white;
    padding:10px 20px;
    margin-top:50px;
}
.c1{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    
}

/*shiny effects*/




.foil-image {
  position:relative;
  z-index:1;
  overflow:hidden;
  text-align:center;
  padding:10px;
  /*width:468px;*/
  margin:auto;
  /*border:2px solid #CCC;*/
  transform-origin:center center;
  transform-style:preserve-3d;
/*  -webkit-animation: move 3s infinite linear;*/
/*  -moz-animation: move 3s infinite linear;*/
/*  animation: move 3s infinite linear;*/
}
.foil-image::after {
  content:' ';
  position:absolute;
  height:200%;
  width:200%;
  top:0px;
  left:0px;
  z-index:2;
  /*-webkit-animation: moveafter 2s infinite linear;*/
  /*-moz-animation: moveafter 2s infinite linear;*/
  /*animation: moveafter 2s infinite linear;*/
  

}
.img {
  /*width:468px;*/
  /*height:600px;*/
  background:url('img/ab-img.jpg') center center no-repeat, linear-gradient(to bottom, rgba(30,87,153,0.5) 0%,rgba(20,96,19,0.5) 50%,rgba(30,87,153,0.5) 100%);
  background-size:100% auto;
}
.foil-image .img {
  background-blend-mode:multiply,normal;
}

@-webkit-keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-200%;
    left:-200%;
  }
}
@-moz-keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-100%;
    left:-100%;
  }
}
@keyframes moveafter {
  0% {
    top:100%;
    left:100%;
  }
  50% {
    top:-100%;
    left:-100%;
  }
  100% {
    top:-100%;
    left:-100%;
  }
}


/** Enquiry Form**/
.enq-form{
    width:350px;
    padding:20px;
    position:absolute;
    z-index:99;
    bottom:0;
    right:0;
    background:rgba(62,64,149,0.9);
}

@media(max-width:528px){
    .enq-form{
       display:none;  
    }
}

.enq-form h2{
    color:white;
    font-family:gill;
    font-weight:100;
    text-align:left;
}

.enq-form p{
    color:white;
    font-family:Gill Sans MT;
    text-align:left;
}



/*Testimonial */

.testimonial-text{
    text-align:center;
    padding:0 30px;
}
.testimonial-text p{ 
    padding:0;
    margin:0;
}
.testimonial-text .t1{
    font-family:Gill Sans Nova;
    font-size:17px;
    color:#3e4095;
}
.testimonial-text .t2{
    font-family:Gill Sans Nova;
    font-weight:300;
    font-size:15px;
    color:#3e4095;
    margin-top:-5px;
}
.testimonial-text .t3{
    font-family:Gill Sans Nova;
    font-weight:300;
    font-size:16px;
    line-height:20px;
}


/*video*/

.test-vid{
  position:relative;  
}
.test-vid img{
  width:80%;  
}
.play-icon{
    position:absolute;
    top:45%;
    left:40%;
}


.abt-vid{
  position:relative;  
  display:flex;
  justify-content:end;
}
.abt-vid img{
  width:80%;  
}
.abt-play-icon{
   position: absolute;
    top: 45%;
    left: 48%;
}
@media(max-width:528px){
    .abt-vid{
  position:relative;  
  display:flex;
  justify-content:center !important;
}
.ii{
    width:100% !important;
}
.abt-play-icon{
   position: absolute;
    top: 40%;
    left: 31%;
}
}





/***    ABOUT.PHP     ***/

.about-banner{
    aspect-ratio:16/8;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-nav p{
    font-size:18px;
    font-family:Gill Sans Nova;
}
.about-info{
    text-align:left;
}
.about-info h2{
    color:#3e4095;
    margin:0;
    font-family:gill;
}
.about-info p:nth-child(odd){
    font-family:Gill light;
    font-size:18px;
    margin:0;
    color:black;
}
.about-info p:nth-child(Even){
    font-family:Gill Sans Nova;
    font-size:18px;
    margin:0;
    color:black;
}

.pointers{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:0 !important;
    align-content:center;
    /*flex-wrap:wrap;*/
}
.point{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    flex-direction:row;
    padding:0 20px 0 10px;
    border-right:1px solid #bebec6 ;
}
.point:last-child {
    border-right: none;
}
.point:first-child {
    padding-left:0;
    justify-content:start;
}
.point img{
    width:60px;
}
.point p{
    color:#3e4095;
    font-size:16px;
    font-family:Gill bold;
}

.mv{
    /*background:#3e4095;*/
    display:flex;
    gap:10px;
    flex-direction:row;
    text-align:left;
    color:white;
}
@media(max-width:728px){
    .mv{
    /*background:#3e4095;*/
    display:flex;
    gap:10px;
    flex-direction:column !important;
    text-align:left;
    color:white;
}
}
.vision{
    border-right:1px #fff solid;
}
.mission h1{
    color:white;
    font-size:80px;
    margin:0;
}
.mission p{
    color:white;
    font-family:Gill Sans Nova;
    margin:5px;
}
.vision h1{
    color:white;
    font-size:80px; 
    margin:0;
}
.vision p{
    color:white;
    font-family:Gill Sans Nova;
    margin:5px;
}


/*founder desk*/
.founder-desk h2{
        font-family: gill;
    font-weight: 300;
    color: #3e4095;
    /*font-weight: 100;*/
}

.triangle-right {
	width: 0;
	height: 0;
	position:relative;
	border-top: 110px solid transparent;
	border-left: 90px solid #e0e7f5;
	border-bottom: 110px solid transparent;
}
.triangle-top {
	width: 0;
	position:absolute;
	bottom:-24%;
	height: 0;
	border-top: 160px solid transparent;
	border-left: 130px solid #fff;
	border-bottom: 160px solid transparent;
}
.founder-1{
    display:flex;
    /*background:#e0e7f5;*/
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
}
@media(max-width:728px){
    .founder-1{
        display:none !important;
    }
    .founder-2{
        display:block !important;
    }
    .founder-box{
    margin:0 0 0 10px !important;
    padding:20px 0 20px 0;
}
}
.founder-box{
    margin:0 0 0 100px;
}
.founder-box p{
   font-family:Gill Sans Nova;
   font-size:14px;
}
.core-value{
    /*background:#e0e7f5;*/
    text-align:center;
}
.core-value .col-3{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction:column;
    gap:10px;
    /*border-right:1px solid #bebec6;*/
}

.core-value .col-3 .core-heading{
    font-family:Gill Sans Nova;
    font-size:27px;
    color:#3e3e3e;
    margin:0;
    padding:0;
    text-transform: uppercase;
}
.core-value .col-3 .core-info{
    color: #3e3e3e;
    font-size: 18px;
    font-family: 'Gill light';
    padding: 0;
    margin: 0;
        line-height: 20px;
}

/* blog-content*/

.blog-content{
    background:#f4f3ee;
}
.blog-content div p{
    font-family:Gill light;
    text-align:left;
    font-weight:600;
    color:#696969;
    margin:0;
}
.blog-topic{
    color:#3e4095 !important;
    font-size:20px;
    font-family:gill !important;
}
.blog-content .container{
    display:flex;
    flex-direction:column;
    gap: 10px;
}
.blog-read-more{
    background:#3e4095;
    font-size:15px;
    font-family:Gill light;
    border:none;
    outline:none;
    color:white;
    
}


.odd-border {
    width: 100px;
    height: 50px;
    background-color: gold;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 10px solid gray;
    border-bottom: 0;
    
}
.even-border {
    width: 100px;
    height: 50px;
    background-color: gold;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    transform:rotate(180deg);
    border: 10px solid gray;
    border-bottom: 0;
}


.bankers{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:0 !important;
    align-content:center;
    /*flex-wrap:wrap;*/
}
.banks{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    flex-direction:row;
    padding:0 20px 0 10px;
    border-left:1px solid #bebec6 ;
    /*border-right:1px solid #bebec6 ;*/
}
.banks:last-child {
    /*border-right: none;*/
}
.banks:first-child {
    padding-left:0;
    justify-content:center;
    align-items:center;
}

.banks p{
    color:#3e4095;
    font-size:16px;
    font-family:Gill bold;
    text-align:center;
    margin:0;
}

/*ARADHYA HOMES*/
.aradhya-banner-text{
    font-family:gill;
    color:white;
    font-size:50px;
    text-align:center;
}
.aradhya-banner{
    position:relative;
}
.project-text{
    text-align:center;
    max-width:50%;
}
@media(max-width:528px){
    .project-text{
    text-align:center;
    max-width:100%;
}
}
.project-text p{
    font-family:Gill Sans Nova;
    font-size:1rem;
    color:#5a5a5a;
}
.slider-text{
    text-align:left;    
}
.project-slider{
    display:flex;
    justify-content:flex-end;
}
.slider-img{
    width:90%;
    object-fit:cover;
    aspect-ratio:16/8
}
.align{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.owl-prev , .owl-next{
        width: 50px;
    height: 50px;
    position:relative;
    border: 1px solid #ad852f;
    color: #ad852f;
    border-radius: 50%;
    margin-bottom: -95px;
    margin-left: 10px;
    font-size: 18px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}
/*.owl-prev:before {*/
/*    content: "\02C2";*/
/*    position:absolute;*/
/*    top:27%;*/
/*    left:40%;*/
/*}*/
/*.owl-next:before {*/
/*    content: "\02C3";*/
/*    position:absolute;*/
/*    top:27%;*/
/*    left:40%;*/
/*}*/
.pos{
        position: absolute;
    bottom: 33%;
    left: 38%;
}
.owl-nav{
    display:flex;
    padding:10px 0 20px 0;
}
.slider .owl-nav{
    display:flex;
    padding:10px 0 20px 0;
    justify-content:space-between;
}


/*Event*/
 .main {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .card {
    background: $color-white;
    box-shadow: $box-shadow;
    color: $color-dark;
    border-radius: 2px;

    &-image {
      background: $color-white;
      display: block;
      padding-top: 70%;
      position: relative;
      width: 100%;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}


/*PROJECT FEATURES*/

@media(min-width:528px){
    .features .container{
        max-width:70%;
    }
}
.features-image{
    width:60px;
    height:60px;
}

.project-features{
    width: 31%;
    border-top: 1px #ffe9bb;
    border-bottom: 0.8px solid #ffe9bb;
    color: #ffe9bb;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    display: flex;
}
.main-features{
        grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    /*grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;*/
    /*grid-auto-columns: 1fr;*/
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    display: flex;
}
@media(max-width:528px){
        .main-features{
        justify-content:center;    
    }
}
.features-text{
    font-size: 14px;
    font-family:Gill light;
    font-weight: 300;
    color:#ffe9bb;
    text-align:left;
    margin-top:0;
    margin-bottom:10px;
}

/*FOOTER */

footer{
        /*background:#f4f4f5;*/
        padding:50px 0 0 0;
    }
    .reach-heading{
        font-family: gill;
    font-weight: 300;
    font-size:50px;
    color: #3e4095;
    padding:0;
    margin:0;
    /*font-weight: 100;*/
    }
    .address-icon{
        background:#ffff;
        font-size:20px;
        color:#3e4095;
        padding: 10px 12px 10px 12px;
        border-radius:100%;
    }
    .footer-address, .footer-contact{
       display: flex;
        flex-direction: column;
       align-content: center;
        justify-content: center;
        /*padding:0;*/
    }
    .footer-address div{
           display: flex;
    flex-direction: row;
    align-content: center;
    /*justify-content: center;*/
    align-items: center;
    gap:10px
    }
    .footer-contact div{
           display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding:0;
    }
    .footer-sec1{
        padding-bottom:20px;
        padding-top:20px;
        /*border-bottom:1px solid #d1d1d1;*/
    }
    .footer-links{
        display: flex;
        /*flex-basis: 700px;*/
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
    @media(max-width:528px){
        .footer-links{
            display: flex;
            justify-content: space-between;
            /*gap: 20px;*/
            flex-wrap: wrap;
            flex-basis: 0px;
        }
    }
    .footer-enqfrm button{
        background:#3e4095;
        color:white;
        font-family:Gill Sans Nova;
        padding:10px 20px 10px 20px;
        border:none;
        outline:none;
    }
    .footer-enqfrm{
        display: flex;
        padding: 0;
        justify-content: flex-end;
    }
    .quick-links ul,.other-links ul,.projects ul{
        list-style: none;
        padding:0;
    }
    .quick-links p,.other-links p,.projects p, .footer-social p{
        /*font-family:Gill Bold;*/
        /*text-decoration:underline;*/
    }
    .quick-links li a,.other-links li a,.projects li a{
        font-family:Gill light;
        color:#e8e0db;
    }
    .social-icon i{
        color:#3e4095;
        font-size:20px;
        border:2.5px solid #3e4095;
        border-radius:50%;
    }

@media(max-width:528px){
    .footer-contact div{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: Flex-start !important;
    align-items: center;
    padding-left:.4rem;
    }
    .footer-address ,.footer-contact{
        padding-left:.5rem;
    }
}




.slide_form_main1 {
    width: 333px;
    position: fixed;
    top: 22%;
    right: 0;
    z-index: 99999;
    transition: all 1s
}

.slide_form_main1_out {
    width: 333px;
    position: fixed;
    top: auto;
    bottom: 8%;
    right: -303px;
    z-index: 9999;
    transition: all 1s
}

.slide_form_btn1 {
    width: 33px;
    float: left;
    color:white;
    background-color:#3e4095 ;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid #e8e0db;
    border-right: 0
}

.slide_form_main1 .slide_form_btn1 .crox_frm1 {
    transform: rotate(-90deg);
    display: none;
    padding: 6px 0 0;
    border-top-left-radius: 10px;
    margin: 0;
    border-top-right-radius: 10px;
    color: #ffff;
    font-size: 13px;
    Font-family:Gill Sans Nova;
    transform-origin: left 0;
    margin-top: 104px;
    transition: all .8s;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer
}

.slide_form_main1_out .slide_form_btn1 .crox_frm1 {
    display: block;
    transition: all .8s
}

.slide_form_main1 .slide_form_btn1 .enq_txt1 {
    padding: 14px;
    color: #fff;
    width: 100%;
    display: block;
    transition: all .8s;
    cursor: pointer
}

.slide_form_main1_out .slide_form_btn1 .enq_txt1 {
    display: none;
    transition: all .8s
}

.slide_form1 {
    width: 300px;
    float: left;
    background-color:#3e4095;
    box-shadow: 0 0 9px 0 #00000059;
    padding: 25px;
    border: 1px solid #fff;
}

.slide_form1 h3 {
    color: #fff;
    font-size: 18px;
    font-family:Gill Sans Nova;
    padding: 0 0 10px;
    font-weight: 400
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {
  color: White;
  opacity: 1; /* Firefox */
}
.btn1 {
    background-image: #fff;
    border: 1px solid #5f5646;
    color: #3e4095;
    padding: 7px 30px;
    border-radius: 20px;
    font-size: .8rem;
}
.mb_20 {
    margin-bottom: 20px!important;
}