@import url('https://fonts.cdnfonts.com/css/lovely-font?styles=81911');

/* General Styles */
body {
  font-family: "poppins";
  color: #181818;
  margin: 0;
  padding: 0;
}
 
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "poppins";
}

/* Header Styles */
#header {
  transition: all 0.5s;
  z-index: 900;
  padding: 20px 0;
  background: transparent;
}

#header.scrollto {
  background: linear-gradient(180deg, #4378FF 23.4%, rgb(69, 114, 229) 84.09%);
  padding: 12px 0;
  z-index: 900;
}

#menu-overlay {
  display: none;
}
#header .logo {
 width: auto !important;
}



#header .logo img {
  max-height: 70px;

}


#header.header-inner-pages {
  background: linear-gradient(180deg, #4378FF 23.4%,  rgb(69, 114, 229) 84.09%);
  padding: 12px 0;
  z-index: 900;

 
}










/* Navigation Menu Styles */
.navbar {
  padding: 0 140px 0 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 16px;
}

.navbar a, .navbar a:focus {
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.nav-link.active {
  color: #BAFF74; 
  font-weight: bold;
}
.navbar ul > li > i {
  color: #fff;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.navbar-mobile-active {
  display: block;
}

@media (max-width: 991px) {

  .mobile-nav-toggle {
    display: block;
  }
  .navbar{
    padding:  0 0 0 0;
  }

  .navbar ul {
    display: none;
  }

  .navbar svg {
    fill: #313131;
  }
}

a{ cursor: pointer;}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


background: rgba(14, 88, 232, 0.53);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.menu {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 200px;
  
}
body.menu-open {
  overflow: hidden;
}


.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}

.menu a {
  text-decoration: none;
  color: #ffffff;
}


.menu a:hover {

  color: #BAFF74;
}
.close-btn {
  display: none;
}
[data-aos] {
  visibility: visible !important;
}

/*----------------------------------------------------
#breadcrumbs
----------------------------------------------------------*/


 .breadcrumb-item {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

 .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  margin-left: 5px;
  color: #fff;
}
.breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

 .breadcrumb-item.active {
  color: #FFF;
  font-weight: 700px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 842px;
    background: url("../img/hero-bg.jpg") bottom center no-repeat ;
    background-size:cover;
    object-fit: cover;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden; 
  
    
  }
  
  #hero:before {
    content: "";
    background:linear-gradient(180deg, #4378ffb1 10.4%, rgba(68, 106, 203, 0.26) 66.17%, rgba(69, 114, 229, 0.00) 84.09%);


    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  
  
  #hero .col-lg-12  {
   
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  #hero .typography {
    top: 200px;
    margin: 100px;
    text-align: justify;
    position: absolute;
  }
  #hero .typography a{
    color: #FFF;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
    
  #hero .typography h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 81%; /* 51.84px */
  }
  
  #hero .typography h2  {
    color: #FBFBFB;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 81%; /* 51.84px */
    padding-left: 50px;
  }
  
  #hero .typography h3 {
    color: #FFF;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 81%; /* 69.66px */
  padding-bottom: 30px;
    
  }
  
  #hero p {
    color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  width: 354px;
  height: 68px;
  flex-shrink: 0;
  padding-left: 30px;
  border-left: #fff 5px solid;
  margin-left: 40px;
  }
  #hero .location{
    bottom: 50px;
    padding-left: 100px;
  }

  #hero .location h6{
   
    color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 19.6px */
  }
  
#hero .hero-line{
  width: 100px;
  height:100%;
  position: absolute;
  right:100px;
 
}
#hero .hero-line .menu-search{
margin-top: 30px;
gap: 10px;
align-items: center;
padding: 5px;
}
#hero .hero-line .slash{
  width: 1px;
height: 27px;
background: #FFF;
}
#hero .hero-line .line-v svg{
margin-left: 48px;

}

