.page1{
    width: 100%;
    height: 100vh;
    background-color: #FFFAE9;
}
.navbar{
    height: 6vh;
    background-color: #7F1E80;
    display: flex;
    align-items: center;
    color: white;
    font-family: Roboto;
    justify-content: center;
}
.navbar h2{
    font-size: 1rem;
}

.navbar2 .navbar{
    background-color: #0E723A;
    height: 12vh;
}
.navbar2 .navbar-nav{
    margin-left: 30vw;
    gap: 4vw;
}
.navbar2 .navbar-nav .nav-item a{
    color: white;
    font-family: roboto;
    font-size: 1.2rem;
}
/*
.navbar2 .leftside img{
   margin-left: 4vw; 
}
.page1 .navbar2 .rightside .menu{
    display: flex;
    gap:2vw;
    padding-right: 35vw;
    list-style-type: none;
}
.page1 .navbar2 .rightside .menu li a{
    text-decoration: none;
    color: white;
    font-family: Roboto;
    font-size: 1.2vw;
}*/
.page1 .banner img{
    width: 100%;
    height: 80vh;
}
.page2{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFAE9;
}
.page2 h2{
    font-size: 2rem;
    text-align: center;
    font-family: Roboto;
    text-transform: uppercase;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.page2 .swiper {
    width: 100%;
    height: 60vw; /* Ensure height is set */
}

.page2 .swiper-slide {
    display: flex;
    flex-direction: column; /* Stack image and content vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 1vw;
}

.page2 .swiper-slide img {
    display: block;
    width: 70%;
    height: 60%;
    transition: transform 0.4s ease-in-out;
    padding-top: 4vw; /* Apply transition to transform property */
    margin-left: 6vw;
}

.page2 .swiper-slide img:hover {
    transform: scale(0.95); /* Scale down the image on hover */
}
.page2 .swiper-slide .slide-heading{
    margin-top: 2vw;
    color: #000; /* Text color */
    font-size: 1.2rem; /* Adjust font size as needed */
    font-weight: 500;
    font-family: Roboto;
    letter-spacing: 0.1vw;
}
.page2 .swiper-slide .slide-content {
    color: #000; /* Text color */
    font-size: 1rem; /* Adjust font size as needed */
    font-family: Roboto;
    width: 55%;
    margin-top: 0.4vw;
    padding-bottom: 4vw;
}

.page2 .swiper-button-next, .swiper-button-prev {
    color: #000; /* Ensure navigation buttons are visible */
}  
.page2 .scroll-container{
    width: 100%;
    height: 10vh;
    background-color: #01773D;
    margin-top: 4vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
/* The scrolling text itself */
.page2 .scroll-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 40s linear infinite;
}
/* Keyframes for scrolling animation */
@keyframes scroll-left {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.page2 .scroll-text h2{
    display: inline;
    font-size: 1rem;
    color: white;
    text-transform:capitalize;
    font-family: Roboto;
}
.page3{
    width: 100%;
    height: 100vh;
}
.page3 h2{
    font-family: Roboto;
    font-size: 3rem;
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 3vw;
}
.page3 .card_container{
    display: flex;
    justify-content: space-between;
}
.page3 .card_container .card{
    width: 18rem;
}
.page3 .card_container .card .card-title{
    font-size: 1.1rem;
}
.page3 .card_container .card .card-price{
    font-size: 1.1rem;
    font-weight: 700;
}
.page4{
    width: 100%;
    height: 100vh;
    background-color: #FFFAE9;
    display: flex;
    align-items: center;
    padding-left: 4vw;
    margin-top: 6vw;
}
.page4 .left_side h2{
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: "Aclonica";
}
.page4 .left_side p{
    width: 70%;
    font-family: roboto;
    font-weight: 500;
    line-height: 2.2vw;
}
.page4 .right_side img{
    width: 30vw;
    height: 20vw;
    padding-right: 4vw;
}
.page5{
    width: 100%;
    height: 100vh;
}
.page5 h2{
    font-size: 3rem;
    margin-top: 4vw;
    text-align: center;
    margin-bottom: 4vw;
    text-transform: uppercase;
    font-family: "Aclonica";
}
    .swiper2 {
      width: 100%;
      height: 60vh;
      margin-bottom:1rem;
      overflow-x: hidden;
    }
    
    .swiper2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid green;
      border-radius: 2vw;
    }
    .swiper2 .swiper-slide .container h1{
        font-size: 1.4rem;
    }
    .swiper2 .swiper-slide .container h3{
        font-size: 1.4rem;
        font-family: "Aclonica";
        margin-top: 2vw;
        text-transform: uppercase;
    }
    .swiper2 .swiper-slide .container p{
        margin-top: 2vw;
        font-family: roboto;
        font-weight: 500;
    }
    .swiper2 .swiper-slide .container svg{
        width:2vw;
        color: green;
    }
    .swiper-slide2 img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .footer{
        width: 100%;
        height: 60vh;
        overflow: hidden;
        background: #16763E;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .footer .left_side h2{
        font-size: 1.2rem;
        margin-top: 4vw;
        margin-bottom: 1vw;
        color: #F9B12D;
        text-transform: uppercase;
        font-family: "Aclonica";
    }
    .footer .left_side h3{
        font-size: 1.1rem;
        color: white;
        font-family: arial;
    }
    .footer .center_side h2{
        font-size: 1.2rem;
        margin-top: 4vw;
        margin-bottom: 1vw;
        color: #F9B12D;
        text-transform: uppercase;
        font-family: "Aclonica";
    }
    .footer .center_side h3{
        font-size: 1.1rem;
        color: white;
        font-family: arial;
    }

 @media(max-width:768px){
    .page1{
        height: 40vh;
    }
    .navbar{
        height: 7vh;
        text-align: center;
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .navbar h2{
        font-size: 0.9rem;
    }
    .navbar2 .navbar{
        height:8vh;
    }
    .navbar2 .container-fluid{
        background-color: #0E723A;
    }
    .navbar2 .collapse{
        background-color: #0E723A;
        margin-top: 1vw;
        border-radius: 1vw;
    }
    .navbar2 .navbar-nav{
       text-align: left;
       margin-left: 0vw;
       gap: 0vw;
    }
    .navbar2 .navbar-nav .nav-item a{
        color: white;
        font-size: 1.1rem;
        font-weight: 500;
    }
    .navbar2 .navbar-nav .nav-item a:hover{
        color: black;
    }
    .page1 .banner img{
        width: 100%;
        height: 25vh;
    }
    .page2{
        min-height: 50vh;
        overflow: hidden; /* Prevent overflow issues */
      
    }
    .page2 h2{
        font-size: 1.2rem;
    }
    .page2 .swiper {
        width: 260%;
        height: 70vw; /* Increase height for better visibility on mobile */
        left: -130%; /* Center the swiper by shifting it left by 130% */
        overflow: hidden; /* Ensure no scrollbars */
    }
    
    .page2 .swiper-slide img {
        width: 70%; /* Adjust width for mobile */
        height: 60%; /* Maintain aspect ratio */
    }
    .page2 .swiper-slide .slide-heading{
        margin-top: 4vw;
        font-size: 1.1rem; /* Smaller font size for mobile */
    }
    .page2 .swiper-slide .slide-content {
        font-size: 1rem; /* Smaller font size for mobile */
        margin-top: 0vw;
        letter-spacing: 0vw;
        width: 80%;
        margin-top: 0vw;
        padding-bottom: 0vw;
    }
    
    .page2 .scroll-container {
        height: 4vh; /* Adjust height for mobile */
    }
    
    .page2 .scroll-text h2 {
        font-size: 0.7; /* Adjust font size for mobile */
    }
    .page3{
        width: 100%;
        height: 260vh;
    }
    .page3 h2{
        font-family: Roboto;
        font-size: 1.4rem;
    }
    .page3 .card_container{
        display: block;
        margin-left: 16vw;
    }
    .page3 .card_container .card{
        margin-bottom: 6vw;
        width: 80%;
    }
    .page3 .card_container .card .card-title{
        font-size: 1.1rem;
    }
    .page3 .card_container .card .card-price{
        font-size: 1.1rem;
        font-weight: 700;
    }
    .page4{
        width: 100%;
        height: 85vh;
        display: block;
        padding-top: 6vw;
    }
    .page4 .left_side h2{
        font-size: 2rem;
        margin-bottom: 10vw;
        margin-top: 10vw;
    }
    .page4 .left_side p{
        width: 100%;
        line-height: 6vw;
    }
    .page4 .right_side img{
        width: 70%;
        height: 30vh;
        padding-top: 6vw;
    }
    .page5{
        width: 100%;
        height: 100vh;
    }
    .page5 h2{
        font-size: 2rem;
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
    .page5 .swiper2 {
        width: 255%;
        height: 80vw;
        margin-left: -160%;
        overflow: hidden;
    }
    
    .swiper-slide2 img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}  


