@import url('__reboot.css');
@import url('fonts.css?v=0.2');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --esas_reng_1: #DF6545;
    --esas_reng_2: #37383D;
    --esas_reng_4: #0F1014;
}

body {
    background-color: #F7F7F7;
}

input,
select,
textarea {
    font-size: 16px !important;
}

header {
    height: 15.97vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto 6.6vw;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.15vw;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1.04vw;
}

.arrow-icon {
    width: 20px;
    height: 20px;
}

.locale {
    display: flex;
    align-items: center;
    gap: 0.49vw;
    position: relative;
    font-weight: bold;
}

.language-dropdown {
    position: absolute;
    background-color: transparent;
    z-index: 1000;
    top: 100%;
    left: 0;
}

.language-dropdown span {
    display: block;
    padding: 2px 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.locale span {
    font-family: "Urbanist", sans-serif;
}

.created-by svg {
    width: 70px;
}

.language-dropdown span:hover {
    background-color: var(--esas_reng_1);
    color: #FFFFFF;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 12px;
    padding: 2px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 1.88vw;
}

.menu a {
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--esas_reng_2);
    font-size: 0.9vw;
}

.menu-active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/1.png);
    width: 10.42vw;
    height: 2.36vw;
    font-size: 1.11vw !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.burger {
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0.69vw;
    width: 100%;
}

.col-md-1 {
    width: calc(100% / 12 - 10px);
}

.col-md-2 {
    width: calc(100% / 6 - 10px);
}

.col-md-3 {
    width: calc(100% / 4 - 10px);
}

.col-md-4 {
    width: calc(100% / 3 - 10px);
}

.col-md-5 {
    width: calc(500% / 12 - 10px);
}

.col-md-6 {
    width: calc(100% / 2 - 10px);
}

.col-md-7 {
    width: calc(700% / 12 - 10px);
}

.col-md-8 {
    width: calc(200% / 3 - 10px);
}

.col-md-9 {
    width: calc(300% / 4 - 10px);
}

.col-md-12 {
    width: 100%;
}

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

.align-items-start {
    align-items: flex-start;
}

.mb-1 {
    margin-bottom: 10px;
}

.gap-20 {
    gap: 20px;
}

footer {
    border-top-left-radius: 6.39vw;
    border-top-right-radius: 6.39vw;
    background: #0F1014;
    padding: 5.47vw;
}

.footer-block {
    height: 34.72vw;
    flex-shrink: 0;
    border-radius: 2.71vw;
    background: #191B21;
    padding: 3.47vw;
}

.footer-block .row-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    width: 10.35vw;
    height: 4.58vw;
    flex-shrink: 0;
    background: url(../images/logo/logo-white.png) 50% / cover no-repeat;
}

.sosial-icons {
    display: flex;
    justify-content: space-between;
    gap: 1.39vw;
}

.footer-contact-info > * {
    color: #FFF;
    font-family: Urbanist;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-contact-info > * {
    display: flex;
    margin-bottom: 0.69vw;
    align-items: flex-start;
}

footer .row-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6.94vw;
}

.footer-menus ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 1.39vw;
}

.footer-menus a {
    color: var(--esas-reng1, #DF6545);
    font-family: Urbanist;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.39vw;
    margin-top: 100px;
}

.copyright span {
    color: var(--Color-4c3, #BABABA);
    font-family: "DM Sans";
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.created-by {
    color: #A9A9A9;
    font-family: "Urbanist", sans-serif;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.created-by {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.39vw;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 3.61vw;
    margin-bottom: 1.39vw;
}

.right .root {
    color: #BABABA;
    font-family: Urbanist;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gt {
    color: #BABABA;
    font-family: Urbanist;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.active-links {
    color: var(--esas-reng1, #DF6545);
    font-family: Urbanist, serif;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.col-md-12.option-row {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Urbanist Arial, Helvetica, sans-serif !important;
}

@media (max-width: 768px) {

    .menu {
        display: none;
    }

    .burger {
        display: inline-block;
    }

    header {
        height: 140px;
    }

    .header-mobile {
        margin-bottom: 285px;
        height: 70px;
    }

    ul.menu li {
        margin-bottom: 10px;
    }

    nav {
        margin: auto 30px;
        flex-direction: column;
        align-items: start;
        margin-top: 50px;
    }

    .logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .menu {
        width: 100%;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    ul.menu > li {
        width: 100%;
    }

    a.menu-active {
        background: var(--esas_reng_1);
        border-radius: 10px;
        padding: 10px;
        cursor: pointer;
        display: block;
        width: 100%;
        font-size: 15px !important;
        height: inherit;
        color: #FFFFFF !important;
    }

    a.menu-active:hover {
        background: var(--esas_reng_1);
        border-radius: 10px;
        padding: 0 !important;
        cursor: pointer;
        color: #FFFFFF !important;
    }

    ul.menu.d-block a {
        font-size: 15px !important;
    }

    ul.menu > li:hover {
        background: var(--esas_reng_1);
        border-radius: 10px;
        padding: 10px;
        cursor: pointer;

        a {
            color: #FFFFFF !important;
        }
    }

    ul.menu a {
        text-align: left;
        justify-content: flex-start;
        padding: 10px;
    }

    .row {
        box-sizing: content-box !important;
    }

    .col-sm-6 {
        width: calc(100% / 2 - 10px);
    }

    .col-sm-12 {
        width: 100% !important;
    }

    footer {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 70px 0 0;
    }

    .footer-block {
        padding: 30px;
        height: 800px;
        border-radius: 24px;
    }

    .sosial-icons {
        flex-direction: column;
        align-items: center;
    }

    footer .row.row-2,
    .copyright-row {
        flex-direction: column-reverse;
    }

    footer ul.menus {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .copyright-row {
        align-items: start;
    }


    .footer-logo {
        width: 149px;
        height: 66px;
        flex-shrink: 0;
    }

    .sosial-icons {
        gap: 15px;
    }

    .sosial-icons svg {
        width: 21px;
        height: 22px;
    }

    .footer-block .row-1 {
        align-items: flex-start;
    }

    .footer-menus a {
        color: var(--esas-reng1, #DF6545);
        font-family: Urbanist Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .footer-menus ul {
        gap: 27px;
    }

    .footer-contact-info > * {
        display: flex;
        align-items: flex-start;
        color: #FFF;
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        line-height: 30px;
    }

    .created-by {
        color: var(--Color-4c3, #BABABA);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .copyright span {
        color: var(--Color-4c3, #BABABA);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