#hero .hero-line .social-icon svg{
  margin: 0px 0 13px 0;
  cursor: pointer;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  background: linear-gradient(180deg, #D8FFFD 0%, rgba(243, 255, 254, 0.88) 42.16%, rgba(217, 217, 217, 0.43) 74.17%, rgba(217, 217, 217, 0.00) 100%);
  width: 100%;
  height: 700px;
}
.about .crows .bird {
  position: absolute;
  left: 40%;

}
 
.about .section-title {
  padding-top: 190px;
  padding-left: 100px;
}

.about .section-title p {
  color: #454545;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  font-size: 12px;
}

.about .section-line {
  width: 87px;
  height: 4px;
  background: conic-gradient(from 180deg at 50% 50%, #F9B233 0.1580569299403578deg, #17A680 360deg);
}

.about .col-lg-6 {
  padding-top: 60px;
  padding-left: 100px;
}

.about .col-lg-6 h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.about .col-lg-6 h2 span {
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}

.about .col-lg-6 p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 200px;
  height: 170px;
  flex-shrink: 0;
  margin-left: 380px;
  margin-top: 150px;
}

.about .about-logo {
  width: 778px;
  position: absolute;
  z-index: -1;
  top: 901px;
  padding: 75px;
}

.about .img-fluid {
  position: absolute;
  top: 700px;
  width: auto;
  right: 0;
}

.about .col-lg-6 .col {
  margin-left: 330px;
  z-index: 500;
}
.about .col a{
  z-index: 500;
}

.about .col-lg-6 .col .ct {
  padding: 10px;
  z-index: 500;
}

.about .col-lg-6 .col .ct h5 {
  color: #00A19A;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  cursor: pointer;

 
}

/* Responsive Styles */

/* Tablet Devices */
@media (max-width: 992px) {
  .about .col-lg-6 p {
    margin-left: 0; /* Reset margin for smaller screens */
  }

  .about .col-lg-6 {
    padding-top: 30px;
  }
}

/*--------------------------------------------------------------
# Quote Section
--------------------------------------------------------------*/
.quote{
 
  height: auto !important;
  width: 100%;
  background-position: center ;
  background-size: cover;
}

.quote .bg{
  width: 100%;
  position: relative;
}
#quote .typography {

  text-align: center;
 
}
#quote .typography h2{
  color: #000;
  font-family: Poppins;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 114.5%;
  text-align: center;


}
#quote .typography  span {
  color: #000;
font-family: Poppins;
font-size: 38px;
font-style: italic;
font-weight: 700;
line-height: 114.5%;
}
#quote .typography  .span3 {
  color: #000;
font-family: Poppins;
font-size: 22px;
font-style: italic;
font-weight: 400;
line-height: 140.5%;
}

#quote .typography h3{
  color: #000;
font-family: Poppins;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: 140%;
padding-top: 20px;
}

#quote .typography h3 span {
  color: #000;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: italic;
font-weight: 700;
line-height: 140%; /* 19.6px */
}
#qbg-mobile {
  display: none;
}/*--------------------------------------------------------------
# Package Section
--------------------------------------------------------------*/

.package {
  width: 100%;
  height: 1800px;
  background: url("../img/planning\ 3.png") center center no-repeat;
  background-size: cover;
  object-fit: center;
  position: relative;
  display: flex;
}

