@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/montserrat/montserrat-v25-latin-regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/montserrat/montserrat-v25-latin-300.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/montserrat/montserrat-v25-latin-500.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/montserrat/montserrat-v25-latin-600.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/montserrat/montserrat-v25-latin-700.woff2") format("woff2");
    font-display: swap;
}

:root {
    --bgColor: #000000;
    --color: #ffffff;
    --fontPrimary: #ffffff;
    --fontSecund: #a4a4a4;
    --fontContras: #000000;
    --objColor: #ffffff;
    --borderColor: #3a3a3a;
    --styleColor: #999999;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(.13turn, #ffffff02, #ffffff04, #ffffff07, #ffffff09, #ffffff12, #ffffff20, #ffffff35);
    border-top: 1px solid #ffffff4a;
    border-radius: 50px;
    transform: translateY(10px);
    border-left: 1px solid #ffffff4a;
    border-right: 1px solid #4444444a;
    border-bottom: 1px solid #4444444a;
    -webkit-backdrop-filter: brightness(40%) blur(3px);
    backdrop-filter: brightness(40%) blur(3px);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(.13turn, #ffffff10, #ffffff12, #ffffff18, #ffffff20, #ffffff25, #ffffff35, #ffffff50);
    -webkit-backdrop-filter: brightness(100%) blur(3px);
    backdrop-filter: brightness(100%) blur(3px);
    cursor: pointer;
}

body {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
    background-color: var(--bgColor);
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    margin: 0;
    padding: 0;
    color: var(--fontPrimary);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.35;
    overflow-x: hidden;
    justify-content: center;
    display: flex;
}

header {
    height: 70px;
    position: fixed;
    top: 100px;
    z-index: 1000;
    transition: 0.52s;
}

.content-header {
    max-width: 1400px !important;
    border-radius: 20px;
    transition: 0.52s;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
}

header.sticky>.content-header {
    background: linear-gradient(.13turn, #ffffff02, #ffffff04, #ffffff07, #ffffff09, #ffffff12, #ffffff20, #ffffff35);
    border-top: 1px solid #ffffff4a;
    border-radius: 50px;
    transform: translateY(10px);
    border-left: 1px solid #ffffff4a;
    border-right: 1px solid #4444444a;
    border-bottom: 1px solid #4444444a;
    -webkit-backdrop-filter: brightness(20%) blur(3px);
    backdrop-filter: brightness(20%) blur(3px);
}

header.sticky {
    position: fixed;
    top: 0;
}

.content-header {
    height: 60px;
    align-items: center;
    padding-inline: 20px;
}

.footer {
    background-color: #000;
    border-top: 1px solid var(--fontPrimary);
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 200px;
    gap: 20px;
}

.footer .listMid {
    gap: 20px;
    display: flex;
}

.footer b {
    font-weight: 600;
    color: var(--fontPrimary);
    margin-left: auto;
}

.footer .cop {
    display: flex;
    justify-content: start;
    align-items: start;
}

section>.container,
footer>.container {
    margin: auto;
    padding-inline: 20px;
}

.content-header .contact {
    font-size: 17px;
    color: var(--fontContras);
    background-color: var(--objColor);
    display: flex;
    padding: 10px 25px;
    align-items: center;
    font-weight: 600;
    border-radius: 100px;
    overflow: hidden;
    transition: 0.10s 0.12s;
    cursor: pointer;
    justify-content: center;
    gap: 20px;
}

.flx-column {
    display: flex;
    flex-direction: column;
}

.container {
    width: calc(100% - 25vw);
    max-width: 1000px;
    min-width: 0px;
    align-items: center;
}

.between {
    display: flex;
    justify-content: space-between;
}

main {
    width: 100%;
    overflow: hidden;
}

.navList {
    width: 550px;
    min-width: 0px;
}

.navList a {
    color: var(--fontSecund);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
}

.navList a:hover {
    color: var(--fontPrimary);
}

.blockConten {
    width: 289px;
    overflow: hidden;
}

.content-header .contact>svg {
    transition: width 0.12s 0.12s ease-in, transform 0.10s ease-out;
}

.content-header .contact:hover>svg {
    transform: translateX(60px);
    width: 0px;
}

.content-header .contact:hover {
    padding: 10px 20px;
    gap: 0px;
    font-size: 19px;
}

header.show {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.parag {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 500;
    text-align: justify;
    color: var(--fontSecund);
}

.stylePlus {
    --varStylePlus: #000;
    width: 100%;
    height: 100%;
    position: relative;
}

.glassBubble {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.stylePlus:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    border-bottom: 5px solid var(--varStylePlus);
    border-right: 5px solid var(--varStylePlus);
    top: 0;
    left: 0;
    z-index: 1;
}

.stylePlus:before {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 5px solid var(--varStylePlus);
    border-left: 5px solid var(--varStylePlus);
    z-index: 1;
}

.glass.black {
    background: linear-gradient(.13turn, #E4E4E401, #E4E4E402, #E4E4E403, #E4E4E410, #E4E4E417);
    border-top: 1px solid #ffffff4a;
    border-left: 1px solid #ffffff4a;
    border-right: 1px solid #4444444a;
    border-bottom: 1px solid #4444444a;
    -webkit-backdrop-filter: brightness(80%) blur(15px);
    backdrop-filter: brightness(80%) blur(15px);
}

.glass {
    background: linear-gradient(.13turn, #ffffff02, #ffffff04, #ffffff07, #ffffff09, #ffffff12, #ffffff20, #ffffff35);
    border-top: 1px solid #ffffff4a;
    border-left: 1px solid #ffffff4a;
    border-right: 1px solid #4444444a;
    border-bottom: 1px solid #4444444a;
    -webkit-backdrop-filter: brightness(80%) blur(3px);
    backdrop-filter: brightness(80%) blur(3px);
    pointer-events: none;
}

.form {
    padding-top: 200px;
    padding-bottom: 100px;
}

.form .container {
    max-width: 1000px;
    gap: 100px;
    display: flex;
}

.form .container .right {
    flex: 1.2;
    gap: 40px;
}

.form .container .left {
    flex: 1;
}

.form form {
    gap: 30px;
}

.form form input {
    border: none;
    outline: none;
    background: #f8f8f8;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    padding-inline: 40px;
}

.form form button {
    border: none;
    cursor: pointer;
    outline: none;
    background: #000;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
}

.form .container .right h4 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.form .container img {
    width: 100%;
    min-width: 0px;
    max-width: 450px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1500px) {
    header .content-header nav {
        display: none;
    }
}

@media (max-width: 1200px) {
    footer .container {
        flex-direction: column-reverse;
        align-items: start;
        gap: 20px;
    }

    footer b {
        margin-left: 0px !important;
        margin-right: auto;
    }

    .form .container {
        flex-direction: column !important;
        gap: 40px;
    }

}

@media (max-width: 650px) {
    header .content-header {
        margin-inline: 12.5vw;
    }

    header .content-header .contact p {
        display: none;
    }

    header .content-header .contact {
        width: max-content;
    }
    .content-header .contact {
        padding: 2px;
        padding-inline: 2px;
    }

    header .content-header .blockConten {
        width: max-content;
    }

    section>.container,
    footer>.container {
        padding-inline: 12.5vw !important;
    }
}

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