*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*@font-face {*/
/*    font-family: 'Hiragino Mincho Pro';*/
/*    src: url('../fonts/fonts.otf') format('opentype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'yu-mincho';*/
/*    src: url('../fonts/yu-mincho-demibold.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
@font-face {
  font-family: 'Hiragino Mincho Pro Custom';
  src: url('../fonts-new/hiragino_mincho_pro.woff2') format('woff2'),
       url('../fonts-new/hiragino_mincho_pro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'yu-mincho';
    src: url('../fonts-new/yu-mincho-demibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
:root{
    --main-font: 'Hiragino Mincho Pro Custom';
    --sub-main-font:'yu-mincho';
    --main-container:1340px;
    --primary-color:#E54F22;
    --border-color:#DC702A;
    --sub-color:#412210;
    --main-text-color:#000000;
    --text-sub-color:#333333;
    --bg-color:#F5F5F5;
    --straight-text:upright;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: var(--main-font);
}
body a{
    text-decoration: none;
    color: #000;
}
body ul li{
    list-style: none;
}
/* same css */
.main_btn{
    padding: 15px 30px;
    border: 3px solid var(--border-color);
    border-radius: 16px;
    font-size: 24px;
    font-weight: 600;
    transition: 0.2s linear;
}
.main_btn:hover{
    background-color: var(--border-color);
    color: #fff;
}
.straight-text {
    text-orientation: var(--straight-text);
    writing-mode: vertical-lr;
}
.same_section{
    padding: 100px 0;
    background-color:var(--bg-color);
}
.container{
    max-width: var(--main-container);
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.section_block .container{
    display: flex;
    align-items: stretch;
    gap: 90px;
}
.sec__title{
    color: var(--primary-color);
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    overflow: auto;
    letter-spacing: 25px;
}
.section_block .right_part{
    flex: auto;
}
.second_section .right_part{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.second_section .right_part .cards{
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.second_section .right_part .cards .numbers{
    font-size: 32px;
    line-height: 80px;
    font-weight: 600;
}
.second_section .right_part .cards h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
}
.second_section .right_part .cards p{
    font-size: 20px;
    font-weight: 300;
    line-height: 45px;
    color: var(--text-sub-color);
}
/* same end */
/* -------------------Top_part start----------------------- */
.toppart{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
}
.wwquick_deli_latest{
    margin-bottom:20PX;
}
.wwquick_deli_latest .wwquickdeli__head{
        DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    GAP: 10PX;
    MARGIN-BOTTOM: 10PX;
}
.wwquick_deli_latest .wwquick_deli_main_imng img{
        WIDTH: 250PX;
    HEIGHT: AUTO;
    OBJECT-FIT: cover;
}
.Wtrn_sticy {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    height: 0;
    padding:20px 80px;
    position:fixed;
    top:0;
    width:100%;
    z-index:12;
    transition: 0.4s ease;
    background-color:#FFF;
    transform: translateY(-100px);
}
.Wtrn_sticy .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Wtrn_sticy.active{
    /*opacity:1;*/
    /*visibility: visible;*/
    height: auto;
    transform: translateY(0px);
}
.Wtrn_sticy .left_part,
.Wtrn_sticy .right_part{
        align-items: center !important;
}
.Wtrn_sticy .toppart .humburger{
    display:block;
}
.Wtrn_sticy .nav_links_part {
    position: absolute;
    top: -360%;
    right: 0%;
    bottom: 0;
    background-color: #fff;
    height: max-content;
    width: max-content;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .2s linear;
}
.Wtrn_sticy .nav_links_part.show{
    top: 120px;
}
.wtrc__section {
    scroll-margin-top: 130px;
}
.Wtrn_sticy .humburger .line,
.Wtrn_sticy .humburger .line:before,
.Wtrn_sticy .humburger .line:after{
    width:30px !important;
}
.toppart .Wtrn_sticy .product_links_part ul li a{
    font-size:24px;
}
.Wtrn_sticy .nav_links_part ul {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

 .Wtrn_sticy .nav_links_part ul li a.straight-text {
    writing-mode: horizontal-tb;
    font-size:24px;
 }
 .Wtrn_sticy .Sticky_logo img{
     width:unset;
     height:80px;
 }
  .Wtrn_sticy .close_btn{
        height: 40px;
        width: 40px;
        background-color: #f5f5f5;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px;
        cursor: pointer;
    }
  .Wtrn_sticy .close_btn img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
.toppart .wtrctab__link.active a{
    background-color: var(--border-color);
    color: #fff;
}
.toppart .header_container{
    padding: 80px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    text-wrap: nowrap;
}
.toppart .left_part{
    display: flex;
    align-items: start;
    gap: 98px;
}
.toppart .right_part{
    display: flex;
    align-items: start;
    gap: 47px;
}
 .toppart .left_part .nav_links_part ul,
 .toppart .right_part .static_text ul{
    display: flex;
    align-items:start;
    gap: 16px;
    user-select: none;
 }
 .toppart .left_part .nav_links_part ul li a{
    color: var(--text-sub-color);
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 9px;
 }
 .toppart .cart a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
 }
 .toppart .cart a .text{
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
 }
 .toppart .cart a .text .product_number{
    margin-top: -40px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--border-color);
    color: #fff;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0px;
 }
 .toppart .product_links_part ul {
    display: flex;
    align-items: center;
    gap: 31px;
    
 }
 .toppart .product_links_part ul li a{
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    color: var(--text-sub-color);
 }
 .toppart .right_part .static_text ul li{   
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: var(--text-sub-color);
    letter-spacing: 8px;
 }
 .toppart .right_part .static_text ul li.bold_text{
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 20px;
 }
 .toppart .right_part .logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    user-select:none;
}
.toppart .right_part .logo .logo_text{
    color: var(--sub-color);
}
.toppart .right_part .logo .logo_text .up_text{
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: 20px;
    font-family: var(--sub-main-font);
}
.toppart .right_part .logo .logo_text .down_text{
    font-size: 48px;
    line-height: 65px;
    font-weight: 300;
    letter-spacing: 20px;
}
.toppart .humburger{
    position: relative;
    cursor: pointer;
}
.toppart .humburger .line {
    height: 2px;
    width: 40px;
    background: var(--text-sub-color);
    border-radius: 5px;
    position: relative;
}
.toppart .humburger .line::after{
    content: "";
    height: 2px;
    width: 40px;
    display: block;
    background: var(--text-sub-color);
    border-radius: 5px;
    transform: translate(0px, -10px);
}
.toppart .humburger .line::before{
    content: "";
    height: 2px;
    width: 40px;
    display: block;
    background: var(--text-sub-color);
    border-radius: 5px;
    transform: translate(0px, 10px);
}
.nav_links_part.wtrn_mob_nav{
    display:none;
}
/* -------------------Top_part end----------------------- */

/* ------------------- first section start --------------------- */
.first_section{
    overflow-x: hidden;
    overflow-y: clip;
    padding: 300px 72px 130px ;
    background-image: url('../img/first_sec.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    margin-bottom: -75px;
}
.owl-carousel {
  visibility: hidden;
}
.owl-loaded {
  visibility: visible;
}
.first_section .first_part{
    position: relative;
}
.custom-slider {
    width: 100%;
    display: none;
}
.custom-slider.active{
    display: block;
}
.first_section .bg_image{
    position: absolute;
    bottom: -10.6%;
    left: 6%;
}

.owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    max-width:700px;
}
.owl-nav :is(.owl-prev, .owl-next) {
    height: 50px;
    width: 50px;
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav :is(.owl-prev, .owl-next)  img{
  height:auto;
  width:13px;
}

.owl-nav .owl-prev{
    left: -5%;
}
.owl-nav .owl-next{
    right: -7%;
}
.wtrn_mob_product{
    display:none;
}
.owl-item  .product_link{
    display: flex !important;
    align-items: end !important;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    opacity: 0.4;
    width:80%;
    transform:scale(0);
}
.owl-item  .product_link img{
    transform:scale(0);
}
.owl-item .product_text{
    display: none;
    position: absolute;
    right: 20%;
    top: -150px;
    /*right: 20%;*/
    /*top: -30%;*/
}
.owl-item.active .product_text{
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.owl-item .product_text .up_text {
    max-height:600px;
    height:100%;
    min-height:600px;
}
.owl-item .product_text .up_text ul{
    display: flex;
    align-items: start;
    /*gap: 26px;*/
    justify-content: end;
}

.owl-item .product_text .up_text ul li br{
    display:none;
}
.owl-item .product_text .up_text ul li{
    color: var(--text-sub-color);
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    height:500px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
body .swiper-pagination{
    bottom:10% !important;
}
.first_section .first_part .container{
    transform: translateY(20px);
    z-index: 10;
    position: relative;
}
.owl-dots{
    max-width: 750px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
body .owl-dot{
    background: lightgray !important;
    border-radius:50% !important;
    height:10px !important;
    width:10px !important;
}
body .owl-dot.active{
    background-color:var(--primary-color) !important;
    width: 25px !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px ;
}
.product_text .up_text ul li.bold_text{
    font-size: 30px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 10px;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.owl-item .product_text .product_btn{
    padding: 10px 17px;
    border: 3px solid var(--border-color);
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    transition: 0.2s linear;
    max-width: 180px;
    width:100%;
}
.owl-item .product_text .product_btn:hover{
    background-color: var(--border-color);
    color: #fff;
}
.owl-carousel .owl-stage-outer{
    overflow:visible !important;
}

.owl-item img {
    width: 70% !important;
    height: 70%;
    object-fit: contain;
}

.owl-item.active .product_link{
    opacity: 1;
    justify-content: start !important;
     transform:scale(1);
}
.owl-item.active .product_link img{
    transform:scale(1);
}


.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}



/* ------------------- first section end --------------------- */




/* -------------------- third section -------------------------- */
.third_section{
    padding: 85px 0;
}
.third_section .container,
.five_section .container{
    flex-direction: row-reverse;
}
.third_section .right_part{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.third_section .cards{
    border: 3px solid #FDDDC8;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0px 0px 0px 13px var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.third_section .cards h3{
    font-size: 32px;
    line-height: 60px;
    font-weight: 600; 
}
.third_section .cards p{
    font-size: 24px;
    line-height: 45px;
    font-weight: 300; 
    color: var(--text-sub-color);
    max-width: 710px;
    width: 100%;
}
.third_part.section_block .container{
    align-items: center;
}
.third_section .straight-text.sec__title{
    display: flex;
}
.third_section .straight-text.sec__title span{
    writing-mode: horizontal-tb;
    margin: -23px 0 0 8px;
    letter-spacing: 1px;
}
/* -------------------- third section -------------------------- */



/* -------------------- fourth section start -------------------------- */
.fourth_section .right_part{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
    align-items: stretch;
}
.fourth_section .right_part .outer_faq{
     max-width: 50%;
    width: 100%;
}
.fourth_section .right_part .cards_faq{
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 20px;
}
.fourth_section .faq_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 20px;
}
.fourth_section .faq_title h3{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.fourth_section .right_part .cards_faq .icon{
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-color);
    border-radius: 5px;
    flex-shrink:0;
}
.fourth_section .faq_minus,
.fourth_section .faq_content{
    display: none;
}
.fourth_section .faq_content ul li{
    list-style:disc;
    list-style-position:inside;
}
/* -------------------- fourth section end -------------------------- */


/*--------------------- five_section start --------------------------------- */
.five_section .right_part .cards{
    background-color: #fff;
    border-radius: 50px;
    padding: 22px 38px;
    height: 100%;
}
.five_section.same_section{
    padding: 0px 0 100px 0;
}
.five_section .right_part .cards .cards_inner_part{
    border: 3px solid #FDDDC8;
    padding: 38px 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    height: 100%;
}
.five_section .right_part .cards .cards_inner_part h3{
    line-height: 50px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 10px;
    text-align: center;
}
/* -------------------- five section end ----------------------------------- */





/* ----------------------- footer start-------------------------------------- */
.footer{
    padding: 34px 0;
}
.footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .container p{
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 300;
}
/* ----------------------- footer end --------------------------------------- */