@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --xs-space: 5px;
    --s-space: 10px;
    --m-space: 25px;
    --l-space: 50px;
    --xl-space: 75px;
    --xxl-space: 100px;
    --xxxl-space: 150px;
    --s-radius: 5px;
    --m-radius: 10px;
    --l-radius: 20px;
    --xl-radius: 50px;
    --xxl-radius: 100px;
    --btn-space: 12px 20px;
    --m1-color: #C9A368;
    --m2-color: #9c7e51;
    --m3-color: #493b26;
    --m4-color: #2b2316;
    --s1-color: #ad5e1b;
    --s2-color: #d37220;
    --base-text-color: #f7bd67;
    --white-color: #eeeeee;
    --black-color: #111111;
    --ph-color: #888888;
    --hr-color: #b6b6b6;
    --font-xxl: 60px;
    --font-xl: 50px;
    --font-l: 40px;
    --font-m: 30px;
    --font-s: 25px;
    --font-xs: 20px;
    --font-xxs: 16px;
    --max-width-cont: 1400px;
}

/* * {
    outline: 1px solid red;
} */

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

a,
a:link {
    color: unset;
    text-decoration: none;
}

a:visited {
    color: unset;
    text-decoration: none;
}

a:hover {
    color: unset;
    text-decoration: none;
}

a:active {
    color: unset;
    text-decoration: none;
}

::placeholder {
    color: silver;
    opacity: 1;
}

:-ms-input-placeholder {
    color: silver;
}

::-ms-input-placeholder {
    color: silver;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--m-color);
}

.center-box {
    display: flex;
    justify-content: center;
    align-content: center;
}

.h-center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v-center-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.v-bottom-box {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.hide-overflow {
    overflow: hidden;
}

.balanced {
    text-wrap: balance;
}

.oneline {
    display: inline-block;
}

.s-break {
    height: var(--s-space);
}

.m-break {
    height: var(--m-space);
}

.l-break {
    height: var(--l-space);
}

.xl-break {
    height: var(--xl-space);
}

.xxl-break {
    height: var(--xxl-space);
}

.text-justify {
    text-align: justify;
}

.dropdown-menu {
    border: none;
    background: rgba(240, 240, 240, 1);
}

.navbar-toggler {
    border: none;
}

.gap-s {
    gap: var(--s-space);
}

.gap-m {
    gap: var(--n-space);
}

.gap-l {
    gap: var(--l-space);
}

.gap-xl {
    gap: var(--xl-space);
}

html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}

body {
    background-color: #111111;
    color: var(--base-text-color);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    overflow-y: scroll;
    overflow-x: hidden;

    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.container-xxl {
    max-width: var(--max-width-cont);
}

.container-fluid {
    padding: 0;
}

.navbar {
    background-color: #1b160e;
    padding: 20px 0;
}

.nav-logo {
    height: 35px;
}

.nav-link {
    border-bottom: 1px solid #11111100;
    border-top: 1px solid #11111100;
}

.nav-link:focus, .nav-link:hover {
    color: unset;
    border-bottom: 1px solid var(--m2-color);
}

.nav-item .active {
    font-weight: 600;
    color: unset !important;
}

.main-btn {
    padding: var(--btn-space);
    background-color: var(--m2-color);
    color: var(--m4-color);
    border: 0;
    border-bottom-left-radius: var(--l-radius);
    font-size: large;
    margin-right: 10px;
}

.jumbo {
    min-height: 100svh;
}

.jumbo-img {
    width: 40%;
    display: block;
    padding-bottom: var(--m-space);
}

.jumbo-btn {
    padding: var(--btn-space);
    background-color: var(--m4-color);
    color: var(--m1-color);
    border-bottom-left-radius: var(--l-radius);
    font-size: large;
    margin-right: 10px;
}

.photo-grid {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    z-index: -1;
}

.photo-grid-col .js-marquee-wrapper .js-marquee {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.photo-grid-col-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-bottom-left-radius: var(--xxl-radius);
    overflow: hidden;
}

.section {
    padding: var(--xxxl-space) 0;
    /* border-radius: var(--l-radius);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}

.section-bg-1 {
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.section-bg-2 {
    background: rgba(24, 24, 24, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.section-bg-s {
    background: rgba(24, 24, 24, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.section-ttl {
    font-size: 80px;
}

.services-ttl {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: var(--s-space);
}

.service-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service {
    display: grid;
    grid-template-columns: 3fr 2fr;
    /* background-color: #181818;
    border-radius: var(--xl-radius); */
    overflow: hidden;
}

.service-content {
    padding: var(--l-space);
}

.services-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.services-item {
    display: inline-block;
    padding: var(--btn-space);
    background-color: var(--m1-color);
    color: var(--black-color);
    border-radius: var(--l-radius);
}

.service-content-imgs {
    aspect-ratio: 1 / 1;
    border-bottom-left-radius: var(--xxl-radius);
}

.pkg-box {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom-left-radius: var(--xxl-radius);
    overflow: hidden;
    height: 100%;
}

.pkg-about {
    padding: var(--l-space);
    background-color: var(--m3-color);
}

.pkg-ttl {
    font-weight: 700;
    font-size: 150%;
}

.pkg-cost {
    /* font-weight: 300; */
    font-size: 150%;
}

.mv-box {
    padding: var(--l-space);
    border: 5px solid var(--m3-color);
    border-bottom-left-radius: var(--xxl-radius);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mv-box-ttl {
    font-size: 40px;
}

.mv-icon {
    position: absolute;
    width: 300px;
    right: -30px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.5;
}

.team-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom-left-radius: var(--xxl-radius);
    overflow: hidden;
    height: 100%;
}

.team-imgs {
    overflow: hidden;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    filter: grayscale(1);
    transition: all 1s ease-in-out;
}

.team-about {
    padding: var(--l-space);
    background-color: var(--m3-color);
}

.team-ttl {
    font-weight: 700;
}

.team-post {
    font-weight: 300;
    font-style: italic;
    font-size: 80%;
}

.team-box:hover .team-img {
    transform: scale(1.05);
    /* transform-origin: right; */
    filter: grayscale(0);
}

.testi-box {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom-left-radius: var(--xxl-radius);
    overflow: hidden;
    height: 100%;
}

.testi-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.testi-about {
    padding: var(--l-space);
    background-color: var(--m3-color);
}

.testi-ttl {
    font-weight: 700;
}

.testi-post {
    font-weight: 300;
    font-style: italic;
    font-size: 80%;
}

.contact-form-input {
    background-color: var(--m4-color);
    border: 0px solid var(--m2-color);
    color: var(--m1-color);
    border-bottom-left-radius: var(--l-radius);
}

.form-floating>.required::after {
    content: "*";
    color: var(--m1-color);
    margin-left: 5px;
}

.form-floating label {
    color: var(--m2-color);
    background-color: unset;
}

.form-control:focus {
    background-color: unset;
    border-color: var(--s2-color);
    color: var(--s2-color);
}

.form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after {
    background-color: unset;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: var(--s1-color);
}

/* .autoresize {
    resize: none;
    overflow: hidden;
} */

.contact-info td {
    vertical-align: top;
    padding: 10px;
}

.soc-icons {
    padding: 10px;
    border-bottom-left-radius: var(--m-radius);
    background-color: var(--m3-color);
    color: var(--m1-color);
    font-size: x-large;
    margin-right: var(--s-space);
}

.g-map {
    background-color: #111111;
    width: 100%;
    height: 600px;
    display: block;
    /* filter: grayscale(100%) invert(100%);
    filter: invert(90%) grayscale(1); */
    filter: invert(90%) hue-rotate(180deg);
    /* filter: grayscale(100%) invert(92%) contrast(83%); */
}


.footer {
    background-color: #1b160e;
}

.no-mobile-plz {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999999;
    background-color: #1b160e;
}

.no-mobile-plz div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--xl-space);
    text-align: center;
}

