* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

html {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 32.4px;
    color: #272525;
    font-family: Inter, sans-serif;
    word-wrap: break-word;

}

.font_sec_title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.35px;
    line-height: 58.5px;
    margin-bottom: 25px;

}

.font22_5 {
    font-size: 22.5px;
    font-weight: 700;
    letter-spacing: -0.675px;
    line-height: 29.25px;
}

.number27 {
    font-size: 27px;
    color: #272525;

}

.font27 {
    font-size: 27px;
    font-weight: 700;
    color: black;
}

.inset_shadow {
    box-shadow: inset 0 7px 15px -15px rgb(0, 0, 0) !important;
}

.shadow {
    box-shadow: 0 7px 15px -15px black;
}

header {
    width: 100%;
    height: 432px;
}

.background {
    width: 100%;
    height: 100%;
    background-image: url(../img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.hd_cen_col_opacity {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.padding {
    margin: auto;
    line-height: 1.6;
    padding: 85.5px 67.5px;
}

.hd_large_letter {
    font-size: 54px;
    font-weight: 700;
    color: white;
    margin-bottom: 0.3em;
}

.hd_small_letter {
    font-size: 18px;
}

.hd_color {
    color: #E5E0DF;
}

.border {
    border-bottom: 1px solid #E5E0DF;
}

.container {
    max-width: 990px;
    width: 100%;
    margin: auto;
    padding: 85.5px 67.5px;
}

.grid_container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 18px;
}

.grid_container>div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.sec1_grid {
    display: flex;
    flex-direction: column;
}

.sec1_grid img {
    width: 288px;
    height: 288px;
    border-radius: 6px;

}

.sec1_txt1_title1 {
    margin: 15px;
}

.grid_row1 {
    grid-area: box1;
}

.grid_row2 {
    grid-area: box2;
}

.grid_row3 {
    grid-area: box3;
}

.sec2_box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "box1 box2 box3";
    gap: 18px;
}

.sec2_box1 {
    background-color: rgb(218, 219, 241);
    border: 1px solid rgb(180, 183, 228);
    padding: 19px 20.57px;
    border-radius: 6px;
}

.width100 {
    width: 100%;
}

@media(max-width: 872px) {
    .sec2_box {
        grid-template-areas: "box1 box2" "box3 box3";
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 620px) {
    .sec2_box {
        grid-template-columns: auto;
    }

    .grid_row1 {
        grid-column: 1 / span2;
        grid-row: 1;
    }

    .grid_row2 {
        grid-column: 1 / span2;
        grid-row: 2;
    }

    .grid_row3 {
        grid-column: 1 / span2;
        grid-row: 3;
    }
}

.sec3_padding {
    padding: 32px;
    width: 100%;
    height: 472.56px;
    background-color: rgb(246, 244, 244);
    color-scheme: light;
}

.sec3_box {
    max-width: 990px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.justifyc {
    display: flex;
    justify-content: center;
}

.sec3_box1 {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.sec3_boxnum {
    margin-right: 20px;
}

.sec3_margin {
    margin-bottom: 18.5px;
}

.num1 {
    width: 40.5px;
    border: 1px solid #b2b7e4ff;
    background-color: #dadbf1;
    border-radius: 0.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_content {
    padding: 7px 0 0;
}

.sec4 {
    background: url(../img/field.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sec4_opacity {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
}

.sec4_container {
    max-width: 990px;
    width: 100%;
    margin: auto;
}

.hidden {
    display: none;
}

@media(max-width: 735px) {
    .block {
        display: none;
    }

    .hidden {
        display: block;
    }
}

.sec5_padding {
    padding: 49.5px 67.5px;
}

.sec5-1 {
    background-color: rgb(246, 244, 244);
    padding: 32px;

}

.sec5-1_box1 {
    max-width: 990px;
    width: 100%;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(229, 224, 223);
    border-radius: 12px;
}

.sec5-1_symbol {
    margin-top: 54px;
}

.sec5-1_symbol {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1em;
    border-top: 5px solid rgb(180, 183, 228);
}

.sec5_box {
    padding: 81px 18px 0;
    align-items: center;
    position: relative;
}

.sec5_box .mark {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40.5px;
    height: 40.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(180, 183, 228);
    border-radius: 6px;
    font-size: 27px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    color: #272525;
    background-color: #dadbf1;
}

.line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.59px;
    height: 63px;
    background-color: #b4b7e4;
}

.sec5_box_margin {
    margin-bottom: 18px;
    text-align: center;
}

.justi_cen {
    text-align: center;
}

.customer_txt {
    display: flex;
    justify-content: space-between;
}

.customer_padding {
    margin-top: 27px;
    margin-bottom: 27px;
}

.ratings {
    padding: 0 21.96px;
    width: 50%;
}

.reviews {
    padding: 0 21.96px;
    width: 50%;
}

.picture {
    font-family: Twemoji Mozilla, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, EmojiOne Color, Android Emoji, sans-serif;
}

@media(max-width: 728px) {
    .grid_container {
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
        width: 100%;
    }

    .sec1_grid {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
}


.sec5-1 {
    background-color: rgb(246, 244, 244);
    padding: 32px 16px;
}

.sec5-1_box1 {
    max-width: 990px;
    width: 100%;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(229, 224, 223);
    border-radius: 12px;
}

.sec5_padding {
    padding: 49.5px 67.5px;
}

.sec5_sym_padding {
    width: 600px;
    padding: 18px 0 18px 99px;
}

.all {
    width: 100%;
}

.app_goo_ama {
    margin-left: 1.5em;
    border-left: 4px solid #b4b7e4;
    height: 100%;
}

.TBpadding {
    padding: 18px 0 18px 99px;
    margin-bottom: 1em;
    position: relative;
}

.line_mark {
    position: absolute;
    top: 10px;
    left: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hid_line {
    width: 3.5em;
    height: 0.2em;
    z-index: 0;
    background-color: #b4b7e4;
}

.TBpadding .hid_mark {
    width: 40.5px;
    height: 40.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(180, 183, 228);
    border-radius: 6px;
    font-size: 27px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    color: #272525;
    background-color: #dadbf1;
}

.ama {
    margin-bottom: 0 !important;
}

.font_paddig {
    margin-bottom: 18px;
}

.sec1 img {
    width: 100%;
    height: auto;
}

@media(max-width: 425px) {
    .hd_large_letter {
        font-size: 40.5px;
    }

    .font_sec_title {
        font-size: 36px;
    }

    .font22_5 {
        font-size: 19.8px;
    }

    .sec5-1 {
        padding: 8px;
    }

    .ratings {
        padding: 0;
    }

    .reviews {
        padding-right: 0;
    }

    .box_padding {
        margin-bottom: 20px;
    }
}

@media(max-width: 325px) {
    .background {
        background-size: 100%;

    }
}