@import url(https://db.onlinewebfonts.com/c/07a38bbad54db72a40b406bed1c72f53?family=Gotham+Pro+Regular);
@import url(https://db.onlinewebfonts.com/c/0be7748549934c0e481bdb7b8ba5270f?family=Gotham+Pro+Black+Regular);
@import url(https://db.onlinewebfonts.com/c/059288033e0f23aa4c5b19f0965ccc0d?family=Gotham+Pro+Medium+Regular);

@font-face {
    font-family: "Gotham Pro Regular";
    src: url("https://db.onlinewebfonts.com/t/07a38bbad54db72a40b406bed1c72f53.eot");
    src: url("https://db.onlinewebfonts.com/t/07a38bbad54db72a40b406bed1c72f53.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/07a38bbad54db72a40b406bed1c72f53.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/07a38bbad54db72a40b406bed1c72f53.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/07a38bbad54db72a40b406bed1c72f53.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/07a38bbad54db72a40b406bed1c72f53.svg#Gotham Pro Regular")format("svg");
}

@font-face {
    font-family: "Gotham Pro Black Regular";
    src: url("https://db.onlinewebfonts.com/t/0be7748549934c0e481bdb7b8ba5270f.eot");
    src: url("https://db.onlinewebfonts.com/t/0be7748549934c0e481bdb7b8ba5270f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0be7748549934c0e481bdb7b8ba5270f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0be7748549934c0e481bdb7b8ba5270f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0be7748549934c0e481bdb7b8ba5270f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0be7748549934c0e481bdb7b8ba5270f.svg#Gotham Pro Black Regular")format("svg");
}

@font-face {
    font-family: "Gotham Pro Medium Regular";
    src: url("https://db.onlinewebfonts.com/t/059288033e0f23aa4c5b19f0965ccc0d.eot");
    src: url("https://db.onlinewebfonts.com/t/059288033e0f23aa4c5b19f0965ccc0d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/059288033e0f23aa4c5b19f0965ccc0d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/059288033e0f23aa4c5b19f0965ccc0d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/059288033e0f23aa4c5b19f0965ccc0d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/059288033e0f23aa4c5b19f0965ccc0d.svg#Gotham Pro Medium Regular")format("svg");
}


/* Загальні стилі */
html {
    color: #253C59;
    background-image: url('../images/field.png');
    background-size: 100% 800px;
    background-repeat: no-repeat;
    font-display: swap;
}

body {
    max-width: 100vw;
    margin: 0;
    text-align: center;
    overflow-x: hidden;
}

#seo-block {
    display: flex;
    flex-direction: column;
    margin-top: 340px;
    text-align: left;
    height: 350px;
    overflow: hidden;
}

.read-more:hover {
    text-decoration: underline;
}

#seo-block h2{
    margin: 60px 0 10px 0;
}

#seo-block p{
    line-height: 140%;
}

b {
    font-family: "Gotham Pro Medium Regular";
}

.yt-player {
    position: fixed;
    display: none;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    align-items: center;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(255, 255, 255, 0.7);
    z-index: 999;
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
}

.yt-player img {
    width: 54px;
    height: 54px;
    transition: all 0.2s;
}

.yt-player .close-menu {
    width: 100%;
    padding: 40px;
}

.yt-player .close-menu:hover img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    rotate: 90deg;
}

.yt-player iframe {
    width: 70%;
    height: 70%;
}

.yt-player p {
    text-transform: uppercase;
    color: #253C59;
}

.buy-btn {
    background: #18273A;
    width: 260px;
    height: 50px;
    border-radius: 5px;
    color: white;
    transition: all 0.5s;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.buy-btn:hover {
    background: #253C59;
    transition: all 0.5s;
}

.buy-btn p {
    font-size: 16px;
    font-family: "Gotham Pro Regular";
    width: fit-content;
}

.buy-btn .price {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}

.buy-btn .price .price-txt {
    color: #D4A365;
    font-family: "Gotham Pro Medium Regular";
}

.buy-btn .price img {
    width: 24px;
    height: 24px;
}

.light-btn {
    background: transparent;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    color: #253C59;
    border: 2px solid #253C59;
    transition: all 0.5s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.light-btn:hover {
    background: #D4A365; 
    color: white;
    border: 2px solid #D4A365;   
}

.light-btn:hover svg {
    fill: white; 
}

.light-btn p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.blue-btn-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: transparent;
    width: 260px;
    height: 50px;
    border-radius: 5px;
    color: white;
    border: 2px solid white;
    transition: all 0.5s;
}

.blue-btn-icon:hover {
    background: #D4A365; 
    color: white;
    border: 2px solid #D4A365;   
}

.blue-btn-icon p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.titles {
    color: #D4A365;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.titles h1 {
    font-size: 36px;
    font-family: "Gotham Pro Medium Regular";
    margin: 0;
    text-transform: uppercase;
}

.titles h2 {
    font-size: 24px;
    margin: 0;
}

@media only screen and (min-width: 1280px)  {
    html {
        font-family: "Gotham Pro Regular";
        overflow-x: hidden;
    }
    
    .mobile-menu {
        display: none;
    }

    .container {
        font-family: "Gotham Pro Regular";
        max-width: 1160px;
        margin: auto;
        text-align: center;
        z-index: 990;
        overflow-x: hidden;
    }


    /* Стилі шапки сайту */
    header {
        height: 75px;
        margin: 55px 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header .logo {
        max-width: 260px;
        height: 75px;
    }

    header .logo img {
        height: 100%;
        width: auto;
    }

    header .menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 3.5vw;
    }

    header .menu button {
        padding: 10px 0 0 0;
    }

    header .menu button, footer #menu .menu-column button {
        font-family: "Gotham Pro Regular";
        background: transparent;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        border: none;
        color: #253C59;
        transition: text-shadow .3s;
    }

    header .menu button:hover, footer #menu .menu-column button:hover {
        text-shadow: 0 0 .65px #253C59, 0 0 .65px #253C59;
    }

    #burger-icon {
        display: none;
    }

    /* Стилі футера сайту */
    footer {
        width: 100%;
        height: 165px;
        margin: 100px 0 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

    footer #footer-content {
        height: 95px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    footer #footer-content #contact-us button {
        width: 260px;
    }

    footer #footer-content #contact-us .phone-txt {
        font-size: 14px;
    }

    footer #footer-content #address-email {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 360px;
        height: 100%;
        text-transform: uppercase;
    }

    footer #footer-content #address-email div {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }

    footer #footer-content #address-email div p {
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 150%;
    }

    footer #footer-content #menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 325px;
        height: 100%;
    }

    footer #footer-content #menu .menu-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
    }

    footer #footer-content #menu .menu-column {
        margin: 0;
        padding: 0;
    }

    footer #footer-content #logo {
        height: 100%;
        width: 80px;
    }

}