@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap');
/* banner */
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    overflow-x: hidden!important;
}
.banner form h1 {
    text-align: left;
    color: #2f2483;
    text-transform: uppercase;
    font-family: "poppins";
}
.banner form .form-control {
    background: #f1f1f1;
    border-radius: 1px;
    border: none;
    font-size: 16px;
    height: 43px;
    margin-bottom: 7px;
    
}
/* .desktop{
    height: 650px;
} */
.banner form{
    background-color: #2f2483;
}
.banner form .btn {
    background-color: #ffffff!important;
}
h2{
    margin-bottom: 0px;
    font-family: "Playfair Display", serif;
}
h5{
    color: #a76111;;
}
ul li{
    font-size: 16px;
    font-family: "Lato", serif;
    padding-bottom: 10px;
    list-style: none;
}
p{
   font-size: 16px;
   font-family: "poppins"   ;
   text-align: left!important;
   line-height: 1.5;
}
.title h3{
    color: #2f2483;
}
.about-sec{
    background-color:  #cbdefc !important;
}
.my-btn{
    background-color:#df9445;
    border-radius: 0px;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 17px;
    border: none;
    text-align: left;
    margin-top: 20px;
    /* font-family: "Lato", serif; */
    border-radius: 1px;
}
.my-btn-2{
    margin-top: 12px;
}
.my-btn-2 a{
    background-color:#2f2483;
    border-radius: 0px;
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    font-family: "poppins";
    width: fit-content!important;
 
}
/* about sec */
.about-sec .title{
    text-align: left;
    margin-bottom: 30px;
}
.title h2{
    font-family: "poppins";
    color: #2f2483;
    font-weight: 700;
    font-size: 40px;
}
.title h2 span{
    color: #995506;
}
/* faeture */
#feature{
    background-color:  #cbdefc !important;
}
.bg-white{
    background-color: #fff;
}
.feature-box{
    padding: 20px 80px;
    position: relative;
}
.feature-box ul{
    padding-left: 0px;
    margin-left: 0px;
}
.feature-box ul li{
   list-style: none;
   margin-bottom: 20px;
   display: flex;

   
}
.feature-box ul li::before{
    /* content: url('../../images/my/wine-bottle.png');
    display: inline-block;
    width: 16px; /* Adjust size 
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    margin-right: 13px; */
}
.wine-img img{
    /* transform: rotate(180deg); */
}
#highlight{
    background-color: #2f2483;
}
#highlight h3{
    font-family: "poppins";
    color: #fff;
    font-size: 25px;

}
.my-btn2 {
    margin-top: 30px;
}
.my-btn2 a{
    background-color: #fff;
    color: #2f2483;
    padding: 7px 25px;
    font-size: 20px;
}
.my-btn2 a:hover{
 background-color: transparent;
 border: 1px solid #fff;
 color: #fff;
 transition: 0.5s;
}
/* feature card */
/* Contact section css */

.contact-section {
    padding: 80px 0;
}
.contact-details {
    background-image: url('../../images/my/my-box-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact-details h2 {
    color: #fff; /* Wine color */
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-item i {
    font-size: 24px;
    color: #7a3067;
    margin-right: 15px;
}
.contact-item a {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}
.contact-image img {
    width: 100%;
    border-radius: 10px;
    /* height: 450px; */
}
.about-sec{
    padding-top: 30px;
    position: relative;
}
.about-img{
    position: absolute;
    bottom: -85px;
}

.event-box .feature-list ul {
    padding-left: 0px;
}
/* Responsive */
@media (max-width: 768px) {
    .wine-img img{
        float: right;
        height: 130px;
    }
    .contact-section {
        text-align: center;
    }
    .contact-item {
        justify-content: left;
    }
    .mobile-rotate{
        display: flex;
        flex-direction: column-reverse;
    }
    .feature-box {
        padding: 20px;
    }
    .title h2 {
        font-size: 30px;
    }
    .about-img img{
        height: 150px;
        float: right;
    }
    #highlight h3 {
        font-size: 18px;
    }
    .my-btn2 a {
        padding: 5px 25px;
        font-size: 17px;
    }
    .contact-details{
        padding: 20px;
    }
    .contact-details h2 {
        font-size: 30px;
        text-align: left;
    }
    p{
        font-size: 16px;
    }
    .my-btn-2 a {
        font-size: 18px;
    }
    .contact-item {
        margin-bottom: 6px;
    }
    .contact-image{
        margin-top: 30px;
    }
    .gallery{
        background-color:  #cbdefc !important;
        padding-top: 0px!important;
    }
    .about-img{
       right: 0;
    }
}
.gallery{
    background-color:  #cbdefc !important;
    padding-top: 0px;
}
footer{
    background-color: #2f2483;
}
.scrollTop{
    background-color: #2f2483; 
 }
 .thankyou-sec{
    background-image: url('../../images/my/thank-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
 }
 .tah-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }
 .logo img{
    height: 58px;
 }
 #feature{
    padding-top: 80px;
 }

 .bg-color {
    background-color: #cbdefc !important;
 }
/* contact css end */
/* .why-choose-section {
    padding: 80px 0;
}
.card-custom {
    background: #3f0e0e;
    color: #fff;
    border: none;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}
.card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.card-custom i {
    font-size: 40px;
    color: #e0a800; 
    margin-bottom: 15px;
}
.card-custom h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f8c471;
}
.card-custom p {
    font-size: 14px;
    opacity: 0.9;
} */
