@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;400&family=Poppins:wght@500;600;700;800&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap");



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "M PLUS 1", sans-serif;
    scroll-behavior: smooth;
    letter-spacing: 1px;
}



/* navbar */
.navbar{
    position:fixed;
    z-index: 10;
    padding: 5px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
   
}

.smallLogoContainer{
    margin: 0 1rem;
    width: 150px;
    height: 50px;
}

.smallLogo{
    width: 100%;
    height: 100%;
}

.navContainer{
    padding: 5px 0px;
}

.menuList{
   
    padding: 0 2px;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.menuList li{
    margin: 0 5px;
    padding: 10px 5px;
    font-weight: 500;
}

.menuList li a{
    text-decoration: none;
    color: black;
}

.menuList li a:hover{
    color:purple;
}


.Menu{
    display: none;
}



.navList:hover{
    color: rgb(194, 182, 194);
    font-weight: 500;
 

}




/* menubar */
.menubar{
    position: fixed;
    right: 0;
    top: 0px;
    width: 300px;
    height: 100vh;
    background-color: white;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
    opacity: 10;
    z-index: 11;


}



.menu_cross{
    padding: 10px 20px 10px 10px;
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.menubar > ul {
    list-style: none;
    margin: 2rem 0 0 1rem;
}
.menubar > ul > li {
    margin-bottom: 0.8rem;
    padding: 0.3rem;
    width: 15rem;
    border-radius: 10px 10px 10px 10px;
    transition: all 0.3s ease-in-out;
}
.menubar > ul > li:hover {
    background-color: rgba(216, 218, 219, 0.484);
}

.menubar > ul > li > a {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    width: 2rem;
    font-stretch: expanded;
    color: rgb(76, 75, 75);
    letter-spacing: 1px;
}
.menu_btn{
    background: transparent;
    border: none;
    font-size: 20px;
}

.navList:hover{
    color: rgb(194, 182, 194);
    font-weight: 800;
 
}

.num:hover{
    color: purple;
    background-color: white;
}


.num{
    border: 1px solid rgb(34, 6, 34);
    border-radius: 10px;
    background-color: rgb(145, 1, 145);
    padding: 14px 5px;
    list-style: none;
    color: white;
    font-weight: 500;
    transition: background-color 100ms ease-in-out
    
}

@media (max-width: 1000px){
   
    .hide{
        display: none;
    }
    .num{
        display: none;
    }
    .Menu{
        display: block;
        
    }
    .navbar{
        justify-content: space-between;
    }
    .smallLogo{
        width: 150%;
    }
    
    
}








/* section 1 */
.mainContainer{
    /* border: 5px solid red; */
    height: 90vh;
    display: flex;
    position: relative;
    top: 70px;
}
.introsection{

}

.drnames{
 
    margin: 150px 0px 0px 50px;

}


.doc1{
    width: 190px;
    margin: 10px 0px;
    height: 90px;
    overflow: hidden;
    font-size: 0.9rem;
    transition: height 1s, width 1s;
}

.doc2{
    width: 190px;
    height: 90px;
    overflow: hidden;
    font-size: 0.9rem;
    transition: height 1s, width 1s;
}

.dimg{
    width: 40%;
    height: 70%;
    border-radius: 10px;
}



.doc1:hover{
    width: 370px;
    height: 250px;
}

.doc2:hover{
    width: 370px;
    height: 250px;
}

.welcomeContainer{
    margin: 60px 0px 0px 15px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.welcome{
    text-align: center;
}

.logoimg1{
    width: 250px;
    width: 250px;
}

.logointro{
    font-size: 1.5rem;
    letter-spacing: 2px;    
    font-weight: 600;
    color: #4e1359;
}


@media (max-width: 1000px){
    .drnames{
        display: none;
    }
    .welcomeContainer{
        width: 100%;
        padding: 10px;
        margin: 10px;
    }
    .dimg{
        width: 30%;
        height: 50%;
    }
    .logointro{
        font-size: 1rem;
    }
   
   
    
}














/* section 2 -reviews container */

.teamsliders{
    height: 100vh;
    display: flex;
    flex-direction: column;
    border-top: 10px solid grey;
    background-size: cover;
    background-position: center;
}
.container{
    width: 95%;

    font-family: "Cedarville Cursive", serif;
    font-weight: 400;
    font-style: normal;
}

.ourteamheading{
    text-align: center;
    margin: 15px 0;
    color: antiquewhite;
}
.slider-wrapper {
    overflow: hidden;
    margin: 0 70px 55px;
}


.card-list .card-item{
    width: 350px;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(50px);
    background: rgba(255,255,255,0.2);
    border: rgba(255,255,255,0.5);
}


.user-image{
    height: 110px;
    width: 120px;
    border-radius: 50%;
    margin: 20px 0;
    border: 3px solid white;
    padding: 4px;
}

.user-name{
    font-size: 1.2rem;
}

.user-profession{
    font-size: 1rem;
    color: #e3e3e3;
    margin: 2px 0 20px;
    font-style: italic;
}


.follow-button{
    font-size: 1.2rem;
    padding: 3px 25px;
    color: #030728;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    border: 1px solid transparent;
    transition: 0.2s ease;

}

.follow-button:hover{
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid #fff;
}

.slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 13px;
    width: 13px;
    opacity: 0.5;
}
  
.slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}
  
.slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -55px;
  transition: 0.2s ease;
}
  
