.page__header {
    position: fixed;
    left: auto;
    right: 0;
    height: 100vh;
    width: 160px;
    background: var(--dark);
    color: var(--white);
    z-index: 999;
}

.header-min {
    display: grid;
    grid-template-rows: 48.5% 27.5% 1fr;
    align-items: start;
    height: 100%;
    text-align: start;
    justify-items: center;
    justify-content: center;
}

.header-min .top {
    margin-top: 60px;
}

.header-btn {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: block;
    rotate: 180deg;
    font-size: 21px;
    line-height: 34px;
    font-family: var(--forma-djr);
    font-weight: 500;
    transition: all .5s ease-in-out;
    letter-spacing: 1px;
}

.header-btn:hover {
    color: var(--pink);
    transition: all .5s ease-in-out;
}
   
.header-btn2 {
    display: block;
    font-size: 17px;
    line-height: 25px;
    font-family: var(--forma-djr);
    font-weight: 500;
    transition: all .5s ease-in-out;
    letter-spacing: 1px;
}

.header-btn2:hover {
 color: var(--pink);
 text-decoration: underline;
 transition: all .5s ease-in-out;
}

.header-btn .icon {
    height: 16px;
    width: 14px;
    display: inline-block;
    background-image: url(../images/arrow-top.png);
    rotate: 180deg;
    background-size: cover;
}

.home-banner {
    position: relative;
    height: 980px;
    width: 100%;
}

.home-banner .img-video video::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--dark);
    z-index: 4;
    mix-blend-mode: normal;
    opacity: 40%;
}

.home-banner::after {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/banner-text-overlay20.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 20%;
    z-index: 5;
    mix-blend-mode: overlay;
}

.home-banner .img-video {
    height: 100%;
    width: 100%;
    position: absolute;
}

.home-banner .img-video video {
    mix-blend-mode: luminosity;
}

.home-banner .banner-content {
    position: relative;
    z-index: 10;
    padding-top: 40px;
}

.banner-content .banner-subtitle {
    font-family: var(--forma-djr);
    font-weight: 500;
    color: var(--white);
    margin-top: 195px;
    padding-left: 138px;
    font-size: 27px;
    line-height: 39px;
    letter-spacing: 1px;
}

.banner-content .title-v1 {
    color: var(--white);
    margin-top: 33px;
    position: relative;
    text-indent: 138px;
}

.banner-content .title-v1 .break {
    display: block;
}

.banner-content .title-v1 .blank {
    position: relative;
    display: inline;
}

.banner-content .title-v1 .blank::before {
    position: absolute;
    content: "";
    left: 24px;
    top: 60%;
    height: 0.5px;
    width: 512px;
    background: var(--white);
}

.banner-content .title-v1 .right {
    font-style: italic;
    position: absolute;
    right: 0;
}

.banner-content .logo-main {
    display: block;
    width: 136.81px;
    height: 181.94px;
}

.social-ic {
    display: block;
}

.face-insta .social-ic {
    background-image: url(../images/social-bg.png);
    width: 24px;
    height: 24px;
    transition: all .5s ease-in-out;
}

.face-insta .social-ic:hover {
    background-image: url(../images/social-hover-bg.png);
    transition: all .5s ease-in-out;
}

