@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{
    --wineclub-color:linear-gradient( to right, #991421, #000000);
    --special-color:linear-gradient( to right, #FFFFFF, #8B1226 );
}
html,body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    font-family: "El Messiri", sans-serif;
}
a{
    display:inline-block;
    text-decoration: none;
}
ul{
    list-style: none;
}
.container{
    max-width:1870px;
    margin: 0 auto;
    padding: 0 15px;
    width:100%;
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin: 0 -15px;
}
.col-2{
    width:calc(8.33% *2);
    padding: 0 15px;
}
.col-3{
    width:calc(8.33% *3);
    padding: 0 15px;
}
.col-4{
    width:calc(8.33% *4);
    padding: 0 15px;
}
.col-5{
    width:calc(8.33% *5);
    padding: 0 15px;
}
.col-6{
    width:calc(8.33% *6);
    padding: 0 15px;
}
.col-7{
    width:calc(8.33% *7);
    padding: 0 15px;
}

/*Header Section*/
header{
    padding:15px 0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:100;
}
nav,.navbar-collapsed , .navbar-collapsed > ul, .nav-btn{
    display:flex;
    align-items:center;
}
.navbar-collapsed{
    flex-grow: 1;
}
.navbar-collapsed > ul{
    margin: 0 auto;
}
.nav-items{
    margin-right:50px;
}
.nav-links{
    font-size:20px;
    font-weight:500;
    color:white;
}
.brand-logo{
    max-width:168px;
}
/*.nav-btn{
    display:flex;
    justify-content:center;
    align-items:center;
}*/
.nav-btn > .login{
    font-size:20px;
    font-weight:500;
    margin-right:22px;
}
.nav-btn > .search-icon{
    margin-right:22px;
}
.login{
    padding:8px 15px;
    border:1px solid white;
    background: transparent;
    border-radius:50px;
    color:white;
}
.search-icon{
    margin-right:22px;
}
.love-icon{
    margin-right:28px;
}
.menu{
    color:white;
    display:none;
}
/*Banner Section*/
/*.hero-banner{
    background:url("../image/bannerimage.png");
    min-height:100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    z-index:-2;
    margin: 0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
}


.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-left img {
  max-height: 450px;
}
.hero-center .title1 {
  font-size: 180px;
  font-family: var(--h1-font);
  color:#FFFFFF;
  margin-bottom: 20px;
}

.hero-center .title2 {
  font-size: 70px;
  color: #FFFFFF;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

.btn-secondary {
  padding: 12px 26px;
  border: 1px solid white;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color:#FFFFFF;
}

.btn-secondary > svg {
  margin-left: 10px;
}
/*.hero-banner{
    max-width:581px;
    margin: 0 auto;
}
.title1{
    font-size:180px;
    font-family: "Beau Rivage", cursive;
    font-weight: 400;
    color:#FFFFFF;
    text-align:center;
}
.banner-content-box > .from-para{
    font-size:75px;
    font-family: "El Messiri", sans-serif;
    font-weight: 400;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:20px;
}
.banner-btn{
    margin:0 auto;
    max-width:204px;
}
.explore-btn{
    padding:12px 26px;
    font-size:16px;
    font-weight:500;
    color:#FFFFFF;
    border: 1px solid white;
    display:flex;
    justify-content: center;
    align-items: center;
}
.explore-btn > svg{
    margin-left:5px;
}
.banner-slide-image{
    max-width:449px;
    /*height:634px;*/
   /* position: absolute;
    top: 181px;
    left: 259px;
}
.banner-slide-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}*/

.hero-banner {
  background: url("../image/herobg.png") center/cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-left img {
  max-height: 450px;
}

.hero-center .title1 {
  font-size: 180px;
  font-family: var(--h1-font);
  color: #FFFFFF;
  margin-bottom: 20px;
}

.hero-center .title2 {
  font-size: 70px;
  color:#FFFFFF;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

.btn-secondary {
  padding: 12px 26px;
  border: 1px solid white;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color:#FFFFFF;
}

.btn-secondary > svg {
  margin-left: 10px;
}
/*Feature box Section*/
/*.feature-sec{
    position:relative;
    margin-top:-80px;
    z-index:2;
}*/
/*.feature-box{
    background: url("../image/box1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 658px;
    min-height: 491px;
}
.feature-box-border{
    padding:34px 19px;
}
.feature-box-content{
    /*padding:297px 146px 65px 139px ;
    padding:320px 95px 6px 124px;
    border:1px solid white;
}
.feature-box-content > p{
    font-size:20px;
    font-weight:500;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:13px;
}
.feature-box-content > .title3{
    font-size:36px;
    font-weight:700;
    color:#FFFFFF;
    margin: 0 auto;
    margin-bottom:18px;
}
.feature-box-content > .join-btn{
    font-size:20px;
    font-weight:500;
    text-align:center;
    color:#FFFFFF;
    padding: 18px 111px;
}
/*.join-btn::after{
    content:"";
    width:100%;
    height:2px;
    color:#FFFFFF;
    bottom:8px;
}*/
/* FEATURE SECTION */
.feature-sec {
  margin-top: -80px;
  position: relative;
  z-index: 5;
}

.feature-content {
  max-width: 658px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#FFFFFF;
  position: relative;
  overflow: hidden;
}

/* Overlay */
.feature-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Inner Border */
.feature-content::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.feature-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.feature-inner span {
  font-size: 20px;
}

.feature-inner .title3 {
  font-size: 36px;
}

.feature-inner a {
  font-size: 20px;
  margin-top: 10px;
  color:#FFFFFF;
  border-bottom: 1px solid white;
}

/* Backgrounds */
.feature-1 {
  background: url("../image/box1.png") center/cover no-repeat;
}
.feature-2 {
  background: url("../image/box2.png") center/cover no-repeat;
}
.feature-3 {
  background: url("../image/box3.png") center/cover no-repeat;
}
/*Popular section*/
.popular-sec{
    padding:120px 0;
}
.popular-sec .row{
    justify-content:space-between;
    align-items:center;
}
.popular-heading{
    max-width:357px;
    margin: 0 auto;
}
.title2{
    font-size:32px;
    font-weight:500;
    margin-bottom:102px;
}
.popular-box{
    max-width:229px;
    height:371px;
}
.bottle-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
    /*margin-bottom:39px;*/
}
.popular-content{
    text-align:center;
}
/*Special section*/
.special-sec{
    padding:120px 0;
    
}
.special-sec .row{
    align-items:center;
}
.specialimage{
    max-width:739px;
    position:relative;
    
}
.specialimage > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wineimage{
    /*max-width:324px;*/
    position:absolute;
    top: -117px;
    right: -155px;
}
.wineimage > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.special-txt{
    position:absolute;
    top: -15px;
    right: -306px;
    z-index: -2;
}
.special-txt > img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.excellence-content{
    max-width:631px;
}
.excellence-content > .title2{
    max-width:586px;
    font-size:70px;
    font-weight:500;
    text-transform:uppercase;
    line-height: 90px;
}
.excellence-content > .excellent-txt{
    font-size:20px;
    font-weight:400;
    line-height: 42px;
    color:3000000;
    margin-bottom:58px;
}
.shopnow-btn{
    padding:12px 35px;
    background:#8B1226;
    color:#FFFFFF;
}
/*Recommandation section*/
.recomendation-sec{
    padding:120px 0;
}
.recomandation-heading{
    max-width:333px;
    margin: 0 auto;
}
.recomandation-heading > .title2{
    font-size:32px;
    font-weight:500;
    margin-bottom:63px;
}
.recommendation-card{
    max-width:435px;
}
.card-image{
    margin-bottom:11px;
    position:relative;
}
.card-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.hot{
    position:absolute;
    top:17px;
    right:26px;
    padding:4px 19px;
    background:#C0A483;
    color:#FFFFFF;
}
.card-content{
    max-width:356px;
    /*padding: 0 39px;*/
}
.review-icon{
    text-align:center;
}
.card-desc{
    font-size:20px;
    font-weight:500;
    text-align:center;
}
.price{
    text-align:center;
}

/*OFFER SECTION */

.offer-section {
  padding: 120px 0;
}

.offer-card {
  max-width: 915px;
  min-height: 531px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#FFFFFF;
}

.offer-left {
  background: url("../image/leftoffer.png") center/cover no-repeat;
}

.offer-right {
  background: url("../image/rightoffer.png") center/cover no-repeat;
}

.offer-content {
  max-width: 461px;
}

.offer-content .title2 {
  font-size: 50px;
  margin-bottom: 38px;
}

.offer-content p {
  font-size: 20px;
  margin-bottom: 39px;
}
/*Tranding section*/
.eye-icon{
    position:absolute;
    top:17px;
    right:11px;
    padding:4px 7px;
    background:#C0A483;
    color:#FFFFFF;
}
/*Fine-wine section*/
/* HERITAGE SECTION  */
.heritage-sec{
  padding: 120px 0 0;
}
.heritage-full {
  
  background: url("../image/Frame\ 88.png") center/cover no-repeat;
  min-height: 640px;
  display: flex;
  align-items: center;
}
.heritage-full .container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.heritage-content {
  max-width: 712px;
}

.heritage-content .title2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 28px;
}

.heritage-content p {
  font-size: 20px;
  margin-bottom: 59px;
}

/*Closmary Section*/
.closmary-sec{
    padding:120px 0;
}
.closmary-content-box{
    max-width:666px;
    padding: 194px 32px;
}
.closmary-content-box > .title2{
    max-width:463px;
    font-size:70px;
    font-weight:500;
    color:#000000;
    margin-bottom:60px;
}
.closmary-content-box > p{
    font-size:20px;
    font-weight:500;
    color:#000000;
    margin-bottom:60px;
}
.closmary-image{
    max-width:770px;
    margin: 0 auto;
}
.closmary-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*Blog Section*/
.blog-full{
    background:url("../image/blogbg.png");
    min-height: 640px;
    display: flex;
    align-items: center;
}
.blog-full .container{
    display: flex;
  justify-content: center;
  width: 100%;
}
.blog-content{
    max-width:771px;
    text-align:center;
}
.blog-content > .semi-colon{
    text-align:center;
}
.blog-content > .dot{
    text-align: center;
}
.blog-content > p{
    font-size:40px;
    font-weight:400;
    color:#000000;
    margin-bottom:14px;
    text-align:center;
}
.blogimage{
    max-width:146px;
    text-align: center;
    margin: 0 auto;
}
.blogimage > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*Wine club Section*/
.wine-club-sec{
    padding:120px 0;
     /*height:100vh;*/
}

.wine-club-banner{
    
    display:flex;
    justify-content: center;
    
}
.left-box{
    width:919px;
    background:var(--wineclub-color);
}
.left-box-border{
    padding:132px 93px;

}
.left-box-content{
    /*max-width:621px;
    padding:93px 50px;*/
    width:400px;
    padding:16px;
    text-align:center;
    border:1px solid white;
}
.left-box-content > .title2{
    font-size:70px;
    font-weight:500;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:35px;
}
.left-box-content > p{
    font-size:20px;
    font-weight:500;
    color:#FFFFFF;
    margin-bottom:47px;
    text-align:center;
}
.left-box-btn{
    text-align: center;
}
.learnmore-btn{
    padding:18px 27px;
    border:1px solid white;
    background:#000000;
    color:#FFFFFF;
    font-size:20px;
    font-weight:500;
    
}
.right-box-image{
    flex-grow:1;
    
}
.right-box-image > img{
    width:100%;
    height:100%;
    
}
/*Top Brand Section*/
/* TOP BRANDS */
.brands-sec {
  padding: 120px 0;
}


.brands-heading {
  text-align: center;
  margin-bottom: 10px;
}

.brands-heading .title2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
}