.slider-wrapper .swiper-slide-button:hover {
    color: #4658ff;
    color: black;
}
  
  
@media (max-width: 768px) {
    .slider-wrapper {
      margin: 0 10px 40px;
    }
  
    .slider-wrapper .swiper-slide-button {
      display: none;
    }
}













/* about us container */

.aboutuscontainer{
    position: relative;
}
.bgoverlay{
    inset: 0;
    width: 100%;
    height: 100vh;
    
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,5)),url(images/image2.jpg);
  
    background-size: cover;
    background-position: center;
}

.aboutuscontent{
    position: absolute;
    top: 5%;
    width: 75%;
    margin: 70px 5rem;
}

.aboutusheading{
    font-weight: 400;
    color: wheat;
}

.aboutussubheading{

    font-weight: 300;
    color: #e7e7e7;
    font-size: 1.1rem;

}

.helping{
    color: rgb(224, 212, 212);
    margin: 15px 0;
    font-weight: 500;
    font-size: 1.5rem;
}


.getappointmentBtn{
    border: 1px solid rgb(34, 6, 34);
    border-radius: 10px;
    background-color: rgb(145, 1, 145);
    font-size: 1rem;
    margin: 20px 0;
    padding: 14px 10px;
    color: white;
    text-align: center;
    font-weight: 500;
    transition: background-color 100ms ease-in-out
}

.getappointmentBtn a{
    color: white;
    padding: 15px 0px;
    list-style: none;
    text-decoration: none;
}

.getappointmentBtn:hover{
    color: purple;
    background-color: rgb(247, 241, 241);
}
.getappointmentBtn a:hover{
    color: purple;
    background-color: rgb(247, 241, 241);
    list-style: none;
    text-decoration: none;
}







@media (max-width: 768px) {
    .aboutuscontent{
        margin: 10px 1rem;
        width: 90%;
    }
    .helping{
        font-size: 4.4vw;
    }
    .aboutussubheading{
        font-size: 3.3vw;
        color: white;
        font-weight: 500;
    }
    .getappointmentBtn{
        font-size: 0.9rem;
        padding: 10px 8px;
    }
}









/* why choose us container */
.whychooseuscontainer{
    margin: 100px 0;
}

.whychoosetag{
    text-align: center;
    color: #8f55ad;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 10px;
    margin: 0px 100px 1px 165px;
    margin: 50px 100px;
    
}

.grid-item {
    max-width: unset;
    font-family: PolySans,sans-serif;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    font-size: 20px;
    transition: box-shadow 300ms ease-in-out;
    box-shadow: 3px 6px 22px 2px rgb(146 80 172);
    text-align: center;
}
.gridimages{
    
   
    width: 70px; 
}