.no-mobile-plz span {
    max-width: 400px;
    text-wrap: balance;
}

.no-mobile-plz img {
    width: 300px;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}

.clients-slider {
    overflow: hidden;
}



.clients-logos img {
    height: 150px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    padding: 0 50px;
}

.table,
.table>:not(caption)>*>* {
    background-color: unset;
    color: unset;
}

.contact-link {
    text-decoration: underline !important;
    text-decoration-style: wavy !important;
    /* text-decoration: blink !important; */
    text-decoration-thickness: 1px !important;
}

.lang-flag {
    width: 20px;
}

.form-overlay {
      position: absolute;
top: -20px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
      background: #2b2316b4;
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 10;
      border-radius: 10px;
    }

    .form-status-msg {
      padding: 20px;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
      max-width: 80%;
    }

    .form-status-msg.success {
      /* background: #d4edda; */
      color: #26b348;
      /* border: 1px solid #c3e6cb; */
      text-wrap: balance;
    }

    .form-status-msg.error {
      /* background: #f8d7da; */
      color: #cc2938;
      /* border: 1px solid #f5c6cb; */
      text-wrap: balance;
    }
    
    .contact-form-container {
      position: relative;
    }

@media (max-width: 1400px) {
    :root {
        --btn-space: 10px 20px;
    }
}

@media (max-width: 1200px) {
    :root {
        --btn-space: 10px 15px;
    }

    .section {
        padding: var(--l-space) 0;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {

    .xl-break {
        height: var(--m-space);
    }

    .navbar-nav {
        padding: var(--m-space);
    }

    .vr {
        display: none;
    }

    .jumbo-btns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--s-space);
    }

    .jumbo {
        padding: var(--m-space);
        background: #2b2316c2;
        background: linear-gradient(90deg, rgba(20, 20, 20, 0.9) 0%, rgba(20, 20, 20, 0.6) 70%, rgba(20, 20, 20, 0) 100%);
    }

    .section {
        padding: var(--m-space);
    }

    .section-ttl {
        font-size: 50px;
    }

    .service {
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
        gap: var(--m-space);
        padding: var(--s-space);
    }

    .service-content {
        padding: 0;
    }

    .services-ttl {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: var(--s-space);
    }

    .team-imgs {
        height: 400px;
    }

    .team-box {
        grid-template-columns: 1fr;
        border-bottom-left-radius: var(--xxl-radius);
        align-content: start;
        height: auto;
    }

    /* .clients-logos {
        padding: var(--s-space) 0;
    } */

    .clients-logos img {
        height: 80px;
    }
}

@media (max-width: 576px) {}