html, body {
    overflow-x: hidden;
}

.founder-info-sec {
    background: #FE9603;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 1px 0px 0px #FE9603;
    overflow: hidden;
}

.founder-info-sec .inside-sec {
    background: #212529;
    padding-top: 50px;
    box-shadow: 0px 1px 0px 0px #212529;
}

.founder-info-sec .first-sec {
    text-align: center;
}

.founder-info-sec .first-sec a {
    font-size: 13px;
    color: #FE9603;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 30px;
    border: 1px solid #FE9603;
}

.founder-info-sec .first-sec h2 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.founder-info-sec .svg-element {
    display: inline-block;
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

/* .founder-info-sec svg#wave {
    position: absolute;
    top: -5px;
} */

/* .founder-info-sec .elements_one {
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,0.05);
    height: 500px;
    width: 500px;
    position: absolute;
    border-radius: 60% 40% 25% 75% / 38% 52% 48% 62%;
    right: 10%;
    top: 0;
    z-index: 1;
}

.founder-info-sec .elements_two {
    height: 100%;
    width: 400px;
    position: absolute;
    background: #FE9603;
    border-radius: 97% 0% 0% 25% / 58% 25% 25% 0%;
    z-index: 0;
    right: 0;
}

.founder-info-sec .elements_three {
    height: 100%;
    width: 400px;
    position: absolute;
    background: #FE9603;
    content: '';
    left: 0;
    border-radius: 25% 0% 100% 0% / 0% 0% 100% 100%;
} */

.founder-info-sec .container .row {
       /* background: #212529; */
}

.founder-info-sec .img-box {
    z-index: 1;
    position: relative;
    background: #c4c4c4;
    display: flex;
    align-items: center;
    /* border-radius: 30px; */
    border-radius: 25% 75% 25% 75% / 75% 25% 75% 25%;
    overflow: hidden;
    justify-content: center;
    height: 415px;
    width: 550px;
    box-shadow: 12px -12px 2.5px 0 #FE9603;
}
.founder-info-sec .img-box img {
    max-width: 100%;
    position: relative;
    object-fit: contain;
    top: 60px;
}

.founder-info-sec .info-box .intro {
    color: white;
    font-size: 20px;
}

.founder-info-sec .info-box div {
    color: white;
    font-size: 35px;
    margin: 5px 0px;
}

.founder-info-sec .info-box div .highlight {
    background: #FE9603;
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
}

.founder-info-sec .info-box p {
    color: white;
    font-size: 14px;
}

.founder-info-sec .center-box {
    display: flex;
    align-items: center;
}

.about-company-sec .first-sec {
    text-align: center;
}

.about-company-sec .first-sec a {
    font-size: 13px;
    color: #212529;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 30px;
    border: 1px solid #212529;
}

.about-company-sec .first-sec h2 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.about-company-sec {
    /* background-color: #FE9603; */
    /* padding: 10px 0px; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.about-company-sec .inside-sec {
    background-color: #FE9603;
    padding: 10px 0px;
    box-shadow: 0px 1px 0px 0px #FE9603;
}

.about-company-sec .container {

}

.about-company-sec .container {

}

.about-company-sec .container .inside-img {

}

.about-company-sec .container .inside-img img {
    max-width: 100%;
}

.about-company-sec .container .inside-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.about-company-sec .container .inside-box div {
    background: #212529;
    margin: 15px 0px;
    padding: 0px 10px;
    font-size: 35px;
    border-radius: 5px;
    color: white;
}

.about-company-sec .container .inside-box p {
    font-size: 14px;
}

.about-company-sec .svg-element {
    display: inline-block;
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.team-sec {
    padding-top: 30px !important;
    padding-bottom: 70px;
}

@media screen and (max-width: 1200px) {
    
    .founder-info-sec .img-box {
        z-index: 1;
        position: relative;
        background: #c4c4c4;
        display: flex;
        align-items: center;
        /* border-radius: 30px; */
        border-radius: 25% 75% 25% 75% / 75% 25% 75% 25%;
        overflow: hidden;
        justify-content: center;
        height: 335px;
        width: 440px;
        box-shadow: 12px -12px 2.5px 0 #FE9603;
    }

    .founder-info-sec .img-box img {
        max-width: 100%;
    }

    .founder-info-sec .info-box div {
        color: white;
        font-size: 30px;
        margin: 5px 0px;
    }

    .about-company-sec .container .inside-box div {
        background: #212529;
        margin: 15px 0px;
        padding: 0px 10px;
        font-size: 30px;
        border-radius: 5px;
        color: white;
    }




}

@media screen and (max-width: 992.99px) {
    .founder-info-sec .container .row {
        /* background: #212529; */
        display: flex;
        flex-direction: column-reverse;
    }

    .about-company-sec .container .inside-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .align-box {
        display: flex;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .founder-info-sec .info-box {
        padding: 25px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .founder-info-sec .info-box p {
        color: white;
        font-size: 14px;
        text-align: center;
        margin: 10px 0px;
    }

    .founder-info-sec .info-box div {
        color: white;
        font-size: 30px;
        margin: 10px 0px;
    }

    .about-company-sec .container .inside-box div {
        background: #212529;
        margin: 15px 0px;
        padding: 0px 10px;
        font-size: 30px;
        border-radius: 5px;
        color: white;
    }

}

@media screen and (max-width: 586.99px) {
    .founder-info-sec .img-box {
        z-index: 1;
        position: relative;
        background: #c4c4c4;
        display: flex;
        align-items: center;
        /* border-radius: 30px; */
        border-radius: 25% 75% 25% 75% / 75% 25% 75% 25%;
        overflow: hidden;
        justify-content: center;
        height: 315px;
        width: 405px;
        box-shadow: 12px -12px 2.5px 0 #FE9603;
    }

    .founder-info-sec .info-box div {
        color: white;
        font-size: 25px;
        margin: 10px 0px;
    }

    .about-company-sec .container .inside-box div {
        background: #212529;
        margin: 15px 0px;
        padding: 0px 10px;
        font-size: 25px;
        border-radius: 5px;
        color: white;
    }

    .founder-info-sec .info-box .intro {
        color: white;
        font-size: 18px;
    }

    .founder-info-sec .svg-element {
        display: inline-block;
        width: 100%;
        height: 40px;
        position: relative;
        overflow: hidden;
    }

    .about-company-sec .svg-element {
        display: inline-block;
        width: 100%;
        height: 40px;
        position: relative;
        overflow: hidden;
    }

    .founder-info-sec {
        box-shadow: 0px 1px 0px 0px #FE9603;
    }
    
}

@media screen and (max-width: 450.99px) {
    .founder-info-sec .img-box {
        z-index: 1;
        position: relative;
        background: #c4c4c4;
        display: flex;
        align-items: center;
        /* border-radius: 30px; */
        border-radius: 25% 75% 25% 75% / 75% 25% 75% 25%;
        overflow: hidden;
        justify-content: center;
        height: 255px;
        width: 325px;
        box-shadow: 12px -12px 2.5px 0 #FE9603;
    }

    .founder-info-sec .info-box {
        text-align: center;
    }
}