.package:before {
  content: "";
  background: linear-gradient(180deg, #DDFFE0 5.42%, #FDFFD4 13.75%, rgba(58, 195, 187, 0.54) 32.53%, #BBEFD2 67.31%, #AAD9FE 94.94%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.package .container-fluid {
  position: absolute;
  padding: 100px;
}

.package .container-fluid .section-title p {
  color: #454545;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.package .container-fluid .section-title .tours-line {
  width: 105px;
  height: 4px;
  flex-shrink: 0;
  background: conic-gradient(from 180deg at 50% 50%, #17A680 0deg, #F9B233 352.5000071525574deg);
}

.package .container-fluid .heading h4 {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  position: absolute;
  padding-left: 100px;
}

.package .container-fluid .heading h4 span {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
  text-transform: lowercase;
}

.package .container-fluid .heading h3 {
  color: #000;
  font-family: "Just Lovely regular";
  font-size: 155px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  position: absolute;
  z-index: 1;
  padding: 0%;
}

.package .container-fluid .heading h5 {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  text-transform: lowercase;
  padding-top: 130px;
}

.package .container-fluid .heading h5 span {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
  text-transform: lowercase;
}

.package .container-fluid .heading-sub p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 367px;
  height: 43px;
  flex-shrink: 0;
}

.package .container-fluid .heading-sub .sub-line {
  margin-top: 20px;
  width: 100%;
  height: 4.412px;
  background: conic-gradient(from 180deg at 50% 50%, #17A680 0deg, #F9B233 352.5000071525574deg);
}

.package .container-fluid .heading-button {
  margin-top: 50px;
  padding-left: 0;
}

.package .container-fluid .heading-button h5 {
  color: #00A19A;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  padding: 10px;
  width: 100%;
}

.package .explore-destination h6 {
  color: #898989;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 20px;
}

.package .nav-item .nav-link {
  color: #A1A1A1;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.package .nav-item .nav-link.active {
  color: #00A19A;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #fcc100;
}

.package .slider-wrapper {
  position: relative;
}

.package .slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.package .slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
  transform: rotate(180deg);
  margin-left: 50px;
  margin-top: 30px;
}

.package .slider-wrapper .slide-button#next-slide {
  right: -25px;     
  margin-right: 30px;
  margin-top: 50px;
}

.package .slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-top: 100px;
}

.package .slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.package .slider-wrapper .image-list .image-item {
  width: 239px;
  height: 371px;
  object-fit: cover;
  border-radius: 19px;
}

.package .slider-wrapper .image-list .image-item img {
  width: 239px;
  height: 371px;
}



.package .slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.image-item {
  position: relative;
}

.package .image-text {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 100%;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.package .image-item:hover .image-text {
  transform: translateY(-34px);
}

.package .image-text h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  width: 128px;
  height: 29px;
  flex-shrink: 0;
}

.package .image-list img:hover {
  transform: translateY(-34px);
  transition: transform 0.3s ease;
}

.package .view-btn a {
  color: #2FAC66;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.package .slider-line {
  margin: 50px 200px;
 
  height: 4px;
  flex-shrink: 0;
  background: conic-gradient(from 180deg at 50% 50%, #17A680 0deg, #F9B233 352.5000071525574deg);
}

#package .heading2 {
  text-align: center;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#package .heading2 h4 {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  position: absolute;
;
}

#package .heading2 h4 span {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
  text-transform: lowercase;
}

#package .heading2 h3 {
  color: #000;
  font-family: "Just Lovely regular";
  font-size: 155px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
 
  z-index: 1;

  width: auto;
}

#package#package .heading2 h5 {
   color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  text-transform: lowercase;
  margin-top: -70px;
}

#package .heading2 h5 span {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
  text-transform: lowercase;
}

.package .heading2 p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 0;
}

.package .card-container {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  gap: 75px;
  justify-content: center;
  margin-top: -10vh;
}

.package .card {
  width: 250px;
  height: 306px;
  text-align: center;
  padding: 36px 20px;
  border-radius: 29px;
  background: linear-gradient(180deg, #FFF 0%, rgba(248, 248, 248, 0.94) 70.83%, rgba(248, 248, 248, 0.15) 100%);
  align-items: center;
  border: none;
}

.package .card img {
  width: 90px;
}

.package .card-2 {
  margin-top: 25%;
}

.package .card-3 {
  margin-top: 25%;
}

.package .card h5 {
  width: auto;
  height: 18px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

.package .card img {
  padding-bottom: 15px;
}
.package .card  .circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #00A19A; /* Choose your desired background color */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* Choose your desired text color */
  font-size: 14px; /* Choose your desired font size */
}
.package .card p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 9px;
}