.face-insta .social-ic .icon-fb {
    background-image: url(../images/Icon-facebook.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    background-size: auto;
    transition: all .5s ease-in-out;
}

.face-insta .social-ic:hover .icon-fb {
    background-image: url(../images/Icon-facebook-hover.png);
    transition: all .5s ease-in-out;
}

.face-insta .social-ic .icon-insta {
    background-image: url(../images/Icon-instagram.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    background-size: auto;
    transition: all .5s ease-in-out;
}

.face-insta .social-ic:hover .icon-insta {
    background-image: url(../images/Icon-instagram-hover.png);
    transition: all .5s ease-in-out;
}

.face-insta {
    position: relative;
}

.face-insta ul li {
    display: inline-block;
}

.header-social .whatsapp {
    position: relative;
    margin: 0 auto;
}

.header-social .whatsapp .whatsapp-ic {
    background-image: url(../images/whatsapp-bg.png);
    width: 70px;
    height: 70px;
    display: block;
    transition: all .5s ease-in-out;
    background-size: cover;
}

.header-social .whatsapp .whatsapp-ic:hover {
    background-image: url(../images/whatsapp-hover-bg.png);
    transition: all .5s ease-in-out;
}

.header-social .whatsapp .whatsapp-ic .icon-whatsapp {
    background-image: url(../images/whatsapp.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    background-size: auto;
    transition: all .5s ease-in-out;
}

.header-social .whatsapp .whatsapp-ic:hover .icon-whatsapp {
    background-image: url(../images/whatsapp-hover.png);
    transition: all .5s ease-in-out;
}

.header-social {
    position: relative;
    text-align: center;
    display: grid;
    gap: 70px;
}

.face-insta ul li:first-child {
    margin-right: 16px;
}

.let-op {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 84.4%;
    margin: 0 70px;
    text-align: center;
}

.let-op .let-op-btn {
    background-color: var(--dark);
    display: block;
    color: var(--white);
    padding: 11px 83px;
    width: max-content;
    margin: 0 auto;
    border-radius: 55px;
    font-family: var(--forma-djr);
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    transition: all .5s ease-in-out;
    position: relative;
}

.let-op .let-op-btn .close-icon {
    position: absolute;
    right: 25px;
    top: 20px;
    height: 12px;
    width: 12px;
    background-image: url(../images/close-mobile-top.png);
    background-size: cover;
    display: none;
}

.let-op .let-op-btn:hover {
    background-color: var( --pink);
    color: var(--dark);
    transition: all .5s ease-in-out;
}

.let-op .let-op-btn span {
    font-weight: 600;
}

.een-flitsende {
    position: relative;
    margin-top: -140px;
    z-index: 6;
}

.een-flitsende .filts-v1 {
    background: var(--light-pink);
    padding: 214px 0 132px;
    position: relative;
}

.een-flitsende .flitsende .title {
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    max-width: 796px;
    margin: 0 auto;
    font-family: var(--ivy-presto);
    letter-spacing: 2px;
    padding-bottom: 18px;
}

.een-flitsende .flitsende .content {
    font-family: var(--forma-djr);
    letter-spacing: 1px;
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    padding-bottom: 23px;
    font-size: 17px;
    line-height: 25px;
}

.een-flitsende .flitsende .cta {
    text-align: center;
}

.een-flitsende .een-image .img-v1 {
    height: 220px;
    width: 220px;
    position: absolute;
    top: -83px;
    left: 30%;
    box-shadow: 10px 20px 25px #C4A7A3;
    transform: rotate(2deg);
}

.een-flitsende .een-image .img-v2 {
    height: 200px;
    width: 160px;
    position: absolute;
    left: 8px;
    bottom: 28%;
    box-shadow: 10px 20px 25px #C4A7A3;
    transform: rotate(1deg);
}

.een-flitsende .een-image .img-v3 {
    height: 300px;
    width: 300px;
    position: absolute;
    right: 12px;
    top: 19.5%;
    box-shadow: 10px 20px 25px #C4A7A3;
    transform: rotate(-2deg);
}

.een-flitsende .een-image .img-v4 {
    height: 220px;
    width: 220px;
    position: absolute;
    right: 67%;
    bottom: -139px;
    box-shadow: 10px 20px 25px #C4A7A3;
    transform: rotate(-2deg);
}

.een-flitsende .een-image .img-v5 {
    height: 180px;
    width: 140px;
    position: absolute;
    right: 27%;
    bottom: -97px;
    box-shadow: 10px 20px 25px #C4A7A3;
    transform: rotate(1deg);
}

.meest-gekozen {
    position: relative;
    padding: 250px 0 100px;
}

.meest-gekozen .sec-row {
    position: relative;
    display: grid;
    grid-template-columns: 80% 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.meest-gekozen .sec-row .right {
    margin-left: auto;
}

.meest-row .ct-row {
    display: grid;
    grid-template-columns: 606px auto;
    align-items: start;
    padding: 34px 125px 34px 135px;
    position: relative;
    z-index: 5;
}

.meest-row .ct-row .left {
    position: relative;
    z-index: 5;
}

.meest-row .ct-row .right {
    position: relative;
    z-index: 5;
}

.meest-card {
    position: relative;
    border-top: 1px solid var(--dark);
    transition: all 0.5s ease;
}

.meest-card:last-child {
    border-bottom: 1px solid var(--dark);
}

.meest-card::after {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    background: #e6dee4d9;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
}

.meest-card:hover::after {
    opacity: 1;
}

.meest-card::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    background: var(--light-pink);
    mix-blend-mode: color;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.meest-card:hover::before {
    opacity: 1;
}

.meest-card .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: all 0.5s ease;
}

.meest-card:hover .image {
    display: block;
    transition: all 0.5s ease;
}


.meest-row .ct-row .right p {
    font-size: 19px;
    line-height: 31px;
    font-family: var(--forma-djr);
    letter-spacing: 1px;
}

.tevreden {
    position: relative;
    padding: 140px 0 100px;
}

.tevreden .top-sec {
    position: relative;
    display: grid;
    grid-template-columns: 83% 1fr;
}

.tevreden .top-sec .right {
    margin-top: auto;
    margin-left: auto;
    text-align: right;
}

.tevreden .top-sec .right .start ul {
    display: flex;
    gap: 5px;
}

.tevreden .top-sec .say {
    font-style: italic;
    font-weight: 200;
    padding-left: 265px;
    position: relative;
}

.tevreden .top-sec .say::before {
    position: absolute;
    content: " ";
    left: 135px;
    top: 0;
    width: 37px;
    height: 31px;
    background-image: url(../images/duble-q.png);
    background-size: cover;
}

.tevreden .top-sec .right .name {
    font-family: var(--forma-djr);
    font-size: 19px;
    line-height: 31px;
    font-weight: 500;
}

.tevreden .top-sec .right .date {
    font-size: 17px;
    line-height: 34px;
    font-family: var(--forma-djr);
    font-weight: 300;
}

.tevreden .bottom-row {
    position: relative;
    display: grid;
    grid-template-columns: 250px 1fr 320px;
    justify-content: center;
    align-items: end;
}

.tevreden .bottom-row .left .heading-h2 {
    font-weight: 300;
}

.tevreden .bottom-row .center p {
    position: relative;
}

.tevreden .bottom-row .center p::after {
    position: absolute;
    content: "";
    height: 0.5px;
    width: 95%;
    background: var(--light-pink);
    bottom: 25px;
    left: 0;
}

.tevreden .bottom-row .right {
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 12px;
}

.tevreden .bottom-row .right .unit {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 1px;
}

.page__footer .email-footer a.heading-h1 {
    font-style: italic;
    font-weight: 100;
    cursor: default;
    text-decoration: none;
}

.tevreden .bottom-row .right ul {
    display: flex;
    gap: 3px;
}

.meest-gekozen .sec-row .heading-h2 span {
    font-style: italic;
}

.tevreden .bottom-row .left .heading-h2 span {
    font-style: italic;
}

.tevreden .top-sec .left {
    padding-bottom: 72px;
}

.tevreden .bottom {
    margin-top: 8px;
}

.hoi-ik {
    position: relative;
    padding: 113px 0 100px;
}

.hoi-ik .hoi-row {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 118px;
}

.hoi-ik .hoi-row .right .image {
    width: 400px;
    height: 500px;
    position: relative;
    rotate: 2deg;
    box-shadow: 10px 20px 25px #C4A7A3;
    overflow: hidden;
}

.hoi-ik .hoi-row .content .heading-h3 {
    max-width: 890px;
    text-align: right;
    margin-left: auto;
    font-weight: 200;
    letter-spacing: 1px;
    font-family: var(--ivy-presto);
}

.hoi-ik .hoi-row .content p {
    max-width: 588px;
    text-align: right;
    margin-left: auto;
    padding-top: 30px;
    font-size: 19px;
    line-height: 31px;
    font-family: var(--forma-djr);
    letter-spacing: 1px;
}

.hoi-ik .hoi-row .diplomas p {
    font-size: 22px;
    line-height: 34px;
    margin-top: 0;
    padding-top: 0;
}

.hoi-ik .hoi-row .content .heading-h3 span {
    display: block;
    font-weight: 400;
}

.hoi-ik .hoi-row .diplomas {
    display: flex;
    gap: 18px;
    margin-top: 120px;
    align-items: center;
}

.hoi-ik .diplomas ul {
    display: flex;
    position: relative;
    gap: 50px;
}

.hoi-ik .diplomas ul li {
    position: relative;
    font-size: 32px;
    line-height: 40px;
    font-style: italic;
}

.hoi-ik .diplomas ul li:first-child:after {
    display: none;
}

.hoi-ik .diplomas ul li::after {
    position: absolute;
    content: " ";
    height: 7px;
    width: 7px;
    background-image: url(../images/list-type.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 48%;
    left: -28px;
}

.follow-us {
    position: relative;
    padding: 77px 0 110px;
    margin-top: 82px;
    margin-bottom: 18px;
    overflow: hidden;
}

.follow-us::before {
    position: absolute;
    content: " ";
    left: 70px;
    top: 0;
    background: var(--light-pink);
    height: 50%;
    width: 85%;
}

.follow-us .marquee-img {
    position: relative;
    display: flex;
    width: 100%;
    margin-left: -50px;
    padding-bottom: 52px;
}

.follow-us .follow-m {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.follow-us .follow-m::-webkit-scrollbar {
    height: 10px;
}
.follow-us .follow-m::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.follow-us .follow-m::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.follow-us .marquee-img .img-box {
    position: relative;
}

.follow-us .marquee-img  .image-1 {
    width: 480px;
    height: 660px;
    overflow: visible;
}

.follow-us .marquee-img .image-1 img {
    transform: rotate(1deg);
    box-shadow: 10px 20px 25px #C4A7A3;
}

.follow-us .marquee-img  .image-2 {
    width: 450px;
    height: 576px;
    margin-top: 40px;
    overflow: visible;
}

.follow-us .marquee-img .image-2 img {
     transform: rotate(-1deg);
    box-shadow: 10px 20px 25px #C4A7A3;
    object-fit: fill;
}

.follow-us .marquee-img  .image-3 {
    width: 378px;
    height: 486px;
    rotate: 2deg;
    margin-top: 80px;
    box-shadow: 10px 20px 25px #C4A7A3;
}

.follow-us .marquee-img  .image-4 {
    width: 460px;
    height: 600px;
    rotate: -2deg;
    margin-left: -24px;
    box-shadow: 10px 20px 25px #C4A7A3;
}

.follow-us .marquee-img  .image-5 {
    width: 450px;
    height: 576px;
    rotate: 2deg;
    margin-top: 39px;
    margin-left: -35px;
    box-shadow: 10px 20px 25px #C4A7A3;
}

footer .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: start;
    margin-bottom: 135px;
}

footer .footer-top .mijn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: start;
}

footer .footer-top .mijn .content p {
    position: relative;
    font-size: 19px;
    line-height: 31px;
    font-family: var(--forma-djr);
}

footer .footer-top .mijn .content p span {
    display: block;
}


footer .footer-top .mijn .content ul li {
    position: relative;
    font-size: 19px;
    line-height: 31px;
    font-family: var(--forma-djr);
    display: flex;
    justify-content: space-between;
    max-width: 70%;
}

footer .footer-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
    align-items: start;
    margin-top: 48px;
}

.follow-us .top-title {
    text-align: center;
    position: relative;
    margin-bottom: 52px;
    max-width: 91.5%;
}

.follow-us .top-title a {
    text-decoration: none;
}

.page__footer {
    position: relative;
    padding: 0px 0 130px;
}

footer .footer-bottom .pvc-v1 {
    display: flex;
    gap: 20px;
    font-family: var(--forma-djr);
    font-weight: 100;
    font-size: 17px;
    line-height: 25px;
    margin-left: auto;
    width: max-content;
}

footer .footer-bottom .left P {
    font-size: 17px;
    line-height: 25px;
    font-family: var(--forma-djr);
    max-width: 828px;
    font-weight: 300;
}

.page__footer .top-no {
    margin-bottom: 46px;
}

.page__footer .top-no a.heading-h1 {
    font-weight: 100;
    font-style: italic;
    letter-spacing: 2px;
    font-family: var(--ivy-presto);
    text-decoration: none;
}

.page__footer .mijn-werkplek .heading-h5 {
    margin-bottom: 23px;
    font-family: var(--ivy-presto);
}

footer .footer-top .mijn .content p a {
    text-decoration: underline;
    font-family: var(--forma-djr);
}

.page__footer .alle-v1 .lle-v1 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1px;
    font-family: var(--ivy-presto);
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 31% 1fr;
}

.page__footer .alle-v1 .lle-v1 p:last-child {
    position: relative;
    width: 100%;
}

.page__footer .alle-v1 .lle-v1 p:last-child::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5px;
    background: #17051066;
    top: 18px;
    left: 0;
}

