/* Font which used in website */
@font-face {
    font-family: 'Acumin pro';
    src: url('/font/Acumin-RPro.woff') format('woff');
}

@font-face {
    font-family: 'Acumin pro bold';
    src: url('/font/Acumin-BdPro.woff') format('woff');
}

@font-face {
    font-family: 'Acumin pro extra condensed';
    src: url('/font/Acumin-Pro-ExtraCondensed.woff') format('woff'),
        url('/font/Acumin-Pro-ExtraCondensed.woff2') format('woff2');
}
body{
    overflow-x: hidden;
}
:root{
    --black: #1c1d1d;
    --yellow: #e7e421;
}
.yellow{
    color: var(--yellow) !important;
}

.btn12{
    font-family: 'Acumin pro';
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
    border: 3px solid #6F8089;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-top: 4px;
    color: #6F8089;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.btnselect input[type='radio'] + label{
    font-family: 'Acumin pro';
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
    border: 3px solid #6F8089;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-top: 4px;
    color: #6F8089;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.btnselect input[type='radio']:checked + label{
    font-family: 'Acumin pro';
    font-weight: 400;
    letter-spacing: 0em;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
    border: 3px solid #6F8089;
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-top: 4px;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-top: 12px;

    color: white;
    background-color: #6F8089;
}


.con {
    position: absolute;
    background-color: Black;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    background-color: #000000;
  }
  
  .middle {
    transition: .2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .con:hover .image {
    opacity: 0.3;
  }
  .con:hover .txt {
    opacity: 0;
  }
  
  .con:hover .middle {
    opacity: 1;
  }
   
  .text {
    width: 100%;
    border: 3px solid white;
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    cursor: pointer;
line-height: 48px;
text-align: center;
padding-bottom: 10px;
padding-top: 4px;
padding-left: 36px;
padding-right: 36px;
color: #ffffff;
  }





.header{
    background: url('/images/top-bg.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background-size: cover;
    height: 900px;
}

.myhVideo{
    z-index: -100;
    background-size: cover;
    height: 900px;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}

.sys-box{
width: 50px;
text-align: center;
}

.myVideo111{
    z-index: 1;
    background-size: cover;
    max-height: 1070px;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}


.nav{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 13px;
    z-index: 10;
    width: 100%;
}

.nav-left img{
    margin-right: 80px;
}
.nav-left .nav-item{
    font-family: 'Acumin pro extra condensed' !important;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    margin-right: 12px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: -10px;
    padding-bottom: -10px;
    z-index: 3;
}
.nav-item .tri-ico{
    position: absolute;
    margin-top: 45px;
    z-index: 99;
    color: var(--yellow);
    margin-left: -35px;
    font-size: 30px;
    opacity: 0;
}
#rack-icon{
    margin-left: -40px;
}
#can-icon{
    margin-left: -35px;
}
.nav-left .nav-item:hover .tri-ico{
    opacity: 1;
}
.nav-left .nav-item:hover{
    background-color: var(--yellow);
    height: 60px;
    color: #000000;
}

.nav-left .mega-menu{
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    padding: 20px 0px;
    top: 84px;
}

.nav-left .mega-menu p{
    font-family: 'Acumin pro';
    font-size: 18px;
    color: #232323;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
}

.nav-left .mega-menu a{
    text-decoration: none;
}

.nav-left .mega-menu img{
    width: 100% !important;
}

.nav-left .nav-item:hover .mega-menu{
    display: flex;
}

.nav-right .build-your-own{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 32px;
    margin-right: 20px;
    text-transform: uppercase;
    border: 3px solid #ffffff; 
    padding-left: 15px;
    padding-right: 13px;
    padding-bottom: 10px;
    padding-top: 4px;
    color: #ffffff;
    text-decoration: none;
}
.nav-right .fal{
    font-size: 24px;
    color: #ffffff;
    margin: 0px 12px;
}
.nav-ul{
    font-family: 'Acumin pro';
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
}
.nav-ul ul{
    list-style: none;
    line-height: 2.5;
}
.rotate{
    transform: rotate(270deg);
    color: var(--yellow) !important;
}

/* Headerr and responsive header */
.responsive-header-content{
    height: 90%;
    width: 100%;
    display: none;
}

.responsive-header-content .heading{
    position: absolute;
    z-index: 1;
    top: 100px;
    width: 100%;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 100%;
    color: #ffffff;
    overflow: hidden;
}

