*{
    margin: 0;
    padding: 0;
    font-family:'Poppins',sans-serif ;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    color: #000000;
}
.container{
    padding: 10px 10%;
}
/*---------------------Header Section------------------------*/
#header{
     width: 100%;
     min-height: 100vh;
     background-image: url(img/main/background-blur.webp);
     background-size: cover;
     background-position: center;      
}

nav{
    background-color: #ffffff;
    width:100%;
    box-shadow: 0 0 25px 0 rgb(0,0,0, .25);
    position: absolute;
}

.header-container{
    align-items: center;
    justify-content: space-between;
    padding: 0 20%;
    
}
.upper-header{
   display: flex;
   padding: 1.8% 0;
   border-bottom: solid 1px #f1f1f1;
   justify-content: space-between;
   align-items: center;
}
.header-contact{
    width: auto;
    display: flex;
}
.header-contact a{
    color: #000000;
    text-decoration: none;
}
.header-contact a:hover{
    transform: scale(1.05);
}

.contact-container{
  display: flex;
  align-items: center;
  padding:  0 8px;
}
.contact-img i img{
    width: 40px;
}
.contact-text{
  display: flex;
  flex-direction: column;
  padding: 2px;
}
.contact-text strong{
    font-size: 20px;
    font-weight: 500;
}
.contact-text span{
    font-size: 12px;
    color: #282A35;
}
.mobile-contact{
    display: none;
}

