.about {
    position: relative;
    background-color: #E0E1DF;
}

    .about .decor-1 {
        position: absolute;
        left: 0;
        top: 14%;
        z-index: 2;
        opacity: .3;
    }

    .about .decor-2 {
        position: absolute;
        right: 0;
        z-index: 2;
        top: 71%;
        opacity: .3;
    }

.about-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.about-item-center .content {
    margin: 0 18px;
    text-align: justify;
    width: 50%;
    background-color: #ffae1124;
    padding: 16px;
}

    .about-item-center .content:first-child {
        margin-left: 0;
    }

    .about-item-center .content:last-child {
        margin-right: 0;
    }

    .about-item-center .content p {
        font-size: 17px;
        line-height: 198%;
    }

    .about-item-center .content ul {
        color: #333;
    }

        .about-item-center .content ul li {
            font-size: 17px;
        }

    .about-item-center .content::first-letter {
        initial-letter: 2;
        padding: 0;
        padding: 10px;
        font-family: stang;
        color: var(--default-color-1);
    }

.about-banner img {
    position: absolute;
    z-index: 1;
}

.about-banner-container .slug {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 23px 18px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .about-banner-container .slug .item {
        font-family: 'avertaSTDSB';
        color: #333;
        padding: 0 10px;
        border-right: 2px solid #ffae1154;
        font-size: 14px;
        letter-spacing: 1px;
        transition: all linear .2s;
    }

        .about-banner-container .slug .item:hover {
            color: var(--default-color-1);
            text-decoration: underline;
        }

.about-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-banner-title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'avertaLight';
    letter-spacing: 3px;
    /* font-family: jostR; */
    font-size: 14px;
    font-weight: 100;
}

.about-banner-container .slug .item:last-child {
    border: none;
    text-decoration: underline;
    color: var(--default-color-2);
}

.about-banner-title-2 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 4px;
    margin: 0;
    font-weight: 100;
    font-size: 17px;
    position: absolute;
    /* text-transform: uppercase; */
}

    .about-banner-title-2 strong {
        display: block;
        font-family: 'beauR';
        font-size: 43px;
        margin-top: 15px;
        color: var(--default-color-2);
    }

.about-banner-title-3 {
    margin: 0;
    color: #fff;
    font-weight: 100;
    /* font-family: 'jostR'; */
    font-size: 18px;
    text-align: center;
    line-height: 126%;
}

.about-banner .grid.wide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
    /* max-width: 800px; */
}



.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

    .about-container .img-title {
        display: none;
    }

.about-welcome {
    color: var(--default-color-3);
    font-size: 19px;
    letter-spacing: 3px;
    margin-top: 0;
    text-align: center;
    font-family: 'montM';
    margin-bottom: 6px;
    line-height: 150%;
}

.about-title {
    margin: 0;
    font-family: 'beauR';
    font-size: 33px;
    color: #1a1b1a;
    text-align: center;
    font-weight: 100;
    padding: 0 80px;
    margin: 0 0;
    margin-bottom: 24px;
    margin-top: 5px;
    font-weight: bold;
    text-transform: capitalize;
}

.about-descript {
    color: #333632;
    font-size: 18px;
    text-align: center;
    padding: 0 120px;
    line-height: 33px;
}

.about-img-1 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    height: 650px;
}

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


.about-item {
    display: flex;
    align-items: center;
    margin: 45px 0;
}

    .about-item .title {
    }

    .about-item .descript {
    }

.about-item-left .img {
    /* display: none !important; */
    /* justify-content: center; */
    /* margin-bottom: 80px; */
}

.about-item-left {
    /* flex-direction: column; */
    /* margin: 40px 0; */
}

.about-item.about-item-right .wrap {
    padding-left: 0;
    padding-right: 70px;
}

.about-item.about-item-right .img .img-1 {
    width: 401px;
    height: 535px;
}

.about-item.about-item-right .img .img-2 {
    width: 371px;
    height: 464px;
    top: 42px;
}

.about-item-right {
    flex-direction: row-reverse;
}

.about-item-left .img {
    /* width: 100%; */
}

.about-item .img {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

    .about-item .img .img-1 {
        width: 321px;
        height: 481px;
    }

    .about-item .img .img-2 {
        width: 441px;
        height: 552px;
        position: absolute;
        right: 0;
    }


.about-item-img {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 25px;
    row-gap: 25px;
    width: 100%;
    margin-top: 50px;
}

    .about-item-img .img {
        height: 536px;
    }

.about-item .wrap {
    flex: 1;
    padding-left: 70px;
}

    .about-item .wrap .title {
        margin: 0;
        font-size: 13px;
        font-weight: 100;
        text-transform: uppercase;
        /* font-family: wixM; */
        letter-spacing: 3px;
        font-weight: bold;
    }

    .about-item .wrap .descript {
        font-family: 'BeauDisM';
        font-size: 33px;
        color: #1a1b1a;
        text-transform: capitalize;
        margin: 16px 0;
        display: block;
    }

    .about-item .wrap .content p {
        font-size: 16px;
        color: #333632;
        line-height: 31px;
    }

    .about-item .wrap .content {
    }

.about-tienich {
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(6,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 30px;
    margin-bottom: 70px;
}

    .about-tienich .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .about-tienich .item img {
        }

        .about-tienich .item span {
            font-size: 18px;
            display: block;
            color: #1a1b1a;
            margin-top: 12px;
        }

.about-count {
    position: relative;
}

    .about-count::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        z-index: 2;
    }

    .about-count .grid.wide {
    }

    .about-count img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.about-count-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
}

