* {
    margin: 0px;
    padding: 0px;
}

/* Font Import */
@font-face {
    font-family: "MrEavesXLModOT";
    src: url("../fonts/MrEavesXLModOT-Reg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MrEavesXLModOT-Bold";
    src: url("../fonts/MrEavesXLModOT-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
} 

/* Body Styling */
body {
    font-family: "MrEavesXLModOT" !important;
}


.container {
    padding: 0px;
}

.desknav {
    background-color: #03368C;
    width: 100%;
}

.desknav .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.produce-text{
    display: flex;
    flex-direction: column;
}

.invited-text{
    display: flex;
    flex-direction: column;
}

.trade-text{
    display: flex;
    flex-direction: column;
}

.profile {
    display: flex;
    position: absolute;
    right: 0;
}

.search {
    color: #03368C;
    background: #fff;
    padding: 10px 14px;
    border: 1px solid #03368C;
    border-radius: 100%;
    font-size: 12px;
}

.userprofile {
    margin-left: 40px;
    color: #03368C;
    background: #fff;
    padding: 10px 14px;
    border: 1px solid #03368C;
    border-radius: 100%;
    font-size: 12px;
}

.deskmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 41px;
}

.deskmenu li {
    list-style: none;
}

.deskmenu li a {
    text-decoration: none;
    color: #03368C;
    font-weight: 500;
}

.hero-section {
    background-image: url(../img/Hero.png);
    min-height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.invited-section .bottom-line {
    width: 60%;
}

.trade-section .bottom-line {
    width: 60%;
}

.produce-section .bottom-line {
    width: 60%;
}

.mobilesap,
.mobilebanner,
.trade-section-mobile,
.produce-image-mobile {
    display: none;
}


.hero-text {
    margin-top: 10%;
    padding: 15% 0px 6% 0px;
}

.hero-head {
    padding: 0px 60px;
    text-align: start;
}

.hero-pera {
    padding-left: 60px;
    text-align: start;
    padding-right: 33px;
}





.benner-text h1 {
    font-weight: 900;
    /* text-align: justify; */
    letter-spacing: 2px;
    line-height: 82px;
    color: #03368C;
    text-shadow: -1px 1px #dbd7d7;
    font-size: 85px;
}

.benner-text p {
    text-align: justify;
    margin-top: 20px;
    color: #03368C;
    font-weight: 700;
    /* font-size: 26px; */
}


.service-head h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 900;
    text-align: justify;
    letter-spacing: 2px;
    color: #03368C;
    line-height: 60px;
}


.service-card {
    text-align: center;
}

.service-card img {
    padding: 30px 0px;
}

.service-card h3 {
    font-weight: 900;
    letter-spacing: 2px;
    color: #03368C;
}

.service-card p {
    font-weight: 700;
    color: #03368C;
}

.service-img {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trade-section {
    background-image: url(../img/Tradelist.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trade-text h2 {
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    line-height: 60px;
}

.trade-text h5 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
}

.trade-text a {
    font-size: 35px;
    line-height: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
}

.trade-text p {
    font-weight: 700;
    /* font-size: 16px; */
    color: #fff;
}

.trade-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 700px;
}

.trade-text-wrappar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.invited-text h2,
.produce-text h2 {
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 60px;
}

.invited-text a,
.produce-text a {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 48px;
    color: #000;
}

.invited-text-wrappar {
    display: flex;
    justify-content: center;
    align-items: center;
}


.winner-text-wrappar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.invited-text p,
.produce-text p {
    font-weight: 700;
}

.produce-section {
    background-image: url(../img/bottleedit@0.5x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.produce-text-wrappar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 900px;

}

.winner-img-wrap,.winner-img-line {
    display: flex;
    justify-content: center;
    align-items: center;
}


.produce-text {
    background: #F8F992;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
}

.bottom-line {
    margin-top: 15px;

}

.bg-footer {
    background-color: #03368C;
}

.footer-options-text ul,
.footer-options-text h5 {
    text-align: left;
}

.footer-options-text ul li {
    list-style: none;
    margin-top: 10px;

}

.footer-options-text ul li a {
    text-decoration: none;
    color: #fff;
}

.legal-links {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 30px;

}





@media screen and (max-width: 1023px) and (min-width: 768px) {
    .mobilenavmenu {
        display: none;
    }

    
    .desknav .logo {
        padding: 25px;
    }
    .desknav .logo img{
        height: 50px;
    }

    .profile .search {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }
    .profile .userprofile {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        margin-right: 15px;


    }

    p {
        font-size: 16px;
    }

    h3 {
        font-size: 36px !important;
    }

    .hero-section {
        background-position: center;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1740px !important;
    }

    .deskmenu li a {
        font-size: 14px;
        font-weight: 700;
    }

    .invited-section,
    .Service-section {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .service-card h3 {
        font-size: 26px;
        line-height: 32px;

    }

    .service-card p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

    .trade-img img {
        width: 65%;
    }

    .trade-img {
        min-height: 550px;
    }

    .produce-text{
        padding: 50px;
    }
   .invited-text {
        padding: 0px 50px;
    }

    .invited-text .bottom-line,
    .produce-text .bottom-line,
    .trade-text .bottom-line {
        margin-top: 0px;
    }


    .invited-text p,
    .produce-text p,
    .trade-text p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0;
        max-width: 380px;

    }



    .winner-text p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0;
        max-width: 540px;
    }

    .trade-text h5,
    .trade-text a,
    .produce-text h5,
    .invited-text h5 {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 0px;
    }


    .produce-text-wrappar {
        min-height: 600px;
    }

    .winner-img-wrap{
        min-height: 540px;
    }

    .footer-options-text ul li a {

        font-size: 16px;
    }

    .mobile-menu-footer-heading {
        font-weight: 900;
        font-size: 24px;
        line-height: 10px;
        padding: 15px 0px;

    }

    .winnerimg {
        width: 45%;
    }

    .winnerimg2 {
        width: 50%;
    }
    .bg-footer .footer-link-section{
        padding-top: 100px;
        padding-bottom: 100px;

    }
    .legal-links p,
    .legal-links a {
        font-size: 18px;
        font-weight: 700;

    }

    .insta-icon {
        margin-top: 50px !important;
    }

    .mob-submenu {
        margin-top: 20px;
    }

    .partener-one-logo {
        width: 167px;
        height: 167px;

    }

    .partener-two-logo {
        width: 237px;
        height: 129px;
        margin-top: 30px;

    }

}

@media screen and (max-width: 1500px) and (min-width: 1024px) {
    .mobilenavmenu {
        display: none;
    }

    
    .desknav .logo {
        padding: 45px;
    }
    .desknav .logo img{
        height: 70px;
    }

    .profile .search,
    .profile .userprofile {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }
    .profile .search,
    .profile .userprofile {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;

    }

    p {
        font-size: 20px;
    }

    h3 {
        font-size: 48px !important;
    }

    .hero-section {
        background-position: center;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1740px !important;
    }

    .deskmenu li a {
        font-size: 20px;
        font-weight: 700;
    }

    .invited-section,
    .Service-section {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .service-card h3 {
        font-size: 36px;
        line-height: 40px;

    }

    .service-card p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }

    .trade-img img {
        width: 65%;
    }

    .trade-img {
        min-height: 550px;
    }

    .produce-text,.invited-text {
        padding: 50px;
    }

    /* .invited-section .bottom-line {
        width: 32%;
    }

    .trade-section .bottom-line {
        width: 35%;
    }

    .produce-section .bottom-line {
        width: 50%;
    } */

    .invited-text p,
    .produce-text p,
    .trade-text p {
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        padding: 15px 0;
        max-width: 480px;
    }


    .winner-text p {
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        padding: 15px 0;
        max-width: 640px;
    }

    .trade-text h5,
    .trade-text a,
    .produce-text h5,
    .invited-text h5 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .produce-text-wrappar {
        min-height: 700px;
    }

    .footer-options-text ul li a {

        font-size: 20px;
    }

    .mobile-menu-footer-heading {
        font-weight: 900;
        font-size: 28px;
        line-height: 48px;
        padding: 15px 0px;

    }

    .winnerimg {
        width: 45%;
    }

    .winnerimg2 {
        width: 50%;
    }

    .winner-img-wrap{
        min-height: 640px;
    }

    .bg-footer .footer-link-section{
        padding-top: 140px;
        padding-bottom: 140px;

    }

    .legal-links p,
    .legal-links a {
        font-size: 20px;
        font-weight: 700;

    }

    .insta-icon {
        margin-top: 50px !important;
    }

    .mob-submenu {
        margin-top: 20px;
    }

    .partener-one-logo {
        width: 167px;
        height: 167px;

    }

    .partener-two-logo {
        width: 237px;
        height: 129px;
        margin-top: 30px;

    }

}

@media screen and (max-width: 2500px) and (min-width: 1501px) {
    .mobilenavmenu {
        display: none;
    }

    .hero-section {
        background-image: url(../img/Hero.png);
        min-height: 85vh;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        max-width: 100vw;
        aspect-ratio: 16 / 9;
    }

    .deskmenu
    {
        padding-inline: 60px;
    }

    .desknav .logo {
        padding: 45px;
    }
    .desknav .logo img{
        height: 70px;
    }

    .portfolio-img{
        width: 104.8px;
    }
    .finewine-img{
        width: 153.65px;
    }
    .delievery-img{
        width: 157.6px;
    }
    .training-img{
        width: 157.53px;
    }
    .advice-img{
        width: 157.6px;
    }
    .bespoke-img{
        width: 147.9px;
    }
    
    .profile .search,
    .profile .userprofile {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }
    .profile .search,
    .profile .userprofile {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    p {
        font-size: 35px;
        line-height: 48px;
    }

    h2 {
        font-size: 80px !important;

    }

    h3 {
        font-size: 64px !important;
    }

    .userprofile {
        margin-right: 15px;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1740px !important;
    }

    .deskmenu li a {
        font-size: 28px;  
        font-weight:  700;      
        letter-spacing: 2px;  
        line-height: 34px;
    }

    .invited-section{
        margin-top: 140px;
        margin-bottom: 140px;
    }

 
    .Service-section {
        margin-top: 131px;
        margin-bottom: 131px;
    }

    .service-card h3 {
        font-size: 45px !important;
        line-height: 52px;

    }

    .service-card p {
        font-weight: 700;
        font-size: 35px;
        line-height: 48px;
        padding-inline: 45px;
    }

    .produce-section {
        height: 1000px;
    }
    
    .produce-text {
        padding: 127px 62px 126px 97.5px;
        max-width: 740px;
    }

    .invited-text {
        padding: 100px;
    }

    .invited-section .bottom-line {
        width: 47.8%;
    }

    .trade-section .bottom-line {
        width: 47.8%;
    }

    .produce-section .bottom-line {
        width: 46%;
    }

    .invited-text p,
    .produce-text p,
    .trade-text p {
        font-weight: 700;
        font-size: 35px;
        line-height: 48px;
        padding: 15px 0;
        max-width: 480px;
    }
    
    .trade-text{
        padding-inline: 60px;
    }

    .trade-text p {
        padding-right: 7px;
    }

    .invited-img-wrapper{
        padding-left: 60px;

    }

    .invited-text p{
        padding-right: 11px;
    }
    
    .winner-text-wrappar{
    padding-left: 74px !important;
    }

    .winner-text p {
        font-weight: 700;
        font-size: 40px;
        line-height: 58px;
        padding: 15px 0;
        max-width: 640px;
    }

    .winner-img-wrap{
        min-height: 640px;
    }



    .footer-options-text ul li a {

        font-size: 35px;
        line-height: 48px;
        font-weight: 700;
    }

    .mobile-menu-footer-heading {
        font-weight: 900;
        font-size: 35px;
        line-height: 48px;
        padding: 15px 0px;

    }


    .legal-links p,
    .legal-links a {
        font-size: 28px;
        font-weight: 700;

    }

    .insta-icon {
        margin-top: 50px !important;
    }

    .mob-submenu {
        margin-top: 20px;
    }

    .partener-one-logo {
        width: 167px;
        height: 167px;

    }

    .partener-two-logo {
        width: 237px;
        height: 129px;
        margin-top: 30px;

    }

    .bg-footer .footer-link-section{
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 72px;

    }
    .mob-submenu li {
        margin: 28px 0px;
    }
}

@media screen and (max-width: 767px) and (min-width: 681px) {
    .mobilesap,
    .mobilebanner,
    .trade-section-mobile,
    .produce-image-mobile,
    .mobilenavmenu {
        display: block;
    }

    .desktopsep,
    .deskmenu,
    .trade-section,
    .produce-image,
    .profile .search {
        display: none !important;
    }

  
    .desknav .container {
        justify-content: normal;
        height: 100px;

    }
    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .desknav .logo {
        padding: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desknav .logo {
        padding: 15px;
    }
    .desknav .logo img{
        height: 50px;
    }

    .profile {
        right: 15px;
    }

    .userprofile {
        margin-right: 15px;
    }

    .trade-text h2,.invited-text h2,.produce-text h2 {
        font-size: 42px;
  
      }

      .trade-text {
          padding: 100px 15px;
          min-height: 300px;
  
      }

    .trade-text h5,
    .trade-text a,
    .produce-text h5,
    .invited-text h5 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .invited-text {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .trade-text-wrappar {
        background-color: #000;
    }

    .Service-section,.invited-section,.winner-section,.winner-img-line{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .Service-section .col-md-4 {
        width: 50%;
    }

    .service-card h3 {
        font-size: 31px;
    }

    p {
        font-size: 20px;
    }

    .benner-text h1 {
        font-size: 50px!important;
    }
    .Service-section h3 {
        font-size: 42px!important;
    }

    .hero-text {
        margin-top: 0px;
    }
    .benner-text{
        padding-top: 109px;
        padding-bottom: 0px;
    }
    .hero-pera{
        margin-bottom: 0px;
    }

    .invited-text .bottom-line {
        margin-top: 0px;
        width: 45%;
    }

    .trade-text .bottom-line {
        margin-top: 0px;
        width: 51%;
    }
    .winner-text p{
        margin:15px 0px;
        font-size: 26px;
    }
    .produce-image-mobile .bottom-line{
        margin-top: 0px;
    }

    .produce-text .bottom-line {
        margin-top: 0px;
        width: 51%;
    }

    .produce-section {
        background-image: none;

    }

    .produce-section .container,
    .trade-section-mobile .container,
    .benar-imgdiv,
    .img-wrap {
        padding: 0px !important;
    }

    .trade-section-mobile .row {
        margin: 0px;
    }
    

    .produce-text{
        padding: 73px 15px;
        min-height: 300px;

    }

    .produce-text-wrappar {
        min-height: 50px;
    }

    .trade-img {
        min-height: 100px;
    }

  

    .footer-options-text ul,
    .footer-options-text h5 {
        text-align: center;

    }

    .footer-options-text h5 {
        margin-bottom: 30px;

    }

    .service-img {
        min-height: 100px
    }

    .userprofile {
        margin-left: 10px;
    }

    .legal-links p,
    .legal-links a {
        font-size: 18px;
        font-weight: 700;
    }


    #menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 5px;
        left: 0px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        box-shadow: 0 0 10px #85888C;
        margin: -50px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background-color: #F5F6FA;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

    #menuToggle input:checked~ul {
        transform: none;
    }

    .mobile-menu-footer-heading {
        font-weight: 900;
        font-size: 26px;
        line-height: 36px;
        padding: 15px 0px;

    }
    .footer-link-section{
        padding-top:55px;
        padding-bottom:55px;

    }

    .footer-options-text ul li a {

        font-size: 20px;
        font-weight: 700;
    }

    
    .insta-icon {
        margin-top: 50px !important;
    }

    .insta-icon img {
        width: 40px;
    }

    .mob-submenu {
        margin-top: 20px;
    }

    .partener-one-logo {
        width: 117px;
        height: 117px;

    }

    .partener-two-logo {
        width: 166px;
        height: 90px;

    }
        #menuToggle {
            display: flex;
            flex-direction: column;
            position: relative;
            top: 5px;
            left: 0px;
            z-index: 1;
            -webkit-user-select: none;
            user-select: none;
        }
    
        #menuToggle input {
            display: flex;
            width: 40px;
            height: 32px;
            position: absolute;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
        }
    
        #menuToggle span {
            display: flex;
            width: 29px;
            height: 2px;
            margin-bottom: 5px;
            position: relative;
            background: #ffffff;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 5px 0px;
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                opacity 0.55s ease;
        }
    
        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }
    
        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }
    
        #menuToggle input:checked~span {
            opacity: 1;
            transform: rotate(45deg) translate(-3px, -1px);
            background: #36383F;
        }
    
        #menuToggle input:checked~span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }
    
        #menuToggle input:checked~span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }
    
        #menu {
            position: absolute;
            box-shadow: 0 0 10px #85888C;
            margin: -50px 0 0 -500%;
            padding: 50px;
            padding-top: 125px;
            background-color: #F5F6FA;
            -webkit-font-smoothing: antialiased;
            transform-origin: 0% 0%;
            transform: translate(-100%, 0);
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        }
    
        #menu li {
            padding: 10px 0;
            transition-delay: 2s;
        }
    
        #menuToggle input:checked~ul {
            transform: none;
        }
    
    
    }
    @media screen and (max-width: 680px) and (min-width: 581px) {
        .mobilesap,
        .mobilebanner,
        .trade-section-mobile,
        .produce-image-mobile,
        .mobilenavmenu {
            display: block;
        }
    
        .desktopsep,
        .deskmenu,
        .trade-section,
        .produce-image,
        .profile .search {
            display: none !important;
        }
    
      
        .desknav .container {
            justify-content: normal;
            height: 100px;
    
        }
        .logo {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .desknav .logo {
            padding: 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    
        .desknav .logo {
            padding: 15px;
        }
        .desknav .logo img{
            height: 50px;
        }
    
        .profile {
            right: 15px;
        }
    
        .userprofile {
            margin-right: 15px;
        }
    
        .trade-text h2,.invited-text h2,.produce-text h2 {
            font-size: 42px;
      
          }
    
          .trade-text {
              padding: 100px 15px;
              min-height: 300px;
      
          }
    
        .trade-text h5,
        .trade-text a,
        .produce-text h5,
        .invited-text h5 {
            font-size: 20px;
            margin-bottom: 0px;
        }
    
        .invited-text {
            margin-top: 40px;
            margin-bottom: 40px;
        }
    
        .trade-text-wrappar {
            background-color: #000;
        }
    
        .Service-section,.invited-section,.winner-section,.winner-img-line{
            margin-top: 80px;
            margin-bottom: 80px;
        }
    
        .Service-section .col-md-4 {
            width: 50%;
        }
    
        .service-card h3 {
            font-size: 31px;
        }
    
        p {
            font-size: 20px;
        }
    
        .benner-text h1 {
            font-size: 50px!important;
        }
        .Service-section h3 {
            font-size: 42px!important;
        }
    
        .hero-text {
            margin-top: 0px;
        }
        .benner-text{
            padding-top: 109px;
            padding-bottom: 0px;
        }
        .hero-pera{
            margin-bottom: 0px;
        }
    
        .invited-text .bottom-line {
            margin-top: 0px;
            width: 45%;
        }
    
        .trade-text .bottom-line {
            margin-top: 0px;
            width: 51%;
        }
        .winner-text p{
            margin:15px 0px;
            font-size: 26px;
        }
        .produce-image-mobile .bottom-line{
            margin-top: 0px;
        }
    
        .produce-text .bottom-line {
            margin-top: 0px;
            width: 51%;
        }
    
        .produce-section {
            background-image: none;
    
        }
    
        .produce-section .container,
        .trade-section-mobile .container,
        .benar-imgdiv,
        .img-wrap {
            padding: 0px !important;
        }
    
        .trade-section-mobile .row {
            margin: 0px;
        }
        
    
        .produce-text{
            padding: 73px 15px;
            min-height: 300px;
    
        }
    
        .produce-text-wrappar {
            min-height: 50px;
        }
    
        .trade-img {
            min-height: 100px;
        }
    
      
    
        .footer-options-text ul,
        .footer-options-text h5 {
            text-align: center;
    
        }
    
        .footer-options-text h5 {
            margin-bottom: 30px;
    
        }
    
        .service-img {
            min-height: 100px
        }
    
        .userprofile {
            margin-left: 10px;
        }
    
        .legal-links p,
        .legal-links a {
            font-size: 18px;
            font-weight: 700;
        }
    
    
        #menuToggle {
            display: flex;
            flex-direction: column;
            position: relative;
            top: 5px;
            left: 0px;
            z-index: 1;
            -webkit-user-select: none;
            user-select: none;
        }
    
        #menuToggle input {
            display: flex;
            width: 40px;
            height: 32px;
            position: absolute;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
        }
    
        #menuToggle span {
            display: flex;
            width: 29px;
            height: 2px;
            margin-bottom: 5px;
            position: relative;
            background: #ffffff;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 5px 0px;
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                opacity 0.55s ease;
        }
    
        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }
    
        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }
    
        #menuToggle input:checked~span {
            opacity: 1;
            transform: rotate(45deg) translate(-3px, -1px);
            background: #36383F;
        }
    
        #menuToggle input:checked~span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }
    
        #menuToggle input:checked~span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }
    
        #menu {
            position: absolute;
            box-shadow: 0 0 10px #85888C;
            margin: -50px 0 0 -50px;
            padding: 50px;
            padding-top: 125px;
            background-color: #F5F6FA;
            -webkit-font-smoothing: antialiased;
            transform-origin: 0% 0%;
            transform: translate(-100%, 0);
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        }
    
        #menu li {
            padding: 10px 0;
            transition-delay: 2s;
        }
    
        #menuToggle input:checked~ul {
            transform: none;
        }
    
        .mobile-menu-footer-heading {
            font-weight: 900;
            font-size: 26px;
            line-height: 36px;
            padding: 15px 0px;
    
        }
        .footer-link-section{
            padding-top:55px;
            padding-bottom:55px;
    
        }
    
        .footer-options-text ul li a {
    
            font-size: 20px;
            font-weight: 700;
        }
    
        
        .insta-icon {
            margin-top: 50px !important;
        }
    
        .insta-icon img {
            width: 40px;
        }
    
        .mob-submenu {
            margin-top: 20px;
        }
    
        .partener-one-logo {
            width: 117px;
            height: 117px;
    
        }
    
        .partener-two-logo {
            width: 166px;
            height: 90px;
    
        }
            #menuToggle {
                display: flex;
                flex-direction: column;
                position: relative;
                top: 5px;
                left: 0px;
                z-index: 1;
                -webkit-user-select: none;
                user-select: none;
            }
        
            #menuToggle input {
                display: flex;
                width: 40px;
                height: 32px;
                position: absolute;
                cursor: pointer;
                opacity: 0;
                z-index: 2;
            }
        
            #menuToggle span {
                display: flex;
                width: 29px;
                height: 2px;
                margin-bottom: 5px;
                position: relative;
                background: #ffffff;
                border-radius: 3px;
                z-index: 1;
                transform-origin: 5px 0px;
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                    opacity 0.55s ease;
            }
        
            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }
        
            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }
        
            #menuToggle input:checked~span {
                opacity: 1;
                transform: rotate(45deg) translate(-3px, -1px);
                background: #36383F;
            }
        
            #menuToggle input:checked~span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }
        
            #menuToggle input:checked~span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }
        
            #menu {
                position: absolute;
                box-shadow: 0 0 10px #85888C;
                margin: -50px 0 0 -200%;
                padding: 50px;
                padding-top: 125px;
                background-color: #F5F6FA;
                -webkit-font-smoothing: antialiased;
                transform-origin: 0% 0%;
                transform: translate(-100%, 0);
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
            }
        
            #menu li {
                padding: 10px 0;
                transition-delay: 2s;
            }
        
            #menuToggle input:checked~ul {
                transform: none;
            }
        
        
        }

    @media screen and (max-width: 580px) and (min-width: 200px) {
        .mobilesap,
    .mobilebanner,
    .trade-section-mobile,
    .produce-image-mobile,
    .mobilenavmenu {
        display: block;
    }

    .desktopsep,
    .deskmenu,
    .trade-section,
    .produce-image,
    .profile .search {
        display: none !important;
    }

    .hero-head{
        padding:0px 35px !important;
    }

    .desknav .container {
        justify-content: normal;
        height: 100px;

    }
    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .desknav .logo {
        padding: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desknav .logo {
        padding: 15px;
    }
    .desknav .logo img{
        height: 50px;
    }

    .profile {
        right: 15px;
    }

    .userprofile {
        margin-right: 15px;
    }

    .service-head h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .portfolio-img{
        width: 64px !important;
    }
    .finewine-img{
        width: 94px !important;
    }
    .delievery-img{
        width: 95px !important;
    }
    .training-img{
        width:  86px !important;
    }
    .advice-img{
        width: 95px !important;
    }
    .bespoke-img{
        width: 90px !important;
    }
    .invited-text a, .produce-text a {
        font-size: 20px;
        line-height: 36px;
    }

    .trade-text h2,.invited-text h2,.produce-text h2 {
        font-size: 42px;
        line-height: 42px;
  
      }

      
    .trade-text p {
        padding-right: 35px;
    }

    .invited-text p {
        padding-right: 60px;
    }

    .produce-text p{
        padding-right: 55px;
    }

      .invited-section .bottom-line {
        width: 62%!important;
    }
    
    .trade-section .bottom-line {
        width: 60%!important;
    }
    
    .produce-section .bottom-line {
        width: 55%!important;
    }

      .trade-text {
          padding: 100px 15px;
          min-height: 300px;
  
      }

    .trade-text h5,
    .trade-text a,
    .produce-text h5,
    .invited-text h5 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .invited-text {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .trade-text-wrappar {
        background-color: #000;
        border-bottom: 1px solid #ffffff !important;
    }

    .Service-section,.invited-section,.winner-section,.winner-img-line{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .Service-section .col-md-4 {
        width: 50%;
    }

    p {
        font-size: 20px;
        line-height: 24px;
    }

    .benner-text h1 {
        font-size: 50px!important;
        line-height: 50px!important;
        letter-spacing: -0.6px;  
    }
    .Service-section h3 {
        font-size: 31px!important;
        line-height: 28px!important;
    }

    .hero-text {
        margin-top: 0px;
        padding: 15px 0 0 0 !important;
    }
    .benner-text{
        padding-top: 109px;
        padding-bottom: 0px;
    }
    .hero-pera{
        margin-bottom: 0px;
        /* padding: 0px 35px !important; */
        padding-right: 3px !important;
        padding-left: 35px !important;
        text-align: start !important;
    }

    .invited-text .bottom-line {
        margin-top: 0px;
        width: 40% !important;
    }

    .trade-text .bottom-line {
        margin-top: 0px;
        width: 43%;
    }
    .winner-text p{
        margin:15px 0px;
        font-size: 25.5px;
        line-height: 36.98px;
        font-weight: 700;
        padding-right: 39px;
    }
    .produce-image-mobile .bottom-line{
        margin-top: 0px;
    }

    .produce-text .bottom-line {
        margin-top: 0px;
        width: 45% !important; 
    }

    .produce-section {
        background-image: none;

    }

    .produce-section .container,
    .trade-section-mobile .container,
    .benar-imgdiv,
    .img-wrap {
        padding: 0px !important;
    }

    .trade-section-mobile .row {
        margin: 0px;
    }
    

    .produce-text{
        padding: 73px 15px;
        min-height: 300px;

    }

    .produce-text-wrappar {
        min-height: 50px;
    }

    .trade-img {
        min-height: 100px;
    }

  

    .footer-options-text ul,
    .footer-options-text h5 {
        text-align: center;

    }

    .footer-options-text h5 {
        margin-bottom: 30px;

    }

    .service-img {
        min-height: 100px
    }

    .userprofile {
        margin-left: 10px;
    }

    .legal-links p,
    .legal-links a {
        font-size: 18px;
        font-weight: 700;
    }


    #menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 5px;
        left: 0px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        box-shadow: 0 0 10px #85888C;
        margin: -50px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background-color: #F5F6FA;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

    #menuToggle input:checked~ul {
        transform: none;
    }

    .mobile-menu-footer-heading {
        font-weight: 900;
        font-size: 26px;
        line-height: 36px;
        padding: 15px 0px;

    }
    .footer-link-section{
        padding-top:55px;
        padding-bottom:55px;

    }

    .footer-options-text ul li a {
        line-height: 24px;
        font-size: 20px;
        font-weight: 700;
    }

    
    .insta-icon {
        margin-top: 50px !important;
    }

    .insta-icon img {
        width: 40px;
    }

    .mob-submenu {
        margin-top: 20px;
    }

    .partener-one-logo {
        width: 117px;
        height: 117px;

    }

    .partener-two-logo {
        width: 166px;
        height: 90px;

    }
       
        
            #menuToggle {
                display: flex;
                flex-direction: column;
                position: relative;
                top: 5px;
                left: 0px;
                z-index: 1;
                -webkit-user-select: none;
                user-select: none;
            }
        
            #menuToggle input {
                display: flex;
                width: 40px;
                height: 32px;
                position: absolute;
                cursor: pointer;
                opacity: 0;
                z-index: 2;
            }
        
            #menuToggle span {
                display: flex;
                width: 29px;
                height: 2px;
                margin-bottom: 5px;
                position: relative;
                background: #ffffff;
                border-radius: 3px;
                z-index: 1;
                transform-origin: 5px 0px;
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                    opacity 0.55s ease;
            }
        
            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }
        
            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }
        
            #menuToggle input:checked~span {
                opacity: 1;
                transform: rotate(45deg) translate(-3px, -1px);
                background: #36383F;
            }
        
            #menuToggle input:checked~span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }
        
            #menuToggle input:checked~span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }
        
            #menu {
                position: absolute;
                box-shadow: 0 0 10px #85888C;
                margin: -50px 0 0 -50px;
                padding: 50px;
                padding-top: 125px;
                background-color: #F5F6FA;
                -webkit-font-smoothing: antialiased;
                transform-origin: 0% 0%;
                transform: translate(-100%, 0);
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
            }
        
            #menu li {
                padding: 10px 0;
                transition-delay: 2s;
            }
        
            #menuToggle input:checked~ul {
                transform: none;
            }
        
            
        
        }