@font-face {
    font-family: "strawford";
    src: url("../fonts/Strawford Regular.ttf") format("truetype");
}

@font-face {
    font-family: "strawford-bold";
    src: url("../fonts/Strawford Bold.ttf") format("truetype");
}

@font-face {
    font-family: "strawford-medium";
    src: url("../fonts/Strawford Medium.ttf") format("truetype");
}

@font-face {
    font-family: "strawford-light";
    src: url("../fonts/Strawford Light.ttf") format("truetype");
}

@font-face {
    font-family: "strawford-extra-light";
    src: url("../fonts/Strawford ExtraLight.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    font-family: "strawford", sans-serif;
    font-weight: 400 !important;
    color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    height: 100vh;
    margin: 0;
}

.overflow {
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-auto {
    overflow-y: auto !important;
}

.transition {
    transition: all 0.2s;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-family: "strawford-bold", sans-serif;
}

.medium {
    font-family: "strawford-medium", sans-serif;
}

.light {
    font-family: "strawford-light", sans-serif;
}

.extra-light {
    font-family: "strawford-extra-light", sans-serif;
}

.nowrap {
    white-space: nowrap;
}

.text-xl {
    font-size: 72px;
    line-height: 110%;
}

.text-lg {
    font-size: 36px;
    line-height: 150%;
}

.text-md {
    font-size: 25px;
    line-height: 150%;
}

.text {
    font-size: 24px;
    line-height: 150%;
}

.text-sm {
    font-size: 18px;
    line-height: 150%;
}

.text-xs {
    font-size: 16px;
    line-height: 150%;
}

.text-xxs {
    font-size: 12px;
    line-height: 150%;
}

.line-inherit {
    line-height: inherit;
}

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

.text-black {
    color: #111111 !important;
}

.text-yellow {
    color: #DBB57F !important;
}

.text-light {
    color: #F9F5F2 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-dark {
    background-color: #DBB57F !important;
}

.bg-regular {
    background-color: #DBB57F33 !important;
}

.bg-light {
    background-color: #F9F5F2 !important;
}

.box-shadow {
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.05);
}

.btn.box-shadow {
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.12);
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-max-content {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
}

.h-100 {
    height: 100% !important;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.pointer {
    cursor: pointer;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
    column-gap: 15px;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.align-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-1, .mx-1, .m-1 {
    margin-left: 1rem;
}

.mr-1, .mx-1, .m-1 {
    margin-right: 1rem;
}

.mt-1, .my-1, .m-1 {
    margin-top: 1rem;
}

.mb-1, .my-1, .m-1 {
    margin-bottom: 1rem;
}

.ml-2, .mx-2, .m-2 {
    margin-left: 1.5rem;
}

.mr-2, .mx-2, .m-2 {
    margin-right: 1.5rem;
}

.mt-2, .my-2, .m-2 {
    margin-top: 1.5rem;
}

.mb-2, .my-2, .m-2 {
    margin-bottom: 1.5rem;
}

.pl-1, .px-1, .p-1 {
    padding-left: 1rem;
}

.pr-1, .px-1, .p-1 {
    padding-right: 1rem;
}

.pt-1, .py-1, .p-1 {
    padding-top: 1rem;
}

.pb-1, .py-1, .p-1 {
    padding-bottom: 1rem;
}

#main {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 30px;
}


#county {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 30px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

#logo, .logo {
    height: 170px;
    max-width: 100%;
}

.feather {
    opacity: 0.8;
    transition: all 0.5s;
}

.feather:hover {
    opacity: 1;
}

#menu_icon {
    top: 30px;
    right: 30px;
    transition: all 0.5s;
}

#menu_icon.displace {
    right: 430px;
}


#btn_info {
    height: 30px;
    margin-top: 30px;
    opacity: 0.7;
    transition: all 0.2s;
}

#btn_info:hover {
    opacity: 1;
}

#base_video, #effect1, #effect2 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
}

#effect1, #effect2 {
    object-position: top left;
}

#effect1.mobile, #effect2.mobile {
    object-position: center;
}

#set-height {
    display: block;
    height: calc(100vh);
}

#scroll_info {
    top: 30px;
    left: 0;
}

#btn_store {
    animation: fadeIn 4s infinite alternate;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

