@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');

:root {
    --lg-font: 'Kaisei Tokumin', serif;
    --sm-font: 'Poppins', sans-serif;
    --pink: #e5345b;
}

html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--sm-font);
}

/* button */
.bg-primary {
    background-color: var(--pink) !important;
}

.btn:not(.nav-btns button) {
    background-color: #fff;
    color: rgb(85, 85, 85);
    padding: 10px 28px;
    border-radius: 25px;
    border: 1px solid rgb(85, 85, 85);
}

.btn:not(.nav-btns button):hover {
    background-color: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

/* text color */
.text-primary {
    color: var(--pink) !important;
}

/* navbar */
.navbar {
    -webkit-box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
}

.contact {
    position: absolute;
    top: 0;
    width: 90%;
    height: 30px;
}

.contact p i {
    margin: 0 10px;
}

@media screen and (max-width: 450px) {
    .contact {
        position: relative;
        height: 60px !important;
    }
}

.contact>p {
    margin: 0 10px;
}

.navbar-brand img {
    width: 67px;
    margin: 0px 0px 0px 6px;
}

.navbar-brand span {
    letter-spacing: 2px;
    font-family: var(--lg-font);
}

.nav-link:hover {
    color: var(--pink) !important;
}

.nav-item {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}

/* header */
/* #header {
    background: url(../images/doc_saaol.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: black !important;
} */
.img-carousel {
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black !important;
    width: 100vw;
    height: 90vh;
}

.videos>#video>.container,
.videos>#video>.container>.carousel-item {
    height: 80% !important;
}

.img-1-start {
    background: url(../images/image_saaol.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-1-hhp {
    background: url(../images/heart-11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-2-hhp {
    background: url(../images/heart-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.img-1-eecp {
    background: url(../images/eecp_bed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-2-eecp {
    background: url(../images/eecp_slide2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-1 {
    background: url(../images/slide-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-2 {
    background: url(../images/slide-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-3 {
    background: url(../images/knee-pain-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.awards-item {
    width: 300px;
    height: auto;
    padding: 20px !important;
    margin: 20px;
    box-shadow: 0 0 2px 0 grey;
}

.awards-item:hover {
    border: none;
    transform: scale(1.01);
}

.awards>.awards-item>i {
    font-size: 40px !important;
}

#our-treatment,
.who-are-we,
.videos {
    width: 100%;
    height: auto;
    background-color: #00AFEF;
}

#our-treatment .container {
    width: 100%;
    height: 100%;
}

.form-sec {
    width: 100%;
    margin: 50px 0;
}

form {
    margin-top: 200px !important;
    width: max(400px, 80%) !important;
    margin: 0 auto;
}

form input,
form label,
form select {
    width: 80%;
}

form button {
    width: 50%;
    border-radius: 5px;
}

.details {
    width: max(50%, 400px);
    margin: 0 auto;
}

.details-about {
    width: max(80%, 250px);
    margin: 0 auto;
}

.details-about>div {
    width: max(140px, 25%);
    text-align: center;
    margin: 5px 0;
}

.details-about>div>i {
    font-size: 40px !important;
}

.details>div {
    width: min(350px, 50%);
    margin: 10px 0;
    text-align: center;
}

.card {
    margin: 40px;
    border-radius: 20px;
}

.card>img {
    border-radius: 20px 20px 0 0;
    object-fit: contain;
}

#testimonial>.container>div>.card>img {
    border-radius: 50%;
    object-fit: cover;
    height: 150px;
    width: 150px;
}

.carousel-inner h1 {
    font-size: 60px;
    font-family: var(--lg-font);
}

.carousel-item .btn {
    border-color: #fff !important;
    width: 300px;
}

.carousel-item .btn:hover {
    border-color: var(--pink) !important;
}

/* title */
.title h2::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 50px;
    background-color: var(--pink);
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.w-100 {
    width: 100% !important;
    height: 20rem !important;
}

/* collection */
.active-filter-btn {
    background-color: var(--pink) !important;
    color: #fff !important;
    border-color: var(--pink) !important;
}

.filter-button-group .btn:hover {
    color: #fff !important;
}

.collection-img span {
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

/* special */
.special-img span {
    top: 20px;
    right: 20px;
}

.special-list .btn {
    padding: 8px 20px !important;
}

.special-img img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.special-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* offers */
#offers {
    background: url(../images/pic15.avif) center/cover no-repeat;
}

#offers .row {
    min-height: 60vh;
}

.offers-content span {
    font-size: 28px;
}

.offers-content h2 {
    font-size: 60px;
    font-family: var(--lg-font);
}

.offers-content .btn {
    border-color: transparent !important;
}

/* about */
#about {
    background-color: rgba(179, 179, 179, 0.05);
}

/* newsletter */
#newsletter {
    background-color: rgba(179, 179, 179, 0.05);
}

#newsletter p {
    max-width: 600px;
}

#newsletter .input-group {
    max-width: 500px;
}

#newsletter .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#newsletter .btn {
    background-color: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

#newsletter .btn:hover {
    background-color: #000;
    border-color: #000;
}

/* footer */
footer .brand {
    font-family: var(--lg-font);
    letter-spacing: 2px;
}

footer a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--pink) !important;
}

.eecp-details {
    width: 100%;
    padding: 20px;
    row-gap: 20px;
}

.eecp-details-item {
    padding: 0 20px;
    width: max(160px, 15%);
}

.eecp-details-text {
    font-size: 14px;
}

.eecp-details-text p,
.eecp-details-text a {
    margin: 0;
    margin-left: 10px;
}

.checked {
    color: orange;
}

.eecp-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

.eecp-link:hover {
    color: black;
}

.mobile-nav {
    display: flex;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    width: 40%;
    z-index: 10;
    list-style: none;
    background-color: #00AFEF;
    border-radius: 20px;
    padding: 10px 10px;
    height: 65px;
}

#btn {
    width: 50px;
    height: 50px;
    background-color: #4169e1;
    color: white;
    border: 0;
    border-radius: 10px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    font-size: 1.2rem;
    z-index: 100;
}

#preloader {
    background: #fff url(../images/pic1.png) no-repeat center center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.opinions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.opinions-img {
    width: max(50%, 350px);
    max-width: max(50%, 350px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.opinions-img>img {
    width: 100%;
}

.carousel-item>h4 {
    width: max(45%, 350px);
}

/* media queries */
@media(min-width: 992px) {
    .nav-item {
        border-bottom: none;
    }
}

@media screen and (max-width: 1000px) {
    .mobile-nav {
        display: flex;
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 10;
        list-style: none;
        background-color: #00AFEF;
        border-radius: 20px;
        padding: 10px 10px;
    }

    #btn {
        right: 50px;
        bottom: 100px;
    }
}

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

    .img-1-start {
        background: url(../images/image_saaol.jpeg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

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

    .img-1-start {
        background: url(../images/image_saaol.jpeg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .img-1-hhp {
        background: url(../images/heart-11_rotate.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .img-2-hhp {
        background: url(../images/heart-1_rotate.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .img-1-eecp {
        background: url(../images/eecp_bed.jpg);
    }

    .img-2-eecp {
        background: url(../images/eecp_slide2_rotate.jpg);
    }
}