@font-face {
    font-family: "Poppins-Bold";
    src: url("../../fonts//poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("../../fonts/poppins/Poppins-ExtraBold.ttf");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../../fonts/poppins/Poppins-SemiBold.ttf");
}

html {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Poppins-Bold", sans-serif;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.m-between-sec {
    margin-top: 150px;
}
.p-between-sec {
    padding-top: 150px;
}
#main-bg {
    background: linear-gradient(180deg, #92e3a9 0%, #92b7e3 100%);
    width: 100%;
    height: 100%;
    position: relative;
}
#main-bg-coming {
    background-image: url("../../images/coming-bg.svg");
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
#home {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    height: 100%;
}
#whatWeDo {
    background-color: #92b7e3;
    width: 100%;
    height: 100%;
    padding-top: 220px !important;
}
.curved-div {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.curved-div img {
    width: 100%;
}
.m-between-sec.acc {
    margin-top: 250px;
}
.welcome-txt {
    font-family: "Poppins-SemiBold", sans-serif;
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
}
.help-span {
    display: inline-block;
    position: absolute;
    top: -85px;
    left: 55px;
}
.main-title {
    font-family: "Poppins-Bold", sans-serif;
    color: #000;
    font-size: 56px;
    line-height: 135%;
    text-transform: capitalize;
}
.coming-soon-title {
    font-family: "Poppins-Bold", sans-serif;
    color: #000;
    font-size: 128px;
    line-height: 135%;
    text-transform: capitalize;
}
.main-desc {
    font-family: "Poppins-Regular", sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
}
.discover-link,
.back-to-link {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: black;
    color: white;
    text-decoration: none;
    width: fit-content;
    height: auto;
    padding: 15px 40px;
    transition: 0.3s;
    border-radius: 8px;
    margin-top: 55px;
    text-transform: capitalize;
    box-shadow: 0px 6px 12px 0px rgba(71, 79, 160, 0.3);
    border: 3px solid black;
}
.discover-link:hover,
.back-to-link:hover {
    color: black;
    background-color: white;
    border: 3px solid black;
    transition: 0.3s;
}
.back-to-link {
    margin: 55px auto;
}
.first-bird-span {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.second-bird-span {
    display: flex;
    position: absolute;
    top: 20px;
    right: 0;
}
.section-title {
    font-family: "Poppins-Bold", sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 135%;
    text-transform: capitalize;
}
.section-subtitle {
    font-family: "Poppins-SemiBold", sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 42px;
    text-transform: capitalize;
}
.understanding-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 80px;
    width: 100%;
    height: 100%;
}
.understanding-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 400px;
    height: 305px;
}
.understanding-img-div.child {
    width: 305px;
}
.understanding-img-div.expertise {
    width: 571px;
}
.understanding-img-div img {
    width: 100%;
    height: 100%;
}
.understanding-desc-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 24px;
    width: 100%;
    height: 100%;
}
.unsurpassed-img-div {
    width: 100%;
    height: 277px;
}
.unsurpassed-img-div img {
    width: 100%;
    height: 100%;
}
.mt-100 {
    margin-top: 100px;
}
.phoneme-img-div {
    width: 228px;
    height: 277px;
    margin: auto;
}
.phoneme-img-div img {
    width: 100%;
    height: 100%;
}
.bird-img-div {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bird-img-div.left {
    left: 0;
    width: 130px;
    height: 88px;
}
.bird-img-div.right {
    right: 0;
    width: 112px;
    height: 112px;
}
.bird-img-div img {
    width: 100%;
    height: 100%;
}
.team-card {
    text-align: center;
    text-transform: capitalize;
}
.team-card-img-div {
    width: 214px;
    height: 222px;
    margin: auto;
}
.team-card-img-div img {
    width: 100%;
    height: 100%;
}
.card-info {
    margin-top: 15px;
}
.name {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin: 0;
}
.pos {
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.pos-shortcut {
    font-family: "Poppins-Regular", sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.team-leader-card-style {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #e0ebf7;
    padding: 15px;
    gap: 15px;
}
.team-lead-card-img-div {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.team-lead-card-img-div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.team-leader-card-style .card-info {
    text-align: initial;
}
.team-leader-card-style .pos {
    font-style: italic;
}
.team-lead-info-wrapper {
    padding-left: 20px;
}
.team-lead-info-wrapper li {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 21px;
}
.accuracy-box {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-transform: capitalize;
}
.accuracy-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
}
.accuracy-img-div img {
    width: 100%;
    height: 100%;
}
.accuracy-box-title {
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 24px;
    line-height: normal;
    color: #000;
}
.accuracy-box-text {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 171%;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}
.accuracy-box-link,
.accuracy-box-link:hover {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 171%;
    color: #0573f5;
    text-decoration: none;
}
.mt-90 {
    margin-top: 90px;
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
    .m-between-sec {
        margin-top: 80px;
    }
    .m-between-sec.acc {
        margin-top: 120px;
    }
    .p-between-sec {
        padding-top: 60px;
    }
    .welcome-txt {
        text-align: center;
    }
    .main-title,
    .section-title {
        font-size: 35px;
        line-height: 48px;
        text-align: center;
    }
    .main-desc {
        font-size: 19px;
        line-height: 28px;
        text-align: center;
    }
    .discover-link {
        margin: 55px auto 0 auto;
    }
    .what-we-offer-img-div img {
        width: 100%;
    }
    .curved-div {
        bottom: -85px;
    }
    .phoneme-img-div img {
        width: 100%;
    }
    .logo-div {
        text-align: center;
    }
    .footer-nav-style {
        flex-wrap: wrap;
        gap: 2px 20px !important;
    }
    #main-bg .container {
        height: 100% !important;
    }
    #home {
        display: none;
    }
    .what-we-offer-img-div {
        width: 350px;
        height: 350px;
        margin: auto;
    }
    .what-we-offer-img-div img {
        width: 100%;
        height: 100%;
    }
    .col-rev {
        flex-direction: column-reverse;
    }
    .bird-img-div {
        display: none;
    }
    .understanding-img-div.expertise {
        width: 100%;
    }
    .rights-wrapper {
        flex-direction: column;
    }
    .understanding-img-div {
        width: 100%;
    }
    .main-logo-link.footer {
        max-width: 45%;
        margin: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .p-between-sec {
        padding-top: 100px;
    }
    #main-bg .container {
        height: 100% !important;
    }
    #home {
        display: none;
    }
    .what-we-offer-img-div {
        width: 350px;
        height: 350px;
        margin: auto;
    }
    .what-we-offer-img-div img {
        width: 100%;
        height: 100%;
    }
    .col-rev {
        flex-direction: column-reverse;
    }
    .bird-img-div {
        display: none;
    }
    .footer-nav-style {
        flex-wrap: wrap;
    }
    .main-logo-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav {
        gap: 0 35px !important;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important;
    } */
    .p-between-sec {
        padding-top: 75px;
    }
    #home {
        height: 90vh;
    }
    #home img {
        width: 100%;
        height: 100%;
    }
}
