@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

        .body {
          font-family: 'Inter', sans-serif;
      }
        .home{
            overflow: hidden;
        }
        .hero {
          background-color: var(--Gray-00, #fff);
          display: flex;
          flex-direction: column;
          align-items: center;
          background-image: url(/images/herofinal.png);
          background-repeat: no-repeat;
        }
        .div-2 {
          justify-content: center;
          align-items: center;
          align-self: stretch;
          display: flex;
          width: 100%;
          padding: 32px 60px;
        }
        @media (max-width: 991px) {
          .div-2 {
            max-width: 100%;
            padding: 0 20px;
          }
        }
        .div-3 {
          display: flex;
          width: 100%;
          max-width: 1320px;
          gap: 20px;
          justify-content: space-between;
        }
        @media (max-width: 991px) {
          .div-3 {
            max-width: 100%;
            flex-wrap: wrap;
          }
        }
        .div-4 {
          justify-content: center;
          border-radius: 12px;
          display: flex;
          gap: 10px;
          font-size: 36px;
          color: var(--Gray-900, #061c3d);
          font-weight: 500;
          white-space: nowrap;
          letter-spacing: -0.54px;
          line-height: 122%;
          margin: auto 0;
        }
        @media (max-width: 991px) {
          .div-4 {
            white-space: initial;
          }
        }
        .img {
          aspect-ratio: 1;
          object-fit: auto;
          object-position: center;
          width: 48px;
        }
        .div-5 {
          font-family: Inter, sans-serif;
          margin: auto 0;
        }
        .div-6 {
          justify-content: center;
          display: flex;
          gap: 12px;
        }
        .sign{
            justify-content: center;
          border-radius: 7px;
          background-color: #007b4f;
          color: var(--Gray-00, #fff);
          text-transform: capitalize;
          margin: auto 0;
          padding: 0 32px;
          font: 700 16px/48px Urbanist, sans-serif;
        }
        .div-7 {
          justify-content: center;
          border-radius: 7px;
          background-color: #007b4f;
          color: var(--Gray-00, #fff);
          text-transform: capitalize;
          margin: auto 0;
          padding: 0 32px;
          font: 700 16px/48px Urbanist, sans-serif;
        }
        @media (max-width: 991px) {
          .div-7 {
            padding: 0 20px;
          }
        }
        .div-8 {
          align-items: center;
          border-radius: 7px;
          background-color: var(--Gray-50, #f5f6f7);
          display: flex;
          justify-content: center;
          width: 56px;
          height: 56px;
          /* padding: 12px; */
        }
        .img-2 {
          aspect-ratio: 1;
          object-fit: auto;
          object-position: center;
          width: 32px;
        }
        .div-9 {
          margin-top: 66px;
          width: 1244px;
          max-width: 100%;
          align-items: center;
          color: #007b4f;
          text-align: center;
          letter-spacing: -1.4px;
          padding: 12px 60px 0;
          font: 700 70px/80px Inter, sans-serif;
        }
        @media (max-width: 991px) {
          .div-9 {
            max-width: 100%;
            font-size: 40px;
            line-height: 51px;
            margin-top: 40px;
            padding: 0 20px;
          }
        }
        .div-10 {
          color: var(--Gray-900, #061c3d);
          text-align: center;
          margin-top: 40px;
          width: 786px;
          font: 400 24px/32px Inter, sans-serif;
        }
        @media (max-width: 991px) {
          .div-10 {
            max-width: 100%;
          }
        }
        .div-11 {
          justify-content: center;
          border-radius: 7px;
          background-color: #007b4f;
          margin-top: 40px;
          color: var(--Gray-00, #fff);
          text-transform: capitalize;
          padding: 0 32px;
          font: 700 16px/48px Urbanist, sans-serif;
        }
        @media (max-width: 991px) {
          .div-11 {
            padding: 0 20px;
          }
        }
        .div-12 {
          display: flex;
          flex-direction: column;
          overflow: hidden;
          position: relative;
          z-index: 10;
          min-height: 470px;
          margin-top: 50px;
          width: 1026px;
          max-width: 100%;
          align-items: center;
          justify-content: center;
          padding: 80px 60px;
        }
        @media (max-width: 991px) {
          .div-12 {
            margin-top: 40px;
            padding: 0 20px;
          }
        }
        .img-3 {
          position: absolute;
          inset: 0;
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center;
        }
        .img-4 {
          aspect-ratio: 1;
          object-fit: auto;
          object-position: center;
          width: 80px;
          margin: 115px 0 76px;
        }
        @media (max-width: 991px) {
          .img-4 {
            margin: 40px 0;
          }
        }
        .parent-container {
            display: flex;
            justify-content: center;
            align-items: center;
          
        }
        
        .header-vid {
            background-image: url(/images/header-vid.png);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 470px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 60%;
            margin-top: 30px;
            border-radius: 20px;
        }
        .features{
            background-image: url(/images/BG.png);
            /* height: 700px; */
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
        }
        .features h2{
            /* display: flex; */
            justify-content: center;
            align-items: center;
        }
        
.minibox{

width: 100%;
padding: 24px;
gap: 20px;
border-radius: 12px;
opacity: 0px;
background-color: #F1EBFF;
}
.minibox2{
width: 100%;
padding: 24px;
gap: 20px;
border-radius: 12px;
opacity: 0px;
background: #E7F5E8;
}
.minibox3{
width: 100%;
padding: 24px;
gap: 20px;
border-radius: 12px;
opacity: 0px;
background: #FFF9EE;

}
.minibox4{
width: 100%;
padding: 24px;
gap: 20px;
border-radius: 12px;
opacity: 0px;
background: #FEEDFA;

}
.container2{
background-color: #007b4f;
padding: 80px 0px;
height: fit-content;
}

.container2 p:nth-child(1){
color: white;
font-size: 23px;
font-weight:600;
}
.container2 p:nth-child(2){
color: white;
font-size: 23px;
}

.sociallogos{
background-color: white;
height: fit-content;
border-radius: 12px;
width: fit-content;
padding: 20px 40px;
display: flex;
justify-content: center;
align-items:center ;
}
.storecontent{
padding: 20px;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: start;
flex-direction: column;
text-align: start;
}
.storecontent p:nth-child(1){
color: #007B4F;
font-weight: 600;
}
.getbtn{
display: flex;
align-items: center;
justify-content: center;
}
.getbtn button{
margin: 30px;
background-color: #007B4F;
padding: 10px 20px;
border: none;
color: white;
border-radius: 12px;
}
.faqsection{
background-color: #007B4F;

}

.faqsection .container{
padding: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.faqsection .container h3{
color: white;
}
.faqsection .container{
color: white;
}
.quesection{
width: 50%;
}
.quesection .content{
background-color: white;
border-radius: 12px;
margin-top: 20px;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
color: black;
}
/* .pricing {
  background-color: #007B4F;
  height: 600px;
  display: flex;
 
} */

.pricing{
  padding-bottom: 35px;
}
.pricing-table{
  /* display: flex; */
  justify-content: center;
}
 .premium{
  width: 30%;
  background-color: #007B4F;
  height: 400px;
  color: white;
  border-radius: 15px;
 padding: 15px;
 }
 .e-button{
  border: #007B4F solid 2px;
  background-color: white;
  border-radius: 8px;
  padding: 10px 30px;
 }
 
 .enterprise-img{
  /* background-image: url(/images/enterprise.png); */
  background-position: no-repeat;
  /* height: 370px;
  width: 450px; */
 }
 .enterprise-con{
  display: flex;
  /* border: #007B4F 2px solid; */
  border-radius: 5px;
  /* padding: 50px; */
 }
 .form-container{
  background-image: url(/images/BG.png);
  height: 664px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;

 }
 .form-container{
  display: flex;
  justify-content: center;
  align-items: start;
 }
 .footer{
  /* height: 556px; */
  background-color: #007b4f;
 }
 .footer-all{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
 }
 .general-img{
  background-image: url(/images/Icon.png);
  height: 50px;
  background-repeat: no-repeat;
 }
 .general-des{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
 }
 .quick-links .services .product .footer-icons{
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.reserve{
  display: flex;
  justify-content: center;
  align-items: center;
}
.dummy{
  display: flex;
  flex-direction: row;
}
.dummy1{
  display: flex;
}
.e-logo{
  font-size: 30px;
}
.e-con{
  padding-left: 20px;
}
.left{
  padding: 90px;
  width: 50%;
}
.right{
  width: 50%;
  background-color: #007B4F;
}
.social-left{
  gap: 25px;
  font-size: 20px;
}
/* .form-cont{
  background-color: white !important;;
  color: black !important;
 
} */
form {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 460px;
}

form label {
  margin-bottom: 5px;
  color: #333;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

form button {
  padding: 10px;
  background-color: #007B4F;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.features-1{
  display: flex;
  /* color: white; */
}
.learn{
  border: none !important;
  color: #007B4F;
}

.features-box{
  display: flex;
  background-color: white !important;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 25px;
  padding: 35px;
  margin: 25px;
  border: #007B4F solid;
}

.clientsay{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.client-head{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.features-con{
  padding-left: 25px;
}
.f-head{
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.latest-news {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.latest-news .news-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-head{
  padding-top: 40px;
}

.latest-news .latest h3 {
  margin: 0;
}

.latest-news .news-arrow {
  display: flex;
  gap: 50px;
  padding-right: 50px;
}

.latest-news .news-arrow i {
  cursor: pointer;
  font-size: 1.5em; 
  color: #007B4F;
  /* color: #333; */
}
.latest{
  padding-bottom: 50px;
}
.dummy2{
  border: #007B4F 2px solid;
  border-radius: 10px;
  padding-top: 10px;
  margin-left: 7px !important;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-test{
  width: 30px;
  height: 1px;
  border-radius: 50px;
}
.client-head{
  padding: 70px;
}
.test-con {
  border-radius: 16px;
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.04);
  background-color: var(--Gray-00, #fff);
  display: flex;
  max-width: 424px;
  flex-direction: column;
  padding: 32px;
}
.test-img {
  display: flex;
  gap: 12px;
}
.img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 48px;
}
.test-name-all{
  display: flex;
  flex-direction: column;
}
.test-name {
  color: var(--Gray-900, #061c3d);
  font: 500 16px/150% Inter, sans-serif;
}
.test-com {
  color: var(--Gray-700, #42526b);
  margin-top: 4px;
  font: 400 14px/143% Inter, sans-serif;
}
.test-review {
  color: var(--Gray-900, #061c3d);
  text-align: justify;
  margin-top: 20px;
  font: 400 18px/26px Inter, sans-serif;
}
.testimonial{
  padding-bottom: 70px;
}
.blog-images1{
  background-image: url(/images/Blog1.png);
  height: 536px;
  background-repeat: no-repeat;
  
}
.blog-images2{
  background-image: url(/images/Blog2.png);
  height: 536px;
  background-repeat: no-repeat;
  
}
.blog-images3{
  background-image: url(/images/Blog3.png);
  height: 536px;
  background-repeat: no-repeat;
  
}
.viewall{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.viewall button{
  background-color: white !important;
  color: #007B4F;
  padding: 20px 20px;
  border-radius: 20px;
  border: #007B4F 2px solid;
}
.travel-b{
  border: none;
  background-color: #ffc759;
  color: black !important;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;

}
.travel{
  display: flex;
  justify-content: start;
  gap: 20px;
  color: white !important;
}
.blog-b{
  border: none !important;

}
.travel-con{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 68.23%);
  padding: 25px;
  position: relative;
  border-radius: 30px;
  top: 350px;
  
}
.si{
  padding: 15px;
  border: white 3px solid transparent;
}
.si:hover{
  border: white 3px solid black;
  cursor: pointer;
  color: #000;
}
.button-box {
  width: 300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.toggle-btn {
  flex: 1;
  padding: 10px 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  position: relative;
  z-index: 1;
  text-align: center;
}

#btns {
  left: 0;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #007B4F;
  border-radius: 30px;
  transition: .5s;
  z-index: 0;
}
.ourplan{
  display: flex;
  justify-content: space-between;
}
.onth-year{
  padding-top: 25px;
}
.enterprise-lorem{
  padding: 30px;
}
ul, ol {
  list-style-type: none;
}
.line {
  width: 85%;
  margin: 0 auto; /* Centers the line */
  border-top: 2px solid  white; /* Change color and style as needed */
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px){}

