

@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futura_book_font-webfont.eot');
    src: url('../fonts/futura_book_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_book_font-webfont.woff') format('woff'),
         url('../fonts/futura_book_font-webfont.ttf') format('truetype'),
         url('../fonts/futura_book_font-webfont.svg#futurabook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avantgarde_lt_mediumbold';
    src: url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.eot');
    src: url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.woff') format('woff'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.ttf') format('truetype'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.svg#avantgarde_lt_mediumbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'six_capsregular';
    src: url('../fonts/sixcaps-regular-webfont.eot');
    src: url('../fonts/sixcaps-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sixcaps-regular-webfont.woff2') format('woff2'),
         url('../fonts/sixcaps-regular-webfont.woff') format('woff'),
         url('../fonts/sixcaps-regular-webfont.ttf') format('truetype'),
         url('../fonts/sixcaps-regular-webfont.svg#six_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body {
  overflow-x: hidden;
}

/*.scroller {*/
/*  height: 100%;*/
/*}*/
body{
    padding: 0;
    margin: 0px;
    background: #000;
    color: #bdb8b8;
    font-family: 'futurabook';

}
ul{
    padding: 0;
    margin: 0;
}
.banner{
    position: relative;
    z-index: 1;
}


.banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
    pointer-events: none;
}
.banner_video {
    /* position: relative; */
    width: 100%;
    height: calc(100vh + 120px); /* Full viewport height */
}
.banner_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannercontainer{
    width: 100%;
    position: absolute;
    top:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: 50%;
    transform: translateX(-50%); */
}

.header_partts, .banner{
    z-index: 2;
}
.bannercontainer h1{
    color: #fff;
    font-size: 122px;
    font-weight: 400;
    position: fixed;
    /* top: 220px; */
    top: 60%;
    font-family: 'six_capsregular';
    letter-spacing: 4px;
    text-transform: uppercase;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.bannercontainer img{
    transform: scale(1.07);
    top: 90px;
    z-index: 4;
    opacity: 1;
    position: fixed;
    transition: all 0.3s ease-in-out;
}
.bannercontainer img.sticky{
    position: fixed;
    top:100px;
     
    /*top: 20px; */   
}

.header_innr{
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 100;
    padding: 20px 0;
    transition: top 0.3s ease-in-out;
}
.header_innr ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_hwader a img{
    /* height: 40px; */
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%) scale(0.3);
}
.header_innr ul{
    max-width: 1000px;
    margin: auto;
}
.header_innr ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_innr ul li{
    list-style-type: none;
    padding: 0 20px;
}

.header_innr ul li:nth-child(4){
    margin-right: auto;
}
.header_innr ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Arvo', sans-serif;
}


.banner_content_innr{
    color: #fff;
}
.coffee_colection_innr{
    max-width: 1000px;
    text-align: center;
    width: 100%;
    margin: auto;
}
.banner_content_innr p{
    font-size: 18px;
    line-height: 26px;
    color: #bdb8b8;
}
.commn_heading{
    text-align: center;
}
.commn_heading h2{
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.commn_heading h2:before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    z-index:4;
    background:#db6d0f;
    border-radius: 100%;
}

.commn_heading h2 span{
    background: rgba(0,0,0,1);
    width: 60px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 3;
}

.commn_heading h2:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 1px;
    background:#fff;
}
.coffeesecondbg .coffee_bg_innr .coffe_bg_left p{
    text-align: center;
    padding-right: 0px;
}

.coffeesecondbg .coffee_bg_innr .coffe_bg_left{
    max-width: 100%;
}
.banner_content h2, .banner_content p{
    color: #fff;
}


.our_coffee_meet{
    padding: 100px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    position: relative;
    z-index: 9;
    background: #000;
}
.our_coffee_meet.brew_prd .prd_inf_right_partts{
    max-width: calc(100%/1) !important;
}

.our_coffee_meet.brew_prd .premium_brew_prd_innr.prd_des .prd_inf_right_partts{
    max-width: calc(100%/2) !important;
}
.our_coffee_meet.brew_prd .prd_inf_right_partts ul.accordion-list{
    max-width: 700px !important;
    width: 100% !important;
}
.tuype{
    display: flex;
    justify-content:space-around;
    position: relative;
    max-width: 220px;
    width: 100%;
    margin:0px auto 0;
    z-index: 99999999;
    align-items: center;
}


