:root {
	--white: #fff;
	--gray: #5F5F5F;
	--gray-dark: #858585;
	--primary: #490648;
	--success: #00A827;
	--info: #36b9cc;
	--warning: #EFAF00;
	--danger: #EA0000;
	--light: #f8f9fc;
    --light-dark: #404040;
	--dark: #1E1E1E;
	--form-border-color: #FFE3C9; 
	--bg-light: #fff;
    --bg-dark :#E9E1E9;
	--bg-color:#0E0E0E;
	--table-border: #F5F5F5;
	--light-primary: #FFD5B8;
	--border-color: #D2D2D2;
}

* {
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  *,
  ::after,
  ::before {
      box-sizing: border-box
  }

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

body {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Metropolis', sans-serif !important;
    letter-spacing: 0.0120rem;
}

h1{font-size: 6rem !important;font-weight: 800 !important;color: var(--dark);}
h2{font-size: 6.5rem !important;font-weight: 800 !important;text-transform: uppercase;color: var(--white);}
h3{font-size: 4.5rem !important;font-weight: 700 !important;text-transform: uppercase;}
h4{font-size: 3rem !important;font-weight: 400 !important;text-transform: uppercase;}
h5{font-size: 2.2rem !important;font-weight: 600 !important;}
h6{font-size: 1.8rem !important;font-weight: 600 !important;}
p{font-size: 1.125rem !important;font-weight: 400 !important;color: var(--light-dark);line-height: 1.8rem}
a{text-decoration: none !important;color: var(--gray-dark) !important;}
ul li{font-size: 1.125rem;font-weight: 400;color: var(--light-dark);line-height: 1.8rem !important}
ul li{margin-bottom: .475rem;}
ul li:last-child{margin-bottom: 0rem;}
.fw-regular{font-weight: 400 !important;}
.fw-light{font-weight: 500 !important;}
.fw-medium {font-weight: 600 !important;}
.fw-mediumbold {font-weight: 700 !important;}
.fw-bold{font-weight: 800 !important;}
.fw-extrabold{font-weight: 900 !important;}
.primary{color: var(--primary) !important;}
.white{color: var(--white) !important;filter: none !important;}
.dark{color: var(--dark) !important;}
section{margin-bottom: 6rem;}
small{color: var(--gray-dark);}  
.bg-linear{background: linear-gradient(to right, #7A497A 0%, #754275 19%, #490648 100%) !important;}
.z-99{z-index: 99;}
header{margin: 5px 0px;}
.ratings-inner .rating-checkbox{display: none;}
.ratings-inner .rating-checkbox:checked + label{border: 1px solid var(--primary);}

.btn-outline-secondary{
    padding:15px !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 30px !important;
}
.btn-primary{
    background: linear-gradient(to right, #7A497A 0%, #754275 19%, #490648 100%) !important;
    padding:15px !important;
    border: none !important;
    border-radius: 30px !important;
}

.form-floating label.error{
    color: var(--danger);
    top: unset !important;
    font-weight: 500;
    bottom: -35px !important;
    height: auto !important;
    padding: 0px !important;
    height: auto !important;
    font-size: 0.765rem;
}
.home-banner{
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden; 
}
.home-banner video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .nav-item .nav-link{
    color: var(--dark) !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    padding: 0px;
}

header .nav-item.active .nav-link{
    color: var(--primary) !important;
    font-weight: 500;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #490648, rgba(73, 6, 72, 0)) 1;
}

header.sticky-header{
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: top 0.5s ease-in-out;
}

.home-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
}

.grapes-container{position: relative;}

.vedio-card{
    padding: 14px;
    border-radius: 50px;
    background: var(--bg-light);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-flex;
    transform: rotate(-5deg); 
}

.vedio-card video{
    max-width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 42px;
}
.circle-text svg{
    background:var(--primary);
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    top: -45px;
    left: -20px;
}

.grapesanim .grapes-container .premium-bottle{
    width: 250px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    animation: premiumbottleAnim 1.2s ease-out 0.2s forwards;
}

@keyframes premiumbottleAnim {
    0% {
        opacity: 0;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, -500, 0, 1)rotate(360deg) scale(5); 
    }
    100% { transform: translateY(50); opacity: 1; }
}

.grapes-section .content-box p{
    max-width: 650px;
}

.grapes-section ul {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px;
}
  
.grapes-section ul li {
    background:url('../images/leaf.png') no-repeat left top;
    background-size: 20px 20px;
    padding-left: 25px;
}

.about-container{
    background-image: url(../images/aboutfruticy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 1990px;
    width: 100%;
    margin-bottom: -12rem;
    position: relative;
    z-index: 9;
}

.about-inner p{
    max-width: 950px;
    margin: auto;
    color: var(--white) !important;
}
.about-inner {padding-top: 300px;}

.benefits-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    z-index: 8;
    display: flex;
    align-items: center;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.50);
}

.benefits-head > :nth-child(1) {
    background: var(--primary);
    padding: 20px;
    border-radius: 15px;
    transform: rotate(-5deg); 
    display: inline-flex;
}
.benefits-head > :nth-child(2) {
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    transform: rotate(4deg); 
    display: inline-flex;
    margin-left: 5px;
}
.benefits-wrapper .video-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}