.lower-header{
    display: flex;
    margin: 1px 0 0 0;
    justify-content: center;
}
.logo{
    width: 220px;;
}
.flag-icon{
    width: 25px;
    position: relative; 
    padding: 2px;
}
.socialmedia-icon{
    margin-left: 40px;
    border-left: solid 1px #f1f1f1;
}
.socialmedia-icon a{
    padding: 12px 10px;
    font-size: 30px;
    color: #000000;
}
.fa-square-x-twitter:hover{color: #3ba6db;}
.fa-instagram:hover{color: rgb(255 0 191);}
.fa-youtube:hover{color:rgb(255, 0, 0);}
.fa-envelope:hover{color:#63c5f7;}
nav ul{
    position: relative;
}
nav ul li{
    position: relative;
    list-style: none;
    float: left;

}
nav ul li a{
    color: rgb(56, 56, 56);
    font-size: 1.1m;
    padding: 12px 15px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
nav ul li a::after{
    content:'';
    width: 0;
    height: 3px;
    background:	#a50052  ;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.5s;
}
nav ul li a:hover{
    box-shadow: 0 0 25px 0 rgb(0,0,0, .25);
}
nav ul li a:hover::after{
   width: 100%;
}
nav ul li ul{
    position: absolute;
    left: 0;
    width: auto;
    background: rgb(255, 255, 255);
    display: none;
    z-index: 3;
}
nav ul li:hover ul{
    display: block;
}
nav ul li ul li{
    position: relative;
    width: 100%;
    
}
/*------Dropdown Menu-------*/
nav .icon{
    display: none;
    }

@media(max-width:1800px){
    .header-container{
        padding: 0 15%;  
    }
}
@media(max-width:1550px){
    .header-container{
        padding: 0 7%;  
    }
}

@media(max-width:1240px){
    .upper-header{
        border: none;
    }
    .header-container{
        padding: 0 6%; 
    }
    .header-contact{
        display: none;
    }
    .header-text{
        margin-top: 0;
        position: relative;
        top: -60px;
    }
    .mobile-contact{
        display: inline-block;
    }
    .contact-img i img{
        width: 30px;
    }
    .contact-text{
      display: flex;
      flex-direction: column;
      padding: 2px;
    }
    .contact-text strong{
        font-size: 15px;
        font-weight: 500;
    }
    .contact-text span{
        font-size: 8px;
        color: #282A35;
    }
    
    .nav-links ul li:hover ul{
        display: inline-block;
        position: relative;
        background: transparent;
        width: 180px;
        top: -20px;
        left: -20px;
    }
    .nav-links{
        position: fixed;
        background: #ffffff;
        height: 100vh;
        width: 220px;
        top: 0;
        right: -220px;
        text-align: left;
        transition: 0.65s;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 2;
    }
    .nav-links ul{
        padding: 30px;
    }
    #flag{
        width: 120px;
    }
    .socialmedia-icon{
        margin: 0;
        border: none;
        display: inline-block;
    }
    .socialmedia-icon a{
        padding: 10px 5px;
        font-size: 22px;
    }
    nav .icon{
        display: block;
        margin: 10px;
        width: 20px;
        cursor: pointer;
    }
    .mini-card{
        flex-direction: column;
    }
  
}
@media(max-width:1090px){
    .background-container{
        flex-direction: column-reverse;
    }
    .header-img{
        width: 70%;
    }
    .header-text{
        width: 100%;
    }
}
.downicon{
    width: 15px;
    height: 15px;
    position: relative;
    top: 6px;
}
.downicon-open{
    transform: rotate(180deg);
}
.header-text{
    margin-top: 20%;
    font-size: 30px;
}
.header-text h1{
    font-size: 62px;
}
.header-text h1 span{
    color: #319bcf ;
}
.background-container{
    display: flex;
    padding: 10px 12%;
    align-items: center;
    justify-content: space-between;
}
.background-container img{
    width:100%;
    margin-top: 25%;

}
.mini-card{
    width: auto;
    display: flex;
}
.mini-container{
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-img{
    width: 45%;
}
.mini-text{
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.mini-text strong{
    font-size: 20px;
    font-weight: 500;
}
.mini-text span{
    font-size: 15px;
    color: #282A35;
}
@media(max-width:700px){
    .header-text{
        margin-top: 20%;
        font-size: 20px;
        position: relative;
        top: 0;
    }
    .header-text h1{
        font-size: 35px;
    }
   .header-img{
    width: 80%;
   }
   .mini-text strong{
    font-size: 18px;
    font-weight: 500;
}
.mini-text span{
    font-size: 12px;
    color: #282A35;
}
   .mini-img{
    width: 25%;
}
}
@media(max-width: 350px ){
    .header-text{
        font-size: 20px;
    }
    .header-text h1{
        font-size: 38px;
    }
    .mini-container{
        width: 250px;
      }
}
/*---------------------Text,color and button Section------------------------*/
.btn{
    display: inline-block;
    width: fit-content;
    background: linear-gradient(90.17deg,#4ac7b3 0.15%,#2dabeb 99.87%);
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition:backround 0.5s;
    margin: 5px;
}
.btn:hover{
    background: #2dabeb;
    transition: 0.5s;
    border-radius: 40px;
}
.btn-inside{
    display: inline-block;
    color: #fff;
    text-decoration:none ;   
    border: 2px solid #2dabeb ;
    padding: 12px 34px;
    position: relative;
    cursor: pointer;
    font-family:'Poppins', sans-serif;
    margin: 5px;
    border-radius: 6px;
}
.btn-inside:hover{
    background: #2dabeb;
}
.btn-orange{
    display: inline-block;
    width: fit-content;
    background: linear-gradient(90.17deg,#fda92a 0.15%,#eb2d2d 99.87%);
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition:backround 0.5s;
}
.btn-orange:hover{
    background: #fda92a;
    transition: 0.5s;
    border-radius: 40px;
}
.hero-btn{
    display: inline-block;
    color: #fff;
    text-decoration:none ;
    border: 1px solid #fff;
    padding: 12px 34px;
    background:transparent;
    position: relative;
    cursor: pointer;
    font-family:'Poppins', sans-serif;
    margin: 5px;
}
.hero-btn:hover{
    background: #e63143;
    border: solid 1px #fff;
    transition: 0.8s;
}
.middle-text{
  font-size: 18px;
}
.big-text{
    font-size: 56px;
    font-weight: 600;
}
.small-text{
    font-size: 15px;
    font-size: 500;
    text-decoration: none;
    font-family:'Poppins', sans-serif;
}
.page-green{background:#D9EEE1;}.page-yellow{background: #FFF4A3;}.page-grey{background: #282A35;}.page-blue{background:#96D4D4;}.page-lightpink{background: #F3ECEA;}
.btn-green{background:rgb(11, 155, 11);}.btn-grey{background:rgb(92, 92, 92);}.btn-red{background: #f44336;}
.btn-green:hover{background:rgb(9, 133, 9);}.btn-grey:hover{background:rgb(73, 73, 73);}.btn-red:hover{background: #8b241d;}
.white-text{color: #fff;}.black-text{color: #000000;}.blue-text{color: #2885b4;}.lightgrey-text{color: #c0c0c0;}.darkgrey-text{color:rgb(37, 37, 37);;}
/*---------------------treatment-areas Section------------------------*/
.treatment-areas{
    background: #f3f3f3;
}
.treatment-container{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top:40px;
    justify-content: center;
}
.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card{
    width: 325px;
    background: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    margin: 20px;
    text-align: center;
}
.card:hover{
    transform: scale(1.1);
    transition: 0.7s;
}
.card img{
    width: 100%;
    height: auto;
}
.card-content{
    padding: 16px;
}
.card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
}
.card-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
}
.card-content .btn-card{
    display: inline-block;
    padding: 8px 16px;
    background: #9c1818;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
}
/*-------------------About Section---------------------*/
#about{
    padding: 80px 0;
    color: #ababab;
    background: linear-gradient(90.17deg,#4ac7b3 0.15%,#2dabeb 99.87%);
}
.about-container{
    padding: 10px 15%;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-col-1{
  flex-basis: 35%;
}
.about-col-1 img{
    width: 90%;
    border-radius: 15px;
}
.about-col-2{
    flex-basis: 60%;
}

.tab-titles{
    display:flex;
    margin: 20px 0 40px;
}
.tab-links{
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.tab-links::after{
    content:'';
    width: 0;
    height: 3px;
    background: 	#F00000  ;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}
.tab-links.active-link::after{
    width: 50%;
}
.tab-contents{
    display: none;
}
.tab-contents.active-tab{
    display:block;
}
.tab-contents ul li{
    list-style: none;
    margin: 10px 0;
}
.tab-contents ul li span{
    color: #b90505;
}
.btn-links a{
    margin: 10px;
}

@media(max-width:1200px){
    .about-col-1, .about-col-2{
        flex-basis: 100%;
    }
    .about-col-1{
        margin-bottom: 30px;
    }
    .about-col-2{
        font-size: 14px;
    }
    .tab-links{
        font-size: 16px;
        margin-right: 20px;
    }

}
/*-------------------Comment Section---------------------*/
.comment{
    text-align: center;
    padding: 3% 0;
}
.comment-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.comment-box{
    width: 500px;
    height: 320px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background: #fff;
    padding: 20px;
    margin: 15px;
}
.comment-box:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.profile{
    display: flex;
    align-items: center;
}
.profile-img i img{
    width: 50px;
}
.name-user{
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.3rem;
    letter-spacing: 0.5;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
@media(max-width:1200px){
    .comment-box{
        width: 350px;
        height: auto;
    }
}
/*---------------------Media Section------------------------*/
.media{
    background:linear-gradient(90.17deg,#9cdbfa 0.15%, #a0ffef 99.87%);
    text-align: center;
    padding: 30px 0;
}
.media-container{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top:40px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.media-box{
    padding: 10px;
}
.media-box iframe{
    width: 540px;
    height: 304px;
}
.media-box video{
    width: 540px;
    height: 304px;
}
@media(max-width:1200px){
    .media-box iframe{
        width: 340px;
        height: 200px;
    }
    .media-box video{
        width: 340px;
        height: 200px;
    }
}
@media(max-width:350px){
    .media-box iframe{
        width: 280px;
        height: 150px;
    }
    .media-box video{
        width: 280px;
        height: 150px;
    }
}
/*---------------------Shared articles Section------------------------*/
.articles-areas{
    background: #f3f3f3;
}
.articles-container{
    width: 80%;
    margin: auto;
    text-align: center;
    padding:40px 0;
    justify-content: center;
}
.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card-container a{
   text-decoration: none;
   color: #000000;
}
.blog-card{
    width: 350px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    margin: 20px;
    text-align:left;
}
.blog-card:hover{
    transform: scale(1.05);
    transition: 0.7s;
}
.blog-card img{
    width: 100%;
    height: auto;
}
.blog-content{
    padding: 10px;
}
.blog-content span{
    font-size: 12px;
    padding: 2px;
    color: white;
    background: linear-gradient(90.17deg,#4ac7b3 0.15%,#2dabeb 99.87%);
    border-radius: 5px;
    text-align: right;
}
.blog-content h3{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.blog-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
}
@media(max-width: 700px ){
    .blog-card{
        width: 300px;
    }
}
@media(max-width: 350px ){
    .blog-card{
        width: 280px;
    }
}
/*---------------------Footer--------------------------*/
.footer-icon a{
    padding: 0 10px;
}
.footer-icon a i{
   font-size: 30px;
   color: #ffffff;
}

.footer1{
    width: 100%;
    height: auto;
    background: #333;
    
}

.footer-row{
    width: 80%;
    margin: auto;
    padding-top:50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;

}

.footer-col{
    text-align: center;
    display: inline-block;
    margin: 20px;
}
.footer-icon{
    text-align: center;
    margin: 20px;
}

#footer-about{
    width: 38.5%;
    text-align: center;
}
#footer-about h2{
    text-align: center;
}
@media(max-width: 700px ){
    .footer-row{
        text-align: center;
        flex-direction: column;
        margin: auto;
    }
    .footer-col,.footer-icon{
        margin-top: 25px;
    }
    #footer-about{
        width: 90%;
        text-align: center;
    }
  
}
@media(max-width: 360px ){
    .footer-col p{
      font-size: 12px ;
    }
  
}
/*---------------------Treatment-areas and Shared articles Page--------------------------*/
#main-header{
    width: 100%;
    height: 8vh;
}
.main{
    background:linear-gradient(90.17deg,#d0efff 0.15%, #a0ffef 99.87%);
}
.main-container{
    width: 60%;
    margin: auto;
    text-align: center;
    padding:5% 4%;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 10px 16px rgba(0,0,0,0.2);
}
.main-container img{
    width: 100%;
}
.main-container iframe{
    width: 100%;
    height: 50%;
}
.main-iframe{
    padding: 10px 0;
}

.main-text{
    text-align: left;
    line-height: 1.8;
}
.main-text a{
    padding: 5px;
    background: #d4d4d4;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #2dabeb;
}
.main-text span{
    color: rgb(255, 0, 0);
}
@media(max-width: 700px ){
    .main-container{
        width: 100%;
    }
    .main-container iframe{
        width: 100%;
        height: 30%;
    }
    .main-text a{
        font-size: 18px;
    }
}
/*---------------------About Page--------------------------*/
#about-header{
    width: 100%;
    height:60vh;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/main/about-background2.jpg);
    background-size: cover;
    background-position: center;
}

.aboutpage-container{
    width: 60%;
    margin: auto;
    text-align: left;
    padding:5% 4%;
    justify-content: center;
    background: #fff;
    
}
.aboutpage-container img{
    width: 100%;
}
.photo-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}
.photo-gallery .image{
    width: 310px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    overflow: hidden;
    cursor: pointer;
}
.photo-gallery .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s linear;
}
.photo-gallery .image:hover img{
    transform: scale(1.05);
}
.popup-photo{
    position: fixed;
    top: 0; left: 0;
    background: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.popup-photo span{
    position: absolute;
    top: 0; right: 10px;
    font-size: 60px;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    z-index: 100;
}
.popup-photo img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    width: 750px;
    object-fit: cover;
}
.media-2{
    text-align: center;
    padding: 30px 0;
}
@media(max-width: 768px ){
    .popup-photo img{
        width: 95%;
    }
}
@media(max-width: 700px ){
    .aboutpage-container{
        width: 100%;
    }
}    
/*---------------------Contact Page--------------------------*/
#contact-header{
    width: 100%;
    height:60vh;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/main/contact-mini-background.webp);
    background-size: cover;
    background-position: center;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.text-box h1{
    font-size: 62px;
    font-family:'Poppins', sans-serif;
}

.form-container{
    width: 80%;
    margin: auto;
    text-align: center;
    padding:5% 4%;
    justify-content: center;
    background: #fff;
}
.contact-col{
    margin-bottom: 40px;
    flex-basis: 65%;
    
}
.contact-col input,.contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #1d1d1d;
}
.contact-con{
    display: flex;
    justify-content: space-between;
}
.contact-left{
    width: 30%;
    text-align: left;
    text-decoration: none;
    padding: 5px;
    color: #000000;
}
.contact-left a{
    text-decoration: none;
    color:#2dabeb;
    font-size: 20px;
    font-weight: 500;
}
.map{
    width: auto;
    height: 50%;
}
@media(max-width: 1090px ){
    .contact-left a{
        font-size: 14px;
    }
 }
@media(max-width: 700px ){
    .contact-con{
        display: flex;
        flex-direction: column;
    }
    .contact-left{
        width: 100%;
        text-align: left;
        text-decoration: none;
        padding: 5px;
        color: #000000;
    }

    .text-box h1{
        font-size: 50px;
        font-family:'Poppins', sans-serif;
    }
 }
 @media(max-width: 400px ){
    .text-box h1{
        font-size: 40px;
        font-family:'Poppins', sans-serif;
    }
    #contact-mail{
        font-size: 14px;
    }
 }
 
/*---------------------Blog Page--------------------------*/
#blog-header{
    width: 100%;
    height:60vh;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/main/blog-2.webp);
    background-size: cover;
    background-position: center;
}
/*---------------------Commnet Page--------------------------*/
#comment-header{
    width: 100%;
    height:60vh;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/main/comment.webp);
    background-size: cover;
    background-position: center;
}
.comment-page{
    width: 60%;
    text-align: center;
    justify-content: center;
    padding: 3% 0;
    margin: auto;
}
.comment-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.comment-box2{
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background: #fff;
    padding: 20px;
    margin: 15px;
}
.comment-box2:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.comment-sick{
    display: flex;
    flex: wrap;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
}
.comment-img{
    width: 100%;
    padding: 5px;
}

.comment-img img{
    width:100%;
}
.comment-img img:hover{
    transform: scale(1.01);
    transition: 0.6s;
}
.comment-contact{
    width: 100%;
    padding: 10px;
}
.comment-text{
    width: 100%;
    padding: 10px;
}
@media(max-width: 1600px ){
    .comment-page{
     width: 80%;
    }
    
 }
 @media(max-width: 1200px ){
    .comment-page{
     width: 100%;
    }
    .comment-box2:hover{
        transform: scale(1.02);
        transition: 0.5s;
    }
 }
@media(max-width: 700px ){
   .comment-page{
    width: 100%;
   }
   .comment-sick{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
    }
    .comment-img img{
        width: 100%;
    }
}
