@font-face {
  font-family: 'Archive';
  src: url('/src/fonts/ArchiveBold.ttf') format('truetype');
  font-weight: 100;

}

@font-face {
  font-family: 'Open Sans';
  src: url('/src/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('/src/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TGS Perfect';
  src: url('/src/fonts/tgsperfectcondensed.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.page-wrapper{
    height: auto;
    width: 100%;
}
.header{
    height: auto;
    width: 100%;
    background-color: white;

    position: sticky;
    top: 0;
    z-index: 9999;
}
.page-cover{
    height: auto;
    width: 100%;
    max-width: 1300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nav-bar{
    height: auto;
    width: 100%;
    padding: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;

    background-color: white;
    min-height: 50px;
}
.no-decoration{
    text-decoration: none;
    color: black;
}
.nav-tab{
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.site-logo{
    max-height: 40px;
    width: auto;
}
.nav-button{
    width: auto;
    height: 100%;
    padding: 10px;
    font-size: 20px;

    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 500;
}
.primary-button{
    height: 60px;
    width: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    background-color: #3674b5;
    color: white;
    font-family: 'TGS Perfect', sans-serif;
    font-size: 30px;
}
.rounded{
    border-radius: 30px;

}
.hero-container{
    height: auto;
    width: 100%;
    background-color: white;
    background-image: url('/src/public/images/Background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hero{
    height: auto;
    width: 100%;
    padding: 20px;


}
.slide{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    min-height: 600px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.half-div{
    height: 100%;
    width: 50%;


}
.hero-title{
    font-size: 62px;
    color: #3674b5;
    font-family: 'Archive', sans-serif;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.hero-img{
    width: 100%;

}
.hero-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.hero-subtitle > strong{
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 500;
}
.medicaol-info-container{
    height: auto;
    width: 100%;
    background-color: white;
    border-bottom: 10px solid #3674b5;
}
.medical-info{
    height: auto;
    width: 100%;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.doctor-image-holder{
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: row;
    min-height: 500px;
    width: 40%;
    
}
.doctor-image{
    width: 100%;
    height: 100%;
}
.medical-text-holder{
    height: auto;
    width: auto;
    width: 60%;
    display: flex;  
    flex-direction: column;
    padding-left: 70px;
}
.medical-title{
    font-family: 'Archive', sans-serif;
    font-size: 40px;
    color: #3674b5;
}
.medical-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.medical-subtitle > strong{
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 500;
}
.button-holder{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 10px 0px 10px 0px;
    text-align: right;
}
.services-container{
    height: auto;
    width: 100%;
    background-color: white;
}
.services{
    height: auto;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.grid-3x{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    height: auto;
    width: 100%;
}
.section-heading{
    font-family: 'TGS Perfect', sans-serif;
    font-size: 44px;
    color: #3674b5;
    margin: 20px 0px 20px 0px;

}
.service-card{

    width: 100%;
    border-radius: 30px;
    background-color: #f0f2f1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
}
.service-card-image-holder{
    width: 100%;
    height: auto;
    text-align: left !important;
}
.service-card-image{
    height: 124px;
}
.service-card-title{
    font-family: 'TGS Perfect', sans-serif;
    font-size: 30px;
    color: #3674b5;
}
.service-card-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.service-card-text{
    width: 100%;
    height: auto;
    text-align: left !important;
}
.service-card:hover{
    transform: scale(1.1);
}
.service-card{
    z-index: 8;
    transition: all 0.3s ease-in-out;
}
.primary-button:hover{
    transition: all 0.3s ease-in-out;
    color: #3674b5;
    background-color: white;
    border: 3px solid #3674b5;
}
.nav-button:hover{
    transition: all 0.3s ease-in-out;
    color: #3674b5;
}
.active{
    color: #3674b5;
}

.slider-container{
    height: auto;
    width: 100%;
    background-color: white;
    
}
.banner-slider{
    height: auto;
    width: 100%;
}
.banner{
    height: auto;
    width: 100%;
  
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 100px 20px 20px 20px;

    min-height: 600px !important;
}
.slide-content{
    padding: 20px;
    height: auto;
    width: 50%;

}
.banner-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.banner-title{
    font-family: 'Archive';
    font-size: 40px;
    color: #3674b5;
}
.demo-container{
    width: 100%;
    height: auto;
    background-color: #d1f8ef;
}
.demo-wrapper{
    height: auto;
    width: 100%;

    display: flex;
    flex-direction: row;

}
.demo-tab{
    height: auto;
    width: 40%;
    padding: 20px;
    display: flex;
    flex-direction: column;


}
.demo-title{
    font-family: 'Archive';
    font-size: 40px;
    color: #3674b5;
}
.demo-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.demo-form-holder{
    height: auto;
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.demo-form{

    background-color: #a1e3f9;
    height: 100%;
    width: 100%;
    padding: 0px 40px 0px 40px;
    display: flex;

    align-items: center;
    flex-direction: column;
}
.form-tab{
    height: auto;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.form-input{
    width: 300px;
    height: 40px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: none;
}
.form-textarea{
    width: 100%;
    resize: vertical;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: none;
}
.demo-form button{
    border: none;
    cursor: pointer;
}
.footer-container{
    height: auto;
    width: 100%;
    background-color: #3674b5;
}
.footer{
    padding: 20px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.grid-4x{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.footer-tab{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer-title{
    font-family: 'TGS Perfect', sans-serif;
    color: white;
    font-family: 40px;
}
.footer-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: white;
}
.map iframe{
    width: 100%;
    height: 200px;
}
.social-container{
    height: auto;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    background-color: #a1e3f9;

    padding: 10px;
}
.socials{
    height: 100%;
    width: auto;

    display: flex;
    flex-direction: row;
    width: 300px;
    align-items: center;
    justify-content: space-between;
}
.social-button{
    height: 50px;
    width: 50px;
    border-radius: 120px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-button:hover{
    transition: all 0.3s ease-in-out;
    border: 1px solid #3674b5;
    color: #3674b5;
    cursor: pointer
}
.cookies{
    height: auto;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    background-color: white;
    position: sticky;
    bottom: 0px;
   
    padding: 10px;
    z-index: 10;

    transition: all 0.3s ease-in-out;
}
.cookies-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.cookies button{
    height: 40px;
    width: 150px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}
.social-button i{
    font-size: 25px;
}
.service-icon{
    width: 400px;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-subimage{
    max-height: 200px;
}
.terms-container{
    height: auto;
    width: 100%;

}
.terms{
    height: auto;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;

    justify-content: center;
}
.terms h3 {
      font-size: 20px;
      margin-top: 24px;
      color: #1a1a1a;
      font-family: 'Archive', sans-serif;
    }

    .terms p {
      margin: 12px 0;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
    }
   .terms ul {
      margin: 10px 0 20px 20px;
    }
.logo-holder{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.bars{
    font-size: 26px;
    cursor: pointer;
    font-family: 'Archive', sans-serif;
}
#bars{
    display: none;
}
.logo-holder{
    width: auto;
}
.hero-slider{
    background-color: white;
    background-image: url('/src/public/images/Background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 600px;
  padding: 20px;
}


.slick-slide{
    display: flex !important;
    flex-direction: row !important;
}



@media screen and (max-width: 900px ){
   .slide{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1300px ){
  .form-tab{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }
    .form-input{
        width: 100%;
        margin: 10px 0px;
    }
    .demo-form{
        padding: 20px;
    }
    .demo-form button{
        margin-top: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 1200px ){
    .hero-title{
        font-size: 46px;
    }

}
@media screen and (max-width: 900px ){
    #bars{
        display: block;
    }
    .nav-button-holder{
        display: none;
    }   
    .slick-slide{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .half-div{
        width: 100%;
    }
    .medical-info{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .doctor-image-holder{
        width: 100%;
    }

    .medical-text-holder{
        width: 100%;
        padding: 0px;
    }
    .grid-3x{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        height: auto;
        width: 100%;
    }
    .slide-content{
        height: auto;
        width: 100%;
    }
    .demo-wrapper{
        display: flex;
        flex-direction: column;
    }
    .demo-tab{
        width: 100%;
    }
    .demo-form-holder{
        width: 100%;
    }
    .grid-4x{
        grid-template-columns: repeat(2,1fr);
    }
    .logo-holder{
        width: 100%;
    }
    .nav-bar{
        display: flex;
        flex-direction: column;
        align-items: left;
    }

    .nav-button-holder{
        display: flex;
        flex-direction: column;
    }
    .nav-tab {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .nav-button-holder{
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        
        justify-content: left;
        align-items: left;
        text-align: left;
    }
    .nav-button-holder a{
        width: 100%;
    }
    .nav-button-holder{
        display: none;
    }
 
    .half-div{
        width: 100%;
    }
}
@media screen and (max-width: 600px ){
    .hero-title,
    .medical-title,
    .section-heading,
    .banner-title,
    .demo-title{
        font-size: 26px;
    }
    .hero-subtitle,
    .medical-subtitle,
    .banner-subtitle,
    .demo-subtitle{
        font-size: 18px;
    }
    .grid-3x{
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .grid-4x{
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .cookies{
        display: none;
    }
  
}