.nav-link:hover{
    font-size: larger;
}
.btn1{
    border: 2px solid black;
    border-radius: 118px;
    padding: 15px;
    text-size-adjust: 10px;
}
.btnn1{
    border: 2px solid black;
    border-radius: 118px;
    padding: 15px;
    text-size-adjust: 10px;
}

.btnn1:hover{
    background-color: rgb(229, 62, 11);
    color: white;
}
.btn1:hover{
    background-color: black;
    color: rgb(255, 255, 255);
}
#btn3:hover{
    background-color: black;
    color: white;
}
#carouselExampleCaptions{
    color: black;
}
#bg-center{
    justify-items: center;
    margin-top: 220px;
    text-align: center;

}
.carousel-item{
    background-image: url(images/bg.png);
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
}   
#p1{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 400px;
}
#h11{
    font-family: Playfair Display;
    font-weight: 300px;
    font-size: 70px;
    line-height: 56px;
    width:450px ;
}
#btn2{
    color: white;
    border: 2px solid #AD343E;
    background-color: #AD343E;
    border-radius:118px ;
    padding: 10px;

}
#btn2:hover{
    color: #AD343E;
    background-color: white;
}
#btn3{
    color: #2C2F24;
    border: 2px solid #2C2F24;
    background-color:white;
    border-radius:118px ;
    padding: 10px;
}
#h12{
    font-family: Playfair Display;
    font-weight: 200px;
    font-size: 50px;
    line-height: 56px;
    width:100% ;  
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.card-img-top{
    margin-top: 40px;
    align-self: center;
}
#card11{
    margin-right: 60px;
}
#btn4{
    color: #AD343E;
    text-decoration: none;
    font-size: large;
    margin-bottom: 30px;
}
#btn4:hover{
    color: #fffffe;
    background-color: #AD343E;
    padding: 5px;
    border: 2px solid#2C2F24;
    border-radius: 30px;
}
.div4{
    background-color: #2C2F24;
    padding: 30px;
    height: 270px;
    color: #fffffe;
    opacity: 0.9;
    width: 300px;
    position:absolute ;
    top: 450px;
    left: 400px;
}
#h41{
    margin-bottom: 40px;
}
#div5{
    margin-top: 80px;
}
#btn5{
    color: #2C2F24;
    text-decoration: none;
    font-size: large;
    margin-bottom: 30px;
    border: 2px solid #2C2F24;
    border-radius: 30px;
    padding: 5px;
}
#btn5:hover{
    color: #fffffe;
    background-color:#2C2F24;
    padding: 5px;
    border: 2px solid#2C2F24;
    border-radius: 30px;
}
.div6{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 100px;
}
#div6{
    width: 95%;
    justify-self: center;
    padding: 0px;
    margin-bottom: 100px ;
    
}
#div7{
    width: 90%;
    justify-self: center;
    padding: 20px;
    margin-bottom: 50px ;
}
#img2{
    margin-top: 0%;
}
#div6{
  margin-top: 50px;  
}
.div81{
    justify-self: left;
    padding: 70px;
   
}
#img3{
    margin-top:15px ;
    margin-left:20px ;
}
#div91{
    display: flex;
    justify-content: space-between;
}

#btn6{
    height: 64px;
    border: 0;
    border-radius: 118px;
    background-color: #AD343E;
    color: white;
}
#btn6:hover{
    background-color: #fffffe;
    color: #AD343E;

}
a:hover{
    text-size-adjust: 200px;
    text-decoration: none;
    color: #fffffe;
    cursor: cell;
}
a{
    color: #2C2F24;
}
.btn7{
    background-color: #AD343E;
    color: #fffffe;
}
#btn8:hover{
    background-color: #AD343E;
    color: #fffffe;
    padding: 10px;
}
#btn8{
    border: 2px solid #2C2F24;
}
@media (max-width:678px) {
    .div4{
        position: absolute;
        top: 150px;
        left: 10px;
        background-color: #2C2F24;
        background-size: cover;
        text-size-adjust: 3px;
        padding: 10px;
        height: 200px;
        color: #fffffe;
        opacity: 0.7;
    }
}
.hover-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
  }
  .transition-all {
    transition: all 0.3s ease;
  }
  .swiper-slide {
    height: auto;
  }

/* Base Swiper Slide Styling */
.swiper-slide {
    height: auto; /* Let content determine height */
    display: flex; /* For better content alignment */
    transition: all 0.3s ease; /* Smooth hover effects */
    padding: 5px; /* Spacing between slides */
    box-sizing: border-box; /* Include padding in width */
  }
  
  /* Card Container within Slide */
  .swiper-slide .card {
    width: 100%; /* Fill the slide width */
    border-radius: 12px; /* Rounded corners */
    overflow: hidden; /* Keep content contained */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
  }
  
  /* Hover Effects */
  .swiper-slide:hover .card {
    transform: translateY(-5px); /* Lift effect */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* Deeper shadow on hover */
  }
  
  /* Image Styling */
  
  /* Card Body Styling */
  .swiper-slide .card-body {
    padding: 20px 15px; /* Comfortable spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Title Styling */
  .swiper-slide .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }
  
  /* Text Styling */
  .swiper-slide .card-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1; /* Pushes button to bottom */
  }
  
  /* Button Styling */
  .swiper-slide .btn {
    font-size: 0.85rem;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  /* Active Slide Styling (optional) */
  .swiper-slide.swiper-slide-active .card {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