.brands-row {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}


.brand-col {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #cfcfcf;
  padding: 20px;
}

/* Remove last right border */
.col-3:last-child .brand-col {
  border-right: none;
}


.brand-col img {
  max-width: 202px;
  height: auto;
  object-fit: contain;
}
/*Footer Section*/
footer{
    padding:120px 0;
    
}
.signup-email-field{
    width:100%;
    background:#C0A483;
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:60px 44px;
}
.sign-up{
    max-width:759px;
}
.sign-up > .title3{
    font-size:32px;
    font-weight:800;
    color:#FFFFFF;
    margin-bottom:15px;
}
.sign-up > p{
    font-size:20px;
    font-weight:400;
    color:#FFFFFF;
}
.email-input-form{
    /*max-width:897px;*/
    display:flex;
    justify-content: center;
    align-items:center;
    background:white;
    
    width:600px;
}
.email-input-form > input[type="email"]{
    background:transparent;
    width:686px;
    
    border:none;
    display:inline-block;
    height:100%;
    width:80%;
    padding:18px 5px;
}
.submit-btn{
    padding:27px 47px;
    background:black;
    color:#FFFFFF;
}
.email-input-form > button[type="submit"]{
    background:transparent;
    border:none;
}
.footer-section{
    background:#000000;
    padding: 80px 0 105px 15px;
}
/*.footer-section{
    padding: 135px 0;
    display:flex;
    justify-content: space-evenly;
    align-items:center;
}*/
.footer-navigation{
    max-width:263px;
    /*margin-right:70px;*/
}
.footer-heading{
    font-size:22px;
    font-weight:500;
    color:#FFFFFF;
    margin-bottom:35px;
}
.footer-links{
    font-size:20px;
    font-weight:400;
    color:#FFFFFF;
    margin-bottom:11px;
}
.store-buttons{
    display:flex;
    flex-direction:column;
    width: 192px;
}
.store-btn{
    padding: 5px 30px;
    border-radius:17px;
    background:#D9D9D9;
    display:flex;
    align-items:center;
    margin-bottom: 10px;
}
.store-btn > span{
    margin-right:15px;
}
.google-btn > span{
    margin-right:15px;
}
.text small{
    font-size:12px;
    display:block;
}
.google-btn{
    padding: 5px 30px;
    border-radius:17px;
    background:#D9D9D9;
    display:flex;
    align-items:center;
}
.footer-links:hover{
    color:#C0A483;
}
.social-links{
    display:flex;
    justify-content: center;
    align-items:center;
}
.social-icon,.insta-icon,.fb-icon,.pin-icon{
    margin-right:24px;
}
.footer-bottom .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer-logo{
    margin-right: 577px;
}
.footer-right{
    display:flex;
    justify-content: center;
    align-items:center;
}
.payments{
    max-width:100px;
}
.payments-link > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.footer-btn{
    padding:14px 30px;
    border: 1px solid white;
    border-radius:19px;
}