#btn_store:hover {
    opacity: 1 !important;
}

#phone_icon {
    height: 65px;
    animation: rotation 4s infinite linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-60deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


#store-arrow {
    animation: MoveUpDown 2s linear infinite;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@keyframes MoveUpDown {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    70% {
        transform: translateY(-3px);
        opacity: 1;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}

#lateral_menu, #marker_detail {
    top: 0;
    right: -400px;
    background-color: #0D2526;
    height: 100vh;
    padding: 30px 50px;
    overflow-y: auto;
    max-width: 400px;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

#second_lateral_menu {
    top: 0;
    right: -500px;
    background-color: #0D2526;
    height: 100vh;
    padding: 30px 50px;
    overflow-y: auto;
    max-width: 500px;
    width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

@media (max-width: 430px) {
    #second_lateral_menu {
        top: 0;
        right: -500px;
        background-color: #0D2526;
        height: 100vh;
        padding: 30px 50px;
        overflow-y: auto;
        max-width: 100%;
        width: 500px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
}

#second_lateral_menu.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}


#second_lateral_menu > #header {
    min-height: 285px;
    /*margin-bottom: 49px;*/
}

#second_lateral_menu > .body {
    margin-top: 49px;
}

#second_lateral_menu > .body > .body-text {
    margin-top: 22px;
    text-align: left;
    font-family: "strawford-extra-light";
    font-size: 18px;
    letter-spacing: 0px;
    color: #F9F5F2;
    opacity: 1;
    line-height: 24px;
}

#lateral_menu .menu-item:last-child {
    margin-bottom: 150px !important;
}

#lateral_menu.show, #marker_detail.show, #second_lateral_menu.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.menu-item, #close_lateral_menu {
    opacity: 0.8;
    transition: all 0.2s;
}

.menu-item:hover, .menu-item.active, #close_lateral_menu:hover {
    opacity: 1;
}

#close_menu {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(4, 12, 13, 0.8);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

#close_menu.show {
    opacity: 1;
    visibility: visible;
}

#close_lateral_menu {
    top: 30px;
    right: 30px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

#close_lateral_menu.show {
    right: 430px;
    opacity: 1;
    visibility: visible;
}

#close_lateral_menu.displace {
    right: 430px;
}

#map {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.gmnoprint, img[alt="Google"], .gm-style-cc {
    display: none;
}

#map_position {
    bottom: 30px;
    left: 30px;
    position: fixed;
}

#close_map {
    margin-bottom: 10px;
}

#store_popup, #info_popup {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    transition: all 0.5s;
    background-color: rgba(4, 12, 13, 0.8);
}

#btn_close_store, #btn_close_info {
    top: 18.5px;
    right: 250px;
}

.store-link {
    opacity: 0.8;
    transition: all 0.5s;
}

.store-link:hover {
    opacity: 1;
}

.store-link:first-child {
    margin-bottom: 12px;
}

#mockup {
    transform: translateY(10%);
}

#partners_list {
    margin-top: 75px;
}

.partner_info {
    margin-bottom: 50px;
    transition: all 0.5s;
    opacity: 0.8;
}

.partner_info:hover {
    opacity: 1;
}

.partner-image {
    height: 195px;
    margin-bottom: 25px;
}

#marker_detail {
    padding: 0;
}

.marker_detail_image {
    height: 230px;
}

#marker_info {
    padding: 30px;
}

#marker_link {
    margin-top: 3rem;
}

#close_marker_detail {
    position: absolute;
    right: 15px;
    top: 0;
}

.custom_btn {
    border: 2px solid #DBB57F;
    background: #DBB57F1A 0% 0% no-repeat padding-box;
    color: #DBB57F;
    padding: 15px;
    opacity: 0.7;
    transition: all 0.2s;
}

.custom_btn:hover {
    opacity: 1;
}

#language_items {
    margin-bottom: 30px;
}

.language_item {
    font-size: 14px;
    padding-bottom: 25px;
    transition: all 0.5s;
    opacity: 0.7;
}

.language_item:hover {
    opacity: 1;
}

.language_item.active {
    color: #DBB57F !important;
    opacity: 1;
}

.language_item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    transition: all 0.5s;
    opacity: 0;
    background-color: #DBB57F;
}

