* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.header {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 10px 10px 10px rgb(216, 214, 214);
    margin-bottom: 50px;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.headr-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-list {
    display: flex;
    gap: 40px;
}

.header-link {
    color: #000000;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
}

.header-link:hover {
    text-decoration: underline #00BAFC 2px;
}

.header-number {
    width: 159;
    height: 40;
    opacity: 1;
    top: 8px;
    left: 1041px;
    border-radius: 5px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #00BAFC;
    color: #fff;
}

.header-number:hover {
    text-decoration: underline;
    background-color: #178ab4;
}

/* -------------------------------- Hero ------------------------- */
.hero {
    height: 418px;
    margin-top: 150px;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-box {
    width: 470px;
    height: 224px;
}

.hero-video {
    width: 458px;
    height: 258px;
    opacity: 1;
    top: 80px;
    left: 742px;
    border-radius: 5px;

}

.hero-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.hero-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.hero-videos {
    width: 232px;
    height: 40px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #00BAFC;
    border: none;
    color: #FFFFFF;
}

.hero-videos:hover {
    text-decoration: underline 2px;
    background: #178ab4;
}

/* --------------------------------------- Xizmatlar ----------------------------- */
.xizmatlar__title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 25px;
}

.xizmatlar__text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    width: 650px;
    margin-left: 280px;
    margin-bottom: 50px;
}

.ximzatlar__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.xizmatlar__item {
    width: 320px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px #bab9b9;
    opacity: 1;
    top: 8px;
    border-radius: 5px;
    align-items: center;
    margin: 20px;
}

.xizmatlar__img {
    padding-left: 60px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.ximatlar__list--title {
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}

.xizmatlar__list--text {
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.xizmatlar-span {
    display: flex;
    margin-left: 50px;
    margin: 20px;
}

.xizmatlar-link {
    text-align: center;
}

.xizmatlar-buyurtma {
    width: 167px;
    height: 40px;
    opacity: 1;
    gap: 10px;
    border-radius: 5px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #00BAFC;
    border: none;
    color: #FFFFFF;
    margin: 10px;
}

.xizmatlar-buyurtma:hover {
    background: #178ab4;
}

.xizmatlar-xizmatlar {
    width: 192px;
    height: 24px;
    opacity: 1;
    top: 32px;
    left: 183px;
    color: #00BAFC;
}

.xizmatlar-xizmatlar:hover {
    text-decoration: underline 1px;
    color: #178ab4;
}

/* ---------------------------------- Biz -------------------------------------- */
.biz-title {
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.biz-text {
    width: 719px;
    text-align: center;
    height: 48px;
    font-family: sans-serif;
    font-weight: 400px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-left: 240px;
}

.biz-wrapper {
    display: flex;
    align-items: center;
}

.biz-wrapper {
    width: 832px;
    height: 278px;
    gap: 35px;
    margin-left: 200px;
}

.box-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 15px;
}

.box-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
    width: 450px;
}

.biz-link {
    text-align: center;
    margin-bottom: 50px;
}

/* ------------------------- Form ----------------------------- */
.form-container {
    height: 543px;
    background: #00BAFC;
}

.form-title {
    padding-top: 50px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
}

.form-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-left: 280px;
    text-align: center;
    width: 650px;
    height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.form-list {
    width: 348px;
    height: 300px;
    background: #fff;
    margin-left: 437px;
}

.form-box {
    text-align: center;
}

.form-box-ismingiz {
    margin-top: 20px;
    width: 270px;
    height: 56px;
    padding-left: 15px;
    border: none;
    background: #F3F3F3;
    margin-bottom: 20px;
}

.form-box-telefon {
    width: 270px;
    height: 56px;
    padding-left: 15px;
    border: none;
    background: #F3F3F3;
    margin-bottom: 20px;
}

.form-box-xizmat {
    width: 284px;
    height: 56px;
    padding-left: 15px;
    border: none;
    background: #F3F3F3;
}

::placeholder {
    color: #000000;
}

/* --------------------------------- footer ---------------------------------- */
.footer-container {
    height: 338px;
    background: #191919;
    margin-bottom: 20px;

}

.footer-list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-item {
    display: flex;
    flex-direction: column;
    width: 143px;
    padding-top: 56px;
    padding-right: 100px;
    color: #FFFFFF;
}

.footer-title {
    color: #FFFFFF;
    padding-top: 56px;
    padding-left: 100px;
    padding-bottom: 20px;
}

.footer-text {
    color: #FFFFFF;
    width: 310px;
    height: 120px;
    padding-left: 100px;
    font-family: sans-serif;
    line-height: 150%;
}

.footer-link:hover {
    color: #178ab4;
}

.footer-box-link {
    margin-top: 16px;
    color: #FFFFFF;
}

.footer-link {
    display: flex;
    margin-top: 20px;
    color: #FFFFFF;
}

.footer-box-link:hover {
    color: #178ab4;
}

.footer-img {
    margin-right: 10px;
}