/* prijslijst */

.prijslijst-upNailz {
    margin-top: -486px;
    position: relative;
    z-index: 5;
    padding-bottom: 44px;
}

.prijslijst-upNailz .upNailz {
    background: var(--white);
    padding: 90px 135px;
}

.prijslijst-upNailz .upNailz .up-row {
    display: grid;
    grid-template-columns: 80% auto;
    gap: 20px;
    border-top: 0.5px solid #16050f38;
    padding: 31px 100px;
}

.prijslijst-upNailz .upNailz .up-row .disc {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--ivy-presto);
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.prijslijst-upNailz .upNailz .up-row .rate {
    margin-left: auto;
    font-size: 20px;
    line-height: 34px;
    font-family: var(--forma-djr);
    letter-spacing: 2px;
}

.prijslijst-upNailz .upNailz .tooltip-target {
    background-image: url(../images/tooltip-bg.png);
    background-size: cover;
    height: 18px;
    width: 18px;
    display: inline-grid;
    border-radius: 50%;
    cursor: pointer;
}

.prijslijst-upNailz .upNailz .tooltip-target.active {
    background-image: url(../images/tooltip-bg-hover.png);
}

.banner.prijslijst-banner .title-v1 .break {
    display: contents;
    font-style: italic;
}

.banner.prijslijst-banner .title-v1 {
    margin-top: 77px !important;
}

