/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family:"Inter",sans-serif;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    overflow-x: hidden;
}
body {
    font-size: 16px;
    line-height: 1.2;
    color: var(--text-color);
    background: none!important;
}
img {
    width: 100%;
    height: 100%;
    display: block;
}

:root {
    --primary-color: #DB6437;
    --secondary-color: #42413D;
    --accent-color: #C5853A;
    --text-primary: #010101;
    --text-secondary: #7A7A7A;
    --text-white: #FFFFFF;
    --bg-overlay: rgba(2, 1, 1, 0.7);
    --bg-light: #FEFBF4;
    --border-light: rgba(255, 255, 255, 0.35);
    --shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

/* 4K BASE from here down (buttons etc.) */
.white-button {
    padding: 20px 70px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    transition: border 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    box-sizing: border-box;
    letter-spacing: 2px;
    display: block;
}
.white-button:hover {
    border-color: rgba(255, 255, 255, 0.8);
}

.black-button {
    padding: 20px 70px;
    background-color: transparent;
    border: 2px solid rgba(1, 1, 1, 0.16);
    color: #000000;
    transition: border 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    box-sizing: border-box;
    letter-spacing: 2px;
    display: block;
}
.black-button:hover {
    border-color: rgba(5, 5, 5, 0.9);
}

.subtitle {
    color: white;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 60px;
}


h1,h2,h3,h4,h5,h6{
    font-family:"Forum",sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
h1{
    font-size: 112px;
}
h2{
    font-size: 90px;
    text-transform: uppercase;
}
h3{
    font-size: 70px;
    text-transform: uppercase;
}
h4{
    font-size: 60px;
    text-transform: uppercase;
}
h5{
    font-size: 50px;
    text-transform: uppercase;
}
h6{
    font-size: 40px;
    text-transform: uppercase;
}

::-webkit-input-placeholder{
    font-family:"Font",sans-serif;
}
::-moz-placeholder{
    font-family:"Font",sans-serif;
}
:-ms-input-placeholder{
    font-family:"Font",sans-serif;
}
:-moz-placeholder{
    font-family:"Font",sans-serif;
}
:placeholder{
    font-family:"Font",sans-serif;
}

p {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}
p strong,
strong{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: bold;
}
p em,
em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
    font-weight: bold;
}
a{
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul{
    margin-left: 40px;
    margin-bottom: 40px;
}
ul li{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ul li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ol{
    list-style: none;
    counter-reset: li;
}
ol li{
    content: counter(li);
    counter-increment: li;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
ol li::before {
    content: counter(li);
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    border: 1px solid #0D0D0D;
    min-width: 24px;
    height: 24px;
}
ol li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
blockquote.wp-block-quote{
    margin-bottom: 20px;
    font-style: italic;
    padding-left: 20px;
    position: relative;
    border-left: 16px solid var(--wp--preset--color--primary);
    margin: 0;
}
blockquote.wp-block-quote.has-background{
    background-color: transparent !important;
}
blockquote.wp-block-quote.has-background-background-color{
    border-color: var(--wp--preset--color--background);
}
blockquote.wp-block-quote.has-foreground-background-color{
    border-color: var(--wp--preset--color--foreground);
}
blockquote.wp-block-quote.has-primary-background-color{
    border-color: var(--wp--preset--color--primary);
}
blockquote.wp-block-quote.has-secondary-background-color{
    border-color: var(--wp--preset--color--secondary);
}
blockquote.wp-block-quote.has-third-background-color{
    border-color: var(--wp--preset--color--third);
}
blockquote.wp-block-quote.has-forth-background-color{
    border-color: var(--wp--preset--color--forth);
}
blockquote.wp-block-quote.has-fith-background-color{
    border-color: var(--wp--preset--color--fith);
}
blockquote cite{
    font-style: italic;
}
blockquote p{
    margin-bottom: 0;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.wp-block-table{
    margin-bottom: 20px;
}
.wp-block-table table{
    margin-bottom: 20px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #FFF;
}
.wp-block-table.is-style-stripes table tbody tr{
    border-left:none;
}
.wp-block-table table tbody tr{
    border-left: 2px solid #000;
}
.wp-block-table table td,
.wp-block-table table th{
    padding: 16px;
    border: none;
}
.wp-block-table table td{
    border:1px solid  #0D0D0D;
}
.wp-block-table table thead{
    background: #0D0D0D;
    color: #fff;
    border-bottom:none;
}

.search-page,
.entry-content{
    padding-bottom: 0px;
    width: var(--wp--style--global--content-size);
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.wp-block-image{
    margin-bottom: 20px;
}

.pull-wrapper{
    padding-left: calc((100vw - (var(--wp--style--global--content-size) * 2)) / 2);
    padding-right: calc((100vw - (var(--wp--style--global--content-size) * 2)) / 2);
    overflow: hidden;
}
.container-pull{
    width: var(--wp--style--global--content-size);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-block-image img{
    height: auto;
}
img.noimg{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile{
    display: none!important;
}

.custom-select-box{
    position: relative;
}
.custom-select-box select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    color: #94989B;
    font-size: 16px;
    padding: 16px 32px 16px 16px;
    background-color: #fff;
    border: 1px solid #94989B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-box::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 16px;
    margin-top: -7px;
}

.icon-star {
    width: 120px;
    height: 120px;
    opacity: 0.3;
    background-image: url("../../assets/images/star-black.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.icon-star.white-star {
    opacity: 0.5;
    background-image: url("../../assets/images/star.webp");
}
.page-wrapp{
    max-width: 2600px;
    margin: 0 auto;
    padding: 100px 0;
}
.page-wrapp h1,
.page-wrapp h2,
.page-wrapp h3,
.page-wrapp h4,
.page-wrapp h5,
.page-wrapp h6,
.page-wrapp p,
.page-wrapp ul
.page-wrapp ol{
    margin-bottom: 30px;
}
/*### RESPONSIVE ###*/

/* Desktop & below: use non-doubled values */
@media (max-width: 3000px) {
    h1,h2,h3,h4,h5,h6{
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    h1{
        font-size: 56px;
    }
    h2{
        font-size: 45px;
        text-transform: uppercase;
    }
    h3{
        font-size: 35px;
        text-transform: uppercase;
    }
    h4{
        font-size: 30px;
        text-transform: uppercase;
    }
    h5{
        font-size: 25px;
        text-transform: uppercase;
    }
    h6{
        font-size: 20px;
        text-transform: uppercase;
    }
    p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    ul{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .icon-star {
        width: 38px;
        height: 38px;
        margin-bottom: 20px;
    }
    .subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .white-button {
        padding: 10px 35px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }
    .black-button {
        padding: 10px 35px;
        border: 1px solid rgba(1, 1, 1, 0.16);
        font-size: 12px;
    }

    .search-page,
    .entry-content{
        margin: 0 auto;
        width: var(--wp--style--global--content-size)
    }
    .pull-wrapper{
        padding-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
        padding-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
    }
    .container-pull{
        width: var(--wp--style--global--content-size);
    }
    .page-wrapp{
        max-width:1300px;
        padding: 50px 0;

    }

}

@media only screen and (max-width: 1500px) {
    .page-wrapp,
    .search-page,
    .entry-content{
        margin: 0;
        width: auto;
    }
    .pull-wrapper{
        padding: 0 5vw;
    }
    .container-pull{
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 17px;
    }
    h6{
        font-size: 16px;
    }
    .wp-block-heading{
        margin-bottom: 20px;
    }
    p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    ul, ol{
        font-size: 16px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    blockquote{
        margin-bottom: 20px;
        padding-left: 20px;
    }
    blockquote:before{
        width: 16px;
    }
    .wp-block-table{
        margin-bottom: 20px;
    }
    .wp-block-table table{
        margin-bottom: 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
    .wp-block-table > table{
        font-size: 16px;
    }
    .wp-block-table table td,
    .wp-block-table table th{
        padding: 16px;
    }
    .wp-block-quote{
        font-size: 16px;
    }
    .mobile{
        display: flex!important;
    }
    .search-page,
    .entry-content {
        margin: 0;
    }
    .pull-wrapper{
        padding-left: 5vw;
    }
}
/*### END RESPONSIVE ###*/