.roast_type .srtrike{
    display: flex;
    width: 85px;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.roast_type .srtrike span{
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 5px;
}

.roast_type span{
    text-align: left;
    color: #fff;
}
.roast_type .srtrike span.fill{
    background: #fff;
}
.tuype label{
    /* font-family: 'six_capsregular'; */
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.coffee_colection_innr h2{
    color: #fff;
}
.cardWrapper1 .collection_item_innr{
    text-align: center;
    position: relative;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}
.collection_item_innr{
    position: relative;
    /* overflow: hidden; */
    border-radius: 20px;
}
 .cardWrapper1 .cardFace{
    /* height: 320px; */
 }


 .more_prd_button{
    text-align: center;
 }


 .btn_more_prd{
    color: #fff;
    background-color: #db6d0f;
    border-color: transparent;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
 }
 .cardWrapper1 .img_container{
    position: static;
    top: 20px;
    background: transparent;
    left: -88px;
    text-align: left;
    z-index: 2;
    transition: all 0.3s ease-in-out;
 }
 .cardWrapper1 .collection_item_innr:hover img{
    transform: scale(1.06);
    transition: all 0.3s ease-in-out;
 }

 .cardWrapper1 .collection_item_innr:hover .img_container{
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
 }
 .cardWrapper1 .img_container:before{
    content: none;
 }
 .cardWrapper1 .img_container h3{
    font-size: 30px;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    /* transform: rotate(270deg) translateX(-30%); */
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
    
 }

 
.cardWrapper1 .collection_item_innr img{
    max-width: 70%;
    margin: auto;
    object-fit: contain;
    height: 284px;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}
.collection_item_innr img{
    max-width: 100%;
    width: 100%;
    height: 320px;
}
.cardWrapper, .cardWrapper1{
    padding: 0 20px;
    max-width: calc(100%/4);
    width: 100%;
    height: 450px;
}
.cardWrapper1{
    /* height: 320px; */
 }
 .btn_more_prd:hover{
    color: #fff;
 }

 .coffee_tabber .nav-tabs{
    border-bottom-color: transparent;
 }
.why_fly_innr.fly_innr_cont{
    display: block;
}
.why_c_innt_innt{
    text-align: center;
}
.why_fly_bottom{
    margin-top: 30px;
}
.why_fly_bottom .why_couch_partts{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -40px;
}

.why_fly_bottom .why_couch_partts .why_c_innr{
    max-width: calc(100%/5);
    width: 100%;
    padding: 0 40px;
}
.why_fly_innr.fly_innr_cont .img_innr img{
    width: 100%;
    height: 320px !important;
    object-fit: cover;
 }
.coffee_colection_bottom {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    justify-content: center;
}
.collection_item_innr img{
    border-radius: 20px;
    object-fit: cover;
}
.cardWrapper, .cardWrapper1{
    margin-top: 40px;
}
.lazy{
    display: none;
}

.img_container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    padding: 10px;
    text-align: center;
}

.img_container label{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.des_partts{
    margin-bottom: 8px;
}
.img_container h3{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    font-family: 'avantgarde_lt_mediumbold'
}
.cardFace{
    position:absolute;
    /* height:450px; */
    /* overflow:hidden; */
  }
  
  .front{
    background-color:transparent; 
    /* border: 1px solid #fff; */
  }
  
  .back{
    background-color:#fff;
    border-radius: 20px; 
    padding: 20px;
  }

.cardFace.back{
    background: #fff;
}

.coffee_colection_bottom{
    /* perspective: 1000px; */
}

.card{
    background: transparent;
    /* transform-style: preserve-3d;
  transform: rotateY(0deg); */
}

.des_partts p{
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
}
.des_partts label{
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
}
.roast_type span{
    font-size: 13px;
}
.srtrike .fill.inner_stroke span{
    background: #fff;
    width: 10px;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #000;
    margin: 0;
    padding: 0;
    display: block;
}
.more_prd{
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view_all{
    height: 48px;
    line-height: 48px;
    padding: 0 15px 0 40px;
    background: #885949;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    width: 270px;
    /* text-align: center; */
    transition: all 0.3s ease-in-out;
}
.view_all span.more_img{
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}
.view_all:hover{
    text-decoration: none;
    color: #fff;
    width: 320px;
    /* transform: translateX(-50px); */
    /* transition: all 0.3s ease-in-out; */
    transition: all 0.3s ease-in-out;
}

.view_all span.more{
    display: block;
    transition: all 0.3s ease-in-out;
}
.view_all:hover span.more{
    text-decoration: none;
    color: #fff;
    transform: translateX(-15px);
    /* transition: all 0.3s ease-in-out; */
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.view_all span.more_img img{
    filter:brightness(0) invert(1);
}
.view_all:hover span.more_img{
    opacity: 1;
    transform: translateX(2px);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.why_fly_innr{
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.why_fly_left, .why_fly_right{
    padding: 0 20px;
    max-width: calc(100%/2);
    width: 100%;
}
.why_fly_couch{
    padding: 100px 0;
    position: relative;
    z-index: 9;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.coffee_processedure, .coffeesecondbg{
    position: relative;
    z-index: 5 !important;
    background: #000;
}
.fly_img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.fly_img{
    border-radius: 20px;
    overflow: hidden;
}


.why_fly_right p{
    color: #bdb8b8;
    font-size: 18px;
    line-height: 26px;
}

.why_fly_right h2{
    color: #fff;
}

.why_fly_right{
    padding-right: 50px;
}
.coffee_bg:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 2;
    pointer-events: none;
}

.coffee_bg{
    background-attachment: fixed;
    padding: 100px 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.coffe_bg_left h2, .coffe_bg_left p{
    color: #fff;
}
.coffe_bg_left p{
    color: #bdb8b8;
    font-size: 18px;
    line-height: 26px;
}
.coffee_bg_innr{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    position: relative;
    z-index: 7;
    align-items: center;
}
.coffe_bg_left p{
    padding-right: 40px;
}
.coffe_bg_left, .coffe_bg_right{
    padding: 0 20px;
    max-width: calc(100%/2);
    width: 100%;
    position: relative;
    z-index: 8;
}

.why_couch_partts{
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.sub_heading{
    margin-top: 25px;
}


.coffe_pro_innr{
    display: flex;
    flex-wrap: wrap;
    margin: 60px -30px 0;
}
.coffe_peo_innr_innr{
    max-width: calc(100%/2);
    width: 100%;
    padding: 0 100px;
}
.coffee_processedure{
    padding: 100px 0 0 0;
}



.coffee_video{
    width: 70%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.coffee_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coffe_peo_innr_innr{
    text-align: center;
}
.coffe_peo_innr_innr span{
    color: white;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.3);
  font-family: 'Arvo', sans-serif;
  font-weight: 700;
  font-size: 100px;
  display: block;
  text-align: center;
  position: absolute;
  left: 7%;
  top: 0px;
  /* display: none; */
  z-index: -1;
  line-height: 80px;
  transform: translateX(0%);
}

  /* .coffee_video svg path{
    width: 400px !important;
    max-height: 400px !important;
    height:400px !important;
  } */
.coffee_video{
    width: 100% !important;
    position: relative;
    margin: 0 auto 0px auto;
    /* border-radius: 100%; */
    /* background: #fff; */
    /* overflow: hidden; */
}
.sub_heading h4{
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.first_item, .second_item{
    position: relative;
}
.foutrh_item:before{
    content: "";
    position: absolute;
    left: -83%;
    top: 30%;
    transform: rotateY(-180deg) translateY(-50%);
    background: url(../images/dashed_line.png) no-repeat;
    width: 635px;
    height: 98px;
    background-size: 100% 100%;
}
.second_item:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translateY(-50%);
    background: url(../images/dashed_line_rotate.png) no-repeat;
    width: 34px;
    height: 136px;
    background-size: 100% 100%;
}


.first_item:before{
    content: "";
    position: absolute;
    left: 62%;
    top:30%;
    transform: translateY(-50%);
    background: url(../images/dashed_line.png) no-repeat;
    width: 635px;
    height: 98px;
    background-size: 100% 100%;
}
.coffe_pro_innr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px -50px 0;
}
.coffe_peo_innr_innr, .coffe_peo_innr_innr:nth-child(1), .coffe_peo_innr_innr:nth-child(3){
    padding: 0 200px 120px 99px;
    max-width: 40%;
    width: 100%;
    position: relative;
}

.coffe_peo_innr_innr:nth-child(2n) span{
    left: 24%;
}

.coffe_peo_innr_innr:nth-child(2n){
    padding: 0 60px 120px 200px;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.why_c_innr{
    padding: 0 20px;
    max-width: calc(100%/2);
    width: 100%;
    margin-bottom: 25px;
}
.why_img{
    display: block;
    text-align: center;
}
.why_c_innt_innt h4{
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.why_c_innt_innt p{
    color: #bdb8b8;
    font-size: 16px;
    line-height: 18px;
}
.why_img img{
    height: 60px;
}
.footer h2{
    color: #fff;
    font-size: 32px;
}
.footer{
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer ul li{
    list-style-type: none;
    color: #fff;
    margin: 10px 0;
    /* font-family: 'avantgarde_lt_mediumbold'; */
}
.footer ul li a{
    color: #fff;
    font-size: 16px;
    font-family: 'Arvo', sans-serif;
}
.footer{
    padding: 60px 0 30px 0;
    background: #1c1c1c;
    position: relative;
    z-index: 999;
}

.social_list li a i{
    color: #fff;
    fill: #fff;
}
.footer_right .social_list li{
    margin: 12px 12px;
}
.social_list{
    display: flex;
}
.footer_bottom p{
    color: #fff;
    margin-bottom: 0px;
}

.footer_bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    padding-top: 20px;
}


.coffee_tabber{
    margin-top: 40px;
}
.coffee_tabber ul{}

.coffee_tabber ul li{
    margin: 0 20px;
}
.coffee_tabber .nav-tabs .nav-link.active,  .coffee_tabber .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #db6d0f;
    border-color: transparent;
    /*  */
}

.coffee_tabber .nav-tabs .nav-link{
    color: #fff;
    background-color: transparent;
    border-color: #db6d0f;
    border-radius: 40px;
    font-size: 20px;
    padding: 10px 40px;
}



.coffee_tabber .tab-pane.fade{
    animation: SlideLeft 1s ease-in-out forwards;
    transform: translateX(0%);
}
@keyframes SlideLeft{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.coffee_tabber .tab-pane.fade.active.show{
    animation: SlideLeftter 1s ease-in-out forwards;
    transform: translateX(0%);
}

@keyframes SlideLeftter{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(0%);
    }
}


.header_partts.innr_header .header_innr{
    top: 0 !important;
}
.coffee_bottom_innr{
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.brew_catelog{
    padding: 0 20px;
    max-width: calc(100%/2);
    width: 100%;
    height: 100%;
    display: block;
}

.brew_cat_innr{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.brew_cat_innr:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.brew_cat_innr img{
    width: 100%;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
    transition: all 09.3s ease-in-out;
}
.brew_cat_innr{
    width: 100%;
}


.brew_cont{
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 30px;
}
.brew_catelog h3{
    display:inline-block
}
.brew_catelog h3:before{
    content: "";
    /* border-bottom: 2px solid transparent; */
    display: inline-block;
    width:0;
    height: 2px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
}
.brew_catelog .brew_cat_innr img{
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.brew_catelog:hover .brew_cat_innr img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.brew_catelog:hover h3:before{
    width:100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.brew_catelog h3, .brew_catelog .brew_cont{
    color: #fff;
}

.brew_cat{
    margin-top: 40px;
}

.our_coffee_meet.brew_prd{
    padding: 130px 0 80px;
}
.premium_brew_prd{
    max-width: 900px;
    width: 100%;
    margin: 45px auto;
}
.premium_bruw_innr_innr_prd{
    padding: 0 20px;
    max-width: calc(100%/2);
    width: 100%;
    margin-bottom: 30px;
    /* height: 460px; */
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.pre_prd{
    margin-top: 0px;
}
.pre_prd img{
    padding-top: 10px;
}
.premium_bruw_innr_prd{
    margin: 0 -20px 0px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease-in-out;
}

.premium_bruw_innr_innr_prd .pre_prd img{
    transition: all 0.3s ease-in-out;
    height: 450px;
}
.pre_prd{
    border: 1px solid #db6d0f;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
.premium_bruw_innr_innr_prd .pre_prd_cont{
    transform: translateY(200px);
    transition: all 0.3s ease-in-out;
}
.premium_bruw_innr_innr_prd .pre_prd_cont h3{
    font-size: 35px;
    font-weight: 600;
    
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}
.premium_bruw_innr_innr_prd:hover{
    transition: all 0.3s ease-in-out;
}

.premium_bruw_innr_innr_prd:hover .pre_prd img{
    transform: translateY(-120px);
    transition: all 0.3s ease-in-out;
    margin-top: 2px;
}
.premium_bruw_innr_innr_prd:hover{
    text-decoration: none;
}
.premium_bruw_innr_innr_prd:hover .pre_prd_cont h3{
    text-decoration: none;
    font-size: 45px;
}
.premium_bruw_innr_innr_prd:hover .pre_prd_cont{
    transform: translateY(-80px);
    transition: all 0.3s ease-in-out;
}
.prd_info_prd{
    text-align: center;
}

.prd_information{
    margin-top: 40px;
}

/* .header_partts.innr_header, .header_partts.innr_header .container{
    height: 65px !important;
}
.header_partts.innr_header .pin-spacer{
    position: fixed !important;
    left: 0 !important;
} */
.slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.prd_inf_left_partts img{
    height: 400px;
    margin: auto;
    display: block;
    text-align: center;
}
.prd_information_partts{
    margin-top: 40px;
}
.prd_information h3{
    text-align: center;
}
.answer h4{
    font-size: 20px;
    margin: 20px 0;
}

.prd_inf_right_partts{
    border-left: 0px solid #db6d0f;
}
.prd_inf_left_partts, .prd_inf_right_partts{
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}
.prd_innr_information_partts{
    display: flex;
    flex-wrap: wrap;
}


ul.accordion-list {
    position: relative;
    display: block;
    width: 700px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    list-style: none;
    background-color: transparent;
  }
  ul.accordion-list > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
  }
  ul.accordion-list > li.active h3:after {
    transform: rotate(45deg);
  }
  ul.accordion-list > li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
  }
  ul.accordion-list > li h3:after {
    content: "\2b";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #db6d0f;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
  }
  ul.accordion-list > li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  ul.accordion-list > li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  .answer ul li{
    list-style: none;
    margin-bottom: 30px;
  }

.answer ul{
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 0px;
}
.coffee_colection_bottom.prd_brew .cardWrapper1{
    height: 500px;
}

.coffee_colection_bottom.prd_brew .cardWrapper1 .img_container h3 {
    font-size: 30px;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    /* transform: rotate(270deg) translateX(-30%); */
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
}
.coffee_colection_bottom.prd_brew .cardWrapper1 .collection_item_innr img{
    height: 400px;
}
.coffee_colection_bottom.prd_brew .cardWrapper1{
    max-width: calc(100%/2);
}

.coffee_colection_bottom.prd_brew .cardWrapper1 .tuype{
    margin-top: 0px;
}
.coffee_colection_bottom.prd_brew .cardWrapper1 .tuype label{
    font-size: 20px;
}
.coffee_colection_bottom.prd_brew .cardWrapper1 .img_container{
    left: -120px;
}


.advantage_og_partnering{
    margin-top: 30px;
}


.advantage_innr_partts{
    margin: 0 -30px;
}

/* .product_range{
    height: 100vh;
    position: relative !important;
} */

.advantage_innr_partts{
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}


.innr_partts_block{
    text-align: center;
}
.count{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border: 2px solid #db6d0f;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.advantage_innr_innr_partts{
    padding: 0 30px;
    max-width: calc(100%/3);
    width: 100%;
    margin-bottom: 40px;
    
}
.advantage_partts{
    margin-top: 50px;
}

.innr_partts_block h3{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    margin: 20px auto;
    font-family: 'avantgarde_lt_mediumbold';
}


.advantage_innr_innr_partts p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
html, body {
    scroll-behavior: auto; /* or remove the property entirely */
  }
/* .prd_Range_bottom{
    height: 100vh;
} */
.scroller {
    height: 100vh;
  }
  
  footer.footer {
    margin-top: auto; /* Push footer to the bottom */
  }
  
  /* .orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #753500;
  } */
  
  .text {
    color: #fff;
  }


  .product_range{
    margin-top: 60px;
  }
  .black {
    display: block;
    height: auto;
    background-color: #000;
  }
  
  .blue {
    height: 80vh;
    background-color: #000;
  }
  
  
  .text-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .hamburger_fly_couch span{
    width: 35px;
    height: 3px;
    display: block;
    margin: 0 5px;
    background: #fff;
    display: none;
  }
  .panel-text {
    position: absolute;
    left: 0%;
    top: 0%;
    text-align: center;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align:left;
    background: #000;
    
    transform:translateY(100%);
    opacity: 0;
  }
  
  .panel-text.blue-text {
    color: #fff;
  }
  
  .panel-text.red-text {
    color: #fff;
  }
  
  .panel-text.purple-text {
    color: #fff;
  }
  .panel-text.black-text {
    color: #fff;
  }
  
  .panel-text.white-text {
    color: #fff;
  }
  .panel-text.orange-text {
    color: #fff;
  }
  
  .panel h3 span{
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 20px 0;
  }  
  
  
  .panel h3 {
    color: #fff;
    font-size: 80px;
    margin-top: 0px;
    text-align: center;
    /* transform: rotate(270deg); */
    line-height: 90px;
    margin: 12px 0;
}
  .p-wrap .panel_prd img{
      height:380px;
  }
  .p-wrap {
    position: relative;
    overflow: hidden;
    width: 400px;
    margin: 0 auto 0px;
    height: 600px;
    transform:translateY(5%);
  }
  
  .panel {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    bottom: 0%;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 100%;
    background-image:url(../images/black_bg.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .panel._2 {
    z-index: 1;
    background-image: url(../images/black_bg.png);
  }
  
  .panel.blue {
    z-index: auto;
  }
  
  .panel.red {
    z-index: auto;
    background-color: #000;
    background-image: none;
  }
  
  .panel.orange {
    z-index: auto;
    background-color: #000;
    background-image: none;
  }
  
  .panel.purple {
    z-index: auto;
    background-color: #000;
    background-image: none;
  }
  
  .panel.black1 {
    z-index: auto;
    background-color: #000;
    background-image: none;
  }
  
  
  .panel.white {
    z-index: auto;
    background-color: #000;
    background-image: none;
  }
.what_we_offer{
    padding-bottom: 60px;
    padding-top:60px;
}
.product_range_innr p{
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
}
.grid_innr h2{
    color: #fff;
    font-size: 24px;
}
.grid_innr label{
    font-size: 13px;
    color: #db6d0f;
}
.panel-text p{
    text-align: center;
}

.panel-text p span{
    color: #db6d0f;
    font-size: 24px;
    font-weight: 600;
    display: block;margin-bottom: 30px;
}
.grid-sizer { width: 20%; }
.grid-item { width: 20%; margin-bottom: 30px; }
/* 2 columns wide */
.grid-item--width2 { width: 43%; }
.grid_innr p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
a:hover{
    text-decoration: none;
}

.grid_partts{
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}
.grid_innr{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
}

.cont_innr_left, .cont_innr_right{
    max-width: calc(100%/2);
    padding: 0 30px;
}
.cont_innr{
    display: flex;
    flex-wrap: wrap;
    margin: 50px -30px 0;
}
.social_list_ul li{
    list-style: none;
    margin-right: 20px;
}
.social_list_ul li a{
    color: #fff;
}
.cont_innr_innr_right h4, .cont_innr_innr_right p{
    color: #fff;
}


.prd_innr_information_partts{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.prd_inf_right_partts ul.accordion-list{
    width: 100%;
}
.prd_inf_left_partts{
    max-width: calc(100%/2);
    width: 100%;
    padding: 0 30px;
}

.prd_inf_right_partts{
    max-width: calc(100%/2);
    width: 100%;
    padding: 0 30px;
}
.slider-nav{
    margin-top: 40px;
}
.slider-nav  .slick-slide.slick-current.slick-center{
    border: 1px solid #fff;
    padding: 10px;
}
.slider-nav .slick-slide img{
    object-fit: contain;
    display: block;
}
.slider-nav .slick-slide{
    margin: 20px;
}
.slider-nav .slick-slide img{
    width: 100%;
    height: 70px;
}
.slider-nav .slick-slide{
    width: 120px;
    height: 100px;
    
}

.cross_sign{
    display: none;
}
.overlay{
    display: none;
}

.p-wrap, .text-wrap{
    max-width:50%;
    width:100%;
}

.prd_range_innr_bottom{
    display:flex;
    flex-wrap:wrap;
    height:auto !important;
}
.product_range.for_mobile{
    display:none;
}

.panel_prd{
    margin-top:40px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}