.grid-item h4{
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;

   


}
.grid-item p{
    font-size: 1rem;
    color: #5c5c63;
    line-height: 1.575rem;
}

.grid-item:hover{
    box-shadow: 3px 6px 22px 2px rgb(167, 165, 165);
    color: rgb(0, 0, 255);
}
.grid-item:hover p{
    color: rgb(61, 61, 143);
}



@media screen and (max-width: 440px) {
    .blueContainer{
        margin-top: 380px;
        margin-bottom: 200px;
    }
    .grid-container{
        grid-template-columns: 1fr;
        margin: 10px 0px 0px 0px;
        padding: 3px;
    }
    .grid-item h4{
        font-size: 3.7vw;
    }
    .grid-item p{
        font-size: 3.35vw;
        line-height: 1.5;
    }
    .grid-item{
        padding: 10px;
    }
    .whychoosetag h1{
        font-size: 4.8vw;
        font-weight: 500;
    }
    .whychoosetag h2{
        font-size: 3.9vw;
        font-weight: 500;
        padding: 15px;
    }
}











/* footer */

/* footer */


.footer{
    display: block;
    background-color: rgb(35 12 45);
    color: white;
    
}

.footer h3{
    font-weight: 300;
    padding: 0 20px;
}

.address{
    padding: 20px;
}

.address p{
    font-weight: 300;
}

.treatments{
    padding: 10px;
    
}


.footer ul{
    font-weight: 300;
    font-size: 0.8rem;
    padding: 6px 20px;

}

.conditions{
    padding: 10px;
}

.therapy{
    padding: 10px;
}



.footer hr{
    margin-left: 20px;
    width: 90%;
}
  
@media (min-width:440px) and (max-width:3000px) {
    .footer{
        padding-top: 75px;
            background: rgb(2,0,36);
            background: linear-gradient(45deg, rgb(0 0 0) 0%, rgb(87 10 101) 35%, rgb(73 0 73) 100%);;
            color: white;
            display: flex;
            height: 385px;
            justify-content: space-evenly;
            margin-top: 65px;
            font-family: 'neue-montreal', 'Neue Montreal', sans-serif;
    }
        
    .address{
           padding: 23px;
    }
    
    .address p{
            margin-top: 15px;
    }
    
    
    .addre{
            font-size: 1.2rem;
            margin-top: 5px;
    }
    
    .phn{
            margin-top: 5px;
            font-size: 1.2rem;
    }
    
        
    .address ul{
            margin-top: 0px;
            padding-left: 43px;
    }
        
    .conditions{
            /* border: 2px solid blue; */
            
    }
    .conditionsHead{
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            padding: 12px;
            padding-left: 8px;
            font-size: 1.2rem;
    }
        
    .conditionsList{
            list-style: none;
            padding: 5.5px;
            text-align: left;
    }
        
        
    .treatments{
            /* border: 2px solid blue; */
    }
    
    .treatmentsHead{

            text-align: center;
            font-weight: bold;
            font-size: 22px;
            padding: 12px;
            padding-left: 8px;
            font-size: 1.2rem;
    } 
    
        
    .treatmentsList{

            list-style: none;
            padding: 5.5px;
            text-align: left;
    }
        
        
        
    .therapy{
            /* border: 2px solid blue; */
    }
    
    .therapyHead{
            text-align: left;
            font-weight: bold;

            padding-left: 8px;
            font-size: 1.2rem;
   
            
    }
    
    .therapyList{
        list-style: none;
        padding: 5.5px;
        text-align: left;
    }
    
    .footer hr{
        display: none;
    }
        
    .copyright{
            background: #262525;
            color: rgb(235, 228, 228);
            
            text-align: center;
            font-size: 1.01rem;
            padding: 15px;
    }
    .footer h3{
        font-size: 1.4rem;
        font-weight: 600;
        color: rgb(228, 225, 225);
    }
    .footer ul{
        font-size: 1rem;
    }
    
}