.package a {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}

.package .card-container h3 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.package .card-container p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.connect-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensure it takes up the full width of its container */
}
.package .connect-line img{
  max-width: 100%;
  height: auto;
  margin-top: -350px;
}
.package .next-button{
  margin-top: 100px;
}
.package .next-button .col {
justify-content: center;
}

.package .ct1 {
  padding: 10px;
}

.package .ct1 h5 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}

.package .expert-contact {
  position: absolute;
  left: 35%;
  margin-top: 360px;
  bottom: 100px;
  z-index: 5;
}

.package .expert-contact h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  flex-shrink: 0;
}

.package .expert-contact h2 {
  color: #FFF;
  text-align: center;
  font-family: "just lovely regular";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}

.package .expert-contact p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.package .expert-contact svg {
  margin-left: 220px;
}
#con-image-mobile {
  display: block; /* Display the mobile image on mobile */
}

#con-image-mobile{
  display: none; /* Display the mobile image on mobile */
}
/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
#slider-loc {
  height: 792px;
}
#slider-loc img{
  height: 792px;
}
#slider-loc .caption-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px;
  color: #fff; /* Adjust text color as needed */
  width: 100%;
  text-align: left;
}

#slider-loc .carousel-inner {
  position: relative;
}

#slider-loc .caption-container .section-title h3 {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#slider-loc .caption-container .section-title .explore-line {
  width: 43px;
  height: 4px;
  flex-shrink: 0;
  background: conic-gradient(from 180deg at 50% 50%, #F9B233 0.1580569299403578deg, #17A680 360deg);
}

#slider-loc .caption-container h2 {
  color: #000;
  font-family: "Just Lovely regular";
  font-size: 155px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%; /* 190.65px */
}

#slider-loc .caption-container h4 {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%; /* 34.44px */
  width: 348px;
  height: 115px;
  flex-shrink: 0;
}

#slider-loc .caption-container h4 span {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}

#slider-loc .caption-container p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 20px;
  width: 447px;
}

#slider-loc .caption-container .row {
  margin-top: 100px;
}

#slider-loc .caption-container h5 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 15.96px */
  width: 141px;
  padding: 10px;
  cursor: pointer;
}

/*
/*--------------------------------------------------------------
# Experience Section
--------------------------------------------------------------*/
#Experience{
  background: linear-gradient(180deg, #1B9F55 8.54%, #27C36C 50.73%, #AAD9FE 102.81%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
}


.Experience  h2{
  color: #ffffff;
  font-family:"just lovely regular";
  font-size: 155px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%; /* 190.65px */
}
.Experience p {

height: 78px;
flex-shrink: 0;
color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: left;
padding-top: 60px ;
padding-left: 50px;
}
.Experience .filter-box{
  display:flex ;
}

.Experience .experience-line{
  width:100%;
height: 4px;
flex-shrink: 0;
background: #FFEB33;
margin-bottom: 50px;

}



.Experience .dropdown {
  position: relative;
  display: inline-block;
  bottom: 20px;
  border-bottom: #fff 2px solid;
  width: 200px;
  text-align: left;
}

.Experience .dropdown-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: white;
}

.Experience .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.493); /* This can be adjusted if needed */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.Experience .dropdown-content a {
  color: black; /* Text color */
  text-decoration: none;
  display: block;
  padding: 10px;
}

.Experience .dropdown:hover .dropdown-content {
  display: block;
}
.Experience .image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1300px;
}

.Experience .image-container {
  flex-basis: calc(279px - 10px); /* Two images per row on desktop */
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  gap: auto;
}



.Experience .image-container img {
  max-width: 100%;
  height: 279px;
  width: 279px;
}

.Experience .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width:100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(6, 6, 6, 0.73);

}

