@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-light.woff2') format('woff2'),
        url('hkgrotesk-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-medium.woff2') format('woff2'),
        url('hkgrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-regular.woff2') format('woff2'),
        url('hkgrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('ridleygrotesk-regular.woff2') format('woff2'),
        url('ridleygrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('ridleygrotesk-bold.woff2') format('woff2'),
        url('ridleygrotesk-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Voyage';
    src: url('voyage-bold.woff2') format('woff2'),
        url('voyage-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Voyage';
    src: url('voyage-regular.woff2') format('woff2'),
        url('voyage-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-semibold.woff2') format('woff2'),
        url('hkgrotesk-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('ridleygrotesk-medium.woff2') format('woff2'),
        url('ridleygrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'adieu-light';
    src: url('adieu-light.woff2') format('woff2'),
        url('adieu-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('untitledsans-regular.woff2') format('woff2'),
        url('untitledsans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    font-size: 1.319vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0vw;
    color: #000000;
}

h1 {
    font-size: 6.653vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: 0.005vw;
    color: #FAF4B7;
}

h2 {
    font-size: 6.24vw;
    font-weight: 400;
    letter-spacing: 0.165vw;
    color: #000000;
    line-height: 108%;
    position: relative;
    font-family: 'Voyage';
    text-transform: uppercase;
}

h3 {
    font-size: 3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0vw;
    color: #000000;
    font-family: 'Voyage';
    line-height: 144%;
}

h4 {
    font-size: 1.7vw;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.063vw;
    font-family: 'Ridley Grotesk';
    margin-bottom: 1.1vw;
}

h5 {
    font-size: 0.792vw;
    line-height: 1.44;
    letter-spacing: 0.069vw;
    font-weight: 600;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}


input[type="submit"] {
    display: inline-block;
    font-stretch: normal;
    font-style: normal;
    border: 0;
    cursor: pointer;
    position: relative;
    background-color: #588791;
}

input[type="submit"]::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.site_button:hover:before,
input[type="submit"]::before {
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1.389vw;
}

p:last-child {
    margin-bottom: 0 !important;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: -o-linear-gradient(330deg, #E4DBDC 0%, #E4DBDC 100%);
    background-image: linear-gradient(120deg, #E4DBDC 0%, #E4DBDC 100%);
    background-repeat: no-repeat;
    background-size: 100% 24%;
    background-position: 0 88%;
    color: inherit;
}

.mobile_only {
    display: none;
}

.m {
    display: none !important;
}

section {
    position: relative;
}

.section_inner {
    width: 100vw;
    margin: 0px auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.g_button {
    font-size: 0.931vw;
    letter-spacing: 0.229vw;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    padding: 1.319vw 1.944vw 1.25vw 2.083vw;
    border: solid 1px #000000;
    position: relative;
    font-family: 'Commuters Sans Semi';
    background-color: #000000;
    display: inline-block;
}

.g_button span {}

.g_button span svg {
    width: 1.042vw;
    margin-bottom: -0.278vw;
    margin-left: 0.139vw;
}

.g_button span svg path {}

.g_button:hover {}


.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*header*/

.header--overlay {
    background-color: #fff !important;
    border-bottom: 1px solid #000;
}

.header__content--desktop .link-list__link {
    color: #000;
    font-size: 0.625vw;
    text-transform: uppercase;
    font-family: 'Ridley Grotesk';
    line-height: 137%;
}

.header__content--desktop .link-list__link {
    margin: 0 3.021vw;
    font-size: 0.8vw !important;
    letter-spacing: 0;
    border: 1px solid rgb(0 0 0 / 0%);
    margin-top: -1px;
    padding: 7px 16px 5px 16px;
    display: inline-block;
    border-width: 1px !important;
    color: #000 !important;
}

.header__block--logo .logo__image {
    width: 7.521vw !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: unset;
}

.header__wrap a.logo {
    display: inline-block;
    position: relative;
    top: -0.3vw;
    left: 1.3vw;
}

.header__content--desktop {
    padding: 1.25vw 0 1.2vw;
}

.header__content--desktop a.link-list__link.workBtn {
    border: 1px solid #000;
    background: #c1ff16;
    padding: 0.26vw 0.833vw;
    margin-top: -0.417vw;
    margin-left: 4.01vw;
}

.header__content--desktop .header__block--menu a:hover {
    border: 1px solid #000;
    background: #c1ff16;
}

.header a.link-list__link:hover:before {
    display: none !important;
}

@media (max-width: 1440px) {


    h2 {
        font-size: 6.250vw;
        letter-spacing: 0.167vw;
    }

    h3 {
        font-size: 41.2px;
        letter-spacing: 1px;
    }

    h4 {
        font-size: 1.667vw;
        letter-spacing: 0.083vw;
        margin-bottom: 1.042vw;
    }

}

/* 1440px */

@media (max-width: 1280px) {

    .header__content--desktop .link-list__link {
        margin: 0 28px;
        /* font-size: 1.3vw !important; */
    }


}

/* 1280px */

@media (max-width: 1140px) {}

/* 1140px */

@media (max-width: 1024px) {

    div.h_menu-left {
        margin-left: 0;
        padding-left: 4.883vw;
        margin-left: 0px !important;
    }

    div.h_menu-right {
        padding-right: 0;
        margin-right: 0;
        margin: 0 0px !important;
    }

    .header__content--desktop a.link-list__link.workBtn {
        margin-left: auto;
    }


    .header__content--desktop .link-list__link {
        margin: 0 28px;
        font-size: 1.3vw !important;
    }

    .header__block--logo .logo__image {
        width: 10.521vw !important;
        margin-bottom: -1.2vw;
    }
}

/* 1024px */

@media (min-width: 768px) {
    .mobiOnly {
        display: none !important
    }

    .header__content--desktop .link-list__link {
        letter-spacing: 0;
        padding: 7px 28px 5px 27px;
        margin: 0 2.4vw;
    }
}

@media (max-width: 1024px) {
    .header__content--desktop .link-list__link {
        letter-spacing: 0;
        padding: 7px 28px 5px 27px;
        margin: 0 0vw;
    }
}

@media (max-width: 767px) {
    .deskOnly {
        display: none !important;
    }

    .header__block--logo .logo__image {
        width: 25.521vw !important;
        margin-bottom: -1.2vw;
    }

    .header__content--mobile .link-list__link {
        color: #000 !important;
        font-size: 2.347vw;
        text-align: center;
        line-height: 3.129vw;
        margin: 1.304vw 0 7.562vw 0 !important;
        text-transform: uppercase;
    }

    .header__content--mobile a.link-list__link.workBtn {
        background: #c1ff16;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border: 1px solid #000;
        padding: 0.913vw 7.04vw !important;
    }

    .header__content--mobile {
        height: calc(100vh - 8.475vw);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__content.header__content--mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        border-top: 1px solid #000;
        padding: 19vh 0 26vh 0;
    }

    .header__content.header__content--mobile .header__block {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        display: contents;
    }

    .header__content.header__content--mobile .header__block>div {
        display: contents;
    }

    header__block--logo {
        margin-right: auto !important;
        margin-left: 0 !important;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        line-height: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
    }

    .header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 0 5vw 0 5.5vw;
    }

    .hamburger__slice {
        background: #000;
    }

    .hamburger--slice-2,
    .hamburger--slice-3 {
        top: 2.3vw;
        opacity: 0.4;
    }

    .hamburger__slice.hamburger--slice-1 {
        width: 100%;
        margin-left: auto;
        display: block;
        left: auto;
        right: 0px;
        opacity: 0.6;
    }

    .hamburger--slice-4 {
        width: 100%;
        top: 4.347vw;
        opacity: 0.6;
    }

    .header__wrap a.logo {
        position: unset;
        margin: 0vw 0 0 0;
    }

    .header__content--desktop {
        padding: 5.6vw 0 8.868vw !important;
    }

    .header__block--logo {
        order: 1;
        margin-right: 0px !important;
        width: 56%;
        text-align: left;
    }

    .header--overlay .header__content--mobile {

        padding-top: 40vw !important;

    }

    .header--overlay .header__content--mobile .h_menu-right,
    .header--overlay .header__content--mobile .h_menu-left {}

    .header--overlay .header__content--mobile .h_menu-right .link-list,
    .header--overlay .header__content--mobile .h_menu-left .link-list {
        text-align: center;
    }

    .header--overlay .header__content--mobile .h_menu-right .link-list a,
    .header--overlay .header__content--mobile .h_menu-left .link-list a {
        text-align: center;
        margin: 0px !important;
        font-size: 18px;
        font-family: 'Ridley Grotesk';
        font-weight: normal;
        /* margin-bottom: 16.3vw !important; */
        margin: 0px 85px !important;
        margin-bottom: 16.3vw !important;
    }

    .header--overlay .header__content--mobile .link-list a {
        display: block;
        margin: 0px 85px !important;
        font-size: 16px;
        padding: 3.4vw 3.4vw 2.7vw 3.4vw;
        border: 1px solid rgb(0 0 0 / 0%);
    }

    .header--overlay .header__content--mobile .link-list a:hover {
        border: 1px solid #000;
        background: #c1ff16;
    }
}

/* 767px */

@media (max-width: 550px) {}

/* 550px */





.fixed-header .site-header {
    position: fixed;
    z-index: 0;
}

.fixed-header.active .site-header {
    z-index: 999;
}
.mobile_only{
    display: none;
}
.desk_only{
    display: block;
}
@media (max-width: 767px) {
    .fixed-header .site-header {
        display: none;
    }
    .desk_only{
        display: none;
    }
    .mobile_only{
        display: block;
    }
}

/*Sec 1 ===========================*/


/* ==================== Section one start herer =================== */

/* column one */
section.bub_1 {
    background-color: #F5F3F1;
    border-bottom: 1px solid #000;
    padding-top: 4.5vw;
}

.bub_1 .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* colum */
.bub_1 .section_inner .cl-one {
    width: 59.5%;
    padding-top: 7.95vw;
    position: relative;
    border-right: 1px solid #000;
}

.bub_1 .section_inner .cl-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 2vw;
    left: -10vw;
    background-image: url(../assets/sun-light.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 35vw 24vw;
}

.bub_1 .section_inner .cl-one .content {
    padding-left: 6vw;
    position: relative;
    padding-right: 6vw;
}

.bub_1 .section_inner .cl-one h6 br {
    display: none;
}

.bub_1 .section_inner .cl-one h6 {
    letter-spacing: 0.015vw;
    font-family: 'Ridley Grotesk';
    font-size: 1.06vw;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 0.2vw;
}


.bub_1 .section_inner .cl-one h1 {
    padding-top: 1.4vw;
    text-align: left;
    margin-left: 2vw;
    font-size: 6.3vw;
    font-weight: 400;
    letter-spacing: -0.02vw;
    font-family: "Voyage";
    text-transform: uppercase;
}

/* sub section */
.bub_1 .sub-section {
    width: 100%;
    margin-top: 7.98vw;
    border-top: 1px solid #000;
}

.bub_1 .sub-section .bub_content_2 {
    border-left: 1px solid #000;
    margin-left: 17.3vw;
    position: relative;
    padding: 3.8vw 6vw 2vw 3.45vw;
}

.sub-section .bub_content_2 h5 {
    font-family: 'Ridley Grotesk';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.35vw;
}

.bub_1 .sub-section ul {
    padding-left: 2vw;
    padding-top: 2vw;
}

.bub_1 .sub-section ul li {
    font-family: "HK Grotesk";
    font-size: 1.2vw;
    margin-bottom: 1.6vw;
    line-height: 1.75vw;
    display: -webkit-box;
}

.bub_content_2 ul li span {
    display: flex;
}

.bub_1 .sub-section ul li span img {
    width: 1.4vw;
    height: 1.4vw;
    margin-right: 2.3vw;
    margin-top: 0.34vw;
}

.bub_1 .sub-section ul li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* animation icon */

.bub_1 .sub-section .bub_content_2:before {
    position: absolute;
    content: '';
    width: 4vw;
    height: 11vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;

}

.bub_1 .sub-section .bub_content_2:before {
    background-image: url(../assets/arrow-down.svg);
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;
    left: -10.5vw;
    top: 8vw;
}

/* up down animation */
@keyframes anime_button {
    from {top: 8vw;}
    to {top: 8.5vw;}
}

@-webkit-keyframes anime_button { 
    from {top: 8vw;}
    to {top: 8.5vw;}
}

@-moz-keyframes anime_button { 
    from {top: 8vw;}
    to {top: 8.5vw;}
}



/* column two */
.bub_1 .cl-two {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 40.5%;
    image-rendering: pixelated;
}


/* ===================================== Section Two start here ======================================== */
section.bub_2 {
    padding-top: 0vw;
    border-bottom: 1px solid #000;
}

/* rotate text */
.bub_2 .rotate_text {
    position: relative;
    left: 17.1vw;
    top: 11.1vw;
    transform: rotate(-22deg);
    display: inline-block;
    z-index: 1;
}

.bub_2 .rotate_text p {
    font-family: "Ridley Grotesk";
    color: #000000;
    font-size: 1.4vw;
    line-height: 2vw;
    text-transform: uppercase;
}


/* background of rotat text */

.bub_2 .rotate_text:after {
    position: absolute;
    content: '';
    width: 13vw;
    height: 13vw;
    top: -4.4vw;
    left: -3.8vw;
    z-index: -1;
    background-image: url(../assets/bub_2_icon.svg);
    background-repeat: no-repeat;
    background-size: 13vw 13vw;
    transform: rotate(22deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}

.bub_2 .section_inner .inner_item {
    width: 57.4%;
    border: 1px solid #000;
    border-width: 1px 1px 0 1px;
    margin-left: 21.6vw;
    border-radius: 1.5vw 1.5vw 0 0;
    padding-left: 1.45vw;
    padding-top: 1.7vw;
    padding-right: 1.6vw;
}

.bub_2 .section_inner .inner_item .bub_2_video {
    border: 1px solid #000;
    width: 100%;
    height: auto;
}

.bub_2 .section_inner .inner_item .bub_2_video img {
    /* image-rendering: pixelated; */
}

.bub_2 .section_inner .inner_item .content {
    position: relative;
    padding: 4.7vw 20vw 4.95vw 4.7vw;
}

/* preveious arrow and next arrow */

.bub_2 .section_inner .inner_item .slick-prev {
    display: none !important;
}

.bub_2 .section_inner .inner_item .slick-next img {
    width: 8vw;
    cursor: pointer;
    opacity: 0;
}

.bub_2 .section_inner .inner_item .slick-next {
    position: relative;
    left: 41.2vw;
    bottom: 5.7vw;
    position: absolute;
}
.bub_2 .section_inner .inner_item .slick-next{
    position: absolute;
    top: 51%;
    right: 0vw;
    font-size: 0vw;
    border-radius: 0vw;
    background-color: transparent;
    border: 0vw;
    width: 8vw;
    height: 4.323vw;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    display: block;
    cursor: pointer;
    z-index: 9;
    right: 4.01vw;
}
.bub_2 .section_inner .inner_item .slick-next:before{
    content:"";
    background-image: url(arrow_right.svg);
    /* -webkit-animation: anime_button_two 0.4s infinite alternate; */
    /* animation: anime_button_two 0.4s infinite alternate; */
    width: 100%;
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
@keyframes anime_button_two {
    from {
        right: 0px;
    }
    to {
        right: 10px;
    }
}

@-webkit-keyframes anime_button_two { 
    from {
        right: 0px;
    }
    to {
        right: 10px;
    }
}

@-moz-keyframes anime_button_two { 
    from {
        right: 0px;
    }
    to {
        right: 10px;
    }
}

@-webkit-keyframes anime_button_two2  { 
    from {
        right: 31.54vw;
    }
    to {
        right: 34.54vw;
    }
}

@-moz-keyframes anime_button_two2  { 
    from {
        right: 31.54vw;
    }
    to {
        right: 34.54vw;
    }
}

.bub_2 .section_inner .inner_item .content h5 {
    font-family: "Ridley Grotesk";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.79vw;
    letter-spacing: 0.03vw;
    border-bottom: 1px solid #000;
    display: inline;
    padding-bottom: 0.1vw;
}

.bub_2 .section_inner .inner_item .content p {
    font-family: "HK Grotesk";
    margin-top: 2.65vw;
    font-size: 1.1vw;
    letter-spacing: 0.05vw;
    line-height: 1.5vw;
}


.bub_2_slick_slider {
    height: 24.45vw;
    overflow: hidden;
}
.bub_2_slick_slider.slick-initialized.slick-slider{
    height:auto;
    overflow: unset;
}
/* ===================================== Section Three start here ======================================== */
section.bub_3 {
    padding-top: 6.75vw;
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding-bottom: 7vw;
}
section.bub_3 .section_inner{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
}
section.bub_3 .section_inner .product_item {margin-left: 0;padding-bottom: 0;border: 1px solid #000;width: 47%;margin-bottom: 5.2vw;position: relative;}
section.bub_3 .slick-slide img{
    width: 100%;
    object-fit: cover;
}
.product_gallery {
    width: 100%;
    margin-right: 0;
}

.product_item .main_img {
    position: relative;
    height: 24.2vw;
}

.product_gallery .main_img .main_img_item {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    /* image-rendering: pixelated; */
    opacity: 0;
}
.product_gallery .main_img .main_img_item img{
    opacity:0;
}
.product_gallery .main_img .main_img_item.active{
    opacity:1;
}
.product_gallery ul.thumbnails {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0vw;
    padding-top: 1.67vw;
    margin-top: 0px;
    margin-bottom: 0vw;
}

.product_gallery ul.thumbnails li {
    margin-right: 1.5vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 33.33%;
    height: 10.5vw;
    border: 1px solid #000;
    cursor: pointer;
    /* image-rendering: pixelated; */
    margin-bottom: 0px;
}
.product_gallery ul.thumbnails li img{
    opacity:0;
}

.product_gallery ul.thumbnails li:last-child {
    margin-right: 0;
}

/* Product Content */
.product_content {
    border-top: 1px solid #000;
    width: 100%;
    padding: 6.1vw 4.1vw 6.2vw 4vw;
    /* position: relative; */
}
.product_content .bub_btn{
    position: absolute;
    left: 3vw;
    bottom: 2.7vw;
    width: calc(100% - 7vw);
}
.product_content h2 {
    font-family: 'Voyage';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.5vw;
    letter-spacing: 0.07vw;
    line-height: 1;
}

.product_content h5 {
    font-family: "Ridley Grotesk";
    font-size: 1.8vw;
    font-weight: 400;
    letter-spacing: 0.06vw;
}

.product_content p {
    font-family: "HK Grotesk";
    font-size: 1.2vw;
    line-height: 1.56vw;
    padding-top: 0.8vw;
    letter-spacing: 0vw;
    margin-bottom: 2.3vw;
}

.bub_btn a {
    text-decoration: none;
    font-size: 0.8vw;
    font-family: 'Ridley Grotesk';
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    background: #c1ff16;
    border: 1px solid #000;
    padding: 0.7vw 2.5vw 0.521vw 2.5vw;
    letter-spacing: 0.1vw;
    filter: unset !important;
    position: relative;
    z-index: 2;
}

.bub_btn a:after {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}

.bub_btn a:hover:after {
    width: 100%;
}

.bub_btn a:hover {
    color: #fff;
}

/* pagination css goes here */
div#pagination-container {
    padding-left: 14vw;
    padding-top: 0.8vw;
    padding-right: 14vw;
    text-align: right;
}

.simple-pagination ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
}

.simple-pagination li {
    padding-right: 2.47vw;
}

.simple-pagination li a, 
.simple-pagination li span {
    font-family: "Ridley Grotesk";
    font-size: 1.7vw;
    padding: 1vw;
    border-radius: 50%;
    display: inline-block;
    width: 3.4vw;
    height: 3.4vw;
    line-height: 1.5vw;
    text-align: center;
    color: #000;
    text-decoration: none;
}

/* prev & next icon */
.simple-pagination .prev.current, 
.simple-pagination .next.current {
    display: none;
}

/* acitve style */
.simple-pagination .current {
    border: 1px solid #000;
}
.simple-pagination li:last-child{
    padding-right: 0vw;
}
.simple-pagination li:last-child a{
    
padding-right: 0vw;
    
width: auto;
}

/* right icon */

a.page-link.prev,
a.page-link.next {
    width: 6vw;
    padding-left: 0;
    padding-top: 0;
}
a.page-link.prev:before,
a.page-link.next:before{
    content:"";
    width: 100%;
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 4vw;
    height: 2.1vw;
    margin-top: 0.5vw;
}
a.page-link.prev{
    padding-right: 0vw;
    width: auto;
}
a.page-link.prev:before{
    background-image: url(arrow_left.svg);
    margin-right: 0px;
}
a.page-link.next:before{
    background-image: url(arrow_right.svg);
}

a.page-link.prev img,
a.page-link.next img {
    margin-top: 0.7vw;
    width: 4vw;
    height: 2.1vw;
    display: none;
}

section.bub_3 ul.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    position: absolute;
    bottom: -4vw;
    left: 0;
}

section.bub_3 ul.slick-dots li button {
    border: 1px solid #000000;
    background: none;
    font-size: 6vw;
    margin-right: 0vw;
    border-radius: 50%;
    width: 7px !important;
    height: 7px !important;
    line-height: normal;
    font-size: 0vw;
    padding: 0px;
    background-color: #ffffff;
}
section.bub_3 ul.slick-dots li.slick-active button{
    background-color: #000;
}

section.bub_3 ul.slick-dots li {
    display: none;
    display: inline-block !important;
    margin-left: 0.5vw !important;
    margin-right: 0.5vw !important;
}
section.bub_3 .slick-prev {
   position: absolute;
   bottom: 0vw;
}

section.bub_3 .slick-next {
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bub_2_slick_slider_item {
    height: 24.15vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.bub_3 .slick-arrow {
    position: absolute;
    bottom: -4.3vw;
    right: 4vw;
    font-size: 0vw;
    border-radius: 0vw;
    background-color: transparent;
    border: 0vw;
    width: 3.76vw;
    height: 2.0vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    cursor: pointer;
    z-index: 9;
}
section.bub_3 .slick-arrow svg{
    width:100%;
    height:auto;
}
section.bub_3 .slick-arrow img{
    display:none;
}
section.bub_3 .slick-next {
    /* background-image: url(bub_mb_arrow_pagination_right.svg); */
    right: 4.1vw;
}
section.bub_3 .slick-prev {
    /* background-image: url(bub_mb_arrow_pagination_left.svg); */
    left: 4vw;
}

/* ==================================== Slick slider css goes here ====================================== */
section.bub_3_for_mb {
    display: none;
}

.bub_3_slick-slider .element{
    height:100px;
    width:100px;
    border-radius:5px;
    display:inline-block;
    margin:0px 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:20px;
}

.bub_3_slick-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
}

.bub_3_slick-slider .product_item {
    display: block !important;
}

@media (max-width: 768px){
    section.bub_3 .section_inner{
        padding-left: 6.1vw;
        padding-right: 6.8vw;
    }
    section.bub_3 .section_inner .product_item{
        width:100%;
        margin-bottom: 6.2vw;
    }
    section.bub_3 .bub_btn a{
        padding: 3.8vw 7.6vw 2.6vw 7.6vw;
        display: block;
        text-align: center;
    }
    .bub_2_slick_slider_item{
        height: 60.2vw;
    }
    section.bub_3 .slick-arrow{
        width: 17.76vw;
        height: 10vw;
        bottom: -16.9vw;
    }
    section.bub_3 .slick-prev{
        left: 5.8vw;
    }
    section.bub_3 .slick-next{
        right: 5.8vw;
    }
    section.bub_3 ul.slick-dots{
        bottom: -13.1vw;
    }
    section.bub_3 ul.slick-dots li button{
        width: 10px !important;
        height: 10px !important;
    }
    section.bub_3 ul.slick-dots li{
        margin-left: 2.1vw !important;
        margin-right: 2.1vw !important;
    }
}


/* ===================================== Section Four start here ======================================== */

section.bub_4 {
    padding-top: 7.7vw;
    padding-bottom: 7.8vw;
}

section.bub_4 .section_inner {
    display: flex;
}

section.bub_4 .section_inner .cl-one {
    width: 25%;
    padding-left: 8.33vw;
}

section.bub_4 .section_inner .cl-two {
    width: 75%;
}

section.bub_4 h2 {
    font-family: 'Voyage';
    text-transform: uppercase;
    font-size: 6.3vw;
    font-weight: 400;
    letter-spacing: 0.12vw;
}

section.bub_4 .cl-one h4 {
    display: none;
}
/* Accordion wiht my style */
section.bub_4 .section_inner .cl-two {
    width: 75%;
    padding: 5.1vw 18vw 0vw 4vw;
}

section.bub_4 ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

section.bub_4 ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.12vw;
    cursor: pointer;
    padding: 1vw 1vw 1vw 2.8vw;
}

section.bub_4 ul.accordion-list li.active h4:after {
    opacity: 0; 
} 

section.bub_4 ul.accordion-list li h4 {
    font-weight: 400;
    font-family: "Ridley Grotesk";
    font-size: 1.1vw;
    letter-spacing: 0.065vw;
    text-transform: uppercase;
    margin-bottom: 0vw;
}

section.bub_4 ul.accordion-list li h4:after,
section.bub_4 ul.accordion-list li h4:before {
    display: block;
    position: absolute;
    content: "";
    background: currentColor;
}

section.bub_4 ul.accordion-list li h4:after {
    top: 1vw;
    left: 1vw;
    width: 2px;
    height: 1.6vw;
}

section.bub_4 ul.accordion-list li h4:before {
    top: 1.75vw;
    left: 0.25vw;
    width: 1.6vw;
    height: 2px;
}

section.bub_4 ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

section.bub_4 ul.accordion-list li div.answer p {
    font-family: "HK Grotesk";
    font-size: 1.2vw;
    line-height: 1.56vw;
    padding-top: 1.5vw;
    letter-spacing: 0.004vw;
    padding-bottom: 1.5vw;
}



/* ======================================== Responsive Css Goes Here ==================================== */
@media (max-width: 768px) { 
/* =============== bub_1 section start here ================== */
.bub_1 .section_inner {
    display: -webkit-box;
    display: -ms-block;
    display: block;
}

.bub_1 .section_inner .cl-one {
    width: 100%;
    padding-top: 30.1vw;
    border: none;
}

.bub_1 .section_inner .cl-one .content {
    padding-left: 7.5vw;
    position: relative;
    padding-right: 7.5vw;
    text-align: center;
}

.bub_1 .section_inner .cl-one h6 br {
    display: block;
}

.bub_1 .section_inner .cl-one h6 {
    letter-spacing: 0.6vw;
    font-size: 5vw;
    text-align: center;
    line-height: 7vw;
    padding-bottom: 2vw;
}

.bub_1 .section_inner .cl-one h1 {
    padding-top: 8vw;
    font-size: 11.3vw;
    letter-spacing: 0.1vw;
    margin-left: 0;
    text-align: center;
}

.bub_1 .sub-section .bub_content_2:before {
    display: none;
}


.bub_1 .sub-section {
    width: 100%;
    margin-top: 13vw;
    border-bottom: none;
}

.bub_1 .sub-section .bub_content_2 {
    border-left: none;
    margin-left: 0;
    padding: 13.3vw 18vw 8.7vw 9.3vw;
}

.sub-section .bub_content_2 h5 {
    font-size: 5vw;
    letter-spacing: 0.64vw;
}


.bub_1 .sub-section ul {
    padding-left: 0vw;
    padding-top: 4.8vw;
}

.bub_1 .sub-section ul li {
    font-size: 4vw;
    margin-bottom: 4.55vw;
    line-height: 5.6vw;
    letter-spacing: 0.15vw;
}


.bub_1 .sub-section ul li span img {
    width: 7vw;
    height: 7vw;
    margin-right: 6.9vw;
    margin-top: 0.34vw;
}

.bub_1 .section_inner .cl-one:before {
    top: 0vw;
    left: 46vw;
    background-size: contain;
}

/* columg two */
.bub_1 .cl-two {
    height: 125.8vw;
    width: 100%;
    border-top: 1px solid #000;
}

/* =============================== bub_2 section start here =================================== */
section.bub_2 {
    padding-top: 0vw;
    padding-left: 0;
    border-bottom: 1px solid #000;
    padding-top: 2vw;
}

.bub_2 .rotate_text {
    left: 5.9vw;
    top: 7vw;
    transform: rotate(-10deg);
}

.bub_2 .rotate_text p {
    font-size: 2vw;
    line-height: 2.7vw;
    font-weight: 500;
}

.bub_2 .rotate_text:after {
    width: 18vw;
    height: 18vw;
    top: -6.4vw;
    left: -5vw;
    background-image: url(../assets/bub_2_mb_icon.svg);
    background-size: 18vw 18vw;
}

.bub_2 .section_inner .inner_item {
    width: 100vw;
    border: none;
    margin-left: 0;
    border-radius: 1.5vw 1.5vw 0 0;
    padding-top: 0vw;
    padding-left: 7vw;
    padding-right: 7vw;
}

/* slider content */
.bub_2_slick_slider {
    height: auto;
}

.bub_2 .section_inner .inner_item .content {
    text-align: center;
    padding: 11.3vw 7vw 28.3vw 7vw;
}

.bub_2 .section_inner .inner_item .content h5 {
    font-weight: 400;
    font-size: 5.6vw;
    letter-spacing: 0.3vw;
    margin-left: -2vw;
    padding-bottom: 1.5vw;
}

.bub_2 .section_inner .inner_item .content p br {
    display: none;
}

.bub_2 .section_inner .inner_item .content p {
    margin-top: 8vw;
    font-size: 4vw;
    letter-spacing: 0.16vw;
    line-height: 5.5vw;
    text-align: center;
}

.bub_2 .section_inner .inner_item .slick-next img {
    width: 8vw;
    opacity: 0;
    visibility: hidden;
}

.bub_2 .section_inner .inner_item .slick-next:before{
    /* position: absolute; */
    /* content: ''; */
    width: 34vw;
    height: 15vw;
    /* background-image: url(../assets/bub_mb_arrow_right.svg); */
    /* top: -13.9vw; */
    /* left: -19vw; */
    /* background-repeat: no-repeat; */
    background-size: 35vw 12vw;
    cursor: pointer;
}
.bub_2 .section_inner .inner_item .slick-next{    
    width: 34vw;  
    height: 15vw;    
    right: 12.01vw;    
    left: 26.2vw;
    bottom: 2.7vw;    
    top: 68%;
}

/* =================================== bub_3_only for mobile section start here ================================ */
section.bub_3 {
    /* display: none; */
}

section.bub_3_for_mb {
    display: block;
    padding-top: 6.3vw;
}


section.bub_3_for_mb .section_inner {
    border-bottom: 1px solid #000;
    padding-bottom: 17vw;
    padding-left: 6vw;
    padding-right: 6vw;
}

.product_item .main_img {
    height: 60.2vw;
}
.product_gallery .main_img .main_img_item {
    border-width: 0 0 1px 0;
}

.bub_3_for_mb .product_item_col{
    padding-left: 1vw;
    padding-right: 1vw;
}
.bub_3_for_mb .section_inner .product_item {
    display: block;
    width: 100%;
    margin-bottom: 15.6vw;
    padding-bottom: 3.4vw;
    border: 1px solid #000;
}
.bub_3_for_mb .product_gallery {
    width: 100%;
}

.bub_3_for_mb .product_gallery .main_img img {
    width: 88vw;
    height: 60.2vw;
    border: 1px solid #000;
    border-width: 0 0 1px 0;
}

.bub_3_for_mb .product_gallery ul.thumbnails {
    padding-top: 5vw;
    padding-left: 3vw;
}
.product_gallery ul.thumbnails li {
    width: 28.5%;
    height: 23.9vw;
    margin-right: 4vw;
}


/* product content */
.product_content {
    border: none;
    width: 100%;
    padding: 24.0vw 5.5vw 16vw 5.5vw;
    min-height: 98.3vw;
    border-top: 1px solid #000;
}

.product_content h2 {
    font-size: 8vw;
    letter-spacing: -0.1vw;
    line-height: 6.14vw;
    padding-bottom: 0vw;
    margin-bottom: 7vw;
}

.product_content h2 br {
    display: none;
}

.product_content h5 {
    font-size: 5vw;
    letter-spacing: 0.06vw;
}
.product_content p br {
    display: none;
}

.product_content p {
    font-size: 4.2vw;
    line-height: 5.8vw;
    padding-top: 0;
    letter-spacing: 0.06vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
}


.bub_btn a {
    font-size: 4vw;
    padding: 3vw 22.6vw 2vw 22.6vw;
    letter-spacing: 0.5vw;
}


/* pagination css */
section.bub_3_for_mb ul.slick-dots {
    list-style: none;
    /* display: flex; */
    /* align-items: center; */
    /* padding: 0 23vw 0 23vw; */
    /* justify-content: space-between; */
    text-align: center;
    margin: 0px;
    padding-left: 19vw;
    padding-right: 19vw;
    padding-bottom: 4.7vw;
    padding-top: 4.7vw;
    margin-top: -4.7vw;
}

section.bub_3_for_mb ul.slick-dots li button {
    border: 0px solid #9fb60c;
    background: none;
    font-size: 6vw;
    margin-right: 0vw;
    border-radius: 50%;
    width: 6px !important;
    height: 6px !important;
    line-height: normal;
    font-size: 0vw;
    padding: 0px;
    background-color: #c2c2c2;
}


section.bub_3_for_mb ul.slick-dots li {
    display: none;
    display: inline-block !important;
    margin-left: 1vw !important;
    margin-right: 1vw !important;
}

section.bub_3_for_mb ul.slick-dots li:nth-child(1), 
section.bub_3_for_mb ul.slick-dots li:nth-child(2), 
section.bub_3_for_mb ul.slick-dots li:last-child {
    display: inline-block;
}

section.bub_3_for_mb ul.slick-dots li:nth-child(3), 
section.bub_3_for_mb ul.slick-dots li:nth-child(4), 
section.bub_3_for_mb ul.slick-dots li:nth-child(5) {
    display: block;
}

section.bub_3_for_mb ul.slick-dots li:nth-child(3) button, 
section.bub_3_for_mb ul.slick-dots li:nth-child(4) button, 
section.bub_3_for_mb ul.slick-dots li:nth-child(5) button {
    /* font-size: 0; */
    /* width: 0.3vw; */
    /* height: 0.7vw; */
    /* background: #000; */
    /* margin-right: 1vw; */
    /* margin-top: 1vw; */
    /* line-height: 1vw; */
    /* border: none !important; */
}

section.bub_3_for_mb ul .slick-active button {
    border: 0px solid #000 !important;
    background-color: #999999 !important;
}

section.bub_3_for_mb .slick-prev {
   position: absolute;
   bottom: 0vw;
}

section.bub_3_for_mb .slick-next {
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}


section.bub_3_for_mb .slick-arrow {
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    font-size: 0vw;
    border-radius: 0vw;
    background-color: transparent;
    border: 0vw;
    width: 14.76vw;
    height: 11.6vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    cursor: pointer;
    z-index: 9;
}
section.bub_3_for_mb .slick-arrow img{
    display:none;
}
section.bub_3_for_mb .slick-next {
    background-image: url(bub_mb_arrow_pagination_right.svg);
    right: 0vw;
}
section.bub_3_for_mb .slick-prev {
    background-image: url(bub_mb_arrow_pagination_left.svg);
    left: 0vw;
}
/* ========================== bub_4 section start here ========================== */
section.bub_4 {
    padding-top: 10vw;
    padding-bottom: 10.8vw;
}

section.bub_4 .section_inner {
    display: block;
}

section.bub_4 .section_inner .cl-one {
    width: 100%;
    padding-left: 10.33vw;
    padding-right: 10.33vw;
}

section.bub_4 h2 {
    font-size: 17.3vw; 
    letter-spacing: 0.6vw;
    padding-bottom: 6vw;
}

section.bub_4 .cl-one h4 {
    font-family: 'Ridley Grotesk';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 6vw;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 1vw;
}

/* colum two */
section.bub_4 .section_inner .cl-two {
    width: 100%;
    padding: 8vw 7vw 0vw 9vw;
}

section.bub_4 ul.accordion-list li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 2vw 1vw 0vw 13.5vw;
}

section.bub_4 ul.accordion-list li h4 {
    font-size: 4vw;
    letter-spacing: 0.5vw;
    line-height: 6.5vw;
}

section.bub_4 ul.accordion-list li h4:before {
    top: 5.4vw;
    left: 0vw;
    width: 6.4vw;
    /* height: 0.05vw; */
}

section.bub_4 ul.accordion-list li h4:after {
    top: 2.3vw;
    left: 3.0vw;
    /* width: 0.1vw; */
    height: 6.4vw;
}

section.bub_4 ul.accordion-list li div.answer p {
    font-size: 4vw;
    line-height: 5.8vw;
    padding-top: 1.5vw;
    letter-spacing: 0.06vw;
    padding-bottom: 1.5vw;
}

}


/*Sec 3 End ===========================*/



/*Footer Start ===========================*/
.footer_top {
    background: #000000;
    color: #fff;
    padding: 4.6vw 0 2.45vw 0;
}

.footer_top .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 87vw;
    margin: 0 auto;
}

.footer_left {
    width: 46.7%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    padding-left: 2vw;
    padding-right: 2.35vw;
    padding-top: 0.6vw;
}

.footer_right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 43.67vw;
    margin-left: auto;
}

.footer_logo {
    border-bottom: 1.5px solid #C1FF16;
    padding: 1.581vw 0 1.21vw 0vw;
    margin-top: 0;
}

.footer_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8vw 0vw 1.563vw 1.6vw;
    justify-content: flex-end;
}

.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_links {
    width: 14.2vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0.521vw;
}

.footer_links ul li a {
    display: block;
    font-size: 0.78vw;
    color: #fff;
    font-family: 'Ridley Grotesk';
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 0.85vw;
    letter-spacing: 0.02vw;
    font-family: 'adieu-light';
}

.subscrib_form {
    width: 21vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 1vw;
}
.subscrib_form form .subscrib_form{
  
padding-top: 1.456vw;
}
.subscrib_form .form-group{
  margin-bottom: 0.34vw;
}
.subscrib_form h4 {
    font-size: 2.1vw;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Voyage';
    margin-bottom: 0.7vw;
    letter-spacing: 0.1vw;
}

.subscrib_form p {
    font-size: 0.8vw;
    font-family: 'HK Grotesk';
    padding: 0 0vw;
    margin: 0vw 0vw;
    margin-bottom: 0.052vw;
    letter-spacing: 0.026vw;
    font-weight: 300;
}

.subscrib_form input {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1.5px solid #fff;
    font-size: 0.79vw;
    line-height: 2;
    height: 1.78vw;
    border-radius: 0vw;
    box-shadow: none !important;
    font-family: 'Ridley Grotesk';
    font-weight: normal;
}
.subscrib_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form input::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form input:-ms-input-placeholder { /* IE 10+ */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form input:-moz-placeholder { /* Firefox 18- */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form button {
    display: block;
    margin: 1.8954vw auto 0 auto !important;
    border: 1px solid #c1ff16;
    background: #c1ff16;
    color: #000;
    font-size: 0.625vw;
    font-family: 'Ridley Grotesk';
    padding: 0.45vw 2vw 0.4vw 2vw;
    text-transform: uppercase;
    position: relative;
    left: 0.23vw;
    font-weight: normal;
    letter-spacing: 0.12vw;
    /* border: 0px; */
    z-index: 2;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    line-height: 1.5;
    -webkit-filter: unset !important;
    filter: unset !important;
}
.subscrib_form button:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}
.subscrib_form button:hover:before{
  width: 100%;
}
.subscrib_form button:hover{
   color:#FFF;
}

.copyright {
    background: #F5F3F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.146vw 0.781vw;
    padding-right: 3.177vw;
}

.copyright p {
    margin: 0 0 0 0;
    font-size: 0.625vw;
    line-height: 1.2;
    padding: 0.57vw 1.406vw;
    text-transform: uppercase;
    font-family: 'Ridley Grotesk';
    font-family: 'adieu-light';
    letter-spacing: 0.063vw;
}

.copyright p:first-child {
    border-right: 1.5px solid #7270EE;
}

.footer_left li {
    width: 7.656vw;
    padding: 0;
    margin-bottom: 1.354vw;
}

.footer_left h4 {
    display: inline-block;
    position: absolute;
    top: 41.1%;
    color: #fff;
    z-index: 1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    left: -6vw;
    padding: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.9vw;
    font-family: 'Ridley Grotesk';
    line-height: 194%;
    text-transform: uppercase;
    letter-spacing: 0.036vw;
    font-family: 'adieu-light';
    padding-bottom: 0;
}
.footer_left h4 a{
    color: #fff;
}

.footer_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0vw;
    list-style: none;
    width: 27.188vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer_left li img {
    display: block;
    width: 100%;
}

.footer_logo img {
    display: block;
    width: 7.417vw;
}

.instaFeed {
    max-width: 39.24vw;
}


@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {
  .subscrib_form p,
  .footer_links ul li a{    
font-size: 1.2vw;
  }
  .subscrib_form input{
    
height: 3vw;
    
font-size: 1.2vw;
  }
  .subscrib_form button{
    
font-size: 1.2vw;
  }
} /* 1024px */
@media (max-width: 767px) {
 
    .footer_top .section_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: unset;
        width: 77.295vw;
    }

    .instaFeed {
        max-width: unset;
        width: 100%;
    }

    .footer_left {
        width: 100%;
        margin-bottom: 10.2vw;
        padding-left: 7vw;
        padding-right: 0vw;
    }

    .instaFeed img {
        display: block;
        width: 65.217vw;
        margin-left: auto;
    }

    .footer_left h4 {
        font-size: 3.6vw;
        top: 26vw;
        left: -24.1vw;
        line-height: 1.9;
        letter-spacing: 0.3vw;
    }

    .footer_right {
        max-width: unset;
        width: 100%;
    }

    .footer_widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }

    .footer_links {
        padding: 10.6vw 0 0 8.1vw;
        width: 100%;
    }

    .footer_links ul li a {
        font-size: 2.6vw;
        line-height: 3.5;
    }

    .footer_links ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        margin-bottom: 2.899vw;
    }
    .footer_links ul li{
        width: 50%;
        letter-spacing: 0.2vw;
        line-height: normal;
        padding-bottom: 6vw;
    }
    .footer_links ul li a{
        line-height: normal;
    }
    .subscrib_form {
        width: 78.019vw;
        padding: 0;
        margin-left: 0;
    }

    .subscrib_form h4 {
        font-size: 10.145vw;
        line-height: 1.1;
        margin-bottom: 4.3vw;
        margin-top: 3.6vw;
        letter-spacing: 0.26vw;
    }

    .subscrib_form p {
        font-size: 3.865vw;
        line-height: 139%;
        margin-bottom: 7.246vw;
        letter-spacing: 0.1vw;
        padding-right: 1vw;
    }
    .subscrib_form form .subscrib_form{
        padding-top: 9.9vw;
        padding-right: 0.8vw;
    }
    .subscrib_form .form-group{ 
        padding-bottom: 3.3vw;
    }
    .subscrib_form input {
        font-size: 3.3vw;
        line-height: normal;
        height: auto;
        letter-spacing: 0.5px;
        padding-top: 0.5vw;
    }

    .subscrib_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      text-transform:uppercase;
    }
    .subscrib_form input::-moz-placeholder { /* Firefox 19+ */
      text-transform:uppercase;
    }
    .subscrib_form input:-ms-input-placeholder { /* IE 10+ */
      text-transform:uppercase;
    }
    .subscrib_form input:-moz-placeholder { /* Firefox 18- */
      text-transform:uppercase;
    }
    .subscrib_form button {
        margin-top: 4.05vw !important;
        font-size: 2.899vw;
        line-height: 130%;
        padding: 2.415vw 8.386vw 2vw 9.386vw;
        letter-spacing: 2.4px;
    }

    .footer_top {
        padding: 13.077vw 0 2.184vw 0;
    }

    .footer_logo img {
        width: 30.676vw;
        margin: 0 0 5.77vw 8vw;
    }

    .footer_logo {
      padding: 1.208vw 0 0 0;
      margin: 0 0 0 0;
      border-bottom: 1px solid #bbd02f;
    }

    .copyright {
        padding: 2.6vw 1vw 2.6vw;
        display: block;
    }

    .copyright p {
        font-size: 3.2vw;
        line-height: 1.4;
        display: block;
        width: 100%;
        text-align: center;
        padding: 4.831vw 0;
        letter-spacing: 0.6px;
    }

    .copyright p:first-child {
        padding-top: 5.6vw;
        position: relative;
        z-index: 1;
        border: 0;
        padding-left: 19vw;
        padding-right: 19vw;
        line-height: 1.06;
        padding-bottom: 4vw;
    }

    .copyright p:first-child:after {
        position: absolute;
        content: "";
        width: 24.155vw;
        height: 1px;
        background: #7270EE;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
   
} /* 767px */
@media (max-width: 550px) {

} /* 550px */




.footer_links ul li a .texticon svg{
    display:none;
}
.footer_links ul li.footer_link_contact{}
.footer_links ul li.footer_link_contact a .texticon{
    display: inline-block;
    position: relative;
}
.footer_links ul li.footer_link_contact a .texticon svg{
    display: block;
}
.footer_links ul li.footer_link_contact a .texticon svg{
    width: 100%;
    display: block;
    height: auto;
    margin-top: -0vw;
    position: absolute;
    bottom: -0.7vw;
    transform: rotate(-3deg);
    height: 1.45vw;
}

@media (max-width: 1024px) and (min-width: 768px){
  .footer_links ul li a .texticon svg{ }
  .footer_links ul li.footer_link_contact{}
  .footer_links ul li.footer_link_contact a .texticon{ }
  .footer_links ul li.footer_link_contact a .texticon svg{ }
  .footer_links ul li.footer_link_contact a .texticon svg{height: 2.45vw;bottom: -1.3vw;}
}

@media (max-width: 767px) {
  .footer_links ul li a .texticon svg{ }
  .footer_links ul li.footer_link_contact{}
  .footer_links ul li.footer_link_contact a .texticon{ }
  .footer_links ul li.footer_link_contact a .texticon svg{ }
  .footer_links ul li.footer_link_contact a .texticon svg{height: 5.0vw;bottom: -4.2vw;}
}


/*Footer End ===========================*/




.header__block--logo .logo__image {
    width: 11.521vw !important;
    margin-top: 0.4vw;
}
@media (max-width: 767px){
  .header__block--logo .logo__image {
      width: 46.521vw !important;
      margin-bottom: -3.2vw;
  }
}




.lumina_header.fixed .lumina_header_bar,
.lumina_header.active .lumina_header_bar{
    background-color: transparent !important;
}
.lumina_header.active .lumina_header_bar{
  opacity:1 !important;
}
.lumina_header_bar{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.9vw;
  padding-right: 2.9vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  position: fixed;
  width:100%;
  left:0;
  top:0;
  z-index: 99999;
/* background-color: #f3f4f6; */
}
.lumina_header_bar_logo img{
  width: 7.6vw;
}
.lumina_header_open{
  font-family: 'adieu-light';
  color: #7270EE;
  font-size: 0.729vw;
  letter-spacing: 0.073vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.lumina_header_open_text{
  padding-right: 1vw;
  transition: all 0.5s ease;
  text-align: right;
}
.lumina_header_open_icon{
  width:1.510vw;
  height:0.938vw;
  position:relative;
  display: inline-block;
}
.lumina_header_open_icon:before{
  content:" ";
  width:100%;
  height:1px;
  background-color: #7270EE;
  top:0;
  left:0;
  position:absolute;
  transition: all 0.5s ease;
}
.lumina_header_open_icon em{
  height:1px;
  background-color: #7270EE;
  top:50%;
  left:0;
  transform:translateY(-50%);
  position:absolute;
  width: 100%;
}
.lumina_header_open_icon:after{
  content:" ";
  width:100%;
  height:1px;
  background-color: #7270EE;
  bottom:0;
  left:0;
  position:absolute;
  transition: all 0.5s ease;
}
.lumina_header_open.active .lumina_header_open_icon em{
  display:none;
}
.lumina_header_open.active .lumina_header_open_icon:before{
    transform: rotate(45deg);
    top: 0.417vw;
    left: 0;
}
.lumina_header_open.active .lumina_header_open_icon:after{
  transform: rotate(-45deg);
  bottom: 0.417vw;
  left: 0;
}
.lumina_header_popup{
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}
.lumina_header_menu{
  padding-top: 8.7vw;
  padding-left: 9vw;
  padding-right: 9vw;
}
.lumina_header_popup ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
  border-top: solid 1px #000;
}
.lumina_header_popup ul li{
  margin: 0;
}
.lumina_header_popup ul li a{
    border-bottom: solid 1px #000;
    display: block;
    color: #000;
    font-size: 3.2vw;
    font-family: 'adieu-light';
    padding-left: 2.1vw;
    padding-top: 1.5vw;
    padding-bottom: 2.05vw;
    letter-spacing: -0.18vw;
    font-family: 'Copyright Klim Type Foundry';
}
.lumina_header_popup ul li a:hover{
  background-color:#c1ff16;
}
.lumina_mobile_menu_list{
    display:none;
}
.lumina_header_nav{}
.lumina_header_nav .lumina_header_nav_list{
    margin: 0px;
    padding-left: 0rem;
    display: flex;
}
.lumina_header.fixed .lumina_header_nav .lumina_header_nav_list{
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #f3f4f666;
    border-radius: 20px;
    overflow: hidden;
}
.lumina_header_nav .lumina_header_nav_list li{
    display: inline-block;
    line-height: 1;
    list-style: none;
    font-size: 0.9vw;
    margin-bottom: 0px;
    padding-right: 1.3vw;
    padding-left: 1.3vw;
}
.lumina_header_nav .lumina_header_nav_list li a {
    font-family: 'Adieu';
    font-family: 'adieu-light';
    color: #000000;
    font-family: 'adieu-light';
    display: block;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    text-transform: uppercase;
    letter-spacing: -0.06vw;
    padding-right: 1.3vw;
    padding-left: 1.3vw;
    position: relative;
    font-weight: 300;
}
.lumina_header_nav .lumina_header_nav_list li a:hover{
    -webkit-filter: unset;
    filter: unset;
}
.lumina_header_nav .lumina_header_nav_list li a font{
    position:relative;
    z-index:1;
}
.lumina_header_nav .lumina_header_nav_list li a span.icon{
    position: absolute;
    top: 0.2vw;
    left: 0vw;
    width: 100%;
    display: block;
    height: auto;
    opacity: 0;
}
.lumina_header_nav .lumina_header_nav_list li a span.icon svg{
    width: 100%;
    height: 2vw;
}
.lumina_header_nav .lumina_header_nav_list li a:hover span.icon{
    opacity:1;
}
.lumina_header_nav .lumina_header_nav_list li.conli a span.icon{
    opacity: 1;
    top: unset;
    bottom: -0.1vw;
}
.lumina_header_nav .lumina_header_nav_list li.conli a span.icon svg{
    width: 78%;
    height: auto;
    margin: 0px auto;
    display: block;
}
.lumina_header.fixed .lumina_header_nav .lumina_header_nav_list li.conli a span.icon{
    display: inline-block;
}
.lumina_header.fixed .lumina_header_nav .lumina_header_nav_list li.conli a span.icon svg{
    width: 70%;
}
.lumina_header_nav .lumina_header_nav_list li.conli .ntext{
    display: block;
    position: relative;
    overflow: hidden;
    height: 1vw;
    top: 0vw;
}
.lumina_header_nav .lumina_header_nav_list li.conli a .ntext_in{
    transform: translateY(0vw);
    transition: all 0.3s ease-in-out;
}
.lumina_header_nav .lumina_header_nav_list li.conli a:hover .ntext_in{
    transform: translateY(-0.9vw);
}

@media (max-width: 1024px){
.lumina_header_nav .lumina_header_nav_list li{
    display: inline-block;
    line-height: 1;
    list-style: none;
    font-size: 1.3vw;
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-left: 2.6vw;
}
}
@media (max-width: 767px){
  .lumina_dektop_menu_list,
    .lumina_header_nav{
    display:none;
  }
  .lumina_mobile_menu_list{
    display:block;
   }
  .lumina_header_bar{
    padding-left: 5.9vw;
    padding-right: 5vw;
    padding-top: 4.4vw;
    padding-bottom: 4.4vw;
  }
  .lumina_header_bar_logo img{
    width: 27.427vw;
  }
  .lumina_header_open{
    font-size: 2.913vw;
    display: flex;
  }
  .lumina_header_open_icon{
    width: 5.825vw;
    height: 3.398vw;
  }
  .lumina_header_open_text{
    letter-spacing: 0.291vw;
    padding-right: 4vw;
  }

    .lumina_header_open.active .lumina_header_open_icon:before{
        top: 1.417vw;
        left: -4px;
    }
    .lumina_header_open.active .lumina_header_open_icon em{
        height: 1px;
        background-color: #F15A22;
        top: 49%;
        left: 0;
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
    }
    .lumina_header_open.active .lumina_header_open_icon:after{
        bottom: 2vw;
        left: -4px;
    }
    .lumina_header_popup .lumina_header_bar{
        position: relative !important;
        padding-top: 4.4vw;
    }

    .lumina_header_menu{padding-top: 4.7vw;}
    .lumina_header_popup .lumina_header_menu{
        padding-top: 12.1vw;
    padding-left: 0vw;
    padding-right: 0vw;
    }
    .lumina_header_popup ul{ }
    .lumina_header_popup ul li{ }
    .lumina_header_popup ul li a{
        padding-left: 3vw;
        padding-top: 2.9vw;
        padding-bottom: 2.9vw;
        letter-spacing: -0.5vw;
        padding-right: 3vw;
        font-size: 8vw;
        line-height: 0.9;
        text-align: center;
        font-weight: normal;
    }
    .lumina_header.fixed .lumina_header_bar, 
    .lumina_header.active .lumina_header_bar {
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        background-color: #f3f4f666 !important;
    }
}