*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: "Quicksand"; 
  overflow-x: hidden; 
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
}
.logo-class {
  width: 40%;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.headsec {
  display: flex;
  align-items: center;
  background-color: #ffd43b;
  padding-right: 25px;
  position: relative;
}
.header {
  width: 150%;
}
.nav-list {
  align-items: center;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}
.nav-list li {
  list-style: none;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}
.nav-list a:hover {
  color: #495057;
}
.nav-list a[href="includes/register.php"] {
  background-color: #212529;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
  .nav-list a[href="includes/login.php"] {
    background-color: #212529;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
  }
  .nav-list a[href="includes/register.php"]:hover {
    background-color: #495057;
    color: #212529;
  }
  .nav-list a[href="includes/login.php"]:hover {
    background-color: #495057;
    color: #212529;
  }
  .nav-list li a {
    text-decoration: none;
    color: #112a46;
  }
  .sticky .headsec{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    z-index: 999;
  }
  .header-img {
    width: 55%;
    border-radius: 25px;
  }
  .btn-mobile-nav{
    display: flex;
    border: none; 
    background-color: #ffd43b;
  }
  .btn-mobile-nav i:first-child , .btn-mobile-nav i:nth-child(2){
    width: 5px;
    height: 5px;
    font-size:20px;
    color: #212529;
}
.btn-mobile-nav i:first-child{
  display: none;
  cursor: pointer;
}
.btn-mobile-nav i:nth-child(2){
  display: none;
  cursor: pointer;
  background: none;
}
  .first-section {
    background-color: #ffd43b;
  }
  .sticky .first-section {
    margin-top: 83.69px;
  }
  .fir-sec-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 980px;
    padding: 55px 0;
    gap: 10px;
  }
  .first-div-content h1 {
    margin-bottom: 19px;
    font-size: 50px;
    line-height: 1;
  }
  .first-div-content p {
    font-weight: bold;
    margin-bottom: 10px;
    color: #343a40;
  }
  .first-div-content p span {
    color: #212529;
    font-size: 20px;
  }
  .feature-heading h4 {
    text-align: center;
    opacity: 80%;
    margin: 30px 0;
    font-size: 20px;
  }
  .feature-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
    width: 980px;
  }
  .feature-div img {
    width: 130px;
    filter: brightness(0);
    opacity: 50%;
  }
  .how-it-works-section h4 {
    text-align: center;
    font-size: 23px;
  }
  .how-it-works-section p {
    text-align: center;
    margin: 30px 0;
  }
  .how-it-works-div {
    width: 840px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    gap: 115px;
    row-gap: 70px;
  }
  .how-it-works-div p {
    background-color: #ffd43b;
    padding: 30px;
    border-radius: 15px;
    font-weight: bold;
  }
  .how-it-works-div img {
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
      25px 0 20px -20px rgba(0, 0, 0, 0.45),
      0px 25px 20px -20px rgba(0, 0, 0, 0.45),
      -25px 0 20px -20px rgba(0, 0, 0, 0.45);
  }
  .grid-first-img {
    width: 260px;
    border-radius: 20px;
  }
  .grid-second-img {
    width: 300px;
    height: 350px;
    border-radius: 20px;
  }
  .grid-third-img {
    width: 300px;
    border-radius: 20px;
  }
  .grid-fourth-img {
    width: 320px;
    height: 350px;
    border-radius: 20px;
  }
  .Test-h4 {
    text-align: center;
    font-size: 23px;
    margin: 30px;
  }
  .testimonials {
    width: 57%;
    height: 20rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .slider {
    display: flex;
    width: 500%;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    gap: 100px;
  }
  .slide {
    width: 696px;
    margin: 60px 0;
}
  .slidecontent {
    background-color: #ffd43b;
    display: flex;
    align-items: center;
    padding: 25px 100px;
    border-radius: 10px;
    gap: 145px;
  }
  
  .slidecontent p {
    font-weight: bold;
  }
  .tourist-1 {
    width: 15%;
    border-radius: 9px;
    transform: scale(1.9);
  }
  .cust-name {
    margin-top: 6px;
  }
  .controls i:first-child {
    position: absolute;
    right: 155px;
    top: 2835px;
    padding: 9px;
    background-color: #ffd43b;
    border-radius: 50%;
    cursor: pointer;
  }
  .controls i:last-child {
    background-color: #ffd43b;
    position: absolute;
    left: 155px;
    top: 2835px;
    padding: 9px;
    border-radius: 50%;
    cursor: pointer;
  }
  .plan-image{
    width: 100%;
    margin-left: 40px;
    border-radius: 0 20px 20px 0;
  }
  .plan-title{
    text-align: center;
    margin: 30px 0;
    font-size: 23px;
  }
  .plan-container{
    display: flex;
    width: 800px;
    margin: 20px auto;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #ffd43b;
    border-radius: 20px;
  }
  .plan-content{
    margin: 40px;
  }
  .plan-list li{
    margin-bottom: 15px;
    font-weight: bold;
  }
  .package-container{
    width: 800px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
  }
  .normal-list li{
    list-style: none;
    font-weight: bold;
  }
  .package-title{
    text-align: center;
    margin: 50px 0;
    font-size: 23px;
  }
  .plan-1{
    border: 2px solid #ffd43b;
    padding: 50px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }
  .gold{
    background-color:#ffe066 ;
    
  }
  .gold::after{
    content: "Most preferred";
    position: absolute;
    top: 39px;
    right: -48px;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #112A46;
    transform: rotate(40deg);
    color: #FFFFFF;
  }
  .fa-solid{
    margin: 0 20px 20px 0;
  }
  .button-package{
    padding: 10px 20px;
    border: none;
    background-color: #fab005;
    cursor: pointer;
    width: 100%;
    border-radius: 15px;
    font-weight: bold;
  }
  .plan-title{
    text-align: center;
    margin: 20px 0;
  }
  .plan-price{
    margin: 25px;
    font-weight: bold;
    font-size: 50px;
    color: #112A46;
  }
  .plan-price-content{
    margin: 20px 79px;
    font-weight: bold;
    color: #343a40;
  }
  .communities-title{
    text-align: center;
    margin: 40px 0;
  }
  .community {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
  }
  
  .community h2 {
    color: #333;
  }
  
  .community p {
    color: #666;
  }
  
  .community-members {
    margin-top: 20px;
  }
  
  .community-members h3 {
    color: #444;
  }
  
  .join-community {
    margin-top: 20px;
  }
  
  .join-community button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .join-community button:hover {
    background-color: #0056b3;
  }
  .communities {
    margin: 50px auto;
    text-align: center;
    max-width: 800px; /* Adjust width as needed */
  }
  .communities-container{
    width: 800px;
    margin: 50px auto;
    background-color: #fcc419;
    padding: 30px;
    border-radius: 20px;
  }
  .community-img{
     width: 100%;
    border-radius: 20px;
  }
  
  .serial-img{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin: 25px 0;
  }
  .serimg{
    width: 90px; 
    height: 90px; 
    border-radius: 50%; 
    object-fit: cover;
  }
  .communities-container p {
    font-weight: bold;
    margin: 30px 0;
    font-size: 17px;
  }
  .sign-up{
    font-size: 25px;
  }
  .serial{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .serial p {
    margin: 5px 0;
  }
  .footer-container{
    background-color: #fab005;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 150px 50px ;
    width: 100%;
    justify-items: center;
    gap: 20px;
  }
  .footer-logo{
    width: 80%;
    border: 1px solid #dee2e6;
    border-radius: 10px;
  }
  .foot-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap:20px;
  }
  .social-media-logos{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .social-media-logos i {
    font-weight: bold;
    font-size: 20px;
  }