/* reset css */
@font-face {
    font-family: "Kara5";
    font-weight: 300;
    src: url("../fonts/Kara5Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5";
    font-weight: 400;
    src: url("../fonts/Kara5Book.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5";
    font-weight: 500;
    src: url("../fonts/Kara5Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5";
    font-weight: 600;
    src: url("../fonts/Kara5Demi.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5";
    font-weight: 700;
    src: url("../fonts/Kara5Heavy.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5";
    font-weight: 800;
    src: url("../fonts/Kara5Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5Cursive";
    src: url("../fonts/Kara5Cursive.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kara5Cursive";
    src: url("../fonts/Kara5Cursive.woff") format("woff");
    font-display: swap;
}

body * :not(i) {
    font-family: "Kara5" !important;
    font-weight: 500;
}

body::-webkit-scrollbar {
    width: 0.9em;
}

body::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(68, 68, 68);
}

a {
    text-decoration: none;
}

* + ul,
* + ol,
* + dl,
* + p,
* + blockquote,
* + table,
* + .description {
    margin: 30px 0 0;
}

* + h1,
* + .h1,
* + h2,
* + .h2,
* + h3,
* + .h3,
* + h4,
* + .h4,
* + h5,
* + .h5,
* + h6,
* + .h6 {
    margin: 30px 0 0;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.text-white h1,
.text-white .h1,
.text-white h2,
.text-white .h2,
.text-white h3,
.text-white .h3,
.text-white h4,
.text-white .h4,
.text-white h5,
.text-white .h5,
.text-white h6,
.text-white .h6 {
    color: #fff;
}

/* utility classes */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 35px;
    max-width: calc(1120px + 160px);
}

.py-res {
    padding-top: 40px;
    padding-bottom: 40px;
}

.px-res {
    padding-left: 35px;
    padding-right: 35px;
}

.m-spacer-res {
    margin-top: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 0 10px;
}

.content-padding {
    padding: 60px 35px;
}

.content--wrapper {
    width: 100%;
}

.visible-mob {
    display: block !important;
}

.visible-desk {
    display: none !important;
}

.grayscale {
    filter: grayscale(1);
}

.bg-white {
    background: white !important;
}

.warning {
    display: block;
    color: #c72832;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "Karrik", sans-serif;
    font-weight: 500;
    letter-spacing: 0.075rem;
    font-size: 1rem;
    line-height: 1;
}

.h1,
.h2,
.h3,
.h4 {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.h1 {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 0.2rem;
}

.h2 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.15rem;
}

.h3 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
}

.h4 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.07rem;
}

.m-0 {
    margin: 0 !important;
}

.mb-1 {
    margin-bottom: 0.7rem !important;
}

.mb-3 {
    margin-bottom: 2.1rem !important;
}

.image-absolute {
    position: relative;
    overflow: hidden;
}

.image-absolute img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
}

.flex-space-between {
    justify-content: space-between;
}

.subtitle {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.07rem;
    display: block;
    color: #53565a;
}

.text-white .subtitle {
    color: #b5b5b6;
}
/* end of utility classes */

/* FORMS styling */
.form-group {
    position: relative;
    width: 100%;
    margin: 15px 0 0;
}

.form-group.half-input {
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #53565a;
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    border: 1px solid #53565a;
    outline: 0;
    width: 100%;
    border-radius: 0;
    color: #d5d5d5;
    background: #fff;
    box-shadow: none !important;
    height: 48px;
    padding: 0 20px !important;
    -webkit-appearance: none;
    filter: none !important;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.075rem;
    font-size: 1.4rem;
}

.form-group textarea {
    height: 200px;
}

.form-group input.required {
    border-color: #a94442;
}

.form-section h2,
.message-wrapper h2,
.contact-wrapper h2 {
    margin: auto;
    margin-bottom: 50px;
}
/* end of FORMS */

/* header */
.site-header {
    padding: 40px 35px;
}

.site-header .header--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 500;
    background-color: #000000;
    padding: 0 30px;
    transform: translateY(-100%);
    /* transition: 0.8s all cubic-bezier(0.83, 0, 0.17, 1); */
}

.main-navigation.active {
    transform: translate(0);
}

.main-navigation .mob-nav__header {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 5rem;
}

.main-navigation .mob-nav__header .mob-nav-logo {
    width: fit-content;
    margin-right: auto;
}

.main-navigation .mob-nav__header .mob-nav-logo img {
    filter: invert(1);
    width: 140px;
}

.main-navigation .mob-nav__header #close-menu {
    position: relative;
}

.main-navigation .mob-nav__header #close-menu .line {
    width: 22px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.main-navigation .mob-nav__header #close-menu .line1 {
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-navigation .mob-nav__header #close-menu .line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main-navigation .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-navigation .menu-list .menu-list--item {
    border-top: 1px solid #53565a;
    width: 100%;
}