.Experience .image-container:hover .overlay {
  opacity: 1;
}

.Experience .image-container .text a {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.Experience .image-container .text {
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 28px;
font-style: italic;
font-weight: 400;
line-height: 39px; /* 139.286% */
  color: white;

  padding: 16px 32px;
}
/* Media query for responsiveness */



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#testimonials{
  background:linear-gradient(180deg, #A0D8EC 13.02%, rgba(229, 229, 248, 0.24) 43.23%, rgba(0, 0, 251, 0.09) 100%);
justify-content: center;
align-items: center;
flex-shrink: 0;
}

#testimonials .section-title h1{
  color: #000;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
text-align: center;
padding-top: 25px;
}

#testimonials .section-title .line{
width: 88px;
height: 4px;
background: conic-gradient(from 180deg at 50% 50%, #F9B233 0.1580569299403578deg, #17A680 360deg);

}
#testimonials .heading {
align-items: center;


}

#testimonials .heading h4 {
  text-align: center;
  color: #1D1D1D;
text-align: center;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 39px; /* 97.5% */

}
#testimonials .heading h4 span{ 
  color: #1D1D1D;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}
#testimonials .heading h3{
  text-align: center;
  color: #43445C;
font-family:'just lovely regular';
font-size: 155px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100%;
}

#testimonials .container {
  width: 100%;
  display: flex;
  align-items:center; 
  justify-content:center;
  padding-top: 100px;
}

#testimonials .testimonial-container{
  width: 100%;

  margin: auto;
}

#testimonials .testimonial-text{
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
font-weight: 400;

position: relative;

}
#testimonials .testimonial-text h5{
  color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24.5px;

}

#testimonials .testimonial-text h5 span{
  color: #000;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24.5px; /* 122.5% */
}


#testimonials .user-text{
  text-align: center;
  line-height: 32px; /* 160% */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}

#testimonials .testimonial-pic{
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonials .user-pic{
  width: 150px;
  padding: 5px;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}

#testimonials .user-text.active-text{
  display: block;
}

#testimonials .user-pic.active-pic{
  width: 160px;
  border: 5px solid #FFEB33;
}








/*--------------------------------------------------------------
#blog
--------------------------------------------------------------*/
#blogs{
  background: linear-gradient(180deg, rgba(200, 200, 255, 0.95) 0%, rgba(231, 231, 255, 0.00) 140.1%, rgba(231, 231, 255, 0.00) 218.69%, rgba(231, 231, 255, 0.00) 218.69%);


  height: auto;
  padding-bottom: 50px;
}

#blogs .section-title h1{
  color: #000;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
text-align: left;
padding-top: 70px;
}

#blogs .section-title .line{
  width: 88px;
height: 4px;
background: conic-gradient(from 180deg at 50% 50%, #F9B233 0.1580569299403578deg, #17A680 360deg);
text-align: center;

}
#blogs .heading {
  margin-bottom: 300px;
  margin-top: 50px; 
}
#blogs .heading h4{
  color: #000;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 43.5px; /* 108.75% */
position: absolute;
margin-bottom: 10px;
}

#blogs .heading h3{
  color: #43445C;
  font-family: "Just Lovely Regular";
font-size: 155px;
font-style: normal;
font-weight: 400;
line-height: normal;
position:absolute;
margin:0% ;
}
#blogs .heading h5{
  color: #000;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 43.5px; /* 108.75% */
padding-left: 75px ;
margin-top: 130px;
position:absolute;
}


#blogs .heading h5 span{
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.5px;

}

#blogs .col-md-4 p{
  color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: left;
padding-top: 120px;
padding-left: 50px;
}
#blogs .col-md-3 svg{
  margin-top: 120px;
  cursor: pointer;
}

#blogs .blog-content{
  text-align: left;
 
}

#blogs .blog-content p{
  padding-top: 20px;
}
#blogs .blog-content h4{
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height:25px; /* 125% */
  position: relative;
  
}