.benefits-head{
    position: relative;
    z-index: 99;
    max-width: 600px;
}

.benefits-head h4{
    font-size: 2.8rem !important;
    font-weight: 800 !important;
}
.benefits-head h2{
    font-size: 5rem !important;
}

.scoller-cards{
    position: relative;
    z-index: 999;
}

.scoller-cards .inner-cards{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 540px;
    padding: 30px;
    border-radius: 20px;
    flex-shrink: 0; /* Prevent cards from shrinking */
}

.horizontal-scroll-wrapper{position: relative;z-index: 9;}

.horizontal .inner-cards .card-img{
    width: 170px;
    margin-bottom: 20px;
}

.bg_primary{
    background: var(--primary) !important;
    background-color: var(--primary) !important;
}

.bg_white{
    background: var(--white) !important;
    background-color: var(--white) !important;
}

.horizontal-scoll-wrapper{
    position: relative;
    z-index: 999;
    overflow: hidden;
    width: 100%;
}

.horizontal {
    display: flex;
    height: 100%;
    width: max-content;
    gap: 30px;
}
  
  
.horizontal .inner-cards {
    width: 400px;
    height: 400px;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.rounded-text{
    position: absolute;
    left: -50px;
    z-index: 9;
    top: 0;
    width: 225px;
}

  

.product-container{
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.ginger-mango:hover .coming-soon{
    background-image: unset;
}

.product-container.coming-soon{
    background-image: url(../images/ComingSoon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}


.product-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-container > img:first-child {
    width: 230px;
    height: auto;
    position: relative;
    opacity: 1;
    z-index: 2;
}

.ginger-first, .ginger-second,.ginger-third,.grape-first{
    width: 170px;
}

.ginger-fourth{
    width: 150px;
}

.ginger-first, .ginger-second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;

}
.ginger-third, .ginger-fourth{
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}
.product-container:hover .ginger-first {
    animation: moveFirst 1s ease-in-out forwards;
}
.product-container:hover .ginger-second {
    animation: moveSecond 1s ease-in-out forwards;
}
.product-container:hover .ginger-third {
    animation: moveThird 1s ease-in-out forwards;
}
.product-container:hover .ginger-fourth {
    animation: moveFourth 1s ease-in-out forwards;
}


.grape-first, .grape-second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;

}
.grape-third, .grape-fourth{
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}
.product-container:hover .grape-first {
    animation: moveFirst 1s ease-in-out forwards;
}
.product-container:hover .grape-second {
    animation: moveSecond 1s ease-in-out forwards;
}
.product-container:hover .grape-third {
    animation: moveThird 1s ease-in-out forwards;
}
.product-container:hover .grape-fourth {
    animation: moveFourth 1s ease-in-out forwards;
}

@keyframes moveFirst {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    100% { top: 10%; left: 10%; transform: scale(1); opacity: 1; }
}

@keyframes moveSecond {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    100% { bottom: 10%; left: 10%; transform: scale(1); opacity: 1; }
}

@keyframes moveThird {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    100% { top: 10%; right: 10%; transform: scale(1); opacity: 1; }
}

@keyframes moveFourth {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    100% { bottom: 10%; right: 10%; transform: scale(1); opacity: 1; }
}



.ginger-mango {
    position: relative;
    overflow: hidden;
}

.ginger-mango::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: linear-gradient(to bottom, #EF9300 0%, #FFCC00 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 1.5s ease-in-out, height 1.5s ease-in-out;
    z-index: -1;
}

.ginger-mango:hover::before {
    width: 300%;
    height: 300%;
    transition: width 1.5s ease-out, height 1.5s ease-out;
}

.ginger-mango:not(:hover)::before {
    width: 0%;
    height: 0%;
    transition: width 0.5s ease-in, height 0.5s ease-in;
}

.honey-grape{
    position: relative;
    overflow: hidden;
}
.honey-grape::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: linear-gradient(to bottom, #560955 0%, #8B0F89 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 1.5s ease-in-out, height 1.5s ease-in-out;
    z-index: -1;
}

.honey-grape:hover::before {
    width: 300%;
    height: 300%;
    transition: width 1.5s ease-out, height 1.5s ease-out;
}

.honey-grape:not(:hover)::before {
    width: 0%;
    height: 0%;
    transition: width 0.5s ease-in, height 0.5s ease-in;
}
.product-container:hover h5,.product-container:hover p{color:var(--white) !important}


.product-container p{
    max-width: 250px;
    margin: auto;
    margin-bottom: 0px;
}

footer{
    background-image: url(../images/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 23rem;
}
footer::before {
    content: "";
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url(../images/footerwave.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8;
}

.footer-logo{
    max-width: 250px;
    height: auto;
}

footer .content-box{padding-bottom: 7rem}

.footer-inner{position: relative;z-index: 99;}

footer a,footer ul li,footer p{
    list-style: none;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: var(--white) !important;
    text-decoration: none !important;
    margin-bottom: 0px;
}
footer ul li{
    list-style: none;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: var(--white) !important;
    text-decoration: none !important;
    margin-bottom: 0px;
    display: flex;
    align-items: first baseline;
}

.socail-links li{
    list-style: none;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}
.socail-links li a{font-size: 1.8rem !important;}

.socail-links li a{line-height: 0px;color: var(--white) !important;}

.footer-grape{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 11;
}

.footer-inner{overflow: hidden;}

.footer-splashone,.footer-splashtwo{
    opacity: 0;
}

.footer-animate .footer-splashone{
    position: absolute;
    bottom: 0;
    z-index: 9;
    right: 40%;
    transition-delay: 5s;
    animation: splashOneAnim .3s ease-in-out 1.1s forwards;
    opacity: 1;

}
.footer-animate .footer-splashtwo{
    position: absolute;
    bottom: 0;
    z-index: 7;
    right: 42%;
    transition-delay: 5s;
    animation: splashTwoAnim .3s ease-in-out 1.050s forwards;
    opacity: 1;
}
.footer-animate .footer-grapebottle{
    animation: bottleAnim 1.2s ease-out 0.2s forwards;
    position: absolute;
    bottom: -165px;
    z-index: 8;
    right: 40%;
}
.footer-animate .footer-grape{
    animation: grapeAnim .7s ease-in-out 1.2s forwards;
    position: absolute;
    z-index: 10;
    opacity: 1;
}

.footer-animate .footer-splashone,.footer-animate  .footer-splashtwo,.footer-animate .footer-grapebottle,.footer-animate .footer-grape {
    opacity: 0;
}


@keyframes splashOneAnim {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}


@keyframes splashTwoAnim {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes grapeAnim {
    0% {
        opacity: 0;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 100, 0, 1) scale(5); 
    }
    100% { transform: translateY(50); opacity: 1; }
}


@keyframes bottleAnim {
    0% {
        opacity: 0;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, -500, 0, 1)rotate(180deg) scale(.100); 
    }
    100% { transform: translateY(50); opacity: 1; }
}



.banner-content{
    text-align: center;
}
.banner-content,.hero-banner.contact-banner .card{
    margin-top: 100px;
}

.feedback-wrapper{
    position: relative;
    background-image: url(../images/feedbackgradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 25rem;
}

.feedback-wrapper::before{
    content: "";
    position: absolute;
    top: -310px;
    left: 0;
    width: 100%;
    height: 345px;
    background-image: url(../images/feedbacksplash.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 9;
}

.feedback-bottle{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 545px;
    width: 100%;
}

.form-floating .form-select,.form-floating .form-control{
    border-radius: 30px;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(.85) translateY(-0.9rem) translateX(.15rem) !important;
}

.form-floating > .form-select ~ label{
    transform: scale(.85) translateY(-0.9rem) translateX(1.15rem) !important;
}

.form-floating label{color: var(--gray-dark);font-weight: 400;}

.form-floating > .form-control, .form-floating > .form-select {
    padding: 20px 25px !important;
}
.form-floating.floating-input > label{
    padding: 1rem 1.65rem !important;
}

.card{
    border: none !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
    z-index: 10;
}
.asterisk{color: var(--danger);}

.card-body{
    padding: 40px !important;
}

.ratings-inner{
    display: flex;
    flex-direction: column;
}
.ratings{
    border: 1px solid var(--border-color);
    font-weight: 500;
    font-size: 1rem;
    border-radius: 70px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ratings img{
    width: 50px;
    max-width: 100%;
}

.ratings {
    transition: transform .5s;
}
  
.ratings:hover {
    transform: scale(1.1);
}

textarea.form-control {
    min-height: calc(12.5em + (.75rem + 2px)) !important;
}

.user-body{
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-body .user-img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.user-info{
    display: flex;
    flex-direction: column;
}
.user-info small{color: var(--light-dark);}

.rating {
    display: inline-block;
}
  
.rating input {
    display: none;
}
  
.rating label {
    float: left;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 27px;
}
  
.rating label:before {
    content: "\2605";
    font-size: 30px;
}
  
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: var(--warning);
    transition: color 0.3s;

}
.review-container{
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0px;
}

.hero-banner.contact-banner{
    background-image: url(../images/conatctbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-height: 830px;

}

.contact-banner .btn-primary{
    background: var(--white) !important;
}

.contact-banner li{
    display: flex;
    align-items: first baseline;
    color: var(--white) !important;
}
.faq-wrapper{
    margin-top: 14rem;
}
.qustn-inner{
    background: var(--primary);
    padding: 25px;
    border-radius: 15px;
    transform: rotate(-5deg);
    display: inline-flex;
}

.accordion-item .accordion-button{
    background: var(--bg-dark) !important;
    color: var(--primary) !important;
    padding: 30px;
    border-radius: 50px !important;
    font-size: 1.275rem !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transition: padding 0.3s ease;
}

.accordion-button:hover {
    padding: 30px 45px !important;
    transition: padding 0.3s ease-in-out;
    background: #E8D0E8 !important;
}

.accordion-item {margin-bottom: 1rem;border: none !important;}

.accordion-button::after {
    background-image:url(../images/accordionarrow.png) !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 40px;
 }
  
  .btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #742c74, #7A497A, #490648, #002bff, #7a00ff, #ef48cb, #a4098d);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 40px;
  }
  
  .btn:active {
    color: #000
  }
  .btn:active:after {
    background: transparent;
  }
  .btn:hover:before {
    opacity: 1;
  }
  .btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #7A497A 0%, #754275 19%, #490648 100%);
    left: 0;
    top: 0;
    border-radius: 40px;
  }
  
  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
  
    50% {
      background-position: 400% 0;
    }
  
    100% {
      background-position: 0 0;
    }
  }

.contact-banner .btn-primary::after {
    background: var(--white) !important;
}
.btn-outline-secondary::after{
    background: var(--white) !important;
}
.btn-outline-secondary:hover{color: var(--gray-dark) !important;}
header .nav-item .nav-link:hover{color: var(--primary) !important;}
  
@media (max-width: 1800px) {

    .benefits-head h4 {font-size: 2.5rem !important; }
    .benefits-head h2{  font-size: 6rem !important;}
    .about-container { margin-bottom: -8rem;}
}


@media (max-width: 1600px) {
    .about-container {  height: 1500px;}
    .about-inner {padding-top: 200px; }
    .about-container { margin-bottom: -9rem;}
    .vedio-card video { max-width: 450px; height: 450px;}
    .grapes-container .premium-bottle {width: 225px;}
    .rounded-text {   width: 200px;}
    section{margin-bottom: 4rem;}
    footer::before {  top: -200px;height: 375px;}
    .footer-grape {max-width: 50%;}
    h3 { font-size: 3.5rem !important;}
    h1{font-size: 5rem !important;}
    .hero-banner.contact-banner { max-height: 930px;}
    .faq-wrapper {margin-top: 10rem; }
    .ratings img {width: 40px;}
    .product-container > img:first-child { width: 185px;}

    .footer-animate .footer-grapebottle {
        bottom: -181px;
        right: 32%;
    }
    .footer-animate .footer-splashtwo {
        right: 30%;
    }
    .footer-animate .footer-splashtwo {
        right: 33%;
    }

    .footer-animate .footer-splashone {
        right: 30%;
    }


}

@media (max-width: 1399.98px) { 

    h2 {font-size: 5.5rem !important;}
    h3 { font-size: 3.8rem !important;}
    h4 {font-size: 2.5rem !important;}
    p,ul li{font-size: 1rem !important;line-height: 1.6rem !important;}
    footer::before {   top: -185px; height: 310px; background-size: cover;}
    footer {  margin-top: 20rem;}
    .footer-logo {max-width: 180px;}
    footer a, footer ul li, footer p {font-size: 0.875rem !important;}
    .vedio-card video {max-width: 390px;height: 390px;}
    .grapes-container .premium-bottle { width: 185px; }
    .ratings-inner{margin-bottom: 10px;}
    .footer-grape {max-width: 39%;right: 32%;}
    .ginger-first, .ginger-second, .ginger-third, .ginger-fourth, .grape-first { width: 150px;}
    .footer-animate .footer-grapebottle {
        bottom: -210px;
        right: 34%;
        width: 32%;
      }
      .footer-animate .footer-splashtwo {
        right: 37%;
        width: 32%;
      }
      .footer-animate .footer-splashone {
        right: 32%;
        width: 40%;
      }

      .footer-grape {
        width: 39%;
        right: 32%;
    }
 }

 @media (max-width: 1199.98px) { 
    h2 {font-size: 4.5rem !important;}
    h3 { font-size: 3.5rem !important;}
    .grapes-container .premium-bottle {width: 170px;}
    .vedio-card video { max-width: 330px;  height: 330px;}
    .rounded-text {width: 150px;}
    .about-container { background-image: url(../images/mobileaboutbg.png);}
    .about-container { margin-bottom: -7rem; }
    .about-container {height: 1220px;}
    .benefits-wrapper { min-height: 670px;}
    .horizontal .inner-cards {  width: 350px; height: 350px;}
    .horizontal .inner-cards .card-img {  width: 150px;}
    .benefits-head h2 { font-size: 5rem !important;}
    h1 {font-size: 4.5rem !important; }
    .ginger-first, .ginger-second, .ginger-third, .ginger-fourth, .grape-first { width: 130px;}
    .footer-animate .footer-splashone {
        right: 33%;
        width: 36%;
    }
    .footer-animate .footer-grapebottle {
        bottom: -145px;
        right: 30%;
        width: 35%;
    }
    .footer-animate .footer-splashtwo {
        right: 35%;
        width: 33%;
    }
  }

 @media (max-width: 991.98px) { 
    h2 {  font-size: 4rem !important; }
    footer::before {top: -160px; height: 295px; background-size: contain;}
    footer {margin-top: 10rem;}
    footer .content-box {padding-bottom: 3rem;}
    .benefits-wrapper {min-height: 725px; }
    .video-background video{height: 775px;}
    .navbar-nav li{display: inline-flex;}
    .video-background video,.benefits-wrapper {height: 980px;}
    .horizontal .inner-cards {width: 325px;height: 325px;}
    .grapes-container{display: inline-flex;}
    .faq-wrapper {margin-top: 18rem;}
    .banner-content, .hero-banner.contact-banner .card {margin-top: 25px;}
    .feedback-bottle{display: none;}
    .ratings:hover {transform: scale(1.04);}
    .grapes-container .premium-bottle { right: -50px; }

 }

  @media (max-width: 767.98px) { 
    .footer-logo { max-width: 130px;}
    .socail-links li {  height: 45px; width: 45px;}
    .socail-links li a { font-size: 1.2rem !important;}
    h2 { font-size: 3rem !important;}
    footer::before { top: -200px;}
    .faq-wrapper {margin-top: 24rem;}
    .card-body {padding: 30px !important;}
    .feedback-wrapper::before { top: -200px;}
    .feedback-wrapper {margin-top: 15rem;}
    .product-container > img:not(:first-child){width: 120px;}
    .rating label { line-height: 18px;}
    .rating label::before {font-size: 20px;}
    .about-inner { padding-top: 130px;}
    .horizontal .inner-cards { width: 300px; height: 300px;}
    .horizontal .inner-cards .card-img { width: 125px;}
    .product-container > img:first-child {width: 150px;}
    .footer-details{max-width: 325px;margin: auto;}
   }

   @media (max-width: 575.98px) {

    h1 {font-size: 3.5rem !important;}
    h2 { font-size: 2.5rem !important;}
    footer .content-box {padding-bottom: 3rem;}
    footer::before {top: -183px;}
    h3 { font-size: 2rem !important;}
    h4 {font-size: 1.5rem !important;}
    h5 {font-size: 1.3rem !important;}
    h6 {font-size: 1rem !important;}
    p,ul li{font-size: 0.875rem !important;line-height: 1.2rem;}
    .benefits-head h4 { font-size: 1.4rem !important;}
    .benefits-head h2 { font-size: 3rem !important;}
    .rounded-text {left: -40px;}
    .card {border-radius: 25px !important;}
    .card-body {padding: 25px !important;}
    .faq-wrapper {margin-top: 15rem;}
    .accordion-item .accordion-button,.accordion-body {font-size: 0.875rem !important;}
    .feedback-wrapper::before {top: -138px; height: 200px;}
    .feedback-wrapper {margin-top: 12em;}
    .ratings img { width: 35px;}
    .ratings {padding: 10px;}
    .rounded-text {width: 125px;}

    .about-container { background-image: url(../images/aboutmobile.png);}
    .about-container {height: 600px;}

    .product-container > img:not(:first-child) { width: 60px;}
    .product-container > img:first-child { width: 110px;}

    .grapes-container .premium-bottle  {width: 160px; }
    .grapes-container .premium-bottle { right: -38px; }

   }

   @media (max-width:460px){
    .vedio-card video {max-width: 300px; height: 300px;}
    h1 { font-size: 2.5rem !important;}
    h2 {font-size: 2rem !important;}
    .about-container {margin-bottom: -14rem;}
   }

   @media (max-width:400px){

    .vedio-card video {max-width: 300px;height: 300px;}
    .vedio-card video {max-width: 245px; height: 245px;}
    .grapes-container .premium-bottle { width: 125px;}
    .faq-wrapper {margin-top: 17rem;}
   }

   @media (max-width: 1600px) and (min-width: 1580px) and (max-height: 1190px) and (min-height: 1080px) {

    .hero-banner.contact-banner{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: scroll;
        max-height: 835px;
    }
    .video-background video {
        height: 95%;
    }
}