*{
  padding: 0;
  margin: 0;
}
html{
  --link-text-color:#f5f5f5;
  --link-color-on-hover:#ffcc29;
  --background-of-header:#1d473d;
  --button-background-color: #ffcc29;
  --button-text-color: #2a1b16;
  --banner-background: #112b25;


}

/* === Globle Styling ===*/

body{
   width: 100%;
   height: auto;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  background-color: #e4edf1;
  /* background: #c3d1dc; */

}
.paused{
  animation-play-state: paused;
}

/* === Header Section Starts === */

.nav1{
  height: 30px;
  width: 100%;
  background: #0c1e1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.nav1 ol{
  height: 50px;
  width: 310px;
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 5%
}

.nav1 ol .nav1-list a{
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 30px 0 0;
}
.nav1 ol .nav1-list:first-child{
  margin-left: 30px;
}
.nav1 ol .nav1-list a:hover{
  transform: scale(1.3);
  transition: transform color .3s ease;
  color: rgb(21, 146, 71);
  
}
.nav1 .contact-us{
  margin-right: 0%;
  height: 50px;
  width: 350px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.nav1 .contact-us .cnt-link i {
  font-size: 12px;
  margin-right: 10px;
  color: rgb(21, 146, 71);
}
.nav1 .contact-us .cnt-link{
  text-decoration: none;
  color: white;
  font-size: 10px;
}
.nav1 .contact-us .cnt-link:hover{
  transform: scale(1.3);
  color:rgb(21, 146, 71) ;
}
/* .nav1 .contact-us button{
  padding: 10px 18px;
  background: rgb(41, 31, 36);
  border: none;
  border-radius: 5px;
}
.nav1 .contact-us button a{
  text-decoration: none;
  color: white;
  font-size: 18px;
} */

header{
  width: 100%;
  background: #1d473d;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 4;
}

header nav{
  height: 50px;
  width: auto;
  /* padding: 20px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  
}
.home.active #top-nav{
   position: fixed;
   top: 0;
   animation: showmenu 0.4s ease;
   z-index: 4;
}
  @keyframes showmenu{
  from{
    transform: translateY(-100px);
  }
  to{
    transform: translateY(0);
  }
}
  .home.active header{
    position: fixed;
    top: 0;
    margin: 30px auto 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    animation: showmenu 0.4s ease;
    
 }
    @keyframes showmenu{
    from{
      transform: translateY(-80px);
    }
    to{
      transform: translateY(0);
    }
 }


header nav .logo img{
  height: 30px;
  width: auto;
  margin-left: 40px;
}
nav ul{
  list-style: none;
  display: flex;
  gap: 20px;
  margin-right: 40px;
}
nav ul li{
  font-size: 14px;
  transition: .3s;
}
nav ul li:hover{
  transform: scale(1.4);
}
nav ul li a{
  color: var(--link-text-color);
  font-family: tahoma;
  text-decoration: none;
  font-weight: 300;
  transition: .4s;
}
nav ul li a:hover{
  color: #25D366;
  

}
/* === Dropdown menu code ==== */

header nav .our-services{
  position: relative;
  z-index: 11;
  margin-right: 0;
}
header nav .our-services:hover{
  transform: none;
}
header nav .our-services .our-services-list{
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  margin-right: 0;
}
header nav .our-services:hover .our-services-list{
  display: block;
}
header nav .our-services .our-services-list li{
 background: #1d473d;
 width: 110%;
 display: grid;
 place-items: center;
 padding: 5px 10px;
 transform: none;
}
header nav .our-services .our-services-list li:first-child{
  padding-top: 15px;
}
header nav .our-services .our-services-list li:last-child{
  padding-bottom: 10px;
}
header nav .our-services .our-services-list li a{
 margin: 0;
 transition: transform .2s;
 }
 header nav .our-services .our-services-list li a:hover{
  transform: scale(1.3);
  }

  /* === Dropdown menu code ends ==== */
nav .whatsapp{
  color: var(--button-text-color);
  background: var(--button-background-color);
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 20px;
  text-decoration: none;
}
nav .whatsapp i{
  font-size: 22px;
}
nav .whatsapp:hover{
  
  background: var(--button-text-color);
  color: var(--button-background-color);
}
 nav .whatsappicon{
  
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: right;
 
}
nav .whatsappicon a{
  text-decoration: none;
  color: white;
  font-size: 30px;
  
}



nav .menu-btn{
  height: 30px;
  width: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  display: none;
}
nav .menu-btn .menu-line{
  height: 3px;
  width: 100%;
  background: #2a1b16;
  border-radius: 10px 0 10px 0;
}
nav .menu-btn .menu-line:nth-child(1){
  width: 60%;
  transform: translate(60%, 0);
}
nav .menu-btn .menu-line:nth-child(3){
  width: 70%;
}
/* === Header Section Ends === */


/* === Banner Section Starts === */
.banner{
  position: relative;
  height: 450px;
  width: auto;
  background-image: url(../img/banner-img/7.png);
  background-size: cover;
  background-color: #f5f5f5;
  display: flex;
  padding: 0 100px;
  z-index: 1;
}

.banner-content{
  height: 450px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-content h3{
 font-family: Roboto;
 color: #2a1b16;
 font-weight: 700;
 animation: animateh3 .6s ease-in forwards;
}
@keyframes animateh3{
  0%{
    transform: translateY(-20px);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.banner-content h1{
  font-family: Roboto;
  font-size: 35px;
  color: #2a1b16;
  font-weight: 700;
  line-height: 55px;
  animation: animateh1 1.3s ease forwards;
 }
 @keyframes animateh1{
  0%{
    transform: translateY(30px);
    opacity: 0;
  }
  60%{
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.banner-content h1 span{
  color: #1d473d;
  font-size: 75px;
}

 .banner-content #content-button{
  /* background: #25D366; */
  background-color: #1d473d;
  height: 35px;
  width: 100px;
  border: none;
  border-radius: 15px;
  font-family: Roboto;
  font-weight: 700;
  margin-top: 10px;
  animation: animatebtn 1.4s ease-in forwards;
  z-index: 10;
  cursor: pointer;
 }
 @keyframes animatebtn{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
 .banner .banner-content #content-button:hover{
  background: #2a1b16;
  cursor: pointer;
 }
 .banner .banner-content #content-button a{
  color: white;
  text-decoration: none;
 }
 .banner .banner-image{
  position: relative;
  height: 450px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .banner .banner-image img{
  position: absolute;
 }
 .banner .banner-image .an1{
  animation: animate 1s ease-in forwards;
  
 }
 .banner .banner-image .an2{
  animation: animate2 1s ease-in forwards;
 }
 .banner .banner-image .an3{
  animation: animate3 1s ease-in forwards;
 }
 @keyframes animate{
  0%{
    transform: scale(0);
  }
  100%{
    transform: scale(1);
  }
 }
 @keyframes animate2{
  0%{
    transform: translateY(50px);
  }
  100%{
    transform: translateY(0);
  }
 }
 @keyframes animate3{
  0%{
    transform: translateY(-50px);
  }
  100%{
    transform: translateY(0);
  }
 }

/* === Banner Section Ends === */

/* === About Section Starts === */
.about-section{
  position: relative;
  height: 450px;
  width: auto;
  background: url(../img/about-img/bg2.png);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 100px;
}
.about-image{
 
  position: relative;
  height: 400px;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}
.about-image img{
  position: absolute;
 
}

/* === About Girl  animation  === */
.about-section .about-image .abm1{
  animation: aniabm 1s linear;
 }
 @keyframes aniabm{
  0%{
    transform: translateY(100px);
    
  }
  100%{
    transform: translateY(0);
   
  }
 }

 /* === About Graph  animation  === */
 .about-section .about-image .abm2{
  animation: aniabm2 1s ease-in;
 
 }
 @keyframes aniabm2{
  0%{
    transform: translateX(-100px); 
  }
  100%{
    transform: translateX(0);
   
  }
 }
/* === About icon  animation  === */
 .about-section .about-image .abm3{
  animation: aniabm3  1s ease-in;
  
 }
 @keyframes aniabm3{
  0%{
    transform: translateY(-100px);
    
  }
  100%{
    transform: translateY(0);
    
  }
 }
/* === About background  animation  === */
 .about-section .about-image .abm4{
  animation: aniabm4 1s ease-in;
 
 }
 @keyframes aniabm4{
  0%{
    transform: scale(0);
    
  }
  100%{
    transform: scale(1);
    
  }
 }

.about-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: auto;
  padding-bottom: 20px;
}
.about-content::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.248);
  z-index: -1;
}
.about-content h2{
  font-family: roboto;
  font-size: 50px;
  margin-bottom: 0px;
}
.about-content h2 span{
  color: #1d473d;
}
.about-content h3{
  position: relative;
  font-family: roboto;
  text-align: justify;
  /* color: #0c1e1a; */
  color: #2a1b16;
  padding: 10px;
  line-height: 23px;
  font-weight: 500;
}

.about-content h3 span{
  font-weight: 550;
  font-size: 23px;
  color: #0c1e1a;
}

/* === About Section Ends === */
/* === Service Section Starts === */
.service-section{
  background: #c3d1dc;
  height: auto;
  width: auto;
  padding: 20px 0 20px 100px;
}
.service-section h2, p{
  font-family: roboto;
}
.service-section h2{
  color: #3f322d;
  font-size: 40px;
}
.service-section h2 span{
  color: #1d473d;
  
}
.service-section p{
  text-align: justify;
  margin-top: 10px;
  width: 50%;
  color: #081814;
  font-size: 17px;
}
 
/* === Service Section Ends === */

/* 2nd Slider Section Starts */
.slider{
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8eceb;
  box-sizing: border-box;
  padding: 20px;
}
.slide-container{
  max-width: 1100px;
  width: 100%;
  height: auto;
  padding: 40px;
  background: transparent;
  animation: animate-slider linear;
  animation-timeline: view();
  animation-range: entry;
} 
@keyframes animate-slider{
  0%{
    transform: translateY(200px) scale(.4);
    
  }
  100%{
    transform: translateY(0) scale(1);
    
  }
}
/* .swiper-wrapper{
  height: 300px;
  width: 300px;
} */
.slide-content{

  margin: 20px;
  padding: 30px;
  width: auto;
  overflow: hidden;
  border-radius: 25px;
}

.card{
  border-radius: 25px;
  height: 100%; 
  width: auto;
  cursor: pointer;
  overflow: hidden; 
  transition: .5s;  
  margin-bottom: 40px; 
  box-shadow: inset 10px 10px 20px #0a191614,
                    10px 10px 20px #0a191614;   
}
.card::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0 0 25px 25px;
  background: linear-gradient(to bottom, transparent, #0c1c18);
  z-index: 0;
  transform: translateY(100%);
  transition: transform .4s ease;
}
.card:hover{
  transform: scale(1.1);
}
.card:hover::before{
  transform: translateY(0);
}
.card-content,.image-content{
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.card-content{
  position: relative;
  height: 400px;
  background-color: transparent;
  border-radius: 0 0 25px 25px;
  z-index: 1;
  padding-bottom: 20px;
  transition: .5s;
  transform: translateY(100px);
}

.card:hover .card-content{
  transform: translateY(0);
}

.card-content h4{
  color: #f5f5f5;
  margin-bottom: 10px;
  font-family: verdana;
  z-index: 1;
}
.card-content .description{
  color: #fff;
}
/* .image-content{
  
  width: 400px;
  height: 400px;
} */
/* .overlay{
  position: absolute;
  top: 0;
  left: 0;
  /* background-image: url(../img/gb.png); 
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0 0;
} */

/* .card-image .card-img{
  height: 250px;
  width: 100%;
  object-fit: cover;
} */
.description{
  font-size: 15px;
  color: #e3e3e3;
  text-align: justify;
  z-index: 1;
}

.card-content .description span a{
  text-decoration: none;
  font-size: 15px;
  color: white;
  transition: .1s ease-in;
}
.card-content .description span a:hover{
 color: #25D366;
}
.button{
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 8px 15px;
  background-color: #112b25;
  border-radius: 10px;
  margin: 15px;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
  z-index: 1;
}
.button:hover{
  background-color: #25D366;
  
  
}

#sitemap{
  
  color: #fff;
  text-decoration: none;
}




.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
 .swiper-pagination-bullet{
  background-color: white;
  
}
.swiper-pagination-bullet-active{
  background-color: #392a2a;
}
/* 2nd Slider Section Starts */



/* Testimonial Section Starts */
.slider2-header{
  position: relative;
  text-align: center;
}
.slider2-header h2{
  display: inline-block;
  color: #2a1b16;
  position: relative;
  font-size: 30px;
  left: 0;
  cursor: pointer;
  animation: animateh2 ease-in;
  animation-timeline: view();
  animation-range-start: -20px;
  animation-range-end: 300px;
}
@keyframes animateh2{
  0%{
    transform: translateY(-20px) scale(.3);
    opacity: 0;
  }
  100%{
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.slider2-header h2::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 3%;
  left: 0;
  border-radius: 3px;
  background: #2a1b16;
}
.slider2-section{
  position: relative;
  background-color: transparent;
  /* background: #1d473d; */
  height: auto; 
  margin: auto;
  width: 95vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  animation: animate-slider2 linear;
  animation-timeline: view();
  animation-range: entry;
}
@keyframes animate-slider2{
  0%{
    transform: translateY(-50px) scale(.4);
    opacity: 0;
  }
  100%{
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.slider2-section::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(to right, #e4edf1 70%, transparent);
  z-index: 2;
}
.slider2-section::after{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(to left, #e4edf1 70%, transparent);
}
.slider2-section .slider2{
  position: relative;
  display: flex;
  width: calc(150px * 10);
  animation: scroll2 10s linear infinite;
  gap: 10px;
}
.slider2-section .slider2:hover{
  animation-play-state: paused;
}

@keyframes scroll2{
  0%{
    transform: translateX(0);
  
  }
  100%{
    transform: translateX(calc(-150px * 5));
    
  }
}

.slider2-section .slider2 .slide{
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  border-radius: 10px;
  cursor: pointer;
  transition: all 1s;
  
}
.slider2-section .slider2 .slide .sld2img{
  width: auto;
  height: 120px;
  border-radius: 5px;
  transition: transform .4s linear;
}
.slider2-section .slider2 .slide .sld2img:hover{
  transform: scale(1.3);
}


.Virutal-tour-imgs{
  box-sizing: border-box;
  padding: 20px;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Virutal-tour-imgs h3{
  color: #2a1b16;
  font-family: roboto;
}
.Virutal-tour-imgs h3 span{
  color: #1d473d;
}
.Virutal-tour-imgs iframe{
  height: 400px;
  width: 80%;
  margin-top: 10px;
  border: none;
}
.Virutal-tour-imgs .vr-img1{
  animation: animate-vr-img1 linear forwards;
  animation-timeline: view();
  animation-range-start: -100px;
  animation-range-end: 300px;
}
@keyframes animate-vr-img1{
  0%{
    transform: scale(0);
    opacity: .4;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
.Virutal-tour-imgs .vr-img2{
  animation: animate-vr-img2 linear forwards;
  animation-timeline: view();
  animation-range-start: -100px;
  animation-range-end: 300px;
}
@keyframes animate-vr-img2{
  0%{
    transform: translateX(-300px);
    opacity: .4;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}
.Virutal-tour-imgs .vr-img3{
  animation: animate-vr-img3 linear forwards;
  animation-timeline: view();
  animation-range-start: -100px;
  animation-range-end: 300px;
}
@keyframes animate-vr-img3{
  0%{
    transform: translateX(300px);
    opacity: .4;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}
.Virutal-tour-imgs .vr-img4{
  animation: animate-vr-img4 linear forwards;
  animation-timeline: view();
  animation-range-start: -100px;
  animation-range-end: 500px;
}
@keyframes animate-vr-img4{
  0%{
    transform: translateY(300px);
    opacity: .4;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}



/* === Footer Section Starts === */
.footer {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  justify-content: space-between;
  padding: 40px 40px 40px 140px;
  background: #1d473d;
}

.box {
  flex: 1 1 calc(25% - 20px); /* Take 25% width, subtracting space for margins */
  min-width: 150px; 
  height: auto;
  margin: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

/* Change background on hover */
/* .box:hover {
  background-color: #091512;
} */
.box h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #2a1b16;
}
.box h2 span{
  color: #fff;
}
.footer .box:nth-child(3) p{
  
  font-size: 15px;
  font-family: roboto;
}
.footer .box:nth-child(1) ul, .box:nth-child(2) ul{
  list-style: none;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .box:nth-child(1) ul li , .box:nth-child(2) ul li{
  margin-top: 10px;
  font-size: 18px;
}
.footer .box:nth-child(1) ul li a, .box:nth-child(2) ul li a{
 color: #f6f6f6;
 text-decoration: none;
 font-size: 18px;
 transition: color .4s ease;
}


.footer .box:nth-child(1) ul li a:hover, .box:nth-child(2) ul li a:hover{
  color: #25D366;
  text-decoration: underline;
 }
 .footer .box:nth-child(3) .icons a{
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  margin: 20px;
  transition: color, transform .3s ease;
 }
 .footer .box:nth-child(3) .icons a:hover{
  transform: scale(1.4);
  color: #25D366;
 }
 .footer .box{
  
  animation: animate-box1 linear;
  animation-timeline: view();
  animation-range: entry;
 }
 @keyframes animate-box1{
  0%{
    transform: translateY(300px) scale(0);
   
  }
  100%{
    transform: translateY(0) scale(1);
    
  }
}
 /* === Copyrights Section Starts === */
 section.copyrights{
  margin: 0;
  height: 80px;
  width: 100%;
  background: #1d473d;
 display: grid;
 place-items: center;
 }
 .copyrights .copyrights-content{
  height: 60px;
  width: 80%;
  background: #081814;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
 }
 .copyrights .copyrights-content p{
  color: white;
  font-size: 80%;
  text-align: center;
  line-height: 20px;
 }
 /* === Copyrights Section Ends === */
