*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Bounded';
    src: url('/fonts/bounded/Bounded-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bounded';
    src: url('/fonts/bounded/Bounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bounded';
    src: url('/fonts/bounded/Bounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Regular';
    src: url('/fonts/Abhaya Libre/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/playfairDisplay/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.black {
    color: #000000
}

.white {
    color: white;
}

p {
    font-size: 24px;
    font-weight:400;
    font-family:'Bounded',sans-serif;
}

.red {
    color: #D30000;
    font-weight:700;
    font-family:'Playfair Display',sans-serif;
    font-size: 31px;
}

a {
    font-size: 24px;
    font-weight:400;
    font-family:'Bounded',sans-serif;
}

body {
    height: 100%;
    width: 100%;
    max-width: 1669px;
    color: #050505;
    font-family: "Montserrat", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
}

.site {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 1) 100%);
}

.brand {
    font-size: 64px;
    font-weight:400;
    font-family:'Regular',sans-serif;
}

.crown {
    width: 60px;
    height: 45px;
}

.desktop-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.desktop-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

/*.desktop-top img {*/
/*    width: 80%;*/
/*}*/

.desktop-text {
    text-align: center;
    display: none;
    padding: 20px
}

.desktop-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.desktop-middle p {
    text-align: justify;
}

.desktop-quotes {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.first-phrases {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.second-phrases {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.desktop-quotes-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.desktop-quotes-block > p {
    width: 40%;
}

.desktop-quotes-block > p:nth-child(even) {
    text-align: right;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

footer a {
    text-decoration: none;
}

.desktop-heading > img {
    display: none;
}

.desktop-middle > img:nth-child(3) {
    display: none;
}

.desktop-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.desktop-video .iframe {
    width: 776px;
    height: 441px;
}

.iframe > iframe {
    width: 100%;
    height: 100%;
}



@media (max-width: 1400px) {
    .desktop-top > img:nth-child(3) {
        display: none;
    }

    /*.desktop-top > img:nth-child(1) {*/
    /*    display: none;*/
    /*}*/

    .desktop-heading > p {
        display: none;
    }

    .desktop-heading > img {
        display: block;
    }

    .desktop-text {
        display: block;
    }

    .desktop-middle > img:nth-child(3) {
        display: block;
    }

    .desktop-middle > img:nth-child(4) {
        display: none;
    }

}

@media (max-width: 900px) {
    .desktop-quotes-block {
        display: block;
    }

    .desktop-quotes-block > p:nth-child(1) {
        justify-self: start;
    }

    .desktop-quotes-block > p:nth-child(2) {
        justify-self: end;
    }

    .desktop-quotes-block > p {
        width: 80%;
        padding-block: 20px;
    }

    .header {
        background: #ffffff;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 82%, rgba(0, 0, 0, 1) 100%);
    }

    .crown {
        width: 40px;
        height: 30px;
    }

}

/* Responsive iPad Pro / iPhone */
.mobile-gallery { display:none; }

@media (max-width:1024px) {
    body { max-width:980px; }
    .site { padding-inline:0; padding-bottom:16px; padding-top: 65px}
    .desktop-top, .desktop-middle { display:none; }
    .desktop-layout { gap:0; }
    .mobile-gallery { display:block; width:100%; overflow:hidden; }
    .mobile-entrance img { display:block; width:100%; height:auto; max-height:78vh; object-fit:cover; object-position:center; }
    .mobile-slider { display:flex; width:100%; gap:12px; margin-top:14px; padding:0 16px 8px; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
    .mobile-slider::-webkit-scrollbar { display:none; }
    .mobile-slider .slide { flex:0 0 88%; width:88%; height:auto; max-height:55vh; object-fit:cover; scroll-snap-align:start; }
    .contact { margin-top:18px; padding-inline:16px; }
    .contact a { font-size:clamp(15px,2.4vw,22px); text-align:center; }
    .desktop-video .iframe {
        width: 776px;
        height: 441px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mobile-entrance img { max-height:70vh; object-fit:cover; }
    .mobile-slider { gap:16px; padding-inline:24px; }
    .mobile-slider .slide { flex-basis:62%; width:62%; max-height:48vh; }
}

@media (max-width:767px) {
    body { max-width:420px; }
    .header { height:220px; padding-top:16px; }
    .crown { width:40px; height:30px; }
    .mobile-entrance img { max-height:72vh; object-fit:cover; object-position:center; }
    .mobile-slider { gap:10px; margin-top:12px; padding-inline:12px; }
    .mobile-slider .slide { flex-basis:86%; width:86%; max-height:48vh; }
    p {
        font-size: 16px;
    }
    .desktop-video .iframe {
        width: 400px;
        height: 227px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    body { max-width:740px; }
    .mobile-entrance img { max-height:82vh; }
    .mobile-slider .slide { max-height:62vh; }
}