@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Julius+Sans+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: none !important;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

.container {
    max-width: 1170px !important;
    padding: 0 15px;
    margin: 0 auto;
}

.cmn-para {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* about */

h2 {
    font-family: "Julius Sans One", sans-serif;
    font-size: 28px;
    font-weight: 300;
    max-width: 552px;
}

.about-sec {
    padding-bottom: 81px;
    position: relative;
    z-index: 10;
}

.about-left>div {
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
}

.heading {
    max-width: 760px;
    padding: 66px 137px 66px 71px;
    background-color: #EAE5DE;
    transform: translateX(35px);
    position: relative;
    z-index: 13;
    border-right: 10px solid #D7CFC4;
}
.heading::after,.heading::before{
    content: "";
    background-color: #D7CFC4;
    position: absolute;
}
.heading::after{
    width: 27%;
    height: 10px;
    right: -10px;
    top: -10px;
}
.heading::before{
    width: 27%;
    height: 10px;
    right: -10px;
    bottom: -10px;
}

.about-left>p:nth-child(2) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.about-left>p:nth-child(3) {
    max-width: 605px;
}

.about-right>div {
    max-width: 622px;
    height: fit-content;
    z-index: 9;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}

.about-right>div>div {
    width: 58px;
    height: 100%;
    background-color: #D7CFC4;
    position: absolute;
    z-index: 12;
}

.about-right>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* what makes us */

.makes-us-sec {
    padding-bottom: 61px;
}

.makes-us-chield>h2 {
    max-width: 242px;
}

sup {
    font-size: 38px;
    top: 0;
}

/* .makes-us-chield>p {
    max-width: 325px;
} */

.about-social>a>i {
    color: black;
}

/* THINGS THAT  */

.things-left>h2 {
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 73px;
}

.things-left>div {
    display: flex;
    align-items: start;
    gap: 18px;
}

.things-left>div>img:nth-child(1) {
    max-width: 188px;
    height: 324px;
}

.things-left>div>img:nth-child(2) {
    max-width: 170px;
    height: 170px;
}

.things-sec>div>div {
    align-items: end;
}

.things-right>p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: bold;
    max-width: 572px;
}

.things-right>ul>li>img {
    margin-right: 11px;
}

.things-right>ul>li {
    max-width: 352px;
    display: flex;
    align-items: center;
}

/* about company */

.the-company-sec {
    padding-top: 101px;
}

.the-company-left>p:first-child {
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
}

.the-company-left>p:last-child {
    max-width: 677px;
    text-align: right;
    margin-left: auto;
}

.the-company-left>div {
    max-width: 94px;
    height: 1px;
    background-color: black;
    margin-left: auto;
}

.achive {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: right;
    text-align: center;
}

.achive>div>p:nth-child(1) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 37px;
    font-weight: bold;
}

.achive>div>p:nth-child(2) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.the-company-right {
    max-width: 356px;
    height: fit-content;
}

.the-company-right>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* service */

.service-sec {
    padding-top: 130px;
    padding-bottom: 100px;
}

.service-card {
    text-align: center;
}

.service-card>p:nth-child(2) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.service-card>p:nth-child(3) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}


@media screen and (max-width:1200px) {
    .about-right>div {
        max-width: 509px;
    }

    .about-left>div {
        margin-top: 60px;
        margin-bottom: 28px;
    }

    .heading {
        padding: 40px 137px 40px 71px;
    }

    .rectang {
        height: 219px;
    }
}

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

    .heading {
        padding: 20px 127px 20px 40px;
    }

    .about-right>div {
        max-width: 397px;
    }

    .cmn-para {
        font-size: 14px;
    }

    .about-left>p:nth-child(3) {
        max-width: 574px;
    }

    .about-left>div {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 25px;
    }

    .rectang {
        height: 165px;
    }

}

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

        .things-left>div {
    justify-content: center;
}
.things-right>p{
    text-align: center;
    margin: 0 auto;
}
.things-right>ul>li{
    margin: 0 auto;
}
.about-sec>div>div{
    flex-direction: column-reverse;
}
    .about-right>div{
        position: relative;
        margin: auto;
    }
    .heading{
        transform: translateX(0);
        padding: 20px 40px 20px 40px;
        text-align: center;
    }
    .rectang{
        left: 460px;
    }
    .the-company-right {
    margin: 0 auto;
}
.the-company-sec>div>div{
    flex-direction: column-reverse;
}
       
}


@media screen and (max-width: 1200px) {
    .the-company-left > p:first-child {
        font-size: 22px;
    }

    .achive > div > p:nth-child(1) {
        font-size: 32px;
    }

    .achive {
        gap: 18px;
    }
}


@media screen and (max-width: 1024px) {
    .the-company-left > p:last-child {
        font-size: 14px;
    }

    .achive {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 20px;
    }

    .achive > div {
        width: 45%;
    }

    .the-company-right {
        max-width: 300px;
    }
}


@media screen and (max-width: 992px) {
    .the-company-sec {
        padding-top: 80px;
    }

    .the-company-left > p:first-child {
        text-align: center;
    }

    .the-company-left > p:last-child {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .the-company-left > div {
        margin-left: auto;
        margin-right: auto;
    }

    .achive {
        justify-content: center;
    }

    .the-company-right {
        margin: 30px auto 0;
    }
}


@media screen and (max-width: 768px) {
    .achive {
        gap: 15px;
    }

    .achive > div {
        width: 48%;
    }

    .the-company-left > p:first-child {
        font-size: 20px;
    }

    .achive > div > p:nth-child(1) {
        font-size: 28px;
    }
}


@media screen and (max-width: 576px) {
    .the-company-sec {
        padding-top: 60px;
    }

    .achive > div {
        width: 100%;
    }

    .achive {
        gap: 10px;
    }

    .the-company-left > p:first-child {
        font-size: 18px;
    }

    .achive > div > p:nth-child(1) {
        font-size: 24px;
    }

    .achive > div > p:nth-child(2) {
        font-size: 13px;
    }

    .the-company-right {
        max-width: 100%;
        padding: 0 15px;
    }
}