@media screen and (max-width:1440px){
    /*Banner Section*/
    .banner-slide-image {
    top: 105px;
    left: 36px;
    }
    .col-7{
        width:100%;
    }
    .col-5{
        width:100%;
    }
    /*special Section*/
    .specialimage{
        margin: 0 auto;
    }
    /*Closemary Section*/
    
}
@media screen and (max-width: 1024px) {
  .hero-center .title1 {
    font-size: 100px;
  }

  .hero-center .title2 {
    font-size: 40px;
  }

  .hero-left img {
    max-width: 300px;
  }
  /*recommendation*/
  .hot {
    top: 12px;
    right: 21px;
  }
  /*Offer Section*/
    .offer-content .title2{
        font-size: 30px;
    }
    /*Footer*/
    .signup-email-field{
        flex-direction:column;
    }
}
@media screen and (max-width:1200px){
    .navbar-collapsed{
        display:none;
    }
    .menu{
        display:block;
        margin-left:auto;
    }
}
@media screen and (max-width:992px){
    .banner-slide-image{
        top: 80px;
        left: -25px;
    }
    .title1{
    font-size: 70px;
    }
    .banner-content-box .from-para{
    font-size: 40px;
    }
    /*recommendation*/
    .card-content {
    width: 203px;
    }
    .card-desc {
    font-size: 14px;
    }
    .specialimage{
        max-width:500px;
    }
    .wineimage {
    top: -117px;
    right: -50%;
    }

    .wineimage {
        height: 137vh;
        top: -117px;
        right: -21%;
    }
    .special-txt {
    position: absolute;
    height: 392px;
    top: 102px;
    right: -179px;
    z-index: -2;
}
}