#blogs .blog-content a{
  color: #2FAC66;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#blogs .container  .readmore:hover{
  background: #cda45e;
 
}

#blogs .container  .readmore{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 157px;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 40px;
background: #17A680;
color: #fff;
border: none !important;
transition: background-color 0.3s ease, color 0.3s ease;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:url("../img/footerimg.png")no-repeat;
  background-size: cover;
   background-position: center;
  padding: 0 0 30px 0;
  color: #1f1f1f;
  font-size: 14px; 
  position: relative;
  height:auto;
}

#footer .footer-top {
  
  padding: 60px 0 30px 0;
  position: relative;
}
#footer .footer-top .footer-img {
 position: relative;
 margin-bottom:20px ;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
  margin-top: 100px;
  

}

#footer .footer-top .footer-info h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 100px;


 
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer .footer-top .social-links img {
  font-size: 22px;
  display: inline-block;
   color: #f3f3f3;
  line-height: 1;
  padding:10px 0;
  margin-right: 26px;
  margin-bottom: 16px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  position: relative;
  gap: 26px;

}



#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #eae7e7;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top p {
  color: #e7e7e7;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  position: relative;;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
  margin-top: 100px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
  position: relative;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 45px; /* 225% */

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #e7e7e7;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  position: relative;
}

#footer .footer-top .footer-links ul a:hover {
  color: #60cd5e;
}
#footer .footer-top .footer-newsletter{
  align-items: right;
  margin-top: 85px;
}
#footer .footer-top .footer-newsletter h4{
  color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 45px; /* 225% */
}

#footer .footer-top .footer-newsletter p{
  color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
padding-top:20px ;
}
#footer .footer-top .footer-newsletter .social-line{
  width: 380px;
height: 4px;
flex-shrink: 0;
background: conic-gradient(from 180deg at 50% 50%, #FFF 0deg, #FFF 352.5000071525574deg);
}
#footer .footer-top .footer-newsletter form {
  margin-top: 10px;
  max-width: 331px;
height: 41px;
  background: #FFF;
  padding: 6px 10px;
  position: relative;
 

 
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  
  color: white;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #17A680;
  
  color: #fff;
  transition: 0.3s;
  
}


#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #d3af71;
}


.footer-bottom{
  background: #000000;
}


.footer-bottom .contact-container h2{
  color: #FFF;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 57.143% */
}
.footer-bottom .contact-container h3{
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 796px;
height: 75px;
flex-shrink: 0;
}
.footer-bottom .contact-container p{
  color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer-bottom .contact-container .contact-box li{
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  list-style: none;
}

#footer .col-lg-12 .container h2{
  color: #FFF;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 57.143% */
padding-top: 00px;
}
.footer-bottom .col-lg-12 .container p{
  color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 20px 0 20px 0;
margin-bottom: 0;
}

.footer-bottom .container .col-3  p  {
  color: #FFF;
  font-family: Poppins;
  font-size: 0px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-bottom .container .col h5{

  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 321.429% */
}

.footer-bottom .container .col p{
  color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}
.footer-bottom .contact-no .container .col-lg-3 .ct  p{
    padding: 10px;
    color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
cursor: pointer;
}

.footer-bottom .address  .container .col .p-3 ul{
  list-style: none;
}


.footer-bottom .address  .container .col .p-3 ul li a{
  color: #FFF;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 216.667% */
width: 300px;

}
.footer-bottom .copyrights .container h5{
  font-size: 10px;
  font-weight: 400;
}


@media (max-width: 768px){.footer-bottom .address  .container .col .p-3 ul li{
  margin-left: 0;
}
.footer-bottom .container .col-3 .ct  {
  padding: 20px;
}
.footer-bottom .container .col h5 {

  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.footer-bottom .col-lg-12 .container p{
  width: 100%;
  font-size: 15px;
}
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Add any other styles you want for the sticky menu */
}
