@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&family=Vujahday+Script&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Work Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

:root {
    --yellow: #E0D597;
}

a {
    text-decoration: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1440px;
}

.content-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.content-area {
    background-color: #121010;
}

.navbar-nav .nav-link {
    color: #fff;
    border-bottom: solid 1px transparent;
    transition: all 0.6s;
    font-size: 24px;
    padding: 0 !important;
}

.navbar-nav .nav-link:hover {
    border-bottom: solid 1px var(--yellow);
    color: var(--yellow);
}

.navbar-brand .h5 {
    font-size: 28px;
}

.header-btn {
    background-color: var(--yellow);
    color: #000;
    padding: 8px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
}

.navbar .menu-links {
    margin: 0 auto;
    column-gap: 45px;
}

.hero-section {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #DFA1E4;
    border-radius: 21px;
    padding: 0 20px;
}

.hero-inner h1 {
    font-size: 126px;
    color: #FDFDFD;
    text-shadow: 0px 4px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner h1 .circle {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: solid 3px #FDFDFD;
    background-color: #AFD570;
    border-radius: 50%;
}

.hero-img .doctors-image {
    margin-top: -80px;
}

.medical-section {
    padding-top: 45px;
}

.join-us-btn a {
    color: #000;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.join-us-btn a .icon {
    background-color: var(--yellow);
    padding: 5px 8px;
    border-radius: 50%;
}

.join-us-btn a .text {
    background-color: var(--yellow);
    padding: 5px 15px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 19px;
}

.hero-img {
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}

.medical-section .main-heading {
    color: #fff;
    margin: 0 auto;
    width: 55%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.medical-section .medical-box {
    padding: 18px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    border-radius: 20px;
    width: 19%;
    position: relative;
    margin-right: 14px;
}

.medical-section .medical-box:last-child {
    margin-right: 0;
}

.medical-section .medical-box h2 {
    font-weight: 600;
}

.medical-section .medical-box:nth-child(odd) {
    background-color: var(--yellow);
}

.medical-section .medical-box:nth-child(even) {
    background-color: #AFD570;
}

.medical-section .medical-box.two img {
    max-width: 170px;
}

.medical-section .medical-box.three img {
    max-width: 160px;
    margin-bottom: -45px;
}

.medical-section .box-row {
    align-items: end;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.medical-section .medical-box .back-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: rgba(0, 0, 0, 0.05);
    font-size: 224px;
    z-index: 1;
    display: grid;
    place-items: center;
}

.medical-section .medical-box-inner h2,
.medical-section .medical-box-inner h5,
.medical-section .medical-box-inner h6 {
    position: relative;
    z-index: 2;
}

.medical-section .medical-box-inner h5,
.medical-section .medical-box-inner h6 {
    font-weight: 500;
}

.medical-box.five img {
    margin-top: 0px;
}

.medical-box.four img {
    margin-top: -42px;
}

.whychoose-section .main-heading {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.whychoose-section {
    padding-top: 90px;
    padding-bottom: 120px;
}

.whychoose-section .description {
    width: 65%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    line-height: 33px;
}

.whychoose-box-row {
    display: flex;
    width: 100%;
    margin-top: 150px;
}

.whychoose-box-row .inner-box {
    position: relative;
}

.inner-box .star-img {
    position: absolute;
    width: 100%;
    /* height: 500px; */
    z-index: 1;
}

.whychoose-box-row .inner-row {
    width: 20%;
}

.whychoose-box-row .inner-row.single {
    display: flex;
    align-items: center;
}

.whychoose-box-row .inner-box-text {
    min-height: 300px;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10px; */
    position: relative;
    z-index: 2;
}

.whychoose-box-row .inner-box-text h4 {
    font-size: 20px;
}

.whychoose-box-row .inner-box-text h5 {
    font-size: 16px;
}

.whychoose-box-row .icon-box {
    display: inline-block;
    background-color: var(--yellow);
    width: 100px;
    height: 100px;
    border: 6px solid #FDFDFD;
    border-radius: 50%;
}

.whychoose-box-row .icon-box img {
    max-width: 80px;
    margin-top: 10px;
}

.whychoose-box-row .icon-box.top {
    margin-top: -30px;
    margin-bottom: 10px;
}

.whychoose-box-row .inner-box.two h4 {
    margin-top: 50px;
}

.whychoose-box-row .icon-box.bottom {
    margin-bottom: -30px;
    /* margin-top: 50px; */
}

.mission-text {
    color: #fff;
    width: 75%;
}

.mission-text h4 {
    line-height: 28.75px;
}

.mission-img {
    width: 25%;
    padding: 15px;
}

.our-team {
    padding-top: 165px;
    padding-bottom: 125px;
}

.mission-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.mission-row.two .mission-text {
    text-align: end;
}

.mission-text h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #F0D3F2;
}

.main-heading .font-change {
    font-family: "Vujahday Script", cursive;
    font-weight: normal;
}

.our-team .main-heading {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.our-team .description {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 50%;
}

.team-box {
    padding: 30px;
    background-color: var(--yellow);
    border-radius: 27px;
    position: relative;
}

.team-box .img-box img {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 6px solid #FFFFFF;
    object-fit: cover;
}

.team-text {
    text-align: center;
}

.team-text .details.minh{
    min-height: 545px;
}

.team-box .team-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.team-box .rotate-icon {
    position: absolute;
    max-width: 30px;
    right: 30px;
}

#team-slider {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    background: transparent;
    border: solid 1px #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F0D3F2;
}

.founder-left img {
    width: 330px;
    height: 330px;
    border: 12.5px solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.founder-left {
    width: 30%;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.founder-right {
    width: 70%;
    color: #fff;
}

.founder-bg {
    position: absolute;
    height: 700px;
    width: 133px;
    background-color: #F0D3F2;
    border-radius: 10px;
    z-index: 1;
}

.founder-right .heading h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}

.founder-right .heading h3 {
    font-size: 40px;
    line-height: 52px;
    font-family: "Crete Round", serif;
}

.founder-right .heading h4 {
    margin-top: 45px;
    position: relative;
}

.founder-right .heading h4 .icon-up {
    position: absolute;
    top: -30px;
    left: -20px;
}

.founder-right .heading h4 .icon-down {
    position: absolute;
    right: 14%;
    bottom: -15px;
}

.founder-right .founder-saying {
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
    padding-left: 55px;
}

.founder-row {
    align-items: center;
}

footer {
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-newsletter {
    padding-top: 200px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: solid 1px #000;
    flex-wrap: wrap;
}

.newsletter-left {
    width: 55%;
}

.newsletter-right {
    width: 45%;
}

.newsletter-left h2 {
    font-size: 56px;
    font-weight: 600;
}

.newsletter-left h3 {
    font-size: 32px;
    font-weight: 600;
}

.subscribe-newsletter .subscribe-btn {
    padding: 8px 16px;
    background-color: #AFD570;
    text-decoration: none;
    color: #000;
    font-size: 28px;
    border-radius: 14px;
    font-weight: 500;
    border: none;
    outline: none;
}

.subscribe-newsletter .form-control {
    background: transparent;
    font-size: 28px;
    border: none !important;
    box-shadow: none !important;
}

.subscribe-newsletter {
    display: flex;
    padding: 10px 15px;
    background-color: #F0D3F2;
    border-radius: 25px;
}

.footer-links ul {
    display: flex;
    list-style-type: none;
    gap: 85px;
    flex-wrap: wrap;
}

.footer-links ul li a {
    color: #000;
    font-size: 28px;
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.contact-details a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    display: block;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.team-text .name,
.team-text .post {
    font-weight: 600;
}


/* resposnsive desktop start   */
@media (max-width:1205px) {
    .medical-section .medical-box.two img {
        max-width: 150px;
        margin-top: -10px;
    }

    .medical-box.one img {
        margin-top: 18px;
    }

    .medical-section .main-heading {
        width: 70%;
    }

    .newsletter-left h3 {
        font-size: 28px;
    }

    .newsletter-left h2 {
        font-size: 48px;
    }

    .medical-section .medical-box-inner h5,
    .medical-section .medical-box-inner h6 {
        font-size: 16px;
    }

    .medical-section .medical-box h2 {
        font-size: 28px;
    }

    .medical-box.four img {
        margin-top: -47px;
    }

    .whychoose-box-row .inner-box-text h5 {
        font-size: 12px;
    }

    .whychoose-box-row .inner-box-text h4 {
        font-size: 15px;
    }
}

@media (max-width:1025px) {
    .medical-section .medical-box {
        width: 18%;
    }

    .medical-section .medical-box h2 {
        font-size: 22px;
    }

    .medical-section .medical-box.two img {
        max-width: 105px;
        margin-top: -12px;
    }

    .medical-section .medical-box.three img {
        max-width: 105px;
    }

    .medical-box.one img {
        margin-top: 30px;
    }

    .medical-section .main-heading {
        width: 100%;
    }

    .newsletter-left h2 {
        font-size: 40px;
    }

    .newsletter-left h3 {
        font-size: 24px;
    }
}

@media (max-width:991px) {
    .whychoose-section .description,
    .our-team .description {
        width: 100%;
    }
    .our-team,
    .whychoose-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .whychoose-box-row{
        flex-wrap: wrap;
    }

    .whychoose-box-row .inner-row{
        width: 33%;
    }

    .mission-text h4{
        font-size: 16px;
    }

    .team-text .details.minh{
        min-height: 0;
    }

    .newsletter-left,
    .newsletter-right{
        width: 100%;
    }

    .footer-bottom{
        row-gap: 25px;
    }

    .navbar-nav .nav-link {
        padding: 8px 0 !important;
        color: #000;
        width: fit-content;
    }
    .hero-inner h1{
        font-size: 80px;
    }
    .medical-section .medical-box{
        width: 25%;
    }
    /* .medical-box.five img{
        margin-top: -42px;
    } */
    .medical-section .box-row{
        justify-content: space-around;
        row-gap: 25px;
    }
    .medical-section .medical-box .back-text{
        font-size: 140px;
    }
    .founder-left {
        width: 100%;
        min-height: 400px;
    }

    .founder-bg {
        width: 100%;
        height: 100px;
    }

    .founder-right .heading h3 {
        font-size: 24px;
    }

    .founder-right .founder-saying {
        font-size: 20px;
    }
    .founder-right{
        width: 100%;
    }
    .founder-right .heading h4 .icon-down{
        right: 10%;
    }
}

/* resposnsive mobile start   */
@media (max-width:576px) {
    .hero-img .doctors-image {
        margin-top: 0;
        order: 1;
    }

    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-inner h1 {
        font-size: 30px;
    }

    .navbar-brand img {
        max-width: 50px;
    }

    .navbar-brand .h5 {
        font-size: 16px;
    }

    .hero-inner h1 .circle {
        width: 20px;
        height: 20px;
    }

    .hero-img {
        flex-wrap: wrap;
    }

    .store-btns {
        margin-bottom: 0 !important;
        order: 2;
        margin-top: 10px;
    }

    .join-us-btn {
        margin-bottom: 10px !important;
        order: 3;
        margin-top: 10px;
    }

    .medical-section .main-heading {
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .whychoose-section .main-heading,
    .our-team .main-heading,
    .founder-right .heading h2 {
        width: 100%;
        font-size: 40px;
        margin-bottom: 20px;
    }

    /* .whychoose-box-row .icon-box.top {
        margin-top: 40px;
    } */

    .newsletter-left h3 {
        font-size: 20px;
    }

    .whychoose-section .description,
    .our-team .description {
        width: 100%;
        font-size: 18px;
    }

    .medical-section .medical-box,
    .founder-right {
        width: 100%;
        margin-right: 0;
    }

    .medical-section .box-row {
        row-gap: 20px;
    }

    .whychoose-box-row {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .whychoose-box-row .inner-box-text {
        min-height: 350px;
    }

    .inner-box .inner-box-text {
        justify-content: center;
    }

    .whychoose-box-row .inner-box.two h4 {
        margin-top: 0;
        max-width: 85%;
    }

    .mission-text {
        width: 100%;
        padding: 0 !important;
        order: 2;
        text-align: start !important;
    }

    .mission-text h2 {
        font-size: 40px;
    }

    .mission-img {
        width: 100%;
        order: 1;
    }

    .whychoose-box-row .inner-row {
        width: 100%;
    }

    .our-team {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .founder-left {
        width: 100%;
        min-height: 400px;
    }

    .founder-bg {
        width: 100%;
        height: 100px;
    }

    .founder-right .heading h3 {
        font-size: 24px;
    }

    .founder-right .founder-saying {
        font-size: 20px;
    }

    .newsletter-left,
    .newsletter-right {
        width: 100%;
    }

    .footer-links ul {
        gap: 25px;
    }

    .footer-links ul li a,
    .subscribe-newsletter .form-control,
    .navbar-nav .nav-link,
    .header-btn {
        font-size: 18px;
    }

    .subscribe-newsletter .subscribe-btn {
        font-size: 14px;
    }

    .navbar-nav .nav-link {
        padding: 8px 0 !important;
        color: #000;
        width: fit-content;
    }

    .navbar-collapse {
        margin-bottom: 20px;
    }

    .footer-links {
        margin: 15px 0;
    }

    .navbar-nav .nav-link:hover {
        border-color: transparent;
    }

    .whychoose-box-row {
        margin-top: 0;
    }

    .whychoose-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .founder-right .heading h4 .icon-down {
        bottom: -45px;
        right: 0;
    }

    .founder-right .heading h4 .icon-up {
        left: -5px;
    }

    .newsletter-left h2 {
        font-size: 32px;
    }

    .whychoose-box-row .icon-box {
        order: 1;
        margin-bottom: 20px !important;
        margin-top: -30px !important;
    }

    .whychoose-box-row .inner-box-text h4 {
        order: 2;
    }

    .whychoose-box-row .inner-box-text h5 {
        order: 3;
    }

    .footer-contact {
        padding-bottom: 20px;
    }
}