@media screen and (max-width:768px){
  .col-4 {
    width: 100%;
  }
  .hero-content {
    margin: 0 auto;
  }
    /*Popular-section*/
    .popular-sec{
        margin: 0 auto;
    }
    .col-2{
        width:50%;
    }
    .popular-box {
    max-width: 229px;
    height: 371px;
    margin: 0 auto;
}
.feature-content{
    margin: 0 auto;
    margin-bottom: 20px;
}
    
    .col-3{
        width:50%;
    }
    /*recommendation*/
    .card-content {
        width: 365px;
    }
    /*Offer Section*/
     .col-6 {
        width: 100%;
    }
    .offer-card {
        min-height: 380px;
        margin-bottom: 20px;
    }

    .offer-content h2 {
        font-size: 26px;
    }

    .offer-content p {
        font-size: 15px;
    }
    /*Wine-Club-Section*/
    .wine-club-banner{
        flex-direction: column;
    }
    .right-box-image{
        height:55vh;
    }
    /*Fine-wine Section*/
    .heritage-full {
    padding: 80px 0;
    min-height: auto;
    
  }

  .heritage-full .container {
    justify-content: center;
  }

  .heritage-content {
    text-align: center;
    max-width: 100%;
  }

  .heritage-content .title2 {
    font-size: 46px;
  }

  .heritage-content p {
    font-size: 16px;
  }
  .special-txt {
        position: absolute;
        height: 392px;
        top: 145px;
        right: -176px;
        z-index: -2;
    }
}