.prijslijst-upNailz .upNailz .cta {
    width: 100%;
    text-align: center;
    margin-top: 33px;
}



.prijslijst-upNailz .tooltip-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

.prijslijst-upNailz .tooltip {
    visibility: hidden;
    width: 420px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: -120px;
    top: 30px;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 17px;
    line-height: 26px;
    padding: 10px 50px;
}

.prijslijst-upNailz .tooltip.active {
    visibility: visible;
    opacity: 1;
}

.page__footer .email-footer {
    margin-top: -60px;
}

/* end */

.for-mobile-v1 {
    display: none;
}

.mobile-fix-footer {
    display: none; 
}

.page__footer .top-no .show-mobile {
    display: none;
}

.page__footer .email-footer .show-mobile {
    display: none;
}

.tevreden .show-mobile {
    display: none;
}

.cky-banner-bottom {
    bottom: 5px !important;
    left: 0;
}

.meest-gekozen .sho-on-mobile {
    display: none;
}

.cky-consent-container .cky-consent-bar {
    background: #ffffff !important;
    border: 0 !important;
    padding: 5px 80px !important;
    box-shadow: 0 -1px 10px 0 #16051073 !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 55px;
    letter-spacing: 1px;
    font-family: 'forma-djr-display';
}

.cky-consent-container .cky-notice-group {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--forma-djr);
}

