@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    text-align: justify;
}

a {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
}


.topbar {
    background: linear-gradient(90deg, #cfdfea 30%, #fff 40%, #f8cade 60%, #fff 70%, #cabedb 100%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.topbar a {
    color: #000;
    text-decoration: none;
}

.topbar i {
    background-color: #fff;
    color: #000;
    padding: 8px;
    margin-left: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px 0px #000000;
}

nav .logo {
    width: 130px;
}

.navbar .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.social-media i {
    background-color: #0d6efd;
    padding: 8px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50%;
}

.about-doctors .card {
    border: none;
    box-shadow: 0px 9px 20px 1px #dededeb0;
    border-radius: 50px 50px 0px 0px;
}

.banner-bg {
    background: linear-gradient(#ffffff00, #ffffff42), url(../img/banar/3.png);
    padding-top: 150px;
    padding-bottom: 150px;

}

.carousel-caption {
    bottom: 11.25rem;
    text-align: right;
    right: 3%;
    padding-left: 15rem;
    color: #000;
}

.carousel-caption h1 {
    font-weight: bold;
    text-transform: capitalize;
}

.our-doctors {
    background: linear-gradient(90deg, #cfdfea3b 30%, #fff 40%, #f8cade47 60%, #ffffff2b 70%, #cabedb40 100%);
    padding-top: 100px;
}

.btn-web {
    background-color: #e65d9b;
    padding: 10px;
    margin: 10px;
    border: none;
    box-shadow: 6px 6px 9px 0px #000000ab;
}

.section-one .card {
    border: none;
    box-shadow: -2px 20px 20px 0px #00000017;
    margin-bottom: 20px;
    transition: 1s;
    margin: 10px;
}

.section-one .card:hover {
    box-shadow: 7px 8px 20px 6px #7f9cae5c;
    margin: 20px;
}

.choose .card {
    padding: 10px;
    margin: 10px;
    border: none;
    box-shadow: 1px 1px 1px 0px #000;
}

.choose .card H4 {
    font-size: 20px;
    text-align: center;
}

.choose .card img {
    width: 100px;
}

.services {
    background: linear-gradient(90deg, #cfdfea3b 30%, #fff 40%, #f8cade47 60%, #ffffff2b 70%, #cabedb40 100%);
}

.services .circle-card {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: auto;
    margin-bottom: 20px;
}

.services .circle-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.services .circle-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.services .circle-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}




footer {
    background: linear-gradient(90deg, #cfdfea3b 30%, #fff 40%, #f8cade47 60%, #ffffff2b 70%, #cabedb40 100%);
    padding-top: 100px;
}

footer h4 {
    color: #000;
}

footer p {
    color: #000;
}

footer a {
    color: #000;
}

footer .logo {
    width: 150px;
}


.call-button i {
    position: fixed;
    bottom: 25px;
    left: 20px;
    background-color: #0d6efd;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

.whatsapp i {
    position: fixed;
    bottom: 25px;
    right: 20px;
    background-color: #25d366;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

#button {
    display: inline-block;
    background-color: #0d6efd;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 25px;
    right: 85px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;


    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {


    overflow: hidden;
    margin: auto;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    padding: 50px;
    position: absolute;
    width: 200px;
    z-index: 2;
}



.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    width: 250px;
}

.section-banner {
    background: linear-gradient(90deg, #cfdfea3b 30%, #fff 40%, #f8cade47 60%, #ffffff2b 70%, #cabedb40 100%), url(../img/banar/11.png);
    padding-top: 200px;
    padding-bottom: 200px;
}

.bg1 {
    background: linear-gradient(#ffffff70, #ffffffa8), url(../img/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.tab-block {
    width: 950px;
    margin: 50px auto;
}

.tab-block .tab-mnu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.tab-block .tab-mnu:after {
    content: "";
    display: table;
    clear: both;
}

.tab-block .tab-mnu li {
    box-sizing: border-box;
    float: left;
    background-color: #000;
    color: rgb(255, 255, 255);
    width: 135.7142857143px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
}

.tab-block .tab-mnu li:not(:last-child) {
    border-right: 1px solid #4c607c;
}

.tab-block .tab-mnu li:hover:not(.active) {
    background-color: #6a6a6a;
}

.tab-block .tab-mnu .active {
    background-color: #0d6efd;
    color: #fff;
    border-bottom: 1px solid #e65d9b;
    cursor: default;
}

.tab-block .tab-cont {
    box-sizing: border-box;
    border-top: 1px solid white;
    background-color: white;
    color: #292d2f;
}

.tab-block .tab-cont .tab-pane {
    padding: 20px 25px;
}

@media screen and (max-width: 720px) {
    .slider img {
        width: auto;
    }
}

@media (max-width: 500px) {
    .services .circle-card {
        width: 240px;
        height: 240px;
        padding: 15px;
    }

    .services .circle-card h4 {
        font-size: 18px;
    }

    .services .circle-card p {
        font-size: 13px;
    }

    .tab-block {
        width: 100%;
    }

    .topbar p {
        font-size: 10px;
    }

    .topbar i {
        padding: 4px;
        margin-left: 2px;
    }

    nav .logo {
        width: 80px;
    }

    .carousel-item img {
        height: 250px;
    }

    .carousel-caption {
        bottom: 0.25rem;
        padding-left: 0px;
        text-align: center;
        color: #212529;
        z-index: 1;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .carousel-caption p {
        font-size: 13px;
        font-weight: bold;
    }

    .about h1 {
        text-align: justify;
    }

    .section-banner {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .banner-bg {
        background: linear-gradient(122deg, #cfdfeaab 30%, #ffffff91 40%, #f8cade45 60%, #ffffff8a 70%, #cabedb70 100%), url(../img/banar/3.png);
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .serives-btn a {
        font-size: 10px;
    }

    .section-banner h1 {
        text-align: justify;
    }

    .section-one .card h4 {
        text-align: justify;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(122deg, #cfdfeaab 30%, #ffffff91 40%, #f8cade45 60%, #ffffff8a 70%, #cabedb70 100%);

        z-index: 1;
        transition: opacity 0.3s ease;
    }
}