
: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: "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
}

.main-back-img
{
    background-image:  url(../img/Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    
}
body{
    background-color: transparent;
    font-family:gill;
}
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: #54b3d6;
	padding: 0 .25rem;
	/*margin: 0 -.25rem;*/
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.nav-l:hover{
  text-decoration:underline;
  color:#0c7030;
}

/* Presentational styles */
.nav-l {
	color: #54b3d6;
  line-height: 1.5;
  text-decoration: none;
}


/*** 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;
    z-index: 999 !important;
    top:0 !important;
    left:0;
    right:0;
    background:white;
}

a
{
color: #000000 !important;
cursor: pointer;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 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;
    }
}





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

}   


/*BANNER*/
.banner-heading{
    width:100%;
    font-family:gill;
    font-size:30px;
    color:white;
    padding-left:10px;
    background:rgba(0,0,0,0.6);
}
.carousel-item{
    position:relative;
}
.carousel-caption{
    left:0;
    right:50%;
    text-align:left;
    bottom:0;
}
/* * Slider Banner* */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.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}
}


/**  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;
}

.cont-item h1{
    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: Didot;
    color: #0E4C92;
}
.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: gill;
    font-weight: 300;
    color: #0c7030;
    /*font-weight: 100;*/
}
.about-text{
    font-size: 1.1rem;
    font-family: Gill Sans Nova !important;
    font-weight: 100;
}
.about-img{
    display: flex;
    justify-content: center;
}
@media(max-width:528px){
    .about-img{
        width:100%;
    }
}
.about-more-content h3{
    text-align:center;
    width:80%;
    color:black;
    font-family:Gill Sans Nova;
    font-size:20px;
}
.about-more-content {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    /*padding:0;*/
}

.ap-1{
    display:flex;
    flex-direction:row;
    border-radius:20px;
}
.about-projects{
    display:flex;
    justify-content:center
}
.ap-1 img{
    height:100%;
    object-fit:cover
}
.ap-1 ul{
    line-height:40px;
    color:black;
    text-align:left !important;
    font-family:Gill Sans Nova;
    font-size:20px;
    text-transform:uppercase;
}
.p-list{
    background:#ececec;
    height:100%;
    padding:20px;
    width:100%;
    position: relative;
       text-align:center
}

.p-list h4{
   position:relative; 
   padding:10px 40px; 
   margin:0;
   font-family: gill;
   background: #ececec;
   width:auto;
   display: inline-block;
   z-index: 1;
   color:black;
   font-size:25px;

}

.line::after {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 10%;
   margin:0 20px;
   height: 1px;
   background: #000;
   z-index:0;
}
.line2::after {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 16%;
   margin:0 20px;
   height: 1px;
   background: #000;
   z-index:0;
}
 .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: -1.5px
} 
.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;
  
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(45%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

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



.heading{
    text-align:center;
    color:white;
    font-family:gill;
}





/*Our projects*/
.p-text{
    font-family:Gill light;
    text-align:justify;
    font-weight:100;
    font-size:19px;
}
.projects-btn{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.project-img{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.project-img div img{
    width:100%;
    aspect-ratio:16/16;
    object-fill:cover
}
.amor-box{
    background:#0c7030;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items: center;
    text-align:center;
    position:relative;
    bottom:30px;
    cursor:pointer;
    height:130px;
}
.projects h5{
    color:white;
    margin:0;
     font-family: gill;
    font-weight: 100;
}
.amor-box h3{
    color:white;
    margin:0;
     font-family: gill;
    font-weight: 100;
}
.amor-box p{
    color:white;
     font-family:Gill light;
    font-weight: 100;
    padding:0;
    margin:0;
}
.amor-box .button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 1rem;
  background: #0c7030;
  background-size: 400%;
  color:#fff;
  border: none;
  cursor: pointer;
  font-size:12px;
  font-family:Gill bold;
  font-weight:600;
}

.amor-box .button:hover::before {
  transform: scaleX(1);
  color:green;
}

.amor-box .button-content {
  position: relative;
  z-index: 1;
  display:flex;
  justify-content:center;
  align-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  flex-direction:row;
}

.amor-box .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background:white;
    border:1px solid #ccdc40;
  transition: all 0.475s;
}
.amor-box .button:hover span{
  color:#0c7030;
  transition:1s;
}

/*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;
}