.cky-consent-container .cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none;
    order: 2;
    text-decoration: underline;
    font-weight: 600;
}

.cky-consent-container .cky-btn:last-child {
    margin-right: 0;
    order: 1;
    text-decoration: none;
}

.cky-consent-container .cky-btn {
    font-size: 13px;
    font-family: inherit;
    line-height: 24px;
    padding: 3px 11px;
    font-weight: 500;
    margin: 0 !important;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    letter-spacing: 1px;
    font-family: var(--forma-djr);
}

.cky-preference-center {
    letter-spacing: 1px !important;
    font-family: var(--forma-djr) !important;
}

.cky-consent-bar .cky-notice-des p, .cky-gpc-wrapper .cky-gpc-desc p, .cky-preference-body-wrapper .cky-preference-content-wrapper p, .cky-accordion-header-wrapper .cky-accordion-header-des p, .cky-cookie-des-table li div:last-child p {
    letter-spacing: 1px !important;
    font-family: var(--forma-djr) !important;
}

.banner-content .title-v1 .heading-h1 {
    font-weight: 100 !important;
    font-family: var(--ivy-presto);
}

.upnailz-gallery {
    position: relative;
    padding: 60px 0 100px;
}

.upnailz-gallery::before {
    position: absolute;
    content: " ";
    left: 70px;
    top: 0;
    background: var(--light-pink);
    height: 60%;
    width: 84.5%;
}