.responsive-header-content .control{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.responsive-header-content .btn{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 28px !important;
    color: #000000;
    border-radius: 0px;
    background: var(--yellow);
    padding: 0px 60px;
    margin-top: 185px;   
}

.responsive-header-content .subheading{
    font-family: 'Acumin pro';
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: underline;
    margin: 30px 0px !important;
}


.h{
    display: flex;
    height: 800px;
    justify-content: center;
}
.header-content{
    align-self: flex-end;
}

.header-content .heading {
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 118px;
    line-height: 100%;
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: auto !important;
}
.header-content .btn{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 35px !important;
    color: #000000;
    background: var(--yellow);
    padding: 0px 60px;
    margin-top: 50px;
}

.btn123{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 35px !important;
    color: #000000;
    background: var(--yellow);
    padding: 0px 60px;
    margin-top: 50px;
}

.header-content .subheading{
    font-family: 'Acumin pro';
    color: #ffffff;
    font-size: 22px;
    text-decoration: underline;
    margin: 30px 0px !important;
}


/* Mid Section */
.mid .img{
    background: url('/images/mid-bg.jpg'),linear-gradient(180deg, rgba(35, 35, 35, 0) 42.71%, #232323 100%);
    background-size: cover;
    background-position: center;
    height: 670px;
}

.mid .vid{
    background-size: cover;
    background-size: cover;
    background-position: center;
    height: 670px;
}

.mid1 .img1{
    background: url('/images/image 24.jpg'),linear-gradient(180deg, rgba(35, 35, 35, 0) 42.71%, #232323 100%);
    background-size: cover;
    background-position: center;
    height: 670px;
}

.mid4 .img4{
    background: url('/images/image 24.jpg'),linear-gradient(180deg, rgba(35, 35, 35, 0) 42.71%, #232323 100%);
    background-size: cover;
    background-position: center;
    height: 67px;
}

.mid2 .img2{
    background: url('/images/img123.png'),linear-gradient(180deg, rgba(35, 35, 35, 0) 42.71%, #232323 100%);
    background-size: cover;
    background-position: center;
    height: 670px;
}

.mid5 .img5{
    background: url('/images/DREWMARTIN_GOAT_BEAUTY_STATIC_SHOTS_WEBRES_040 2.jpg'),linear-gradient(180deg, rgba(35, 35, 35, 0) 42.71%, #232323 100%);
    background-size: cover;
    background-position: center;
    height: 375px;
}

.mid-content{
    background: #232323;
    padding-bottom: 50px;
}

.mid-contentnew{
    padding-bottom: 20px;
}

.mid-content2{
    background: #232323;
    padding-bottom: 150px;
    margin-top: -100px;
}

.mid-content3{
    background: #232323;
    padding-bottom: 150px;
    margin-top: 0px;
}

.mid-contentnew .content{
    width: 100%;
    max-width: 640px;
    margin: auto !important;
    padding-top: 150px;
}

.mid-content .content{
    width: 100%;
    max-width: 640px;
    margin: auto !important;
}

.content2{
    width: 100%;
    max-width: 830px;
    margin: auto !important;
}

.content .mid-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 84px;
    color: #ffffff;
}

.mid-headingnew{
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 84px;
    color: #ffffff;
}

.mid-headingnew1{
    margin-top: -85px;
    margin-bottom: 20px;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 84px;
    color: #ffffff;
    padding-left: 3px;
}


.content .para{
    font-family: 'Acumin pro';
    font-size: 20px;
    color: #DFE2E4;
    line-height: 1.2;
}

.para2{
    font-family: 'Acumin pro';
    font-size: 23px;
    color: #DFE2E4;
    font-style: italic;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

.content .mid-btn{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    text-transform: uppercase;
    text-decoration: none;
   
    padding: 18px, 84px, 15px, 84px;

  
font-size: 35px;
font-style: italic;
font-weight: 700;

letter-spacing: 0.02em;
text-align: center;


    height: 68px;
width: 268px;
left: 634px;
top: 2454px;
border-radius: 0px;


    ;
}

.content .mid-button{
    margin-top: 30px !important;
}


/* Review Styling */
.review{
    background: url('/images/review-bg.jpg'),linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-size: cover;
    padding: 100px 0px !important;
}
.review .comment{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 64px;
    color: var(--yellow);
    line-height: 100%;
    width: 700px;
    margin-left: auto !important;
    margin-right:  auto !important;
}


/* Features */
.feature-h1{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    margin: 30px 0px !important;
    overflow: hidden;
}

.feature-p{
    color: #DFE2E4;
    font-family: 'Acumin pro';
    font-size: 20px;
}

.key-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 84px;
    margin-bottom: 50px !important;
}

/* Activities Slider */
.activities-slide{
    width: 380px;
    height: 380px;
    margin-right: 30px !important;
}
.activities-slider .carousel-cell img{
    object-fit: cover;
}
.activities-slide .activities-name{
    background: linear-gradient(180deg, rgba(54, 73, 91, 0) 0%, #232323 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 54px;
    padding-left: 20px;
    color: #ffffff;
}
.activities-slider{
    padding: 100px 0px;
}
.flickity-page-dots{
    display: none;
}

.activities-slider .flickity-slider{
    margin-left: 150px;
}
/* .activities-slider .previous{
    display: none;
}
.activities-slider .next{
    display: none;
} */

/* thoroughly section Dsktop */
.thoroughly .desktop{
    padding: 80px 0px;
}

.thoroughly .desktop img{
    width: 100%;
}

.thoroughly .desktop .thoroughly-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 84px;
    line-height: 100%;
}
.thoroughly .desktop .thoroughly-desc{
    color: #6F8089;
    font-family: 'Acumin pro';
    font-size: 22px;
    margin: 30px 0px !important;
}

.thoroughly .desktop .thoroughly-btn{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 35px;
    border-radius: 0px;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: center;
    padding-left: 63.5px;
    padding-right: 63.5px;
    padding-top: 10px;
    padding-bottom: 18px;

}
.thoroughly .desktop .throughly-right-desc{
    font-size: 20px;
    color: #6F8089;
    font-family: 'Acumin pro';
    text-decoration: underline;
    margin-bottom: 50px !important;
    
}

input[type='radio']{
    display: none;
}
.thoroughly .desktop .thoroughly-select input[type='radio'] + label{
    height: 54px;
    width: 150px;
    border: 3px solid #6F8089;
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #6F8089;
    cursor: pointer;
line-height: 28px;
letter-spacing: 2px;
text-align: center;
padding-bottom: 15px;
padding-top: 6px;
padding-left: 55px;
padding-right: 59.24px;
margin: 5px;
}

.thoroughly .desktop .thoroughly-select input[type='radio']:checked + label{
    background-color: #6F8089;
    color: #ffffff;
    padding-left: 50px;
}

/* thoroughly section Mobile */
.thoroughly .mobile{
    padding: 80px 0px;
    display: none;
}

.thoroughly .mobile img{
    width: 100%;
}

.thoroughly .mobile .thoroughly-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 100%;
    padding: 0px 30px;
}
.thoroughly .mobile .thoroughly-desc{
    color: #6F8089;
    font-family: 'Acumin pro';
    font-size: 22px;
    margin: 10px 0px !important;
}

.thoroughly .mobile .thoroughly-btn{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    width: 85%;
}
.thoroughly .mobile .throughly-right-desc{
    font-size: 16px;
    color: #6F8089;
    font-family: 'Acumin pro';
    text-decoration: underline;
    margin-bottom: 20px !important;
}
.thoroughly .mobile .thoroughly-select input[type='radio'] + label{
    padding: 0px 10px;
    width: 120px;
    border: 2px solid #6F8089;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #6F8089;
    cursor: pointer;
}

.thoroughly .mobile .thoroughly-select input[type='radio']:checked + label{
    background-color: #6F8089;
    color: #ffffff;
}

/* Featured Section */
.featured{
    background-color: #EFF0F2;
    padding: 100px 0px;
}
.featured-slide{
    width: 270px;
    height: 270px;
    margin-right: 30px !important;
}
.featured-slide .absolute{
    background: linear-gradient(180deg, rgba(54, 73, 91, 0) 0%, #36495B 100%);
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}
.featured-slide .absolute .featured-name{
    font-family: 'Acumin pro';
    font-size: 20px;
    text-transform: capitalize;
}
.featured-slider{
    padding-top: 30px;
}

.featured-slide .absolute .featured-price{
    font-size: 16px;
    font-family: 'Acumin pro';
    font-weight: normal;
}

.featured .featured-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 84px;
}
.featured .featured-subheading{
    font-family: 'Acumin pro';
    font-weight: normal;
    padding: 0px 30px;
    color: #6F8089;
    display: none;
}
.featured .featured-btn{
    color: black;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    margin-top: 30px !important;
    width: 85%;
    display: none;
}






.featured-slide1{
    width: 270px;
    height: 270px;
    margin-right: 30px !important;
}
.absolute1{
    background: linear-gradient(180deg, rgba(54, 73, 91, 0) 0%, #36495B 100%);
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}
.featured-name1{
    font-family: 'Acumin pro';
    font-size: 20px;
    text-transform: capitalize;
}
.featured-price1{
    font-size: 16px;
    font-family: 'Acumin pro';
    font-weight: normal;
}






/* System Section */
.carousel-cell img{
    width: 100%;
}
.system{
    padding: 100px 0px;
}
.system .system-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 84px;
}

.system .system-right-heading{
    color: #DFE2E4;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 200px;
    line-height: 1.2;
}

.system .system-right-desc{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-size: 50px;
    line-height: 100%;
}

.system .system-btn{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 35px;
line-height: 35px;
letter-spacing: 2px;
text-align: center;
padding-left: 84px;
padding-right: 84px;
padding-top: 11px;
padding-bottom: 20px;

}

/* Promo Section */
.promo .promo-slide{
    width: 760px;
    box-shadow: 0px 10px 24px rgba(54, 73, 91, 0.2);
    margin-right: 30px !important;
}

.promo-slider .next, .promo-slider .previous{
    display: none;
}

.promo-slider .flickity-viewport{
    height: 410px !important;
}

.promo{
    padding: 100px 0px;
}

.promo-mobile{
    display: none;
}

.promo .promo-heading{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 84px;
}

.promo .flickity-viewport{
    padding: 20px 0px;
}




.promo-title1, .promo-desc1{
    font-family: 'Acumin pro';
    text-align: left;
    letter-spacing: 0em;
    font-style: normal;
}

.promo-title1{
    font-weight: bold;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
}

.promo-desc1{
    color: #6F8089;
    font-family: Acumin Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

}





.promo .promo-title, .promo .promo-desc, .promo .promo-price{
    font-size: 20px;
    font-family: 'Acumin pro';
    font-weight: normal;
}

.promo .promo-title{
    font-weight: bold;
}
.promo .promo-desc{
    color: #6F8089;
}
.promo .promo-btn{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
line-height: 28px;
letter-spacing: 2px;
text-align: center;
width: 298px;
padding-bottom: 44px;
height: 56px;
padding-left: 96.5;
padding-top: 12px;
padding-right: 96.5;

}



.promo-btn1{
    color: black;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    width: 298px;

}



/* Footer BG */
.footer-bg{
    background-image: url('/images/footer.jpg');
    background-size: cover;
    background-position: center;
    margin: 80px 0px;
    height: 800px;
}

/* Footer */
footer{
    background-color: #232323;
    padding: 50px 0px;
}

footer .footer-heading{
    font-size: 18px;
    font-family: 'Acumin pro';
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}

footer .footer-link, .footer-desc{
    font-size: 15px;
    font-family: 'Acumin pro';
    text-transform: capitalize;
    color: #DFE2E4;

}
footer .footer-link{
    line-height: 2.3;
}

footer .footer-link a:hover{
    color: #e7e421;
    text-decoration: none;
}

footer .footer-link a{
    color: #DFE2E4;
}

footer ,.footer-form{
    margin-top: 30px;
}

footer .footer-form input{
    background: #292C31;
    border: 1.5px solid #6F8089;
    padding: 8px;
}

footer .footer-form button{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    padding: 0px 20px;
    border: none;
    margin-left: 10px;
}

/* Mobile Nav */
.mobile-nav{
    background-color: #232323;
    color: #ffffff;
    padding: 20px;
    display: none !important;
    position: fixed;
    z-index: 20;
    width: 100%;
}

.mobile-nav .fal{
    font-size: 25px;
}

@media only screen and (max-width: 992px) {
    .mobile-nav{
        display: flex !important;
    }
    .nav{
        display: none !important;
    }
    .myVideo111{
        max-height: 810px;
    }
}


/* Side Menu */
.side-menu{
    width: 320px;
    background-color: #232323;
    color: #ffffff;
    padding: 20px;
    position: fixed;
    z-index: 999;
    height: 100%;
}
.side-menu .fal{
    font-size: 22px;
}

.side-menu .side-menu-body{
    margin-top: 30px;
    margin-bottom: 20px;
}

.side-menu .side-menu-body .nav-item{
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 38px;
    border-top: 1.5px solid #5F6871;
    letter-spacing: 2px;
}

.side-menu .side-menu-body .nav-item a{
    color: #ffffff;
    text-decoration: none;
}

.side-menu .side-menu-footer .build-your-own{
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    font-size: 32px;
    line-height: 55px;
    margin-right: 20px;
    text-transform: uppercase;
    border: 3px solid #ffffff; 
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 8px;
    letter-spacing: 2px;
    padding-left: 16px;
    padding-right: 16px;
}

.side-menu .side-menu-footer .icon{
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 0px;
    font-family: 'Acumin pro';
    text-transform: capitalize;
}


/* Search Side Menu */
.search input{
    background-color: transparent;
    border-right: none;
    outline: none;
    color: #ffffff;
    padding: 10px;
}
.search .search-result a{
    color: #ffffff;
    text-decoration: none;
}
.search .result-title{
    font-size: 18px;
    font-family: 'Acumin pro';
    text-transform: capitalize;
}
.search .result-desc{
    font-size: 14px;
    font-family: 'Acumin pro';
    text-transform: capitalize;
    color: #7B8591;
}
#side-menu, #side-search ,#full-search{
    display: none;
}

/* Full Search */
.full-search{
    background-color: #232323;
    padding: 50px;
    color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.full-search .fal{
    font-size: 30px;
}

/* Promise */
.promise{
    display: none;
}

.sec-mob{
    display: none;
}
.promo-mob{
    display: none;
}
/* Responsive Queries */
@media only screen and (max-width: 576px) {

    /* For Header */
    .header-content{
        display: none !important;
    }
    .sec-mob{
        display: flex;
    }
    .carousel-cell{
        display: flex;
    }
    .flickity-slider{

        display: flex;
    }
    .sec-desk{
        display: none;
    }
    .promo-mob{
        display: flex;
    }
    .responsive-header-content{
        display: flex !important;
    }
    .responsive-header-content .btn{
        width: 85%;
    }
    .header{
        background: url('/images/res-top-bg.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
        background-size: cover;
        background-repeat: no-repeat;
        height: 90vh;
        overflow: hidden;
    }

    /* For Slider */
    .activities-slide .activities-name{
        font-size: 36px;
    }
    .activities-slider .flickity-slider{
        margin-left: 30px;
    }

    /* For Mid Section */
    .mid-content .content{
        margin-top: -10px !important;
        padding: 0px 30px;
    }
    
    .content .mid-heading{
        font-size: 48px;
    }
    
    .content .para{
        font-size: 18px;
    }
    
    .content .mid-btn{
        font-size: 28px;
        width: 85%;
    }

    /* Throughly Section */
    .thoroughly .desktop{
        display: none;
    }
    .thoroughly .mobile{
        display: block;
    }

    /* Featured Section */
    .featured .featured-heading{
        line-height: 100%;
        font-size: 48px;
        padding: 20px 30px;
    }
    .featured .featured-subheading{
        display: block;
    }
    .featured .featured-btn{
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    /* Review Styling */
    .review{
        background: url('/images/res-review-bg.jpg'),linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        background-size: cover;
        padding: 100px 30px !important;
    }
    .review .comment{
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        text-transform: uppercase;
        font-size: 36px;
        color: var(--yellow);
        line-height: 120%;
        width: 100%;
        margin-left: auto !important;
        margin-right:  auto !important;
    }

    /* promo */
    .promo{
        display: none;
    }

    .promo-desktop{
        display: none;
    }

    /* System */
    .system{
        display: none;
    }

    /* Primise */
    .promise{
        display: flex;
        background: url('/images/promise.jpg'), linear-gradient(180deg, rgba(35, 35, 35, 0) 35.66%, #232323 82.49%);
        height: 400px;
        margin-top: 100px;
    }

    /* Footer BG */
    .footer-bg{
        background-image: url('/images/res-footer.jpg');
        background-size: cover;
        background-position: center;
        margin: 80px 0px;
        height: 600px;
    }

    /* Features */
    .feature-h1{
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        text-transform: uppercase;
        font-size: 38px;
        margin: 30px 0px !important;
    }

    .feature-p{
        color: #DFE2E4;
        font-family: 'Acumin pro';
        font-size: 18px;
    }

    .key-heading{
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        text-transform: uppercase;
        font-size: 48px;
        margin-bottom: 50px !important;
    }

    /* Footer */
    footer{
        background-color: #232323;
        padding: 50px 30px;
    }

    footer .footer-heading{
        font-size: 18px;
        font-family: 'Acumin pro';
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    footer .footer-link, .footer-desc{
        font-size: 15px;
        font-family: 'Acumin pro';
        text-transform: capitalize;
        color: #DFE2E4;

    }
    footer .footer-link{
        line-height: 1.8;
    }

    footer #footer-l{
        justify-content: space-between !important;
    }
    footer .footer-link a{
        color: #DFE2E4;
    }

    footer ,.footer-form{
        margin-top: 30px;
    }

    footer .footer-form input{
        background: #292C31;
        border: 1.5px solid #6F8089;
        padding: 5px;
    }

    footer .footer-form button{
        color: #000000;
        background: var(--yellow);
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        padding: 0px 20px;
    }
}













/* D- Config File */
.bg-yellow{
    background-color:var(--yellow);
}
.bg-black{
    background-color: var(--black);
}
.bg-grey{
    background-color: rgb(226, 226, 226);
}
.yellow{
    color: var(--yellow);
}
.black{
    color: var(--black);
}
.grey{
    color: gray;
}
.bold{
    font-weight: bold;
}

/* Nav Styling */
.mobile-nav{
    background-color: var(--black);
}

/* Customization Header on main Page Styling */
.customization-header h1{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: var(--black);
}

.custom-box{
    border: 1px solid rgb(201, 201, 201);
}
.custom-box img{
    width: 100%;
    object-fit: cover;
}
.custom-box .content p{
    color: var(--black);
}

/* Slider Selection Section Styling */
.slider-selection h1{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: var(--black);
}
.slider h3{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
}
.slides img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.slick-slide{
    margin: 0px 30px;
}
.slick-arrow::before{
    display: none;
}
.slide{
    position: relative;
}
.slide .overlay{
    position: absolute !important;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(28,29,29,1) 0%, rgba(0,212,255,0) 100%);
}


/* Configuration Desktop Page Styling */

.config-top{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #ffffff;
    margin-top: 95px;
    position: fixed;
    z-index: 1;
}
.continue{
    cursor: pointer;
    text-align: center;
    pointer-events: none;
    cursor: default;
}
.continue p{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 30px;
    background-color: var(--yellow);
    color: black;
    width: 160px;
}

.config-tabs{
    display: flex;
    overflow-x: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    letter-spacing: 2px;
}

.config-tabs .show-config {
    font-family: 'Acumin pro';
    font-size: 16px;
    text-transform: capitalize; 
}
.config-tabs .show-config-master{
    cursor: pointer;
}
.config-tabs .show-config i{
    font-size: 12px;
}
.config-tabs .tabs{
    font-size: 20px;
    flex-shrink: 0;
    font-family: 'Acumin pro extra condensed' ;
    border-right:1px solid rgba(201, 201, 201, 0.4);
}

.config-tabs p{
    font-size: 15px;
    font-weight: normal;
}
.config-tabs::-webkit-scrollbar{
    opacity: 0;

}
.config-body h1{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    padding-top: 80px;
    overflow: hidden;
    margin-top: -90px;
}
.config-body h3{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 35px;
}
.selection .label{
    cursor: pointer;
}
.item{
    cursor: pointer;
}

input[type='radio'], input[type='checkbox']{
    display: none;
}


.selection .label{
    width: 600px;
}
.selection label{
    position: relative !important;
}

.selection .item .item-title{
    font-size: 23px;
    text-transform: capitalize;
    font-weight: bold;
}

.selection .item .item-desc{
    font-size: 16px;
    color: grey;
}

.selection .label{
    border:2px solid #DEDEDE;
}
.selection label{
    border:1px solid #DEDEDE;
}

.selection .check{
    position: absolute;
    background-color: var(--yellow);
    right: 0;
    top: 0;
    display: none !important;
    z-index: 99;
}
.left-section{
    margin-top: 50px;
    padding-top: 110px;
}
.right-section{
    margin-top: 100px;
}
.left-section .img{
    text-align: center;
    height: 100%;
    padding-top: 90px;
    background-color: #FAFAFB;
}
.left-section .img img{
    width: 620px;
    margin: auto;
}

.quantity{
    width: 600px;
    border: 2px solid #DEDEDE;
}
.quantity1{
    width: 150px;
    height: 38px;
    border: 2px solid #DEDEDE;
    margin-top: -13%;
    margin-left: 30%;
}
.quantity .box{
    width: 50px;
    text-align: center;
    background-color: #EFF0F2;
    border: none;
}

.quantity .box1{
    width: 50px;
    text-align: center;
    background-color: #EFF0F2;
    border: none;
}
.selection .show-items{
    width: 600px;
    border: 2px solid #DEDEDE;
}

.selection input:checked + .label{
    border: 3px solid var(--yellow);
}
.selection input:checked + label{
    border: 3px solid var(--yellow);
}
.selection input:checked + .label + .hidden-item{
    display: grid !important;
}
.selection input:checked + label .check{
    display: block !important;
    z-index: 2;
}

.hidden-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100% !important;
    max-width: 600px !important;
    display: none;
}

.hidden-item .white{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.hidden-item .blue{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.hidden-item .green{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.hidden-item .shale{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.hidden-item .white1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.hidden-item .blue1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.hidden-item .green1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.hidden-item .shale1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.hidden-item .white2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.hidden-item .blue2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.hidden-item .green2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.hidden-item .shale2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.hidden-item label{
    border:1px solid #DEDEDE;
    cursor: pointer;
}

.summary .summary-item .desc .item-img{
    width: 120px;
    height: 120px;
    border: 2px solid #DEDEDE;
}
.summary .summary-item .desc img{
    width: 100%;
    object-fit: contain;
}
.subtotal p{
    font-size: 25px;
}
.button{

    cursor: pointer;
}

/* Back Button */
.back{
    cursor: pointer;
}

/* Show configuration Styling */
.show-config-tab{
    position: absolute;
    margin-top: 240px;
    background-color:  #ffffff;
    height: 300px;
    min-height: 300px;
    width: 375px;
    box-shadow: 0px 10px 24px rgba(54, 73, 91, 0.2);
    z-index: 9;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.show-config-tab .show-config-head{
   height: 61px;
}

.show-config-tab .show-config-head i{
    font-size: 12px;
}

.show-config-tab .show-config-head .config-hide-btn{
    cursor: pointer;
    text-align: center;
}

.show-config-tab .show-config-head .config-hide-btn p{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    background-color: var(--black);
    width: 94px;
}

.config-hide-btnnew{
    cursor: pointer;
    text-align: center;
}

.config-hide-btnnew p{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    background-color: var(--black);
    width: 94px;
    padding-bottom: 17px;
    padding-top: 15px;

font-style: italic;
line-height: 24px;
letter-spacing: 0.02em;
text-align: center;

}


.show-config-body .title{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 24px;
}

.show-config-body .edit{
    font-family: 'Acumin pro';
    cursor: pointer;
    text-transform: capitalize;
}

.show-config-body .config-item{
    height: auto;
    min-height: 56px;
}

/* M-config */


@media only screen and (max-width: 576px) {
*{
        overflow-x: hidden;
       
}


    .bg-yellow{
    background-color:var(--yellow);
}
.bg-black{
    background-color: var(--black);
}
.bg-grey{
    background-color: rgb(226, 226, 226);
}
.yellow{
    color: var(--yellow);
}
.black{
    color: var(--black);
}
.grey{
    color: gray;
}
.bold{
    font-weight: bold;
}

/* Nav Styling */
.mobile-nav{
    background-color: var(--black);
}

/* Customization Header on main Page Styling */
.customization-header h1{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: var(--black);
}

.custom-box{
    border: 1px solid rgb(201, 201, 201);
}
.custom-box img{
    width: 100%;
    object-fit: cover;
}
.custom-box .content p{
    color: var(--black);
}

/* Slider Selection Section Styling */
.slider-selection h1{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: var(--black);
}
.slider h3{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
}
.slides img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.slick-slide{
    margin: 0px 30px;
}
.slick-arrow::before{
    display: none;
}
.slide{
    position: relative;
}
.slide .overlay{
    position: absolute !important;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(28,29,29,1) 0%, rgba(0,212,255,0) 100%);
}


/* Configuration Mobile Page Styling */

.config-top{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    margin-top: 65px;
    background-color: #ffffff;
}
.continue p{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    overflow: hidden;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    padding-top: 2px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    /*background-color: var(--yellow);*/
    background-color: #E7E421;
    padding-bottom: 2px;
    color: black;
    width: fit-content;
    padding-top: 6px;
    padding-bottom: 8px;
}


.config-tabs{
    margin-top: 135px;
    display: flex;
    overflow-x: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    letter-spacing: 2px;
}
.config-tabs .tabs{
    font-size: 15px;
    flex-shrink: 0;
    font-family: 'Acumin pro extra condensed' ;
    border-right:1px solid rgba(201, 201, 201, 0.4);
    border-bottom: 1px solid rgb(201, 201, 201, 0.4);
}
.config-top .show-config i{
    font-size: 12px;
}
.config-tabs::-webkit-scrollbar{
    opacity: 0;
}

.config-body h1{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
}
.config-body h3{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 35px;
}

input[type='radio'], input[type='checkbox']{
    display: none;
    z-index: 2px;
}

.selection{
    position: relative;
}
.selection .label{
    position: relative;
    width: 100%;
    border: 2px solid #DEDEDE;
}
.selection .item{
    position: relative;
}

.selection .item .item-title{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

.selection .item .item-desc{
    font-size: 16px;
    color: grey;
}

.selection label{
    border:1px solid #DEDEDE;
}

.selection .check{
    position: absolute;
    background-color: var(--yellow);
    right: 0;
    top: 0;
    display: none;
    z-index: 2;
}
.button{

    cursor: pointer;
}
.quantity{
    margin-top: -10px;
    border: 2px solid #DEDEDE;
    margin-left: -130px;
}
.quantity .box{
    width: 80px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #DEDEDE;

}
.quantity .box1{
    width: 80px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #DEDEDE;
}
.selection .show-items{
    margin-top: -10px;
    margin-left: -140px;
    border: 2px solid #DEDEDE;
}
.selection input:checked + label{
    border: 3px solid var(--yellow);
}
.selection input:checked + .label + .hidden-item{
    display: grid !important;
}
.selection input:checked + label .check{
    display: block !important;
}

.hidden-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100% !important;
    max-width: 600px !important;
    margin-top: -10px;
    display: none;
}

.hidden-item .white{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.hidden-item .blue{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.hidden-item .green{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.hidden-item .shale{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.hidden-item .white1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.hidden-item .blue1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.hidden-item .green1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.hidden-item .shale1{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.hidden-item .white2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.hidden-item .blue2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.hidden-item .green2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.hidden-item .shale2{
    width: 50px;
    height: 50px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.hidden-item label{
    border:1px solid #DEDEDE;
    cursor: pointer;
}

.summary .summary-item .desc .item-img{
    width: 100px;
    height: 100px;
    border: 2px solid #DEDEDE;
}
.summary .summary-item .desc img{
    width: 100%;
    object-fit: contain;
}
.subtotal p{
    font-size: 25px;
}

/* Show configuration Styling */
.show-config{
    margin-left: 0px !important;
}
.show-config-tab{
    position: fixed;
    top: 0;
    left: 0;
    background-color:  #ffffff;
    height: auto;
    min-height: 400px;
    width: 100%;
    box-shadow: 0px 10px 24px rgba(54, 73, 91, 0.2);
    z-index: 999;
    display: none;
}

.show-config-tab .show-config-head{
   height: 61px !important;
}

.show-config-tab .show-config-head i{
    font-size: 12px;
}

.show-config-tab .show-config-head .config-hide-btn{
    cursor: pointer;
    text-align: center;
}

.show-config-tab .show-config-head .config-hide-btn p{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    background-color: var(--black);
    width: 94px;
}

.show-config-body .title{
    text-transform: uppercase;
    font-family: 'Acumin pro extra condensed';
    font-weight: bold;
    font-size: 24px;
}

.show-config-body .edit{
    font-family: 'Acumin pro';
    cursor: pointer;
    text-transform: capitalize;
}

.show-config-body .config-item{
    height: auto;
    min-height: 56px;
}
}



/* Standard Collection Page Styling */
.sc-header{
    background: url('/images/standard-collection-bg.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background-size: cover;
    height: 900px;
}
.sc-header-content{
    align-self: flex-end;
    text-align: center !important;
}
.sc-header-content .heading{
    width: 1232px;
    height: 110px;
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 118px;
    line-height: 110px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.sc-header-content .sub-heading{
    width: 614px;
    height: 66px;
    font-family: Acumin Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 145%;
    text-align: center;
    color: #DFE2E4;
}
.sc-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 46px;
    width: fit-content;
    margin: 150px auto !important;
}
.sc-grid img{
    width: 100%;
}

@media only screen and (max-width:992px){
    .sc-grid{
        grid-template-columns: auto auto;
    }
}
.sc-grid .grid-item:hover{
    box-shadow: 0px 15px 35px rgba(151, 151, 151, 0.6);
}

.sc-grid .grid-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 380px;
    height: 660px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all .2s;
}

.sc-grid .grid-item .grid-title{
    width: 324px;
    height: 32px;
    font-family: Acumin Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 140%;
    text-transform: capitalize;
    color: #232323;
}
.sc-grid .grid-item .grid-price{
    width: 324px;
    height: 32px;
    font-family: Acumin Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 140%;
    color: #232323; 
}
.sc-grid .grid-item .grid-desc{
    font-family: Acumin Pro;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 140%;
    color: #6F8089;
}

@media only screen and (max-width: 576px){
    .sc-grid{
        grid-template-columns: auto;
    }
    .sc-grid .grid-item{
        width: 100%;
        padding: 20px;
    }
    .sc-grid .grid-item div{
        overflow-y: hidden;
    }

    .sc-grid .grid-item:hover{
        box-shadow: none;
    }

    .sc-header{
        background: url('/images/mobile-standard-collection-bg.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
        background-size:cover;
        background-repeat: no-repeat;
        height: 812px;
        overflow: hidden;
        align-items: baseline;
    }
    .sc-header-content .heading{
        width: 311px;
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        font-size: 72px;
        line-height: 100%;        
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .sc-header-content .sub-heading{
        width: 311px;
        height: 78px;
        margin-bottom: 45px !important;
        margin-top: -10px !important;
        font-family: Acumin Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 145%;
        text-align: center;    
        color: #FAFAFB;
    }
    .sc-grid .grid-item .grid-title{
        font-size: 20px;
    }
    .sc-grid .grid-item .grid-price{
        font-size: 20px;
    }
    .sc-grid .grid-item .grid-desc{
        font-size: 16px;
        width: 100% !important;
    }

}


/* Blog Page Styling */
.blog .container{
    margin-top: -220px;
}
.blog .top-img{
    position: relative;
    text-align: center;
    margin-top: 30px;
    z-index: -1;
}

.blog ._div{
    max-width: 700px;
}
.blog .__div{
    max-width: 750px;
}
.blog ._div .blog-title{
    font-family: 'Acumin pro extra condensed';
    font-size: 84px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    overflow-y: hidden;
}

.blog .blog-content{
    display: flex;
    justify-content: center;
}
.blog .blog-info{
    color: #6F8089;
    font-family: 'Acumin pro';
    font-size: 23px;
}
.blog .blog-para{
    font-family: 'Acumin pro';
    font-size: 23px;
}
.blog .blog-para_{
    font-family: 'Acumin pro';
    font-size: 20px;
    color: #232323;
}
.blog .blog-heading{
    font-family: 'Acumin pro extra condensed';
    font-size: 64px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    overflow-y: hidden;
}
.blog .caption{
    color: #6F8089 !important;
    font-size: 16px;
    font-family: 'Acumin pro';
}
.blog #m-pic{
    display: none;
    position: relative;
    z-index: -1;
    margin-top: 50px;
}

@media only screen and (max-width:576px){
    .blog #m-pic{
        display: block;
    }

    .blog .top-img{
        display: none;
    }
    .blog .container{
        margin-top: -120px;
    }

    .blog ._div .blog-title{
        font-size: 56px;
    }
    .blog .blog-info{
        font-size: 21px;
    }
    .blog .blog-para{
        font-size: 21px;
    }

    .blog .blog-para_{
        font-size: 18px;
    }

    .blog .blog-heading{
        font-size: 48px;
    }
    .blog iframe{
        height: 300px;
    }
}



/* Blog Collection Page Styling */
.blog-featured{
    background: url('/images/blog-collection-deer.jpg');
    max-width: 1340px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    height: fit-content;
}
.blog-featured .blog-featured-title{
    font-family: 'Acumin pro';
    font-size: 56px;
    color: #ffffff;
    line-height: 120%;
}
.blog-featured .blog-featured-desc{
    font-family: 'Acumin pro';
    font-size: 24px;
    color: #ffffff;
    line-height: 120%;
}
.blog-featured .bf-div{
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding-top: 220px;
    margin-bottom: 120px;
}
.blog-featured .blog-featured-name{
    font-family: 'Acumin pro';
    font-size: 24px;
    color: #ffffff;
}
.blog-featured .blog-featured-time{
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    border: 3px solid #ffffff;
    color: #ffffff;
    width: fit-content;
    padding-bottom: 6px;
    letter-spacing: 1.5px;
}
.blog-featured .bf-div-2{
    display: flex;
    justify-content: space-between;
    padding-inline: 40px;
    align-items: center;
    padding-bottom: 30px;
}
.bc-main-title{
    font-size: 84px;
    font-family: 'Acumin Pro Extra Condensed';
    text-transform: uppercase;
    font-weight: bold;
}

.radio-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
}

.radio-btns::-webkit-scrollbar{
    opacity: 0;
}
.radio-btns label{
    flex-shrink: 0;
}
.radio-btns input[type=radio] + label{
    font-family: 'Acumin pro';
    font-size: 20px;
    text-transform: capitalize;
    border: 3px solid #6F8089;
    color: #6f8089;
    width: fit-content;
    padding-top: 6px;
}


.radio-btnsnew{
    font-family: 'Acumin pro';
    font-size: 20px;
    text-transform: capitalize;
    border: 3px solid #6F8089;
    color: #6f8089;
    width: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;

}

.radio-btnsnew1{
    font-family: 'Acumin pro ExtraCondensed';
    font-size: 28px;
    text-transform: capitalize;
    border: 3px solid #6F8089;
    color: #6f8089;
    width: 300px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}


.radio-btns input[type=radio]:checked + label{
    color: #ffffff;
    background-color: #6F8089;
}
.bc-header{
    background: url('/images/blog-collection-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.bc-header-content{
    align-self: flex-end;
    text-align: center !important;
}
.bc-header-content .heading{
    width: 1232px;
    height: 110px;
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 118px;
    line-height: 110px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.bc-header-content .sub-heading{
    width: 614px;
    height: 66px;
    font-family: 'Acumin pro';
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 145%;
    text-align: center;
    color: #DFE2E4;
}
.bc-grid{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 46px;
    width: fit-content;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-inline: auto !important;
}
.bc-grid img{
    width: 100%;
}

@media only screen and (max-width:992px){
    .bc-grid{
        grid-template-columns: auto;
    }
}

.bc-grid .grid-item{
    display: flex;
    flex-direction: column;
    padding: 0px;
    position: static;
    width: 600px;
    height: auto;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all .2s;
    box-shadow: 0px 15px 35px rgba(151, 151, 151, 0.6);
}

.bc-grid .grid-item .grid-title{
    height: 32px;
    font-family: Acumin Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 140%;
    text-transform: capitalize;
    color: #232323;
    overflow-y: hidden;
}
.bc-grid .grid-item .grid-name{
    width: 324px;
    height: 32px;
    font-family: Acumin Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #232323; 
}
.bc-grid .grid-item .grid-desc{
    font-family: 'Acumin pro';
    font-weight: 200;
    font-size: 20px;
    color: #6F8089;
}
.bc-grid .grid-item .grid-time{
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    border: 3px solid #6F8089;
    color: #6F8089;
    width: fit-content;
    padding-bottom: 6px;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 576px){

    .blog-featured{
        background: url('/images/blog-collection-deer.jpg');
        background-position: center;
        background-repeat: no-repeat;
        margin-inline: 20px;
    }
    .blog-featured .blog-featured-title{
        font-family: 'Acumin pro';
        font-size: 34px;
        font-weight: bold;
    }
    .blog-featured .blog-featured-desc{
        font-family: 'Acumin pro';
        font-size: 20px;
    }
    .blog-featured .bf-div{
        width: 100%;
        padding-inline: 40px;
        max-width: 800px;
        margin: auto;
        text-align: left;
        padding-top: 80px;
        margin-bottom: 40px;
    }
    .blog-featured .blog-featured-time{
        margin-left: -15px;
    }
    .blog-featured .blog-featured-name{
        font-family: 'Acumin pro';
        font-size: 20px;
    }
    .bc-main-title{
        font-size: 48px;
    }
    
    .radio-btns{
        display: flex;
        align-items: center;
        justify-content: start;
        overflow-x: auto;
        padding-left: 20px;
    }
    .blog-featured .bf-div-2{
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-inline: 40px;
        align-items: center;
        padding-bottom: 30px;
    }

    .bc-grid{
        grid-template-columns: auto;
    }
    .bc-grid .grid-item{
        width: auto;
        padding: 20px;
    }
    .bc-grid .grid-item div{
        overflow-y: hidden;
    }

    .bc-header{
        background: url('/images/blog-collection-bg.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
        background-size: cover;
        background-repeat: no-repeat;
        height: 812px;
        overflow: hidden;
        align-items: baseline;
    }
    .bc-header-content .heading{
        width: 311px;
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        font-size: 72px;
        line-height: 100%;        
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .bc-header-content .sub-heading{
        width: 311px;
        height: 78px;
        margin-bottom: 45px !important;
        margin-top: -10px !important;
        font-family: Acumin Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 145%;
        text-align: center;    
        color: #FAFAFB;
    }
    .bc-grid .grid-item .grid-title{
        font-size: 20px;
    }
    .bc-grid .grid-item .grid-name{
        font-size: 20px;
        display: none;
    }
    .bc-grid .grid-item .grid-desc{
        font-size: 16px;
        
    }

}









/* Activity Page Styling */

.ac-header{
    background: url('/images/image 35.jpg');
    background-size: cover;
    background-position: center;
    height: 900px;
}
.ac-header-content{
    align-self: flex-end;
    text-align: center !important;
}
.ac-header-content .heading{
    width: 1232px;
    height: 110px;
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 118px;
    line-height: 110px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.ac-header-content .sub-heading{
    width: 614px;
    height: 66px;
    font-family: 'Acumin pro';
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 145%;
    text-align: center;
    color: #DFE2E4;
}


@media only screen and (max-width: 576px){
    
    .ac-header{
        background: url('/images/image 35.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
        background-size: cover;
        background-repeat: no-repeat;
        height: 812px;
        overflow: hidden;
        align-items: baseline;
    }
    .ac-header-content .heading{
        width: 311px;
        font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        font-size: 72px;
        line-height: 100%;        
        text-transform: uppercase;
        color: #FFFFFF;
        height: 200px;
        overflow: hidden;
    }
    .ac-header-content .sub-heading{
        width: 311px;
        height: 78px;
        margin-bottom: 45px !important;
        margin-top: -10px !important;
        font-family: 'Acumin Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26.1px;
        text-align: center;    
        color: #FAFAFB;
    }

}






/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: 5px 0px 10px 5px #888888;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }





  /* PDP System Styling */
.pdp-hidden-item{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 380px;
    margin-top: -3px;
    display: none;
}
.selection input:checked + .label + .pdp-hidden-item{
    display: grid !important;
}

.pdp-hidden-item .white{
    width: 32px;
    height: 32px;
    border-radius: 360px;
    background-color: #ffffff;
    margin: auto;
    border: 1px solid rgba(201, 201, 201, 0.4);
}

.pdp-hidden-item .blue{
    width: 32px;
    height: 32px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(94, 188, 216);
}

.pdp-hidden-item .green{
    width: 32px;
    height: 32px;
    border-radius: 360px;
    margin: auto;
    background-color: rgba(8, 70, 8, 0.719);
}

.pdp-hidden-item .shale{
    width: 32px;
    height: 32px;
    border-radius: 360px;
    margin: auto;
    background-color: rgb(16, 21, 71);
}

.pdp-left-section{
    padding-top: 0px;
    margin-top: 0px;
    text-align: right;
}
.pdp-left-section img{
    max-width: 950px;
    object-fit: cover;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: var(--yellow);
}
.carousel-hover-menu{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.75) 67.71%);
    display: none;
    
}
.carousel-hover-menu img{
    margin-inline: 6px;
    margin-bottom: 20px;
    cursor: pointer;
}
.carousel-hover-menu .active{
    border: 2px solid var(--yellow);
}
.carousel:hover .carousel-indicators{
    display: none;
}
.carousel:hover .carousel-hover-menu{
    display: block;
}
.carousel-control-prev ,.carousel-control-next{
    display: none;
}

.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next{
    display: flex;
}

.pdp-heading{
    font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        font-size: 64px;
        text-transform: uppercase;
}

.pdp-sub-heading{
    font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        font-size: 32px;
        text-transform: uppercase;
}
.pdp-prc{
    font-family: 'Acumin pro';
        font-size: 26px;
}
.pdp-desc{
    color: #6F8089;
    font-family: 'Acumin pro';
        font-size: 16px;
}
.pdp-prc{
    font-family: 'Acumin pro';
        font-size: 20px;
} 
.sticky{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    overflow-x: auto;
    position: sticky;
    top: 0;
}
.sticky::-webkit-scrollbar{
    opacity: 0;
}
@media only screen and (max-width:576px) {
    .sticky{
        justify-content: left;
    }

    .carousel:hover .carousel-indicators{
        display: flex;
    }
    .carousel:hover .carousel-hover-menu{
        display: none;
    }
    .carousel-control-prev ,.carousel-control-next{
        display: flex;
    }
    
    .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next{
        display: flex;
    }
}

.sticky label{
    font-family: 'Acumin pro extra condensed';
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        color: #6F8089;
        border-bottom: 2px solid #6F8089;
        margin-inline: 20px !important;
        letter-spacing: 1px;
        flex-shrink: 0;
}
.sticky input:checked + label{
    background: #232323;
    color: #ffffff;
    padding-inline: 20px;
    border: transparent;
}

.promo-time{
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    border: 3px solid #6F8089;
    color: #6F8089;
    width: fit-content;
    padding-bottom: 6px;
    letter-spacing: 1.5px;
    float: left;
}

.promo-time4{
    font-family: 'Acumin Pro Extra Condensed';
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    border: 3px solid #6F8089;
    color: #6F8089;
    width: fit-content;
    padding-bottom: 8px;
    padding-top: 2px;
    letter-spacing: 1.5px;
    float: right;
    margin-left: 10px;
    margin-top: -0.01rem!important;
    cursor: pointer;
}

.promo-btn4{
    color: #000000;
    background: var(--yellow);
    font-family: 'Acumin pro extra condensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    width: 50%;
    padding-bottom: 44px;
    height: 56px;
    padding-left: 96.5;
    padding-top: 12px;
    padding-right: 96.5;
    float: left;
}

.b-slider .flickity-slider{
    margin-left: -200px;
}