@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansita Swashed';
    src: url('../font/SansitaSwashed-SemiBold.woff2') format('woff2'),
        url('../font/SansitaSwashed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansita Swashed';
    src: url('../font/SansitaSwashed-Regular.woff2') format('woff2'),
        url('../font/SansitaSwashed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansita Swashed';
    src: url('../font/SansitaSwashed-Medium.woff2') format('woff2'),
        url('../font/SansitaSwashed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansita Swashed';
    src: url('../font/SansitaSwashed-Bold.woff2') format('woff2'),
        url('../font/SansitaSwashed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: "#092646"
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

span {
    display: block;
}

/* validate */

.form__input label.error {
    /* position: absolute;
    left: 0;
    top: 105%; */
    color: red;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
}

/* ------------------------------------class-global---------------------------------------- */

.gold-primary {
    background: linear-gradient(180deg, #FFC546 0%, #E7AB2A 14.41%, #AE8120 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.navy-primary {
    background: linear-gradient(180deg, #0B3869 0%, #092646 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.heading-global {
    font-family: 'Sansita Swashed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
}

.heading-global span {
    font-size: 56px;
    line-height: 66px;
}

.btn-popup {
    cursor: pointer;
}

/* -------------------------------------main----------------------------------------------- */

/* ----------------hero-------------------- */

.hero {
    position: relative;
    margin-top: 83px;
}

.hero .hero__banner {
    /* height: calc(100vh - 83px); */
    width: 100%;
    object-position: bottom;
}

.hero .hero__content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 20%;
}

.hero .hero__heading {
    text-align: center;
}

.hero .hero__heading span {
    display: block;
}

.hero .hero__heading .hero__heading--number {
    font-family: "Sansita Swashed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 96px;
}

.hero .hero__heading .hero__heading--blue {
    font-family: 'Sansita Swashed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
}

.hero .hero__heading .hero__heading--yellow {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #AE8120;
    max-width: 55%;
    margin: auto;
}

.hero .hero__awards {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: auto;
}

.hero .hero__awards .hero__item {
    max-width: 242px;
    width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 60px;
}

.hero .hero__awards .hero__item--title {
    font-family: 'Sansita Swashed', sans-serif;
    font-style: normal;
    font-weight: 400;
    /* font-size: 36px; */
    /* line-height: 46px; */
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px;
    text-align: center;
}

.hero .hero__awards .hero__item--subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.hero .hero__awards .hero__item--icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* -------------------infor------------------- */

.infor {
    padding: 96px 0 80px;
    position: relative;
}

.infor .infor__bg {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.infor .infor__desc {
    text-align: center;
}

.infor .infor__desc--doctor {
    font-family: 'Sansita Swashed';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    margin: 24px 0 12px;
}

.infor .infor__desc--text {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #323232;
}

.infor .infor__list .infor__item .infor__item--title {
    font-family: 'Sansita Swashed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
}

.infor .infor__list .infor__item .infor__item--title span {
    font-size: 38px;
    display: inline-block;
}

.infor .infor__list .infor__item .infor__item--desc {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #323232;
}

.infor .infor__list .infor__item:first-child,
.infor .infor__list .infor__item:nth-child(3),
.infor .infor__list .infor__item:nth-child(5) {
    position: absolute;
    top: 0;
    right: 95%;
    width: 340px;
    text-align: right;
}

.infor .infor__list .infor__item:nth-child(2),
.infor .infor__list .infor__item:nth-child(4),
.infor .infor__list .infor__item:nth-child(6) {
    position: absolute;
    top: 0;
    left: 95%;
    width: 340px;
    text-align: left;
}

.infor .infor__list .infor__item:nth-child(3) {
    top: 40%;
    right: 100%;
}

.infor .infor__list .infor__item:nth-child(4) {
    top: 40%;
    left: 100%;
}

.infor .infor__list .infor__item:nth-child(5) {
    top: 76%;
}

.infor .infor__list .infor__item:nth-child(6) {
    top: 76%;
}

/* --------------------------commit---------------------- */

.commit {
    padding: 120px 0;
    background: #F6F8FA;
}

.commit .commit__stars {
    max-width: 212px;
    margin: auto;
    margin-top: 30px;
}

.commit .commit__item {
    text-align: center;
}

.commit .commit__item:hover .commit__item--img img {
    transform: rotateY(360deg);
    transition: all 0.3s linear;
}

.commit .commit__item--img img {
    width: 88px;
    height: 88px;
    transition: all 0.3s linear;
}

.commit .commit__item--title {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.commit .commit__list {
    padding: 40px 0 80px;
}

.commit .commit__phone {
    padding: 12px 24px;
    background: linear-gradient(180deg, #0B3869 0%, #092646 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    margin: auto;
    transition: all 0.3s linear;
}

.commit .commit__phone:hover {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.commit .commit__phone span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}

.commit .commit__phone img {
    width: 19px;
    height: 19px;
}

/* --------------------------certificate----------------------------- */

.certificate {
    background-color: #D2B881;
    padding: 104px 0;
}

.certificate .heading-global span {
    display: inline-block;
}

.certificate .certificate__list {
    padding: 80px 90px 0;
}

.certificate .certificate__wrap {
    position: relative;
}

/* the slides */
.certificate  .slick-slide {
    margin: 0 20px;
}

/* the parent */
.certificate .slick-list {
    margin: 0 -20px;
}

.certificate .certificate__arrow {
    background-color: transparent;
    border: 0;
    transition: all 0.3s linear;
}

.certificate .certificate__arrow:hover {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.certificate .certificate__arrow img {
    width: 46px;
    height: 46px;
}

.certificate .certificate__arrow.arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
}

.certificate .certificate__arrow.arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
}

/*-----------------------------veneer----------------------------- */

.veneer {
    padding: 104px 0;
}

.veneer .veneer__list {
    padding: 80px 0 100px;
}

.veneer .veneer__item--img {
    overflow: hidden;
    border-radius: 50%;
    width: 164px;
    height: 164px;
    margin: auto;
}

.veneer .veneer__item--title {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}

.veneer .veneer__desc {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 80px;
    background-color: #F4F4F4;
    padding: 40px 80px;
    box-shadow: 0px 0px 2px rgba(45, 45, 45, 0.25);
    border-radius: 8px;
}

.veneer .veneer__desc--img img {
    width: 140px;
    height: 140px;
}

.veneer .veneer__desc--text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.veneer .veneer__desc--text p:not(:last-child) {
    margin-bottom: 20px;
}

/* --------------------------service------------------------ */

.service {
    padding: 104px 0;
    background: #F6F8FA;
}

.service .service__list {
    padding: 80px 0;
}

.service .service__item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s;
}

.service .service__item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s;
}

.service .service__item--header {
    display: flex;
    align-items: self-end;
    gap: 16px;
}

.service .service__item--header .service__item--img img {
    height: 68px;
    width: auto;
}

.service .service__item--title {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
}

.service .service__item--content {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #323232;
    margin: 24px 0;

    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}

.service .service__item--link {
    display: flex;
    align-items: center;
    gap: 8px;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: underline;
    width: fit-content;
    margin-left: auto;

    position: relative;
}

.service .service__item--link::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #092646;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
}

.service .service__item--link img {
    width: 20px;
    height: auto;
}

.service .service__item--link:hover::after {
    width: 0%;
    transition: all 0.3s;
}

/* ------------------------------result-------------------------- */

.result {
    background: linear-gradient(180deg, #0B3869 0%, #092646 100%);
    padding: 104px 0;
}

.result .heading-global {
    color: #fff;
}

.result .result__item {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #0B3767;
    border-radius: 8px;
    padding: 4px;
}

.result .result__list {
    padding: 80px 90px 0;
}

/* the slides */
.result  .slick-slide {
    margin: 0 20px;
}

/* the parent */
.result .slick-list {
    margin: 0 -20px;
}

.result .result__group {
    position: relative;
}

.result .result__arrow {
    background-color: transparent;
    border: 0;
    transition: all 0.3s linear;
}

.result .result__arrow:hover {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.result .result__arrow img {
    width: 46px;
    height: 46px;
}

.result .result__arrow.arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
}

.result .result__arrow.arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
}

/* ------------------------client--------------------- */

.client {
    padding: 104px 0;
}

.client .client__item--quote img {
    width: 46px;
    height: auto;
}

.client .client__item--header-avt {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.client .client__item--header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.client .client__item {
    display: flex;
    align-items: self-start;
    gap: 4px;
}

.client .client__header {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.client .client__item--header-content .name {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
}

.client .client__item--header-content .position {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* margin: 8px 0; */
}

.client .client__item--desc {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;

    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 7; /* number of lines to show */
           line-clamp: 7; 
   -webkit-box-orient: vertical;
}

.client .client__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 50px;
}

.client .img-rating {
    width: 130px;
    height: auto;
}

.client .client__item--header-content {
    flex: 1 0 0;
}

/* ----------------------------form------------------------- */

.form {
    padding: 104px 0;
    position: relative;
}

.form .form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

 .form__input label img {
    height: 24px;
    width: auto;
}

.form__input label {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: self-end;
    gap: 8px;
}

.form__wrap {
    background-color: #fff;
    padding: 40px 80px;
    max-width: 900px;
    margin: auto;
}

.form .form__heading {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
}

.form .form__desc {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    margin: 24px 0;
}

 .form__input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

 .form__input--wrap {
    position: relative;
}

 .form__input input,
 .form__input select {
    width: 99%;
    height: 44px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #323232;
    outline: none;
    padding-left: 16px;

    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}

 .dropdown-select {
    position: absolute;
    width: 16px;
    height: auto;
    top: 18px;
    right: 20px;
}

 .form__input select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

 .form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 40px;
}

 .form__submit {
    color: #fff;
    background-color: #092646;
    border: 1px solid #092646;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 12px 32px;
    margin-top: 23px;
    transition: all 0.3s;
}

 .form__submit:hover {
    background-color: #fff;
    border: 1px solid #092646;
    color: #092646;
    transition: all 0.3s ;
}

/* ---------------------------popup---------------------------- */

.blur {
    position: fixed;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.blur.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.popup__booking {
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
    padding: 40px 80px;
    width: 80%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.popup__booking.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.popup__booking .booking__calendar--img img {
    height: 22px;
    width: auto;
}

.popup__booking .booking__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.popup__booking .booking__calendar {
    display: flex;
    align-items: start;
    gap: 8px;
}

.popup__booking .booking__calendar--text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.popup__booking .booking__time {
    display: flex;
    align-items: center;
    gap: 8px;
}

.popup__booking .booking__time--group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.popup__booking .booking__time--text,
.popup__booking .booking__time--item {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.popup__booking .booking__time--item {
    color: #323232;
    border: 1px solid #323232;
    border-radius: 8px;
    padding: 2px 4px;
}

.popup__booking .booking__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

.popup__booking label,
.popup__booking button {
    font-size: 16px;
}

.popup__booking button {
    height: 36px;
    margin-top: auto;
    padding: 0;
}

.popup__booking .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup__booking .close-button img {
    width: 15px;
    height: auto;   
}

.popup__booking .form__input input {
    height: 36px;
}

.popup__booking .form__input label img {
    height: 18px;
}


@media screen and (max-width: 1400px) {

    /* hero */

    .hero .hero__heading .hero__heading--yellow {
        max-width: 65%;
        font-size: 24px;
        line-height: 34px;
    }

    .hero .hero__heading .hero__heading--number {
        font-size: 70px;
        line-height: 80px;
    }

    .hero .hero__heading .hero__heading--blue {
        font-size: 40px;
        line-height: 50px;
    }

    .hero .hero__awards .hero__item--subtitle {
        font-size: 16px;
    }

    .hero .hero__awards .hero__item--title {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 4px;
    }


    /* infor */

    .infor .infor__list .infor__item .infor__item--title {
        font-size: 20px;
        line-height: 30px;
    }

    .infor .infor__list .infor__item .infor__item--desc {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1200px) {

    /* hero */

    .hero .hero__banner {
        height: calc(100vh - 83px);
    }

    /* infor */

    .infor .infor__list .infor__item:nth-child(2), .infor .infor__list .infor__item:nth-child(4), .infor .infor__list .infor__item:nth-child(6),
    .infor .infor__list .infor__item:first-child, .infor .infor__list .infor__item:nth-child(3), .infor .infor__list .infor__item:nth-child(5) {
        width: 220px;
    }

    .infor .infor__list .infor__item .infor__item--title {
        font-size: 16px;
        line-height: 26px;
    }

    .infor .infor__list .infor__item .infor__item--desc {
        font-size: 12px;
        line-height: 22px;
    }

    .infor .infor__desc--text {
        font-size: 18px;
        line-height: 28px;
    }

    /* service */

    .service .service__item--header .service__item--img img {
        height: 48px;
    }

    .service .service__item--content {
        font-size: 16px;
        line-height: 26px;
    }

    .service .service__item--title {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
    }

    .service .service__item--link {
        font-size: 14px;
    }

    .service .service__item {
        padding: 20px 15px;
    }

    /* client */

    .client .client__item--header-content .name {
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {

    /* hero */

    .hero .hero__awards .hero__item--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 4px;
    }

    .hero .hero__awards .hero__item--icon {
        bottom: 16px;
    }

    .hero .hero__awards {
        bottom: 0px;
    }

    .hero .hero__heading .hero__heading--yellow {
        font-size: 19px;
        line-height: 29px;
    }

    .hero .hero__heading .hero__heading--blue {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .hero .hero__heading .hero__heading--number {
        font-size: 40px;
        line-height: 50px;
    }

    /* infor */

    .infor .infor__list .infor__item .infor__item--title {
        font-size: 14px;
        line-height: 24px;
    }

    .infor .infor__list .infor__item:nth-child(2), .infor .infor__list .infor__item:nth-child(4), .infor .infor__list .infor__item:nth-child(6), .infor .infor__list .infor__item:first-child, .infor .infor__list .infor__item:nth-child(3), .infor .infor__list .infor__item:nth-child(5) {
        width: 170px;
    }

    .infor .infor__bg {
        position: relative;
        max-width: 401px;
        margin: auto;
    }

    .infor .infor__list .infor__item .infor__item--title span {
        font-size: 26px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .hero .hero__banner {
        height: auto;
    }

    .hero .hero__awards .hero__item--subtitle {
        font-size: 10px;
    }

    .hero .hero__awards .hero__item--title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0;
    }

    .hero .hero__awards .hero__item {
        padding-bottom: 20px;
    }

    .hero .hero__awards .hero__item--icon {
        bottom: -2px;
    }

    .hero .hero__heading .hero__heading--blue {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .hero .hero__heading .hero__heading--yellow {
        font-size: 14px;
        line-height: 20px;
    }

    .hero .hero__heading .hero__heading--number {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 576px) {


    .heading-global {
        font-size: 24px;
        line-height: 34px;
    }

    .heading-global span {
        font-size: 32px;
        line-height: 42px;
    }

    /* hero */

    .hero {
        position: relative;
        margin-top: 67px;
    }

    .hero .hero__awards {
        position: relative;
        background-color: #092c52;
        border: 1px solid #092c52;
        padding: 10px 0;
        transform: translateY(-30px);
    }

    .hero .hero__heading .hero__heading--number {
        font-size: 20px;
        line-height: 30px;
    }

    .hero .hero__heading .hero__heading--blue {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .hero .hero__heading .hero__heading--yellow {
        font-size: 10px;
        line-height: 16px;
    }

    .hero .hero__content {
        top: 10px;
    }

    .hero .hero__awards .hero__item {
        margin-bottom: 20px;
    }

    /* infor */

    .infor {
        padding: 40px 0;
    }

    .infor .infor__desc--text {
        font-size: 16px;
        line-height: 26px;
    }

    .infor .infor__list {
        margin-top: 40px;
    }

    .infor .infor__list .infor__item:nth-child(2), .infor .infor__list .infor__item:nth-child(4), .infor .infor__list .infor__item:nth-child(6), .infor .infor__list .infor__item:first-child, .infor .infor__list .infor__item:nth-child(3), .infor .infor__list .infor__item:nth-child(5) {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .infor .infor__list .infor__item .infor__item--title {
        width: 70%;
        margin: auto;
    }

    /* commit */

    .commit {
        padding: 60px 0;
        background: #F6F8FA;
    }

    .commit .commit__item {
        margin-bottom: 30px;
    }

    .commit .commit__item--title {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    .commit .commit__list {
        padding: 40px 0 40px;
    }

    .commit .commit__stars {
        max-width: 120px;
        margin-top: 12px;
    }

    /* certificate */

    .certificate {
        background-color: #D2B881;
        padding: 60px 0;
    }

    .certificate .certificate__arrow img {
        width: 30px;
        height: 30px;
    }

    .certificate .certificate__list {
        padding: 30px 50px 0;
    }

    /* venee */

    .veneer {
        padding: 60px 0;
    }

    .veneer .veneer__list {
        padding: 40px 0 40px;
    }

    .veneer .veneer__item {
        margin-bottom: 30px;
    }

    .veneer .veneer__item--title {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
    }

    .veneer .veneer__desc {
        margin: 0;
        padding: 10px 20px;
        flex-direction: column;
    }

    .veneer .veneer__desc--img img {
        width: 70px;
        height: 70px;
    }

    .veneer .veneer__desc--text {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    /* service */

    .service {
        padding: 60px 0 0;
    }

    .service .service__list {
        padding: 40px 0;
    }

    .service .service__item--title {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }

    .service .service__item--content {
        font-size: 16px;
        line-height: 26px;
    }

    .service .service__item {
        padding: 20px 30px;
        margin-bottom: 30px;
        height: fit-content;
    }

    /* form */

    .form__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 24px 20px;
    }

    .form__wrap {
        padding: 40px 20px;
    }

    .form .form__desc {
        font-size: 16px;
        line-height: 26px;
        margin: 12px 0 24px;
    }

    .form .form__heading {
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
    }

    .form__input label {
        font-size: 16px;
    }

    .form__submit {
        margin-top: 36px;
    }

    /* result */

    .result {
        padding: 60px 0;
    }

    .result .result__list {
        padding: 40px 50px 0;
    }

    .result .result__arrow img {
        width: 30px;
        height: 30px;
    }

    /* client */

    .client {
        padding: 60px 0;
    }

    .client .client__header {
        align-items: center;
        margin-bottom: 60px;
    }

    .client .client__item--quote img {
        width: 24px;
        height: auto;
    }

    .client .client__list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px 30px;
    }

    .client .client__item--header {
        margin-bottom: 12px;
    }

    /* popup */

    .popup__booking {
        width: 100%;
        height: 90vh;
        top: 50%;
        padding: 80px 20px 40px;
    }

    .popup__booking .booking__header {
        flex-direction: column;
        gap: 30px;
        align-items: self-start;
    }

    .popup__booking .booking__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .popup__booking button {
        height: 48px;
    }
}