.upnailz-gallery .title {
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 50px;
}

.gallery-main-slider {
    position: relative;
    max-width: 91.6%;
}

.gallery-main-slider .gallery-image {
    position: relative;
    width: 450px;
    height: 450px;
}

.gallery-main-slider .gallery-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery-main-slider .owl-nav {
    position: absolute;
    top: -22%;
    right: 6.5%;
}

.gallery-main-slider .owl-nav button {
    border: 1px solid var(--dark) !important;
    font-weight: 500 !important;
    text-align: center;
    color: var(--dark) !important;
    display: inline-block !important;
    background: transparent;
    border-radius: 60px !important;
    transition: all 200ms ease-in;
    letter-spacing: 1px;
    height: 50px;
    width: 50px;
}

.gallery-main-slider .owl-nav button:hover {
     background: var(--dark) !important;
    color: var(--white) !important;
    transition: all 200ms ease-in !important;
}

.gallery-main-slider .owl-nav button span {
    opacity: 0;
}

.gallery-main-slider .owl-nav button.owl-next {
    background-image: url(../images/errow-dark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% !important;
}

.gallery-main-slider .owl-nav button.owl-prev {
    background-image: url(../images/errow-dark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 50% !important;
    transform: rotate(180deg);
}

.gallery-main-slider .owl-nav button.owl-prev:hover {
    background-image: url(../images/arrow-white.svg) !important;
}

.gallery-main-slider .owl-nav button.owl-next:hover {
    background-image: url(../images/arrow-white.svg) !important;
}

/*UPNAIL-LANDING-PAGE-START-HERE*/
.banner.landing-banner .banner-title{
    margin:0 auto;
    max-width:1075px;
    text-align:center;
    padding-top:215px;
}
.banner.landing-banner .banner-title h2{
    font-size:74px;
    line-height:84px;
    color:#fff;
    font-weight:100;
}
.een-flitsende .flitsende.landing-flit .content {
    max-width:770px;
}
/*WARRIOM-KIES-SECTION-START-HERE*/
.warriom-kies-section{
    width:100%;
    height:auto;
    padding:288px 0px 100px 0px;
}
.warriom-kies-section .warriom-kies-inner{
    display:flex;
    column-gap:106px;
    
}
.warriom-kies-section .warriom-kies-inner .left-section{
    position:relative;
    width:367px;
    top:0;
}
.warriom-kies-section .warriom-kies-inner .left-section ul li{
    margin-bottom:15px;
}
.warriom-kies-section .warriom-kies-inner .left-section ul li a{
    font-family:var(--forma-djr);
    font-size: 17px;
    line-height: 21px;
    color:#160510;
    letter-spacing:2px;
	display:block;
}
.warriom-kies-section .warriom-kies-inner .left-section ul li.active a{
    font-weight:500;
}
.warriom-kies-section .warriom-kies-inner .right-section {
    width: calc(100% - 450px);
    height: auto;
    margin-left: auto;
    margin-top: -13px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content{
    max-width:815px;
    padding-bottom:106px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content h5{
    padding:30px 0px 10px 0px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content p strong{
    margin-top:30px;
    display:block;
    font-weight:600;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content ul strong{
    display:inline-block;
    font-weight:600;
    margin-right:10px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content:last-child{
    padding-bottom:0px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content .cta{
    margin-top:25px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content.image-section {
    max-width: 100%;
    display: flex;
    position: relative;
    left: -300px;
    gap:30px;
    z-index:-1;
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content.image-section .img-section{
    min-width:428px;
    box-shadow: 10px 20px 25px #C4A7A3;
    height:432px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content.image-section .img-section img{
       width: 100%;
    height: 100%;
    object-fit: cover;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content h3{
    font-family:var(--ivy-presto);
    font-weight:300;
    line-height:68px;
    padding-bottom:30px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content p{
        font-family: var(--forma-djr);
    color: #160510;
    letter-spacing: 2px;
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content ul{
    padding-top:30px;
    
}
.warriom-kies-section .warriom-kies-inner .right-section .right-content ul li{
        font-family: var(--forma-djr);
    color: #160510;
    letter-spacing: 2px;
    list-style-type:disc;
    list-style-position:inside;
}
/*WARRIOM-KIES-SECTION-END-HERE*/
/*ONTDEK-SECTION-START-HERE*/
.ontdek-section{
    width:100%;
    height:auto;
    
}
.ontdek-section .ontde-inner{
    width:100%;
    padding:120px 0px 105px 0px;
    background:#E6DEE4;
}
.ontdek-section .ontde-inner .ontdek-content{
    margin:0 auto;
    max-width:830px;
}
.ontdek-section .ontde-inner .ontdek-content h3{
    line-height:68px;
}
.ontdek-section .ontde-inner .ontdek-content p{
        font-family: var(--forma-djr);
    color: #160510;
    letter-spacing: 2px;
    padding-top:30px;
}
/*ONTDEK-SECTION-END-HERE*/
/*LANDING-FOLLOW-SECTION-START*/
.landing-follow-section{
    width:100%;
    height:auto;
    padding:130px 0px 133px 0px;
}
.landing-follow-section .follow-title{
    text-align:center;
}
.landing-follow-section .follow-slider{
    padding-top:47px;
    
}
.landing-follow-section .follow-slider .item{
    box-shadow: 10px 20px 25px rgba(196, 167, 163, 50%);
    height:430px;
    margin-bottom:43px;
}
.landing-follow-section .follow-slider .item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*LANDING-FOLLOW-SECTION-END*/

.left-section .active_label {
    display: none;
}	
/* .warriom-kies-section .warriom-kies-inner .left-section{
	transition: .4s ease-in-out;
} */
.warriom-kies-section .warriom-kies-inner .left-section.fixed {
	position:fixed;
    top: 40px !important;
	transition: .4s ease-in-out;
}

.right-section {
    z-index: 9;
}
.ontdek-section .ontde-inner{
	    z-index: 9;
    position: relative;
}
/* popup-heading-start-here */
.upnailz_modal .modal-header .btn-close {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 10px;
    top: 31px;
    background: url(../images/close_icon_white.png) no-repeat;
	outline:none;
}
.upnailz_modal .modal-header{
	background:#160510;
	border:none;
	color:#fff;
	padding:25px 50px 25px 40px;
	border-radius:0px;
}
.upnailz_modal .modal-header h3{
	font-size:27px;
	line-height:39px;
	font-weight:400;
	padding-bottom:5px;
	
}
.upnailz_modal .modal-header p{
	font-size:19px;
	line-height:31px;
	font-weight:200;
	
}