@media screen and (max-width: 576px) {
  .hero-center .title1 {
    font-size: 80px;
    margin-bottom: 5px;
  }

  .hero-center .title2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .hero-content {
    flex-direction: column;
  }
  .hero-left img {
    max-width: 150px;
  }
  .col-2{
        width:100%;
    }
    .feature-sec {
    margin-top: -44px;
    }
    .col-3{
        width:100%;
    }
    /*.wineimage {
    display:none;
    }*/
    .excellence-content > .title2 {
    max-width: 586px;
    font-size: 37px;
    }
        .specialimage {
        max-width: 400px;
    }
    .wineimage {
        height: 115vh;
        top: -117px;
        right: -21%;
    }
        .special-txt {
        position: absolute;
        height: 392px;
        top: 65px;
        right: -145px;
        z-index: -2;
    }
    /*Recomendation Section*/
    .recommendation-card{
        margin: 0 auto;
    }
    /*recommendation trending section*/
    .card-content{
        margin: 0 auto;
    }
    .price{
        margin-bottom:30px;
    }
    /*Footer Section*/
    .email-input-form{
        width:400px;
    }
    .footer-navigation{
        margin: 0 auto;
    }
}
@media screen and (max-width:476px){
    .title2{
        font-size:27px;
    }
    .specialimage {
        max-width: 300px;
    }
    .wineimage {
        height: 80vh;
        top: -55px;
        right: -20%;
    }
    .special-txt {
        position: absolute;
        height: 277px;
        top: 61px;
        right: -97px;
        z-index: -2;
    }
    .closmary-content-box > .title2 {
    max-width: 463px;
    font-size: 37px;
    }
    .blog-content > p {
    font-size: 30px;
    }
        .email-input-form {
        width: 270px;
    }
    
}

@media screen and (max-width:325px){
    /*recommendation Section*/
    .card-content {
    max-width: 294px;
    }
    .recomandation-heading > .title2{
        margin: 0 auto;
        font-size:30px;
    }
    .specialimage {
        max-width: 250px;
    }
    .wineimage {
        height: 68vh;
        top: -55px;
        right: -20%;
    }
    .special-txt{
        display:none;
    }
    .closmary-content-box > .title2 {
    max-width: 463px;
    font-size: 32px;
    }
    .closmary-content-box > p {
    font-size: 18px;
    }
    .blog-content > p {
    font-size: 27px;
    }
    /*footer Section*/
    .sign-up > .title3 {
    font-size: 23px;
    }
    .sign-up > p {
    font-size: 17px;
    margin-bottom:10px;
    }
    .payments{
        max-width: 137px;
    }
}