.about-count .title {
    margin: 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.about-count .descript {
    color: #fff;
    font-size: 37px;
    text-align: center;
    font-family: 'svn';
    padding: 0 85px;
}

.about-count .count-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 35px;
    row-gap: 20px;
    margin-top: 30px;
}

.about-count .count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .about-count .count-item strong {
        font-size: 65px;
        font-family: 'mar';
        color: #eee;
        letter-spacing: 4px;
        font-weight: 100;
    }

    .about-count .count-item span {
        color: #eee;
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: center;
    }

.about-contact {
    position: relative;
}

    .about-contact::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .6;
        z-index: 2;
    }

    .about-contact img.fill {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .about-contact .container {
        display: flex;
        align-items: center;
        z-index: 3;
        position: relative;
        justify-content: space-between;
        padding: 120px 0;
    }

    .about-contact .left {
        width: 54%;
    }

        .about-contact .left h3 {
            margin: 0;
            color: #fff;
            font-weight: 100;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 3px;
        }

        .about-contact .left h4 {
            margin: 0;
            color: #fff;
            font-weight: 100;
            font-family: 'svn';
            font-size: 42px;
            margin-top: 23px;
        }

    .about-contact .right {
        padding-left: 25px;
        flex: 1;
    }

    .about-contact .about-input input::placeholder {
        color: #fff;
    }

    .about-contact .about-input input {
        outline: none;
        font-size: 16px;
        border: none;
        background-color: transparent;
        color: #fff;
        flex: 1;
        padding-right: 20px;
        padding: 10px 0;
        padding-right: 20px;
    }

    .about-contact .about-input a {
        display: flex;
        align-items: center;
        font-size: 15px;
    }

        .about-contact .about-input a span {
            color: #fff;
        }

        .about-contact .about-input a img {
            width: 30px;
        }

    .about-contact .about-input {
        display: flex;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

.about-item-center {
    line-height: 29px;
    width: 100%;
    margin-top: 48px;
    display: flex;
}
/*RS*/
@media(max-width:1023px) {
    .about-banner {
        /* height: 600px; */
    }

    .about-item-center .content {
        width: 100%;
    }

    .about-item-center {
        flex-direction: column;
        margin-top: 30px;
    }

        .about-item-center .content {
            padding: 0;
            margin-bottom: 20px;
            margin: 0;
            margin-bottom: 20px;
            padding: 24px;
        }

    .about-img-1 {
        height: auto;
    }

    .about-title {
        padding: 0;
    }

    .about-descript {
        padding: 0;
    }

    .about-item .img .img-2 {
        display: none;
    }

    .about-item .wrap {
        padding: 0 !important;
    }

    .about-item {
        margin: 20px 0;
        flex-direction: column;
    }

        .about-item .img .img-1 {
            width: 100% !important;
            height: 320px !important;
            margin-bottom: 30px;
        }

        .about-item .img {
            width: 100%;
            margin-bottom: 0;
        }

    .about-count .descript {
        padding: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .about-item-img {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 25px;
    }

        .about-item-img .img {
            height: 350px;
        }
}

@media(max-width:739px) {
    .about-banner-title-2 {
        font-size: 13px;
    }

        .about-banner-title-2 strong {
            font-size: 22px;
        }

    .about-banner-title-3 {
        font-size: 16px;
    }

    .about-banner {
        height: 260px;
    }

    .about-title {
        font-size: 25px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .about-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .about-item .wrap .descript {
        font-size: 30px;
        margin: 12px 0;
    }

    .about-item .wrap .content p {
        font-size: 16px;
        line-height: 27px;
    }

    .about-item .wrap .title {
        font-size: 12px;
    }

    .about-tienich {
        grid-template-columns: repeat(3,minmax(0,1fr));
        margin-bottom: 30px;
    }

        .about-tienich .item span {
            font-size: 15px;
            margin-top: 12px;
            text-align: center;
        }

        .about-tienich .item img {
            width: 35px;
        }

    .about-count-container {
        padding: 80px 0;
    }

    .about-count .title {
        margin: 0;
        font-size: 13px;
    }

    .about-count .descript {
        font-size: 27px;
        margin-top: 15px;
    }

    .about-count .count-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .about-count .count-item strong {
        font-size: 48px;
    }

    .about-count .count-item span {
        font-size: 11px;
    }

    .about-contact .container {
        flex-direction: column;
        padding: 60px 0;
    }

    .about-contact .left {
        width: 100%;
    }

    .about-contact .right {
        flex: unset;
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .about-contact .left h4 {
        font-size: 29px;
    }

    .about-descript {
        font-size: 15px;
        line-height: 166%;
    }

    .about .decor-1,
    .about .decor-2 {
        display: none;
    }

    .about-banner-container .slug {
        padding: 10px 8px;
    }

    .about-welcome {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .about-item-img {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 30px;
    }

        .about-item-img .img {
            display: none;
        }

            .about-item-img .img:first-child {
                display: block;
                height: 295px;
            }

    .about-item-center {
        margin-top: 12px;
    }

        .about-item-center .content p {
            font-size: 15px;
        }

        .about-item-center .content {
            padding: 10px;
        }

            .about-item-center .content:last-child {
                margin-bottom: 0;
            }

    .about-title {
        font-size: 19px;
    }

    .about-item-center .content ul li {
        font-size: 15px;
    }
}