.main-navigation .menu-list .menu-list--item.has-children {
    position: relative;
}

.main-navigation .menu-list .menu-list--link {
    color: #ffffff;
    display: block;
    padding: 35px 0;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    color: #fff;
}

.main-navigation .menu-list .menu-list--item.has-children #submenu-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5rem;
    border-left: 1px solid #53565a;
    transition: 0.5s all cubic-bezier(0.83, 0, 0.17, 1);
}

.main-navigation
    .menu-list
    .menu-list--item.has-children
    #submenu-btn
    .wrapper {
    position: relative;
    transition: 0.3s all ease-in-out;
}

.main-navigation
    .menu-list
    .menu-list--item.has-children
    #submenu-btn
    .wrapper
    .line {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 15px;
    background-color: #ffffff;
}

.main-navigation
    .menu-list
    .menu-list--item.has-children
    #submenu-btn
    .wrapper
    .line1 {
    transform: rotate(90deg);
}

.main-navigation
    .menu-list
    .menu-list--item.has-children
    #submenu-btn.active
    .line1 {
    opacity: 0;
}

.main-navigation .menu-list .menu-list--item.has-children .sub-menu {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: 0.3s all ease-in-out;
    margin-top: 0;
}

.main-navigation .menu-list .menu-list--item.has-children .sub-menu.active {
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
}

.main-navigation .menu-list .sub-menu .menu-list--item {
    border: none;
}

.main-navigation .menu-list .sub-menu .menu-list--link {
    display: block;
    font-size: 1.4rem;
    padding: 13px 0;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    color: #b5b5b6;
}

#nav-menu-btn {
    margin-top: 40px;
    width: 28px;
    height: 17px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-header #nav-menu-btn .line {
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #000;
    -moz-transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345);
    -o-transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345);
    -ms-transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345);
    -webkit-transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345);
    transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345);
    moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.site-header #nav-menu-btn .line1 {
    top: 0;
}

.site-header #nav-menu-btn .line2 {
    top: 8px;
}

.site-header #nav-menu-btn .line3 {
    bottom: 0;
}

.header--wrapper .langSwitcher {
    position: absolute;
    bottom: 0px;
    right: -25px;
}

.k5-dropdown {
    position: relative;
    z-index: 1000;
}

.k5-dropdown .title {
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    width: 5rem;
    height: 5rem;
    display: grid;
    place-items: center;
    position: relative;
}

.k5-dropdown .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s all ease-in-out;
}

.k5-dropdown .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: fit-content;
    height: fit-content;
    transform: translateY(3rem);
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: 0.3s all ease-in-out;
    display: flex;
    flex-direction: column;
}

.k5-dropdown .dropdown-list .dropdown-item {
    background-color: #d9d9d9;
    border-bottom: 1px solid #999;
    width: 5rem;
    height: 5rem;
    display: grid;
    place-items: center;
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
}

.k5-dropdown .dropdown-list .dropdown-item.active {
    display: none;
}
/* end of header */

/* hero section */
.hero-banner {
    position: relative;
    overflow: hidden !important;
}

.hero-banner .banner--wrapper {
    height: 100%;
}

.hero-banner h1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 40px;
    color: #fff;
}