.language_item.active::before {
    opacity: 1;
}

.container {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

@media (max-width: 430px) {
    #footer_partners {
        display: flex;
    }

    #header_partners {
        display: none;
    }
}

@media (min-width: 431px) {
    #footer_partners {
        display: none;
    }

    #header_partners {
        display: flex;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin-left: auto;
    }
}


@media (max-width: 991.98px) {
    .w-75, .w-50 {
        width: 100% !important;
    }

    #btn_close_store, #btn_close_info {
        right: 30px;
    }

    .d-grid {
        column-gap: 30px;
    }

    #logo, .logo {
        height: 130px;
    }

    .text-xl {
        font-size: 40px;
    }

    .text-lg {
        font-size: 30px;
    }

    .text-md {
        font-size: 21px;
    }

    .text, #mockup h4, #mockup h5 {
        font-size: 19px;
    }

    .text-sm {
        font-size: 17px;
    }

    .text-xs {
        font-size: 14px;
    }

    .text-xxs {
        font-size: 11px;
    }

    .language_item {
        font-size: 12px;
        padding-bottom: 17px;
    }

    #phone_icon {
        height: 50px;
    }
}

@media (max-width: 767.98px) {
    #scroll_info {
        top: unset;
        bottom: 5px;
        left: unset;
        right: 0;
        transform: rotate(-90deg) translateX(50%) translateY(105px);
        width: unset !important;
    }

    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    #mockup {
        display: none !important;
    }

    #store_popup_content, #store_popup_content * {
        text-align: center;
        width: 100%;
    }

    .store-link {
        max-width: 75%;
        margin: auto;
    }
}

@media (max-width: 525.98px) {

    #main {
        padding: 15px;
    }

    #county {
        padding: 15px;
    }

    #scroll_info {
        display: none;
    }

    #menu_icon {
        right: 15px;
    }

    #map_position {
        left: 15px;
    }

    #lateral_menu {
        max-width: 325px !important;
        padding: 30px;
    }

    #marker_detail {
        max-width: 325px !important;
    }

    #close_lateral_menu.show, #close_lateral_menu.displace, #menu_icon.displace {
        right: 335px !important;
    }

    .text-xl {
        font-size: 25px;
    }

    #logo, .logo {
        height: 100px;
    }
}

/* LOADER */
.loading #loader {
    opacity: 1;
    overflow: hidden !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.90);
    opacity: 0;
    transition: all 1s;
}

.master_menu_item {
    text-align: left;
    font: normal normal bold 28px/36px Strawford;
    letter-spacing: 0px;
    color: #F9F5F2;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 50px;
}

.county_btn {
    text-align: left;
    font: normal normal bold 28px/36px Strawford;
    letter-spacing: 0px;
    color: #F9F5F2;
    text-transform: uppercase;
    opacity: 1
}
#btn_close_counties{
    cursor: pointer;

}

.county_subtitle {
    text-align: left;
    font: normal normal normal 12px/15px Strawford;
    letter-spacing: 1.2px;
    color: #DBB57F;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
}

.contacts_logo {
    width: 66.666666%;
    margin-left: 16.666666%
}

@media (max-width: 430px) {

    .contacts_logo {
        width: 50%;
        margin: auto;
    }

    .contacts_logo > #btn_close_contacts > svg {
        top: 30px;
        left: -50px;
    }

    #contacts_web {
        display: none;
    }

    #contacts_mobile {
        display: block;
    }
}

@media (min-width: 431px) {
    #contacts_web {
        display: block;
    }

    #contacts_mobile {
        display: none;
    }
}

#contacts {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 30px;
    z-index: 1;
    background: #040C0D 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

@media (max-width: 430px) {
    #contacts {
        padding: 10px;
    }
}

.contacts_title {
    text-align: left;
    font: normal normal normal 24px/24px Strawford;
    letter-spacing: 0px;
    color: #DBB57F;
    opacity: 1;
}

.contacts_p {
    text-align: left;
    font: normal normal 300 16px/16px Strawford;
    letter-spacing: 0px;
    color: #F9F5F2;
    opacity: 1;
}


#contacts_mobile {
    overflow-y: auto;
    height: 73%;
}
