@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --Roboto: "Roboto", sans-serif;
}
/*asosiy xossalr*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
}
.to-uppercase {
    text-transform: uppercase;
}
.clearfix {
    clear: both;
}
/*MENYU-HEADER STYLE*/
header {
    /* background */
    font-family: var(--Roboto);
    background: url("../images/home-banner.png");
    background-clip: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.box {
    padding: 0.635rem;
    border-width: 5px;
    border-style: solid;
    border-color: aqua;
    margin: 1.875rem; /*30/16=1.875rem*/
    margin-top: 0.32rem; /*5/16=0.32rem*/
    position: inherits;
    border-radius: 10px;
    text-decoration: solid;
    text-overflow: clip;
    margin-block: 0.635rem; /*10/16=0.625rem*/
    color: aqua;
    content: counter(name);
    position: relative;
    background-color: transparent;
}
a {
    transition: all 0.4s ease-in-out;
}
button {
    border: none;
    background: linear-gradient(
        to right,
        #1345e6 0%,
        #ed239f 51%,
        #1345e6 100%
    );
    background-size: 200px auto;
    color: #ffffff;
    font-weight: 500;
    padding: 1.25rem 2.5rem; /* 20/16-1.25rem 40/16=2.5rem */
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}
button:hover {
    background-position: right center;
    color: black;
}
/*MAIN-HEADER*/
.h1 {
    color: blue;
    text-align: center;
    font-weight: bold;
}
.menyu-bunner {
    /* background-position: center;
    background-size: cover; */
    min-height: 890px;
    margin-right: 0;
    width: 1200px;
}
.flexible {
    display: flex;
    gap: 15px;
    position: relative;
    top: 10px;
}
.menyu-navigatsiya__item,
.logo-link {
    padding: 0.625rem; /* 10/16=0.625rem*/
    /* position: absolute; */
}
.menyu-navigatsiya__item a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem; /*12/16=0.75rem*/
    font-weight: 500;
}
.menyu-navigatsiya__item a:hover {
    color: blue;
}
.menyu-navigatsiya__item.active a {
    color: red;
}
/* Footer qism */
footer {
    padding: 50px 0;
    background-color: black; /* #021017 */
    text-align: center;
    margin-top: 50px;
}
.footer__brand img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
.footer__navigation-item {
    display: inline-block;
    padding: 0 10px;
}
.footer__navigation-item a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.footer__navigation-item a:hover {
    color: red;
}
.footer__socials {
    list-style: none;
}
.footer__social {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    border-radius: 36px;
    color: #05364d;
    font-size: 16px;
    margin-right: 12px;
}
.footer__social a:hover {
    color: white;
}
.footer__social:hover {
    background: linear-gradient(90deg, rgb(53, 53, 175) 0%, #ed239f 100%);
}

.footer__social a {
    color: #021017;
}
.footer__text {
    color: #189ddb;
    margin-top: 20px;
}
.footer__text-link {
    color: blue;
    text-decoration: none;
    margin-right: 6px;
}
.footer__text-link:hover {
    color: red;
}
@media only screen and (max-width: 767px) {
    .konteyner {
        width: 96%;
    }
    .menyu-navigatsiya {
        display: none;
    }
    .menyu-bunner {
        background: none;
        min-height: auto;
    }
}
/* Font-face from stylrsheets.css */
@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-BlackItalic.eot");
    src: url("./fonts/roboto/Roboto-BlackItalic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-BlackItalic.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-BlackItalic.woff") format("woff"),
        url("./fonts/roboto/Roboto-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Black.eot");
    src: url("./fonts/roboto/Roboto-Black.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Black.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Black.woff") format("woff"),
        url("./fonts/roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Bold.eot");
    src: url("./fonts/roboto/Roboto-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Bold.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Bold.woff") format("woff"),
        url("./fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-BoldItalic.eot");
    src: url("./fonts/roboto/Roboto-BoldItalic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-BoldItalic.woff") format("woff"),
        url("./fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Italic.eot");
    src: url("./fonts/roboto/Roboto-Italic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Italic.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Italic.woff") format("woff"),
        url("./fonts/roboto/Roboto-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Light.eot");
    src: url("./fonts/roboto/Roboto-Light.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Light.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Light.woff") format("woff"),
        url("./fonts/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-LightItalic.eot");
    src: url("./fonts/roboto/Roboto-LightItalic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-LightItalic.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-LightItalic.woff") format("woff"),
        url("./fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Medium.eot");
    src: url("./fonts/roboto/Roboto-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Medium.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Medium.woff") format("woff"),
        url("./fonts/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-MediumItalic.eot");
    src: url("./fonts/roboto/Roboto-MediumItalic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-MediumItalic.woff") format("woff"),
        url("./fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Regular.eot");
    src: url("./fonts/roboto/Roboto-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Regular.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Regular.woff") format("woff"),
        url("./fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-Thin.eot");
    src: url("./fonts/roboto/Roboto-Thin.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-Thin.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-Thin.woff") format("woff"),
        url("./fonts/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto/Roboto-ThinItalic.eot");
    src: url("./fonts/roboto/Roboto-ThinItalic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/roboto/Roboto-ThinItalic.woff2") format("woff2"),
        url("./fonts/roboto/Roboto-ThinItalic.woff") format("woff"),
        url("./fonts/roboto/Roboto-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
