@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* text-decoration: none; */
    list-style: none;
}

.default-wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.navbar {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
    /* padding: 20px 150px; */
}

.navbar-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navbar-top-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.navbar-top-contact a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;

}

.navbar-top-contact-whatsapp {
    background-color: #33DD88;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 15px 25px;
    border-radius: 8px;
}

.navbar-top-contact-whatsapp span {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.navbar-top-contact-whatsapp-icon {
    width: 18px;
}

.navbar-top-contact-telegram {
    background-color: #0088CC;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 15px 25px;
    border-radius: 8px;
}

.navbar-top-contact-telegram span {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.navbar-top-contact-telegram-icon {
    width: 18px;
}

.language {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background-color: #33DD88;
    border-radius: 8px;
    transition: all 0.5s ease;
    position: relative;
}

.language:hover {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background-color: #4575F3;
    border-radius: 8px;
    cursor: pointer;
}

.language span {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.language span {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.language-switch {
    position: absolute;
    top: 105%;
    left: 0;
    background: white;
    color: black;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 120px;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.language-switch h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.language-switch h1:hover {
    background: #4575F3;
    color: white;
}

.language-switch.active {
    display: block;
}

.navbar-top-contact-transalte-icon {
    width: 18px;
}

.menu {
    width: 50px;
    display: none;
}

.navbar-bottom-menu {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-color: #4575F3;
    border-radius: 8px;
    padding: 10px 0px;
}

.navbar-bottom-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navbar-bottom-menu ul li a {
    text-decoration: none;
    list-style: none;
    display: block;
    padding: 14px 20px;
    color: white;
    transition: all 0.5s ease;
}

.navbar-bottom-menu ul li a:hover {
    text-decoration: underline;
    color: white;

}

.mobile-menu {
    display: none;
}


/* footer */
.footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: url("/assets/Sectionfooter1.png") no-repeat center/cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-detalies {
    margin: 124px 0px;
}

.footer-detalies h1 {
    font-size: 46px;
    color: white;
    font-weight: 600;
}

.footer-detalies a {
    font-size: 46px;
    color: #4575F3;
    font-weight: 600;
    text-decoration: none;
}

.footer button {
    font-size: 18px;
    color: white;
    border-radius: 8px;
    border: 1px solid white;
    background-color: #33dd8800;
    padding: 22px 54px;
    transition: all 0.5s ease;
}

.footer button:hover {
    background-color: #4575F3;
    border: 1px solid #4575F3;
}

/* footer 2 */

.footer2 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: url("/assets/Sectionfooter2.png") no-repeat center/cover;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;

}

.footer2 h1 {
    font-size: 22px;
    font-weight: 400;
    color: white;
    margin-bottom: 28px;
    margin-top: 58px;
}

.footer2-o-kompany ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
}

.footer2-o-kompany ul li a {
    font-size: 16px;
    color: #AAA0BD;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer2-o-kompany ul li a:hover {
    color: #4575F3;
}

.footer2-o-kompany ul li a:active {
    color: #4575F3;
}

.footer2-uslugi ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
}

.footer2-uslugi ul li a {
    font-size: 16px;
    color: #AAA0BD;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer2-uslugi ul li a:hover {
    color: #4575F3;
}

.footer2-uslugi ul li a:active {
    color: #4575F3;
}

.footer2-kontakti {
    width: 20%;

}

.footer2-kontakti a {
    font-size: 16px;
    color: #AAA0BD;
    font-weight: 200;
    text-decoration: none;
    line-height: 24px;
    transition: all 0.5s ease;
    display: block;
}

.footer2-kontakti a:hover {
    color: #4575F3;
}

.footer2-kontakti span a {
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    margin-top: 28px;
}

.footer2-kontakti-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 58px;
}

.footer2-kontakti-social a i {
    font-size: 24px;
    color: white;
    background-color: #1E2E54;
    padding: 14px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.footer2-kontakti-social a i:hover {
    background-color: #4575F3;
}

.fabmenu {
    position: fixed;
    bottom: 80px; /* Tugmalar pastdan chiqishi uchun */
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Tugmalar orasidagi masofa */
}

/* Tugmalarni yashirish */
.fabmenu a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(20px); /* Tugmalar pastga suriladi */
    opacity: 0;
    pointer-events: none;
}

/* Tugmalar ko‘rinadigan holat */
.fabmenu a:not(.hidden) {
    transform: translateY(0); /* Yuqoriga ko‘tariladi */
    opacity: 1;
    pointer-events: auto;
}

/* Asosiy tugma (.fa-comments) */
.fabmenu .fa-comments,
.fabmenu .fa-instagram,
.fabmenu .fa-whatsapp {
    font-size: 20px;
    color: white;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fabmenu .fa-comments {
    background-color: black;
    cursor: pointer;
}

.fabmenu .fa-instagram {
    background-color: #E1306C;
}

.fabmenu .fa-whatsapp {
    background-color: #25D366;
}

.container {
    padding: 20px 170px;
}

.hidden {
    display: none;
}

.active {
    display: block;
}

@media screen and (max-width: 1025px) {
    .default-wrap {
        width: 100%;
    }

    .container {
        padding: 20px;
    }
}


@media screen and (max-width: 769px) {
    .default-wrap {
        width: 100%;
        /* padding: 20px; */
    }

    .navbar-bottom-menu {
        display: none;
        background-color: red;
    }

    .navbar-top-contact {
        display: none;
    }

    .menu {
        width: 28px;
        display: block;
    }

    .mobile-menu {
        width: 100%;
        display: block;
        box-sizing: border-box;
        height: auto;
        position: absolute;
        background-color: white;
    }

    .mobile-menu ul {
        /* width: 100%; */
        height: auto;
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
    }

    .mobile-menu ul li {
        display: block;
        text-align: center;
        font-size: 18px;
        color: black;
        padding: 8px 0px;
        transition: all 0.5s ease;
        box-sizing: border-box;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        color: black;
    }

    .mobile-menu ul li:hover {
        background-color: #4575F3;
    }

    .mobile-menu ul li:hover a,
    .mobile-menu ul li:hover i {
        color: white;
    }

    .mobile-menu ul ul{
        width: 100%;
    }
    .mobile-menu ul .hidden {
        display: none;
        /* background-color: red; */
    }

    /* footer */
    .footer {
        flex-direction: column;
    }

    .footer-detalies {
        margin: 0px;
        margin-top: 122px;
        font-size: 32px;
        padding: 0px;
        margin-bottom: 22px;
        display: flex;
        gap: 14px;
    }

    .footer-detalies h1 {
        font-size: 32px;
    }

    .footer-detalies a {
        font-size: 32px;
    }

    .footer button {
        font-size: 32px;
        margin-bottom: 122px;
    }

    /* footer-2 */

    .footer2-kontakti{
        width: 33%;
    }

    .hidden{
        display: none;
    }
    .container {
        padding: 20px;
    }
}


@media screen and (max-width: 426px) {
    .default-wrap {
        width: 100%;
        /* padding: 20px; */
    }

    .navbar-top-contact a {
        display: none;
    }

    .navbar-top-contact-whatsapp {
        display: none;
    }

    /* footer */
    .footer {
        flex-direction: column;
    }

    .footer-detalies {
        margin: 0px;
        margin-top: 82px;
        font-size: 32px;
        padding: 0px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }

    .footer-detalies h1 {
        font-size: 32px;
    }

    .footer-detalies a {
        font-size: 32px;
    }

    .footer button {
        font-size: 32px;
        margin-bottom: 82px;
    }

    /* footer-2 */

    .footer2 {
        flex-direction: column;
    }

    .footer2-o-kompany {
        width: 100%;
    }

    .footer2-uslugi {
        width: 100%;
    }

    .footer2-kontakti {
        width: 100%;
    }

    .container {
        padding: 20px;
    }
    
    .hidden{
        display: none;
    }
}