.banner--wrapper::after {
    z-index: 2;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.homepage-hero .banner--wrapper::after {
    display: none !important;
}

.homepage-hero .hero-title {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    text-align: left;
    mix-blend-mode: exclusion;
    line-height: 1;
    width: auto;
}

.homepage-hero span {
    display: block;
    padding: 0 20px;
    /* font-size: 10.5vw; */
    font-size: clamp(4rem, 5vw, 6rem);
    text-transform: uppercase;
    color: white;
}

.homepage-hero .title-top {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.4s ease 0.2s;
}

.homepage-hero .title-bottom {
    margin-top: 4vw;
    text-align: right;
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.4s ease 0.2s;
}

.homepage-hero .title-animation.active {
    opacity: 1;
    transform: translateX(0);
}
/* end of hero section */

/* about section */
.about-grid-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grid-layout {
    display: grid;
    gap: 10px;
    grid-template-columns: 100%;
}

.about-image {
    height: 85vw;
    width: 100%;
}

.content-col {
    background-color: white;
    padding: 60px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-links {
    margin-top: 30px;
}

.social-links a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.social-links a:not(:last-child) {
    margin-right: 1rem;
}

.social-links a svg {
    width: 2rem;
}

.cta-button {
    margin-top: 35px;
    padding: 8px 20px;
    display: inline-flex !important;
    cursor: pointer;
    position: relative;
    border: 0 !important;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    color: #fff;
    background: #000;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.cta-button .arrow {
    position: relative;
    margin-left: 20px;
}

.cta-button .arrow svg:first-child {
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: 1px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
}

.cta-button .arrow svg:last-child {
    position: relative;
}

.about-section .video-col video.visible-mob {
    height: 85vw;
    width: 100%;
}
/* end of about section */

.brands-img-hover-scale {
    transition: all 0.7s ease-in-out;
}

.brands-img-hover-scale:hover {
    transform: scale(1.03);
    transition: all 0.6s ease-in-out;
}

.image-link-hover-scale {
    transform: scale(1.1);
    transition: all 0.85s ease;
}

.image-link-hover-scale:hover {
    transform: scale(1.2);
    transition: all 0.85s ease;
}

/* brand swiper section */
.swiper-brand-container {
    position: relative;
}

.swiper-brand {
    overflow: hidden;
}

.brand-swiper-slide {
    height: calc(100vh - 250px);
    overflow: hidden;
}

.brand-swiper-slide .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.brand-swiper-pagination {
    width: fit-content !important;
    position: absolute;
    bottom: 0;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.brand-swiper-pagination .swiper-pagination-bullet {
    background-color: #dadada !important;
    opacity: 1 !important;
}

.brand-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
}
/* end of brand swiper section */

/* brands grid section */
.brands--wrapper {
    padding: 0 10px;
    margin-top: 30px;
}

.brands-grid {
    display: grid;
    grid-gap: 10px;
}

.brand-grid-item {
    min-height: 160px;
    position: relative;
}

.brand-text {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

.brand-text span {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
    display: block;
    color: #53565a;
    margin-bottom: 10px;
}

.brand-image {
    filter: grayscale(1);
    opacity: 0.15;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.brand-grid-item.disabled {
    pointer-events: none;
    cursor: default;
}

/* end of brands grid section */
/* invitation-section */
.invitation-section .section--wrapper {
    overflow: hidden;
    position: relative;
    height: calc(100vh - 300px);
}

.invitation-section .ragusa-group-img {
    height: 100%;
}

.invitation-section .ragusa-group-img img {
    transform: scale(1.1);
}

.invitation-section .section--wrapper .content {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* end of invitation section */

/* listing section */
.listing-container {
    max-width: 1280px;
    margin: auto;
}

.listing-grid {
    row-gap: 80px !important;
}

.brands-card {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
}

.brands-card img {
    width: 100%;
}

.listing-grid-card .text {
    margin-top: 40px;
}

.listing-grid-card .text-button {
    margin-top: 25px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.listing-grid-card .text-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.2, 1),
        -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.2, 1);
    background-color: #000;
}
/* end of listing section */

/* page navigation section */
.page-navigation .nav-link {
    position: relative;
    min-height: 85vw;
    height: auto;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

.page-navigation .nav-link::after,
.invitation-section .ragusa-group-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: all 1s ease;
    background-color: unset;
    opacity: 1;
    background: linear-gradient(
        49deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.page-navigation .nav-link .nav-link--content {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: white;
}

.page-navigation .nav-link .arrow-btn {
    position: relative;
    width: 10rem;
    height: 5rem;
    padding-left: 0;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.page-navigation .nav-link .arrow-btn svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 6rem;
    fill: white;
    transition: 0.3s all ease-in-out;
}

.page-navigation .nav-link .arrow-btn svg:nth-child(1) {
    position: absolute;
    transform: translate(-200%, -50%) !important;
}

.page-navigation .nav-link .arrow-btn svg:nth-child(2) {
    transform: translate(0, -50%) !important;
}
/* end of page navigation secton */

/* form section */
.form-wrapper {
    background-color: #fff;
    padding: 40px 30px;
}

.form-wrapper .contact-wrap {
    width: calc(80% - 10px);
    margin: auto;
}

/* end of form section */

/* contact page */
.contact-wrapper {
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contact-heading {
    text-align: center;
}

.contact-wrapper .message-wrapper,
.contact-wrapper .contact-info-wrapper {
    width: calc(100% - 10px);
    margin: auto;
}

.contact-wrapper .info-wrap {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400 !important;
}

.contact-wrapper .info-wrap .info-block {
    position: relative;
    padding-left: max(1rem, 1vw);
    font-weight: 400 !important;
    text-align: left;
}

.contact-wrapper .info-wrap .info-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #121212;
    transition: 0.3s all ease-in-out;
}

.contact-wrapper .info-wrap a {
    color: #000;
    cursor: pointer;
    outline: 0 !important;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/* end of contact page */

@media (min-width: 576px) {
    /* contact page */
    .contact-wrapper {
        padding: 80px 50px;
    }
    /* end of contact page */
}

@media (min-width: 768px) {
    /* utility classes */
    .container {
        padding-left: 80px;
        padding-right: 80px;
    }

    .m-spacer-res {
        margin-top: 20px;
    }

    .px-res {
        padding-left: 80px;
        padding-right: 80px;
    }

    .section-padding {
        padding: 0 20px;
    }

    .content-padding {
        padding: 80px 35px;
    }

    .content--wrapper {
        max-width: 65vw;
    }

    .h1 {
        font-size: 7.5rem;
        line-height: 8.5rem;
    }

    .h2 {
        font-size: 4rem;
        line-height: 5rem;
        letter-spacing: 0.2rem;
    }

    .h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        letter-spacing: 0.13rem;
    }

    .h4 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        letter-spacing: 0.075rem;
    }

    .subtitle {
        font-size: 1.5rem;
        letter-spacing: 0.075rem;
    }
    /* end of utility classes */

    /* header */
    .site-header {
        padding: 40px 80px;
    }

    .main-navigation {
        padding: 0 60px;
    }

    .header-logo {
        width: 180px;
        height: 54px;
    }

    .header--wrapper .langSwitcher {
        right: -60px;
    }
    /* end of header */

    .homepage-hero .banner--wrapper::after {
        left: 20px;
        right: 20px;
    }

    .homepage-hero .hero-title {
        left: 20px;
        right: 20px;
    }

    .homepage-hero span {
        padding: 0 80px;
        font-size: 9.5vw;
    }

    /* about section */
    .about-grid-wrapper {
        gap: 20px;
    }

    .grid-layout {
        gap: 20px;
    }

    .about-image {
        height: 75vw;
    }

    .about-section .video-col video.visible-mob {
        height: 75vw;
        width: 100%;
    }
    /* end of about section */

    /* brands section */
    .brands--wrapper {
        padding: 0 80px;
    }

    .brand-text span {
        font-size: 1.4rem;
        letter-spacing: 0.07rem;
    }
    /* end of brands section */

    .history-section .section--wrapper {
        height: calc(100vh - 40px);
    }

    .history-section .section--wrapper img.visible-mob {
        transform: scale(1.3);
    }

    /* page navigation section */
    .page-navigation .nav-link {
        min-height: 600px;
        height: 100%;
    }

    .page-navigation .nav-link .nav-link--content {
        padding: 80px 60px;
    }
    /* end of page nav section */

    /* invitation-section */
    .invitation-section .section--wrapper {
        height: calc(100vh - 40px);
    }
    /* end of invitation section */

    /* form section */
    .form-wrapper {
        padding: 80px;
    }

    .form-section h2,
    .message-wrapper h2 {
        margin-bottom: 70px;
    }
    /* end of form section */

    /* contact page */
    .contact-wrapper {
        padding: 80px;
    }

    .contact-wrapper .info-wrap .info-block {
        text-align: center;
    }
    /* end of contact page */
}

@media (min-width: 992px) {
    /* utility classes */
    .content-padding {
        padding: 80px;
    }

    .content--wrapper {
        max-width: 50vw;
    }

    .visible-mob {
        display: none !important;
    }

    .visible-desk {
        display: block !important;
    }

    .h-min-600 {
        min-height: 600px;
    }

    .py-res {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .form-group.half-input {
        width: calc(50% - 10px);
    }
    /* end utility classes */

    /* header */
    .site-header {
        padding: 40px 80px 0;
    }

    .main-navigation {
        position: relative;
        width: calc(100% + 120px);
        height: auto;
        transform: none;
        transition: none;
        background-color: unset;
        padding: 0;
        overflow: visible;
        margin-top: 25px;
    }

    .main-navigation .menu-list {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .main-navigation .menu-list .menu-list--item {
        border: none;
        width: auto;
    }

    .main-navigation .menu-list .menu-list--item {
        transition: opacity 0.2s ease-out;
    }

    .main-navigation .menu-list:hover > .menu-list--item {
        opacity: 0.3;
        transition: opacity 0.2s ease-out;
    }

    .main-navigation .menu-list > .menu-list--item:hover {
        opacity: 1;
        transition: opacity 0.2s ease-out;
    }

    .main-navigation .menu-list .menu-list--item.has-children {
        position: static;
    }

    .main-navigation .menu-list .menu-list--link {
        display: inline-block;
        white-space: nowrap;
        padding: 10px 20px 30px;
        font-size: 1.4rem;
        line-height: 2.2rem;
        letter-spacing: 0.06rem;
        text-transform: uppercase;
        color: #000;
    }

    .main-navigation .menu-list .menu-list--item.has-children #submenu-btn {
        display: none;
    }

    .main-navigation .menu-list .menu-list--item.has-children .sub-menu {
        overflow: hidden;
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: all 0.25s ease;
    }

    .main-navigation .menu-list .menu-list--item.has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 400px;
        pointer-events: all;
    }

    .main-navigation
        .menu-list
        .menu-list--item.has-children
        .sub-menu::before {
        z-index: -2;
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        right: -100%;
        bottom: 0;
        background: #fff;
        -moz-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        transition: all 0.35s ease;
    }

    .main-navigation
        .menu-list
        .menu-list--item.has-children:hover
        .sub-menu::before {
        transform: translate(0);
    }

    .main-navigation
        .menu-list
        .menu-list--item.has-children
        .sub-menu
        .menu-list--link {
        padding: 1.5rem 3rem;
        height: 100%;
        color: #53565a;
        transition: color 0.2s ease-out;
    }

    .main-navigation
        .menu-list
        .menu-list--item.has-children
        .sub-menu
        .menu-list--link:hover {
        color: #000;
        transition: color 0.2s ease-out;
    }

    .main-navigation .mob-nav__header {
        display: none;
    }

    .main-navigation .mob-nav__header * {
        display: none;
    }

    #nav-menu-btn {
        display: none;
    }

    .k5-dropdown .title {
        border: none;
    }

    .header--wrapper .langSwitcher {
        bottom: 12px;
    }
    /* end of header */

    .homepage-hero span {
        padding: 0 120px;
        font-size: 7vw;
    }

    /* about section */
    .grid-layout {
        grid-template-columns: 1fr 1fr;
    }

    .grid-reverse div:nth-of-type(1) {
        order: 2;
    }

    .about-image {
        height: auto;
        min-height: 600px;
    }
    /* end of about section */

    .brand-swiper-slide {
        height: calc(100vh - 30px);
    }

    /* brands section */
    .brands-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    /* end of brands section */

    .contact-wrapper .message-wrapper,
    .contact-wrapper .contact-info-wrapper {
        width: calc(80% - 10px);
        margin: 0 auto;
    }

    /* page navigation */
    .page-navigation .nav-link img {
        transform: scale(1.1) !important;
        transition: all 0.85s ease;
    }

    .page-navigation .nav-link:hover img {
        transform: scale(1.2) !important;
        transition: all 0.85s ease;
    }
    /* end of page navigation */
}

@media (min-width: 1200px) {
    .hero-banner h1 {
        font-size: 7vw;
        line-height: 1;
    }

    .content-col {
        padding: 160px 80px;
    }

    /* brands section */
    .brands-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    /* end of brands section */

    .invitation-section .section--wrapper .content h2 {
        font-size: 2.8vw;
        line-height: 3.5vw;
    }

    .page-navigation .nav-link .nav-link--content {
        padding: 80px;
    }
}

@media (min-width: 1280px) {
    .form-wrapper {
        padding: 100px 120px;
    }

    .form-wrapper .contact-wrap {
        width: calc(50% - 10px);
    }

    .form-group.half-input {
        width: 100%;
    }

    /* contact page */
    .contact-wrapper {
        padding: 100px 120px;
        flex-direction: row;
        gap: 0;
        justify-content: center;
    }

    .contact-wrapper .contact-info-wrapper {
        width: fit-content;
        padding-left: 50px;
        padding-right: 80px;
        margin: unset;
    }

    .contact-wrapper .message-wrapper {
        border-left: 1px solid #53565a;
        padding-left: 80px;
        width: calc(50% - 10px);
        margin: unset;
    }

    .contact-wrapper .info-wrap,
    .contact-wrapper .info-wrap .info-block {
        text-align: left;
    }

    .contact-heading {
        text-align: left;
    }
    /* end of contact page */
}

@media (min-width: 1515px) {
    .form-group.half-input {
        width: calc(50% - 10px);
    }
}
