@font-face {
    font-family: poppins;
    src: url("../webfonts/poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: playfair;
    src: url("../webfonts/playfair/PlayfairDisplay-VariableFont_wght.ttf");
}
@font-face {
    font-family: pacifico;
    src: url("../webfonts/pacifico/Pacifico-Regular.ttf");
}
@font-face {
    font-family: signerica;
    src: url("../webfonts/signerica/SignericaMedium-RXOo.ttf");
}
@font-face {
    font-family: play;
    src: url("../webfonts/play/Play-Regular.ttf");
}
@font-face {
    font-family: sophisto;
    src: url("../webfonts/sophisto/font/Sophisto\ OT\ W01\ DGauge.ttf");
}
@font-face {
    font-family: abel;
    src: url("../webfonts/abel/Abel-Regular.ttf");
}
/* animations */
@keyframes dot-effect {
    0% {
        box-shadow: 9984px 0 0 -25px;
      }
      30% {
        box-shadow: 9984px 0 0 -10px;
      }
      60%, 100% {
        box-shadow: 9984px 0 0 -25px;
      }
}
@-webkit-keyframes view-dr {
    0% {
        opacity: .5;
        transform: translateY(-7rem);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @keyframes view-dr {
    0% {
        opacity: .5;
        transform: translateY(-7rem);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
button{
    font-family: "poppins";
    border: none;
    padding: 0;
}
body{
    font-family: sans-serif;
}
.disable{
    opacity: .35;
}
:root{
    --primary-color:#076eb0;
    --primary-background-color:#dfe6fa;
    --secondary-color:#242a52;
}
.global{
    width: 40px;
    height: 100px;
    position: fixed;
    bottom: 10px;
    left: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.global button{
    border-radius: 50%;
    background-color: white;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.global span{
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-top: 10px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: 'poppins';
}
.global button img{
    width: 90%;
    height: 90%;
}
@media screen and (max-width: 990px) {
    .global{
        left: 3rem;
    }
}
@media screen and (max-width: 770px) {
    .global{
        left: 2rem;
    }
}
@media screen and (max-width: 550px) {
    .global{
        left: 1rem;
    }
}
/* colors flags */
.usa{
    /* background-image: url('../media/icons/usa.png'); */
}
.turkey{
    /* background-image: url('../media/icons/turkey.png'); */
}
.egy{
    /* background-image: url('../media/icons/egypt.png'); */
}
.canada{
    /* background-image: url('../media/icons/canada_500x264.png'); */
    /* background: green; */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
}
.display-none{
    display: none !important;
}
.no-fr{
    grid-template-rows: 0fr !important;
}
.cat-active{
    background-color: var(--secondary-color) !important;
    color: white !important;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    background-color: var(--primary-background-color);
    font-family: poppins;
    position: relative;
}
header{
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    z-index: 99;
    top: 0;
}
header .header-parent{
    width: 90%;
    padding: 0 .5rem;
}

header .header-parent .view-menu {
    display: none;
    align-self: center;
    width: 40px;
    cursor: pointer;
    background-color: transparent;
}
header .header-parent .view-menu img{
    width: 100%;
}
header .header-parent .header-face{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
}
header .header-parent .header-face .header-face-call{
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
}
header .header-parent .header-face .header-face-call .call-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
header .header-parent .header-face .header-face-call .call-icon img{
    width: 60%;
    transform: rotate(45deg);
}
header .header-parent .header-face .header-face-call .call-text{
}
header .header-parent .header-face .header-face-call .call-text .text{
    color: #9e9e9e;
    margin-bottom: .25rem;
    font-size: 14px;
}
header .header-parent .header-face .header-face-call .call-text .phone-num{
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 600;
}
/* header face logo */
header .header-parent .header-face .header-face-logo{
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--secondary-color);
}
header .header-parent .header-face .header-face-logo img{
    width: 100%;
}
/* header face location */
header .header-parent .header-face .header-face-location{
    display: flex;
    align-items: center;
}
header .header-parent .header-face .header-face-location .location-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
header .header-parent .header-face .header-face-location .location-icon img{
    width: 60%;
}
header .header-parent .header-face .header-face-location .location-text{
    
}
header .header-parent .header-face .header-face-location .location-text .address{
    color: #9e9e9e;
    margin-bottom: .25rem;
    font-size: 10px;
    max-width: 180px;
}
header .header-parent .header-face .header-face-location .location-text .view-location{
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 600;
}
@media screen and (max-width:770px) {
    header{
    }
    header .header-parent .header-face{
        padding: .5rem 0;
        border: none;
    }
    header .header-parent .header-face{
        flex-direction: row;
        align-items: center;
        border: none;
    }
    header .header-parent .header-face .header-face-location{
        display: none;
    }
    header .header-parent .view-menu{
        display: block;
    }
}
@media screen and (max-width:550px) {
    header .header-parent .header-face .header-face-call .call-text{
        display: none;
    }

}
/* header nav */
header .header-nav-parent{
    display: grid;
    grid-template-rows: 1fr;
    transition: all .2s;
}
header .header-nav{
    display: flex;
    justify-content: center;
    /* margin-top: .5rem; */
    align-items: center;
    overflow: hidden;
}
header .header-nav .nav-section{
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid transparent;
    border: none;
    color: var(--secondary-color);
}
header .header-nav .active{
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}
@media screen and (max-width:770px) {
    header .header-nav{
        display: none;
    }
}
/* end header */
/* header view menu */
.header-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 99;
    display: none;
}
.header-menu .menu-parent {
    width: 295px;
    position: fixed;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    transition: .4s;
}
.header-menu .menu{
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    
}
.header-menu .menu .menu-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.header-menu .menu .menu-header .logo{
    width: 25%;
    margin-right: 1rem;
}
.header-menu .menu .menu-header .logo img{
    width: 100%
    
}
.header-menu .menu .menu-header .close-btn{
    margin-left: 1rem;
    margin-top: .75rem;
    width: 15px;
    display: flex;
    background-color: transparent;
    cursor: pointer;
}
.header-menu .menu .menu-header .close-btn img{
    width: 100%;
}
.header-menu .menu .menu-body{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header-menu .menu .menu-body .page{
    width: 100%;
    background-color: var(--primary-background-color);
    padding: .5rem 1rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
}
.header-menu .menu .menu-body .page-link{
    display: flex;
    width: 100%;
    padding: .5rem 1rem;
    color: var(--primary-color);
    margin-bottom: .5rem;
}
.header-menu .menu .menu-body .page-link .icon-box{
    width: 25px;
    margin-right: .5rem;
}
.header-menu .menu .menu-body .page-link .icon-box img{
    width: 100%;
}
.header-menu .menu .menu-footer{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    justify-content: space-between;
    /* position: absolute;
    bottom: 0; */
    align-self: flex-end;
    background-color: rgba(7 110,176,0.125);
    
}
.header-menu .menu .menu-footer .menu-footer-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.header-menu .menu .menu-footer .menu-footer-section .icon-box{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu .menu .menu-footer .menu-footer-section .icon-box img{
    width: 65%;
}
.header-menu .menu .menu-footer .menu-footer-section .icon-text{
    color: darkslategrey;
    font-size: 11px;
    opacity: .8;
}
.header-menu .menu .menu-footer .menu-footer-section .title{
    font-size: 15px;
    margin-top: .5rem;
    color: var(--primary-color);
    opacity: 1;
}
/* end header view menu */
.home-body,
.bio-body{
    margin-top: 100px;
}
/* home intro hero */
.home-intro-hero{
    width: 100%;
    /* min-height: 400px; */
    background-size: cover;
    position: relative;
    margin-top:127px;
}
.home-intro-hero .intro-bg-image-box{
    width: 100%;
    position: relative;
    z-index: -1;
}
.home-intro-hero .intro-bg-image-box img{
    width: 100%;
}
.home-intro-hero .intro-bg-image-box .dr-image,
.home-intro-hero .intro-bg-image-box .shape-image{
    position: absolute;
}
.home-intro-hero .intro-bg-image-box .dr-image{
    /* transform: translateY(-4rem);
    opacity: .7; */
    animation: view-dr 1.25s ease-out;
    -webkit-animation: view-dr 1.25s ease-out;
}
.home-intro-description{
    position: absolute;
    left: 5rem;
    top:27%;
    width: 40%;
}
.home-intro-description .headline{
    font-size: 35px;
    color: var(--secondary-color);
    font-weight: bold;
}
.home-intro-description .description{
    color: #8490a4;
    font-size: 15px;
    margin-top: 1.5rem;
    text-transform: capitalize;
}
.home-intro-description .reserve{
    display: flex;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 50%;
    margin-top: 1rem;
}
.home-intro-description .reserve-image-box{
    width: 35px;
}
.home-intro-description .reserve-image-box img{
    width: 100%;
}

@media screen and (max-width:1025px) {
    .home-intro-description {
        top: 20%;
    }
    .home-intro-description .headline{
        font-size: 20px;
    }
    .home-intro-description .description{
        font-size: 13px;
        margin-top: .75rem;
    }
}
@media screen and (max-width:770px) {
    .home-intro-hero{
        margin-top: -10px;
    }
    .home-intro-description{
        top: 5%;
        left: 3rem;
    }
    .home-intro-description .headline{
        font-size: 15px;
    }
    .home-intro-description .description{
        font-size: 11.5px;
        margin-top: .4rem;
    }
}
@media screen and (max-width:550px) {
    .home-intro-description{
        top: 12%;
        left: 2rem;
        /* width: 36%; */
    }
    .home-intro-description .headline{
        font-size: 18px;
        margin-top: 0;
    }
    .home-intro-description .description{
        font-size: 10px;
        margin-top: .5rem;
        display: none;
    }
    .home-intro-description .reserve{
        font-size: 12px;
        font-weight: 500;
        margin-top: .5rem;
    }
    .home-intro-description .reserve-image-box{
        width: 30px;
    }
}
@media screen and (max-width:400px) {
    .home-intro-description .headline{
        font-size: 13px;
    }
    .home-intro-description{
        top: 20%;
        width: 50%;
    }
    .home-intro-description .description{
        display: none;
    }
    .home-intro-description .reserve-image-box{
        width: 20px;
    }
    .home-intro-description .reserve{
        margin-top: .75rem;
        font-size: 10px;
    }
}
/* clinics */
.home-clinics{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--secondary-color);
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.home-clinics .short{
    text-transform: uppercase;
    /* text-decoration: underline; */
    letter-spacing: 2px;
    margin-top: 2.5rem;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 19px;
}
.home-clinics .headline{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: .75rem;
    width: 80%;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-clinics .image{
    width: 80%;
    margin-bottom: .75rem;
    position: relative;
    height: 270px;
}
.home-clinics .image img{
    position: absolute;
    border-radius: 8px;
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: 1.8s ease-out;
}
.home-clinics .image .img-1{
    animation-delay: 5s;
    z-index: 4;
}
.home-clinics .image .img-2{
    animation-delay: 10s;
    z-index: 3;
}
.home-clinics .image .img-3{
    animation-delay: 15s;
    z-index: 2;
}
.home-clinics .image .img-4{
    /* animation-delay: 20s; */
    z-index: 1;
}
.home-clinics .description{
    font-size: 16px;
    width: 80%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: .5rem;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-align: center; */
}
.home-clinics .description .box{
    display: flex;
    margin-top: .25rem;
    margin-bottom: .25rem;
}
.home-clinics .description .box img{
    width: 25px;
    height: 25px;
}
.home-clinics .description .box .text{
    margin-left: 10px;
    margin-right: 10px;
}
/* .home-clinics .description div{
    width: 100%;
    margin-top: .75rem;
    margin-bottom: .75rem;
} */
.home-clinics  .reserve-now{
    margin-top: 1rem;
    background-color: var(--primary-color);
    cursor: pointer;
    font-size: 18px;
    color: white;
    border: none;
    padding: 0.7rem 2.5rem;
    border-radius: 4px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4px #076eb0;
    width: fit-content;
    transition: .2s;
}
.home-clinics  .reserve-now:hover{
    box-shadow: 0px 0px 7px #076eb0;
}
#homeClinicNext{
    z-index: 10;
    position: absolute;
    right: 1.25rem;
    bottom: 50%;
    background-color: transparent;
    font-size: 45px;
    transform: translate(50%,50%);
    color: var(--primary-color);
    cursor: pointer;
    opacity: .7;
}
@media screen and (max-width:770px) {
    .home-clinics .headline{
        width: 75%;
        font-size: 26px;
    }
    .home-clinics .image{
        width: 99%;
        margin-bottom: .75rem;
    }
    .home-clinics .description{
        height: 110px;
    }
}
@media screen and (max-width:550px) {
    .home-clinics .headline{
        width: 87%;
        font-size: 22px;
    }
    .home-clinics .description{
        font-size: 13px;
        height: 120px;
    }
}
/* home dr video */
.home-dr-video,
.home-clinic-video,
.home-stuff-video{
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-dr-video video,
.home-clinic-video video,
.home-stuff-video video{
    /* width:445px; */
    /* height: 350px; */
    width:50%;
    border: 3px var(--secondary-color) solid;
    box-sizing: border-box;
    border-radius: 8px;
}
.home-dr-video .headline,
.home-clinic-video .headline,
.home-stuff-video .headline{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: .5rem;
    width: 80%;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}
/* home stuff video */
.home-stuff-video{
    margin-top: 0rem;
}
@media screen and (max-width:770px) {
    .home-dr-video video ,
.home-clinic-video video ,
.home-stuff-video video {
    width: 90%;
}
}

/* home bio */
.home-bio{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--secondary-color);
}
.home-bio .home-bio-image{
    width: 45%;
    max-width: 550px;
    margin-left: .5rem;
    position: relative;
}
.home-bio .home-bio-image img{
    border-radius: 8px;
    width: 100%;
}
.home-bio .home-bio-image .fill-image{
    position: absolute;
        z-index: -1;
        right: 50%;
        bottom:50%;
        transform: translate(50%,50%);
        height: 91%;
        width:90% 
}
.home-bio .home-bio-info{
    width: 45%;
    margin-right: .5rem;
    margin-top: 1rem;
}
.home-bio .home-bio-info .headline{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.home-bio .home-bio-info .description{
    font-size: 14px;
    text-align: start;
    display: flex;
}
.home-bio .home-bio-info .description .desc-point{
    display:flex;
    margin-bottom:10px;
}
.home-bio .home-bio-info .description img{
    width: 22px;
    height: 22px;
    margin: 0 10px;
}
.home-bio .home-bio-info .reserve-now{
    margin-top: 1rem;
    background-color: var(--primary-color);
    cursor: pointer;
    font-size: 18px;
    color: white;
    border: none;
    padding: 0.7rem 2.5rem;
    border-radius: 4px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4px #076eb0;
    width: fit-content;
    transition: .2s;
}
.home-bio .home-bio-info .reserve-now:hover{
    box-shadow: 0px 0px 7px #076eb0;
}
.home-bio .home-bio-info .achievments{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.home-bio .home-bio-info .achievments .description{
    text-align: start;
    width: 90%;
    text-align: start;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 175px;
    margin-top: 20px;
}
.home-bio .home-bio-info .achievments .boxes{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem;
}
.home-bio .home-bio-info .achievments .boxes .box{
    width: 150px;
    /* height: 50px; */
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    font-family: "poppins";
    cursor: pointer;
    border-bottom: 3px solid transparent;
    padding-bottom: .75rem;
    padding-top: .75rem;
}
.home-bio .home-bio-info .achievments .boxes .active{
    border-bottom: 3px solid var(--secondary-color);
}
@media screen and (max-width:770px) {
    .home-bio{
        flex-direction: column;
    }
    .home-bio .home-bio-image {
        width: 99%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-bio .home-bio-image img {
        border-radius: 8px;
        width: 90%;
        object-fit: cover;
    }
    .home-bio .home-bio-info{
        width: 90%;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .home-bio .home-bio-info .reserve-now {
        margin-left: auto;
        margin-right: auto;
    }
    .home-bio .home-bio-image .fill-image{
        height: 95%;
        width: 89%;
    }
    .home-bio .home-bio-info .description{
        justify-content: center;
        margin-bottom: 1.5rem;
    }
}
/* clinic services */
.home-services{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 6rem;
}
.home-services .home-services-header, .home-map .header{
    text-align: center;
    color: var(--secondary-color);
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-services .home-services-header .short,
.home-map .header .short{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 18px;
}
.home-services .home-services-header .headline, .home-map .header .headline{
    font-size: 35px;
    font-weight: 600;
}
.home-map{
    margin-bottom: -6px;
}
/* services body */
.home-services .home-services-body{
    margin-top: 2rem;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr;
}
.home-services .home-services-body .home-services-service{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    max-width: 380px;
    margin: 1rem;
    background-color: white;
    border-radius: 12px;
    padding: .5rem;
}
.home-services .home-services-body .home-services-service .service-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-services .home-services-body .home-services-service .service-image{
    width: 90%;
}
.home-services .home-services-body .home-services-service .service-image img{
    /* border-radius: 8px 8px 0 0; */
    width: 100%;
    /* margin-top: 1rem;
    margin-bottom: .75rem; */
}
.home-services .home-services-body .home-services-service .service-text{
    width: 85%;
}
.home-services .home-services-body .home-services-service .service-text .headline{
    color: var(--primary-color);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.home-services .home-services-body .home-services-service .service-text .description{
    color: var(--secondary-color);
    font-size: 14px;
}
.home-services .home-services-body .home-services-service .reserve-button{
    margin: 1rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-services .home-services-body .home-services-service .reserve-button a{
    background-color: var(--primary-color);
    padding: .5rem 1.5rem;
    color: white;
    border-radius: 4px;
    text-transform: capitalize;
    transition: .25s;
}
/* .home-services .home-services-body .home-services-service .reserve-button a:hover{
    box-shadow: 0px 0px 4px #076eb0;
} */
@media screen and (max-width:1025px) {
    .home-services .home-services-body{
        grid-template-columns: 1fr 1fr;
    }
    .home-services .home-services-body .home-services-service{
        width: 330px;
    }
}
@media screen and (max-width:770px) {
    .home-services .home-services-body{
        grid-template-columns: 1fr;
    }
    .home-services .home-services-body .home-services-service{
        width: 90%;
        max-width: 400px;
    }
}
@media screen and (max-width:550px) {
    .home-services .home-services-body{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/* home doc video */
.home-body .home-doc-video{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    /* border-top: 1.5rem solid white; */
    /* padding-top: 2rem; */
    margin-top: 2.5rem;
    transform: translateY(3.5rem);
    transition: .6s;
    opacity: 0;
}
.home-body .home-doc-video .video-image-box{
    width: 70%;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    display: flex;
}
.home-body .home-doc-video .video-image-box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
}
.home-body .home-doc-video .video-image-box:hover .play-button {
    width: 80px;
    height: 80px;
}
.home-body .home-doc-video .video-image-box img{
    width: 100%;
    object-fit: cover;
}
.home-body .home-doc-video .video-image-box .play-button{
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    transition: .5s;
}
/* Reserve Form */
/* start form */
#contact {
    /* background-color: var(--primary-background-color); */
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
}
.left-cont {
    padding: 2rem 0 3rem 0rem;
    margin: 0.6rem 0;
    width: 50%;
    border-radius: 12px;
    background-color: var(--primary-background-color);
    
}
.right-cont {
    margin: 0.6rem 0.6rem;
    border-radius: 12px;
    width: 45%;
}
.right-cont img {
    width: 100%;
    height: 45rem;
    border-radius: 12px;
}
.main-block {
    display: flex;
    flex-direction: column;
}
.main-block input, .main-block select {
    width: 70%;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 1rem;
    font-weight: 520;
    color: gray;
    }
    .main-block select {
        box-sizing: content-box;
        cursor: pointer;
    }
    .main-block select option {
        font-size: 18px;
        /* font-weight: 500; */
        border: none;
        /* color: white;
        background-color: var(--secondary-color); */
        color: black;
    }
    .main-block select:focus-visible {
        outline: none;
    }
.main-block input:focus {
    outline: none;
    font-size: 1rem;
    font-weight: 520;
    color: gray;
}
.main-block label {
    margin-bottom: 0.4rem;
    font-weight: 550;
    font-size: 1.2rem;
    color: var(--secondary-color);
}
.main-block input::placeholder {
    font-size: .8rem;
    font-weight: 520;
    color: gray;
}
.left-cont h2 {
    color: var(--secondary-color);
    margin-bottom: 2.5rem;
}
.left-cont button {
    background-color: var(--secondary-color);
    padding: 0.8rem;
    border-radius: 0.5rem;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.25rem;
    width: 70%;
    align-self: center;
    margin: 2.5rem 0 2rem 0;
    letter-spacing: 1px;
    cursor: pointer;
    letter-spacing: 3px;
    font-weight: 500;
}
.left-cont button:hover{
    background-color: var(--primary-color);
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown input  {
    padding: 0.6rem 1.25rem;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
    width: 68%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    width: 70%;
    z-index: 1;
    display: none;
    padding: 0;
    margin: 2px;
    background-color: white;
    list-style-type: none;
    border: 1px solid rgb(174, 173, 173);
    border-radius: 0.5rem;
}
.dropdown-menu li {
    padding: 0.6rem;
}
.dropdown-menu li a {
    color: #333333;
    text-decoration: none;
}
.dropdown-menu li:hover {
    background-color: rgb(213, 213, 190);
}
.in-name{
    display: flex;
    /* background-color: teal; */
    width: 100%;
    
}
.fname{
    /* background-color: red; */
    width: 40%;
}
.lname{
    /* background-color: red; */
    width: 42%;
}
@media screen and (max-width:770px) {
    #contact {
        flex-direction: column-reverse;
        width: 100%;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .right-cont {
        width: 90%;
        margin: 0;
        margin-top: 2rem;
    }
    .right-cont img{
        object-fit: cover;
        height: 30rem;
    }
    .left-cont{
        width: 100%;
        padding: 0 0 0 5rem;
        box-sizing: border-box;
        padding-left: 0;
    }
    .form-btn-parent{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-block input, .main-block select {
        width: 90%;
    }
    .fname{
        margin-right: 2rem;
    }
    .fname,.lname{
        width: calc(45% - 1rem) ;
    }
    .fname input,.lname input{
        width: 100% ;
    }
}
/* end form */
/* our team */
.our-team .our-team-body {
    margin-top: 6rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 770px){
.our-team .our-team-body .our-team-body-management-team {
    flex-direction: column;
}}
.our-team .our-team-body .our-team-body-management-team {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 770px){
.our-team .our-team-body .our-team-body-management-team .management-member {
    margin-bottom: 6rem;
}}
.our-team .our-team-body .our-team-body-management-team .management-member {
    display: flex;
    flex-direction: column;
    width: 295px;
    height: 245px;
    padding: 1rem;
    padding-top: 5rem;
    border-radius: 12px;
    background-color: #242a52;
    box-shadow: rgba(22, 22, 40, 0.4) 0px 0px 2px;
    background-color: rgba(22, 22, 40, 0.1);
    margin-left: 1rem;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #242a52;
}
.our-team .our-team-body .our-team-body-management-team .management-member .image-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-55%);
    width: 135px;
    height: 135px;
    background-color: #242a52;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}
.our-team .our-team-body .our-team-body-management-team .management-member .image-box img {
    /* border-radius: 50%;  */
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: contain;
    background-color: #ffffff;
}
.our-team .our-team-body .our-team-body-management-team .management-member .name {
    font-size: 20px;
    font-weight: 500;
}
.our-team .our-team-body .our-team-body-management-team .management-member .title {
    font-size: 18px;
    opacity: .7;
    text-align: center;
}
.our-team .our-team-body .our-team-body-management-team .management-member .description {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 14.5px;
}
/* home stuff */
.home-stuff{
    margin: 2rem 0;
    width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.home-stuff .box{
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.home-stuff .box img{
    width: 20%;
    height: 15rem;
    object-fit: cover;
    border-radius: 20px;
    min-width: 180px;
    border-radius: 20% 0 20% 0;
}
.home-stuff .box .text-box{
    height: 15rem;
    /* width: 78%; */
    /* background-color: var(--primary-color); */
    color: var(--secondary-color);
    background: url('https://nodens.eu/wp-content/uploads/2019/10/AdobeStock_281967200.jpeg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    /* color: white; */
    padding: 1.25rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
.home-stuff .box .headline{
    font-size: 24px;
}
.home-stuff .box .headline .cat{
    font-size: 16.5px;
    opacity: .85;
    
}
.home-stuff .box .description{
    font-size: 15px;
    margin-top: .75rem;
}
@media screen and (max-width:1025px) {
    .home-stuff .box .text-box{
        margin: 0 1rem;
    }
    .home-stuff .box .headline{
        font-size: 19px;
    }
    .home-stuff .box .description{
        font-size: 13px;
    }
}
@media screen and (max-width:770px) {
    .home-stuff .box .text-box{
        height: 17rem;
    }
    .home-stuff .box img{
        height: 17rem;
    }
    .home-stuff .box .headline{
        font-size: 16px;
    }
    .home-stuff .box .headline .cat{
        font-size: 14px;
    }
    .home-stuff .box .description{
        font-size: 11px;
    }
}
@media screen and (max-width:550px) {
    .home-stuff .box{
        flex-direction: column;
    }
    .home-stuff .dr-hanan{
        flex-direction: column-reverse;
    }
    .home-stuff .box img{
        margin-left: auto;
        margin-right: auto;
        width: 260px;
        height: 260px;
    }
    .home-stuff .box .text-box{
        width: 90%;
        height: 15rem;
        margin-top: .75rem;
    }

}

/* home career */
.home-career{
    width: 100%;
    margin-top: 3.5rem;
}
.home-career>.headline{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: var(--secondary-color);
}
.home-career .home-career-box{
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 780px;
    margin-top: .5rem;
}
.home-career .home-career-box .home-career-long-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 640px;
    box-shadow: 2px 2px 29px 0 rgba(0,0,0,0.25);
    display: flex;
    z-index: 1;
}
.home-career .home-career-box .home-career-short-img{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40%;
    height: 400px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
    display: flex;
    z-index: 2;
}
.home-career .home-career-box img{
    width: 100%;
    object-fit: cover;
}
.home-career .home-career-box .home-career-text-box{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 40%;
    height: 430px;
    box-sizing: border-box;
    padding: 2rem;
    background-color: var(--primary-color);
    color: white;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}
    .home-career .home-career-box .home-career-text-box .headline{
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 1rem;
    }
    .home-career .home-career-box .home-career-text-box .description{
        font-size: 14px;
        margin-bottom:2rem;
    }
    .home-career .home-career-box .home-career-text-box .learn-more{
        border: 1px solid white;
        border-radius: 20px;
        cursor: pointer;
        padding: .25rem 1rem;
        letter-spacing: 1px;
    }
    @media screen and (max-width:1025px) {
        .home-career .home-career-box .home-career-long-img{
            width: 420px;
        }
        .home-career .home-career-box .home-career-short-img{
            width: 370px;
        }
        .home-career .home-career-box .home-career-text-box{
            width: 405px;
        }
    }
 @media screen and (max-width:991px) {
     .home-career .home-career-box{
         min-height: 1230px;
        }
        .home-career .home-career-box .home-career-text-box{
            top: 60%;
            transform: translateY(-50%);
            width: 50%;
        }
        .home-career .home-career-box .home-career-text-box .headline{
            font-size: 22px;
        }
        .home-career .home-career-box .home-career-short-img{
            left: 0;
            transform: none;
            width: 60%;
        }
        .home-career .home-career-box .home-career-long-img{
            width: 60%;
        }
    }
 @media screen and (max-width:770px) {
     .home-career .home-career-box{
         min-height: 1230px;
        }
        .home-career .home-career-box .home-career-text-box{
            top: 60%;
            transform: translateY(-50%);
            width: 50%;
            min-width: 400px;
        }
        .home-career .home-career-box .home-career-short-img{
            left: 0;
            transform: none;
            width: 60%;
            min-width: 400px;
        }
        .home-career .home-career-box .home-career-long-img{
            width: 60%;
            min-width: 400px;
        }
    }
 @media screen and (max-width:450px) {
    .home-career .home-career-box{
        min-height: 990px;
       }
        .home-career .home-career-box .home-career-text-box{
            min-width: 90%;
            height: 425px;
        }
        .home-career .home-career-box .home-career-text-box .headline{
            font-size: 17px;
        }
        .home-career .home-career-box .home-career-text-box .description{
            font-size: 11px;
            margin-bottom: 1rem;
        }
        .home-career .home-career-box .home-career-short-img{
            min-width: 90%;
            height: 300px;
        }
        .home-career .home-career-box .home-career-long-img{
            min-width: 90%;
            height: 400px;
        }
    }
    /* reversed career boxes */
    .home-career .home-career-box-reversed{
    }
    .home-career .home-career-box-reversed .home-career-long-img{
        right: 0;
        left: inherit;
    }
    .home-career .home-career-box-reversed .home-career-text-box{
        left: 0;
        right: inherit;
    }
    @media screen and (max-width:991px) {
        .home-career .home-career-box-reversed .home-career-short-img{
            left: inherit;
            right: 0;
        }
    }
    /* home why dr */
    .home-why-dr{
        margin: 2rem 0;
    }
    .home-why-dr .headline{
        color: var(--secondary-color);
        font-size: 25px;
    }
    .home-why-dr .body{
        width: 100%;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .home-why-dr .body-row{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*  */
    .home-why-dr {
        width: 100%;
        display: grid;
        place-items: center;
        box-sizing: border-box;
      }
      .row {
        display: flex;
        flex-wrap: wrap;
      }
      .column {
        width: 30%;
        padding: 0 1em 1em 1em;
        text-align: center;
        box-sizing: border-box;
      }
      .card {
        /* width: 100%;
        height: 100%; */
        height: 255px;
        overflow: hidden;
        padding: 2em 1.5em;
        background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
        background-size: 100% 200%;
        background-position: 0 2.5%;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        transition: 0.5s;
      }
      h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--secondary-color);;
        margin: 1em 0;
      }
      p {
        color: #575a7b;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.03em;
      }
      .icon-wrapper {
        background-color: #2c7bfe;
        position: relative;
        margin: auto;
        font-size: 30px;
        height: 2.5em;
        width: 2.5em;
        color: #ffffff;
        border-radius: 50%;
        display: grid;
        place-items: center;
        transition: 0.5s;
      }
      .card:hover {
        background-position: 0 100%;
      }
      .card:hover .icon-wrapper {
        background-color: var(--primary-color);
        color: #2c7bfe;
        box-shadow: 4px 3px 1px 1px #ffffff;
      }
      .card:hover h3 {
        color: #ffffff;
      }
      .card:hover p {
        color: #f0f0f0;
      }

      @media screen and (max-width: 990px) and (min-width: 771px) {
       .card{
        height: 325px;
       }
      }
      @media screen and (max-width: 770px) {
        /* .home-why-dr .sec-body-row{
            display: none;
        } */
        .home-why-dr .body-row{
            flex-direction: column;
        }
        .column{
            width: 85%;
        }
      }
      @media screen and (min-width: 768px) {
        section {
          padding: 0 2em;
        }
        .column {
          flex: 0 50%;
          max-width: 50%;
        }
      }
      @media screen and (min-width: 992px) {
        section {
          padding: 1em 3em;
        }
        .column {
          flex: 0 0 33.33%;
          max-width: 33.33%;
        }
      }
      @media screen and (max-width:380px) {
        .home-why-dr .headline{
            font-size: 22px;
        }
        p{
            font-size: 13px;
        }
    }
     /* End home why dr */
    .home-map{
        width: 100%;
        margin-top: 3.5rem;
    }
    .home-map .header{
        width: 100%;
        margin-bottom: 1.75rem;
    }
    .home-map .header .short{
        margin-bottom: .3rem;
    }
    .home-map iframe{
        width: 100%;
        height: 50vh;
    }
/* Bio Page  */
.bio-body{
    width: 100%;
    /* height: 100%; */
    position: relative;
    font-family: playfair !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bio-body .bio-body-banner{
    margin-top: 25px;
    width: 100%;
    display: flex;
    min-height: 420px;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
}
.bio-body .bio-body-banner .banner-photo{
    width: 50%;
    height: calc(100vh - 124px);
    display: flex;
    align-self:flex-end;
}
.bio-body .bio-body-banner .banner-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.bio-body .bio-body-banner .banner-painting{
    width: 50%;
    height: calc(100vh - 124px);
    background-color: var(--secondary-color);
}
.bio-body .bio-body-banner .banner-text{
    position: absolute;
    left: 7rem;
    top: 5rem;
    width: 51%;
    z-index: 2;
}
.bio-body .bio-body-banner .banner-text .headline{
    font-size: 40px;
    /* font-weight: 600; */
    color: white;
    margin-bottom: 2rem;
    font-family: 'poppins';
    text-transform: capitalize;
}
.bio-body .bio-body-banner .banner-text .description{
    width: 70%;
    font-size: 16px;
    /* font-family:'Courier New', Courier, monospace; */
    font-family: abel;
    color: white;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.bio-body .bio-body-banner .banner-text .autograph{
    font-size: 18px;
    font-weight: 200;
    font-family: signerica;
    color: white;
}
@media screen and (max-width:1350px) {
    .bio-body .bio-body-banner .banner-text .headline{
        font-size: 25px;
    }
}
@media screen and (max-width:1150px) {
    .bio-body .bio-body-banner .banner-text .headline{
        font-size: 20px;
    }
}
@media screen and (max-width:1025px) {
    .bio-body .bio-body-banner .banner-text{
        width: 50%;
        top: 2%;
    }
}
@media screen and (max-width:997px) {
    .bio-body .bio-body-banner .banner-text{
        left: 5%;
    }
}
@media screen and (max-width:775px) {
    .bio-body {
        margin-top: 90px;
    }
    .bio-body .bio-body-banner {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .bio-body .bio-body-banner .banner-photo{
        /* width: 100%; */
        height: 40vh;
        max-height: 350px;
        align-self:center;
    }
    .bio-body .bio-body-banner .banner-painting{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bio-body .bio-body-banner .banner-text{
        position: static;
        width: 90%;
        margin: 1rem;
    }
    .bio-body .bio-body-banner .banner-text .headline{
        font-size: 25px;
        margin-top: .5rem;
        margin-bottom: 2rem;
    }
    .bio-body .bio-body-banner .banner-text .description{
        width: 90%;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    .bio-body .bio-body-banner .banner-text .autograph{
        font-size: 14px;
    } 
    
}
@media screen and (max-width:550px) {
    .bio-body .bio-body-banner .banner-photo{
        width: 90%;
        height: 40vh;
        /* height: auto; */
    }
    .bio-body .bio-body-banner .banner-text .headline span{
        display: none;
    }
}
/* bio-page biography */
.bio-body .bio-page-biography{
    width: 60%;
    margin-top: 4rem;
}
.bio-body .bio-page-biography .header{
    font-size: 28px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}
.bio-body .bio-page-biography .body{
    font-family: abel;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* color: #21211f; */
    color: rgb(82, 82, 82);;
}
.bio-body .bio-page-biography .body .bio-section{
    margin-right: 1rem;
    margin-bottom: 1rem;
}
@media screen and (max-width:770px) {
    .bio-body .bio-page-biography{
        width: 70%;
    }
    .bio-body .bio-page-biography .body{
        grid-template-columns: 1fr;
    }
    
}
@media screen and (max-width:550px) {
    .bio-body .bio-page-biography{
        width: 80%;
    }
    .bio-body .bio-page-biography .body{
        color: rgb(82, 82, 82);
    }
    
}
/* bio certificates */
.bio-body .bio-certificates{
    width: 70%;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    background-color: rgb(49 74 95 / 25%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* padding: 1rem 5%; */
    grid-row-gap: 1rem;
}
.bio-body .bio-certificates .certificate{
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.bio-body .bio-certificates .certificate img{
    width: 100%;
    border-radius: 8px;
    filter: grayscale(100%);
}

/* @media screen and (min-width:1205px) {
    .bio-body .bio-certificates{
        padding: 1rem 2.5%;
    }
} */
@media screen and (max-width:770px) {
    .bio-body .bio-certificates{
        /* width: 80%; */
        grid-template-columns: 1fr 1fr;
        padding: 1rem .5rem;
    }
}
@media screen and (max-width:550px) {
    .bio-body .bio-certificates{
        width: 80%;
    }
}
/* home dr video */
.bio-body .bio-video{
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bio-video video{
    /* width:445px; */
    /* height: 350px; */
    width:90vw;
    border: 3px var(--secondary-color) solid;
    border-radius: 8px;
    box-sizing: border-box;
}
.bio-video .headline{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: .5rem;
    width: 80%;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    font-family: 'poppins';
}

/* @media screen and (max-width:770px) {
    .home-dr-video video ,
.home-clinic-video video ,
.home-stuff-video video {
    width: 90%;
}
} */
/* personal info */
.bio-body .bio-personal-info{
    width: 70%;
    display: flex;
    justify-content: space-between;
    height: 500px;
    min-width: 861px;
    margin-bottom: 4rem;
}
.bio-body .bio-personal-info .photo{
    width: 45%;
    height: 100%;
    display: flex;
    background-color: #333333;
}
.bio-body .bio-personal-info .photo img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}
.bio-body .bio-personal-info .text{
    width: 45%;
    color: rgb(82, 82, 82);
    font-family: abel;
}
.bio-body .bio-personal-info .text .headline{
    font-family: playfair;
    font-size: 28px;
    font-weight: 600;
    color: var(--secondary-color);
}
.bio-body .bio-personal-info .text .info{
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.bio-body .bio-personal-info .text .info .info-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    flex-direction: column;
}
.bio-body .bio-personal-info .text .info .info-box .info-data{
    display: flex;
    margin: .35rem 0;
}
.bio-body .bio-personal-info .text .info .info-box .info-data .icon{
    height: 17px;
    display: flex;
}
.bio-body .bio-personal-info .text .info .info-box .info-data .icon img{
    height: 100%;
}
.bio-body .bio-personal-info .text .info .info-box .info-data .text{
    width: 90%;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 14px;
    color: rgb(82, 82, 82);
    font-size: 16px;
}
.bio-body .bio-personal-info .text .description{
    margin-top: 2rem;
}
.bio-body .bio-personal-info .text .description div{
    margin: .75rem 0;
    word-spacing: 3px;
}
.bio-body .bio-personal-info .text .autograph{
    font-family: signerica;
    color: var(--primary-color);
    margin-top: 2rem;
    font-weight: 600;
}
@media screen and (max-width: 950px) {
    .bio-body .bio-personal-info{
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        min-width: inherit;
    }
    .bio-body .bio-personal-info .photo{
        width: 100%;
        height: 50vh;
        object-position: center center;
        margin-bottom: 2rem;
    }
    .bio-body .bio-personal-info .text{
        width: 70%;
    }
}
@media screen and (max-width: 770px) {
    .bio-body .bio-personal-info{
        width: 90%;
    }
    .bio-body .bio-personal-info .photo{
        width: 100%;
        height: auto;
    }
    .bio-body .bio-personal-info .text{
        width: 77%;
    }
}
@media screen and (max-width: 550px) {
    .bio-body .bio-personal-info{
        width: 100%;
    }
    .bio-body .bio-personal-info .text{
        width: 80%;
    }
    .bio-body .bio-personal-info .text .info{
        flex-direction: column;
    }
}
/* work experience */
.bio-body .bio-work-experience{
    width: 70%;
}
.bio-body .bio-work-experience .headline{
    font-family: playfair;
    font-size: 28px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}
.bio-body .bio-work-experience .experience-section{
    width: 100%;
    margin-bottom: 2rem;
    font-family: abel;
}
.bio-body .bio-work-experience .experience-section .date{
    color: rgb(42, 42, 42);
    opacity: .85;
    font-size: 13px;
    margin-bottom: .25rem;
}
.bio-body .bio-work-experience .experience-section .header{
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .75rem;
}
.bio-body .bio-work-experience .experience-section .description{
    box-sizing: border-box;
    background-color: rgb(49 74 95 / 15%);
    color: rgb(42, 42, 42);
    padding: 1rem;
    font-size: 17px;
}
.bio-body .bio-work-experience .experience-section .description .description-section{
    margin: .5rem 0;
    display: flex;
}
.bio-body .bio-work-experience .experience-section .description .description-section .image-box{
    width: 12px;
    height: fit-content;
    display: flex;
    margin-top: 7px;
    margin-right: 5px;
}
.bio-body .bio-work-experience .experience-section .description .description-section .image-box img{
    width: 100%;
}
@media screen and (max-width: 770px) {
    .bio-body .bio-work-experience{
        width: 80%;
    }
}
/* bio career journey */
.bio-career-journey{

}
.bio-career-journey .journey-section{
    margin-top: 1rem;
}
.bio-career-journey .journey-section .top-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 1120px;
}
.bio-career-journey .journey-section .top-section .photo{
    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bio-career-journey .journey-section .top-section .photo img{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    transform: translate(5%, -3%);
    object-fit: cover;
}
.bio-career-journey .journey-section .top-section .text{
    width: calc(100% - 500px);
    font-family: poppins;
}
.bio-career-journey .journey-section .top-section .text .catchphrase{
    color: var(--primary-color);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: .25rem;
}
.bio-career-journey .journey-section .top-section .text .headline{
    color: var(--secondary-color);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.15rem;
}
.bio-career-journey .journey-section .top-section .text .description{
    word-spacing: 3px;
    font-size: 16px;
}
.bio-career-journey .journey-section .certificates{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.bio-career-journey .journey-section .cert{
    margin: .75rem;
    width: 250px;
    height: 270px;
}
.bio-career-journey .journey-section .cert .image-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.bio-career-journey .journey-section .cert .image-box img{
    width: 85%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}
.bio-career-journey .journey-section .cert .text{
    width: 100%;
    height: 35px;
    background-color: var(--secondary-color);
    color: white;
    box-shadow: 5px 7px var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:770px) {
    .bio-career-journey .journey-section .certificates{
        flex-direction: column;
    }
    .bio-career-journey .journey-section .cert{
        margin-bottom: 2.5rem;
    }
    .bio-career-journey .journey-section .certificates .lmcc{
        margin-top: -85px;
    }
}

@media screen and (max-width:1025px) {
    .bio-career-journey .journey-section .top-section{
        width: 100%;
    }
    .bio-career-journey .journey-section .top-section .photo{
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width:770px) {
    .bio-career-journey .journey-section .top-section{
        flex-direction: column-reverse;
    }
    .bio-career-journey .journey-section .top-section .photo{
        width: 75vw;
        height: 75vw;
        margin-bottom: 2rem;
    }
    .bio-career-journey .journey-section .top-section .text{
        width: 75%;
        height: 75%;
    }
}
@media screen and (max-width:550px) {
    .bio-career-journey .journey-section .top-section .photo{
        width: 90vw;
        height: 90vw;
    }
    .bio-career-journey .journey-section .top-section .text{
        width: 90%;
        height: 90%;
    }
}
/* bottom section */
.bio-career-journey .journey-section .bottom-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: .5rem; */
    max-width: 1000px;
}
.bio-career-journey .journey-section .bottom-section .photo{
    height: 400px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bio-career-journey .journey-section .bottom-section .photo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.bio-career-journey .journey-section .bottom-section .photo .circle{
    width: 300px;
    height: 300px;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    z-index: -1;
    left: -75px;
    bottom: -50px;
}
.bio-career-journey .journey-section .bottom-section .text{
    width: calc(100% - 400px);
    font-family: poppins;
    margin-left: 4rem;
}
.bio-career-journey .journey-section .bottom-section .text .catchphrase{
    color: var(--primary-color);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: .25rem;
}
.bio-career-journey .journey-section .bottom-section .text .headline{
    color: var(--secondary-color);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.15rem;
}
.bio-career-journey .journey-section .bottom-section .text .description{
    word-spacing: 3px;
    font-size: 16px;
}

@media screen and (max-width:770px) {
    .bio-career-journey .journey-section .bottom-section{
        flex-direction: column;
        width: 100%;
    }
    .bio-career-journey .journey-section .bottom-section .photo{
        width: 65vw;
        height: 65vw;
    }
    .bio-career-journey .journey-section .bottom-section .text{
        width: 65%;
        height: 65%;
        margin-left: 1rem;
    }
}
@media screen and (max-width:550px) {
    .bio-career-journey .journey-section .bottom-section .photo{
        width: 80vw;
        height: 80vw;
    }
    .bio-career-journey .journey-section .bottom-section .text{
        width: 90%;
        height: 90%;
    }
}
/* dots effect */
.dots-effect{
    width: 100px;
    height: 230px;
    margin: .5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.dots-effect .dot-parent{
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dots-effect .dot{
    position: relative;
    left: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: 9999px 0 0 -25px;
    animation: dot-effect 1.25s infinite linear;
    animation-delay: 0.5s;
}
.dots-effect .dot-one{
    animation-delay: 0.25s;
}
.dots-effect .dot-two{
    animation-delay: .5s;
}
.dots-effect .dot-three{
    animation-delay: .75s;
}
.dots-effect .dot-four{
    animation-delay: 1s;
}
.dots-effect .dot-five{
    animation-delay: 1.25s;
}
/* Gallery page */
.gallery-body{
    width: 100%;
    position: relative;
    font-family: poppins !important;
    margin-top: 135px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    /* height: 1500px; */
    /* background-color: blue; */
}
.gallery-body .cats-view{
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-body .cats-view .cat{
    border: 1px solid var(--secondary-color);
    border-radius: 40px;
    background-color: transparent;
    font-size: 16px;
    padding: .12rem .75rem;
    margin: 0 .25rem;
    cursor: pointer;
    transition: .35s;
}
/* @media screen and (max-width:550px) {
    .gallery-body .cats-view{
        overflow: scroll;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery-body .cats-view::-webkit-scrollbar{
        display: none;
    }
    .gallery-body .cats-view .cat{
        font-size: 13px;
        margin: .2rem;
        padding: .1rem .5rem;
    }
} */
@media screen and (max-width:550px) {
    .gallery-body .cats-view{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .gallery-body .cats-view .cat{
        font-size: 13px;
        margin: .2rem .5rem;
        padding: .1rem .5rem;
    }
}
.gallery-body .images-view{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gallery-body .images-view .image-box{
    width: 29%;
    height: 250px;
    margin: .5rem;
    box-sizing: border-box;
    transition: .27s;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
}
.gallery-body .images-view .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.gallery-body .images-view .image-box .image-cat{
    border-radius: 20px;
    padding: 0.5rem 1rem;
    background-color: var(--secondary-color);
    color: white;
    position: absolute;
    right: 12px;
    top: 12px;
    text-transform: uppercase;
    /* after change to flags */
    background-color: transparent;
    padding: .0rem 0.15rem;
}
.gallery-body .images-view .vid-box{
    display:flex;
    justify-content:center;
    align-items:center;
    margin: .5rem;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}
.gallery-body .images-view .vid-box video{
    width: 300px;
    height: 170px;
    object-fit: cover;
    object-position: 50% 27%;
    border-radius: 8px 8px 0 0 ;
    cursor: pointer;
}
.gallery-body .images-view .vid-box .vid-cat{
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.gallery-body .layout{
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    /* opacity: .75; */
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}
.gallery-body .layout .view{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    /* height: 50%; */
    /* background-color: white; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
}
.gallery-body .layout .view :first-child{
    border-radius: 8px;
}
.gallery-body .layout .view .vid-cat{
    display: none;
}
.gallery-body .layout .view .image-cat{
    display: none;
}
.gallery-body .layout .view img{
    width: 100%;
    height: auto;
}
.gallery-body .layout .view video{
    /* width: 90% !important; */
}
.gallery-body .layout .navigator{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(50% + 10rem);
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.gallery-body .layout .navigator .next,
.gallery-body .layout .navigator .previous{
    font-size: 55px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.gallery-body .layout .navigator .next::selection,
.gallery-body .layout .navigator .previous::selection{
    background-color: transparent;
}

@media screen and (min-width:770px) {
    .gallery-body .images-view .image-box:hover{
        transform: scale(.92);
    }
}
@media screen and (max-width:770px) {
    .gallery-body{
        margin-top: 105px;
    }
    .gallery-body .images-view .image-box{
        width: 35%;
        margin: 1rem;
    }
    .gallery-body .images-view .image-box img{
        object-position: 50% 45%;
    }
    .gallery-body .layout .view{
        width: 60%;
        /* top: calc(50% + 10px); */
    }
    .gallery-body .layout .navigator{
        /* top: calc(50% + 1rem); */
    }
}
@media screen and (max-width:550px) {
    .gallery-body .images-view .image-box{
        width: 90%;
        height: 50%;
    }
    .gallery-body .layout .view{
        width: 90%;
        /* top: calc(50% - 1rem); */
    }
    .gallery-body .layout .navigator{
        z-index: 1;
        /* top: calc(50% - 1rem); */
        width: calc(50% + 8rem);
    }
}
/* contact page */
.cont-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}
.contact-social{
    width: 35%;
    height: 125px;
}
.contact-social h2{
    width: 100%;
    text-align: center;
    margin-bottom: 1.75rem;
    color: var(--secondary-color);
}
.contact-social .social{
    display: flex;
    justify-content: center;
    align-content: center;
}
.contact-social .social a{
    width: 40px;
    height: 40px;
    margin: 0 .75rem;
    transition: .35s;
}
.contact-social .social a:hover{
    transform: scale(1.25);
}
.contact-social .social a img{
    width: 100%;
    height: 100%;
}
.cont-body .phone{
    width: 35%;
}
.cont-body .phone .head{
    width: 100%;
}
.cont-body .phone .head .text{
    text-align: center;
    margin-bottom: 1.75rem;
    color: var(--secondary-color);
}
.cont-body .phone .body{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-body .phone .body .image-box{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.cont-body .phone .body .image-box img{
    width: 60%;
    height: 60%;
}
.cont-body .phone .body .number{
    font-size: 17px;
    color: var(--secondary-color);
}
@media screen and (max-width:770px) {
    .cont-body {
        flex-direction: column;
    }
    .cont-body .phone{
        margin-top: 5rem;
    }
}
/* footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border-top: 7.5px solid var(--primary-color);
    width: 100%;
    background-color: var(--primary-background-color);
    margin-bottom: -2rem;
}
footer .footer-container {
    padding: 40px 0;
    box-sizing: border-box;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
footer .footer-container .footer-item:first-child {
    margin-bottom: 30px;
}
footer .footer-container .footer-item {
    order: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
}
footer .footer-logo-parent{
    font-size: 24px;
    color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 1rem;
}
footer .footer-logo-parent .text{
    margin-left: 1rem;
}
footer .footer-logo-parent .footer-logo{
    align-self: center;
    height: 104%;
    width: 26%;
    min-width: 75px;
    min-height: 65px;
    max-width: 85px;
    max-height: 85px;
    margin-bottom: 0 !important;
}
footer .footer-logo img{
    width: 100%
}

@media only screen and (max-width: 900px){
    footer .footer-logo-parent .text{
    font-size: 18px;
}}
@media only screen and (min-width: 1000px){
footer .footer-container .footer-item {
    order: unset;
    width: calc(25% - 60px);
}}
@media only screen and (min-width: 600px){
footer .footer-container .footer-item {
    width: calc(50% - 60px);
}}
@media only screen and (min-width: 600px){
footer .footer-container .footer-item:first-child {
    margin: 0;
}}
footer .footer-container .footer-item.w-50 {
    order: 1;
    margin-top: 30px;
    width: 100%;
}
@media only screen and (min-width: 1000px){
footer .footer-container .footer-item {
    order: unset;
    width: calc(25% - 60px);
}}
@media only screen and (min-width: 600px){
footer .footer-container .footer-item {
    width: calc(50% - 60px);
}}
@media only screen and (min-width: 1000px){
footer .footer-container .footer-item.w-50 {
    order: unset;
    margin: 0;
    width: calc(50% - 60px);
}}
footer .footer-copyrights {
    padding: 25px 5%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
@media only screen and (min-width: 768px){
footer .footer-copyrights {
    flex-direction: row;
}}
footer .footer-container .footer-item .logo-container.member a {
    width: calc((100% / 5) - (120px / 5));
}
footer .footer-container .footer-item .logo-container a {
    margin-right: 30px;
    width: calc((100% / 3) - (60px / 3));
}

footer .footer-container .footer-item a {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #919191;
}
footer .footer-container .footer-item .logo-container a {
    margin-right: 30px;
    width: calc((100% / 3) - (60px / 3));
}
footer .footer-container .footer-item .logo-container a img{
    width: 100%;
}
footer .footer-container .footer-item a {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #919191;
}
footer .footer-container .footer-item .logo-container {
    margin-top: 20px;
    display: flex;
}
@media screen and (min-width:1600px) {
    .mod-item{
        margin-top: -7rem !important;
    }
}
@media screen and (max-width:1600px) and (min-width:1300px) {
    .mod-item{
        margin-top: -10% !important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    .mod-item{
        margin-top: -9% !important;
    }
}
@media screen and (max-width:1200px) and (min-width:1075px) {
    .mod-item{
        margin-top: -7% !important;
    }
}
@media screen and (max-width:1075px) and (min-width:1000px) {
    .mod-item{
        margin-top: -5% !important;
    }
}
@media screen and (max-width:1000px) and (min-width:600px) {
    .mod-item{
        margin-top: 0% !important;
    }
}
@media screen and (max-width:600px) {
    .mod-item{
        margin-top: -3rem !important;
    }
}
@media screen and (max-width:1000px) {
    footer{
        flex-direction: column;
    }
    #footer-reserve{
        display: none;
    }
}
/* blogs */
.blogs-body{
    width: 100%;
    padding: 0 4rem;
    margin-top: 150px;
    margin-bottom: 2rem;
    box-sizing: border-box;
}
.blogs-body .single-blog{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.blogs-body .single-blog{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.blogs-body .single-blog .image-box{
    width: 50%;
    margin-right: .75rem;
    margin-left: .75rem;
    overflow: hidden;
    min-width: 500px;
    height: 340px;
}
.blogs-body .single-blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.blogs-body .single-blog .blog-text{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-body .single-blog .blog-text h1{
   color: var(--secondary-color);
}
.blogs-body .single-blog .blog-text h5{
    font-family: emojie;
    color: #333333;
}
.blogs-body .single-blog .blog-text h4{
    font-family: monospace;
    color: #333333;
}
.blogs-body .blogs-line{
    align-self: center;
    width: 40%;
    height: 1px;
    background-color: var(--secondary-color);
    margin: 2rem auto;
}
@media screen and (max-width: 1025px) {
    .blogs-body .single-blog .image-box{
        min-width: inherit;
    }
}
@media screen and (max-width: 990px) {
    .blogs-body .single-blog{
        flex-direction: column;
    }
    .blogs-body .single-blog .image-box{
        width: 100%;
        height: 300px;
        display: flex;
    }
    .blogs-body .single-blog .image-box img{
        object-position: center 30%;
    }
}
@media screen and (max-width: 770px) {
    .blogs-body{
        padding: 0 20px;
    }
    .blogs-body .single-blog .blog-text h1{
        font-size: 25px;
    }
}
@media screen and (max-width: 550px) {
    .blogs-body{
        padding: 0 10px;
    }
    .blogs-body .single-blog .blog-text h1{
        font-size: 19px;
    }
}
/* blog */
.blog-body{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 135px;
    margin-bottom: 2rem;
}
.blog-body .image-box{
    width: 90%;
    display: flex;
    height: 450px;
}
.blog-body .image-box img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
}
.blog-body .text{
    width: 90%;
    margin-top: 2rem;
}
.blog-body .text .headline{
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    margin: 1rem 0;
}
