
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

html{
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body{
  overflow-x: hidden;
}

header{
  width: 100%;
  height: 800px;
  background:tomato;
}

nav{
  width: 100%;
  height: 150px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#burger{

  font-size: 30px;
  display: none;
  cursor: pointer;

}

nav h1{
  font-size: 50px;
  font-family: 'Dancing Script', cursive;
  color: #a84d38;
}

nav ul{
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
}

nav ul li:nth-child(4) a{
  color: black;
  border: solid 1px black;
  padding: 20px 30px
}

nav ul  a{
  color: black;
  padding: 20px 30px
}

nav ul li:hover, nav ul a:hover{
    color: #ad8c68;
    transition: 0.5s;
}

nav ul a:hover{
  border: solid 1px #ad8c68;
}

.hero_banner{
  width: 100%;
  height: calc(800px - 150px);
  background-image: linear-gradient(90deg, rgba(0,0,0,0.4822129535407913) 0%, rgba(0,0,0,0.38977597875087533) 100%), url(./image0.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero_banner h1{
  font-family: 'Dancing Script', cursive;
  font-size: 110px;
  text-align: center;
}

.hero_banner p{
  font-size: 30px;
  margin-top: 10px;
  text-align: center;
}

.hero_banner a {
  background-color: #ad8c68 ;
  color: #fff;
  padding: 15px 30px;
  font-size: 25px;
  margin-top: 50px;
}

.hero_banner a:hover{
  opacity: .8;
  transition: 0.5s;
}

.expertise{
    width: 100%;
    height: 700px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.expertise h2{
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 50px;
}

.card{
  display: flex;
  align-items: center;
}

.card div{
  width: 310px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 500px;
}

.card div p{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.card div i{
  font-size: 80px;
  color: #a84d38;
}

.card div h3{
  font-family: 'Dancing Script', cursive;
  font-size: 30px;

}

.card div a{
  color: #fff;
  background-color: #97a5aa;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 30px;
}

.card div:hover{
  background-color: #ad8c68;
}

.card div:hover i{
  color: #fff;
}
.card div:hover h3{
  color: #fff;
}
.card div:hover p{
  color: #fff;
}

.cabinet{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.cabinet img{
  width: 50%;
  height: auto;
}

.cabinet div{
  background-color: #f6f5f1;
  width: 50%;
  min-height: 594px;
  padding: 0 60px;
 
}

.cabinet div p{
  width: 50%;
  padding: 60px 0;
  line-height: 50px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.cabinet div h2{
  padding-top: 60px;
  font-family: 'Dancing Script', cursive;
  font-size: 35px;
  color: #000000b2;
}

.cabinet div a{
  padding: 10px 30px;
  background-color: #ad8c68;
  width: auto;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.map_google{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map_google h2{
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Dancing Script', cursive;
  font-size: 60px;
  color: #000000b2;

}

.info_comp{
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: space-around;
  display: flex;
  background-color: #f6f5f1;
}

.info_comp ul{
  font-family: 'Montserrat', sans-serif;
}

.info_comp ul li{
  padding: 5px;
}

.info_comp ul h3{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}


footer{
  background-color: #97a5aa;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

footer h1{
  font-family: 'Dancing Script', cursive;
  font-size: 110px;
  color: #fff;
  
}

footer ul{

  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 450px;
  font-family: 'Montserrat', sans-serif;

}

footer a {
  color: #fff;
}

footer p{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: center;
}

footer p a{
  color: #fff;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
}

.Text_ortho{
      width: 100%;
      height: auto;
      font-family: 'Montserrat', sans-serif;
      color: #000000b2;
      padding-bottom: 50px;
}

.Text_ortho p{
  padding: 80px;
  font-size: 18px; 
  line-height: 40px;
  
}


/* RESPONCIVE CSS */


@media screen and (max-width: 1100px) {

  

  .cabinet img{
    display: none;
  }

  .cabinet div{
    background-color: #f6f5f1;
    width: 100%;
    min-height: 594px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
   
  }
  
  .cabinet div p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    text-align: center;
  }
  
  .cabinet div h2{
    padding-top: 60px;
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    color: #000000b2;
  }
  
  .cabinet div a{
    padding: 10px 30px;
    background-color: #ad8c68;
    width: auto;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 20px;
  }
  
}

@media screen and (max-width: 990px){

  .hero_banner p{
    font-size: 24px;
  }

  .expertise h2{
    font-size: 25px;
  }

  .card div{
    width: 278px;
    min-height: 477px;
  }

  .info_comp{
    padding: 20px 0 20px 0;
    min-height: 500px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .info_comp ul{
    text-align: center;
  }

}


@media screen and (max-width: 930px){

  .expertise{
    height: auto;
  }

  .card{
    flex-direction: column;
  }

  .card div {
    width: 80%;
  }
}


@media screen and (max-width: 930px){

  #burger{
    display: block;
  }

  .navclose{
    background-color: #fff;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 300px;
    top: -361px;
    padding: 20px 0 40px;
    transition: 0.5s;
  }

  .navopen{
    background-color: #fff;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 150px;
    padding: 20px 0 40px;
    transition: 0.5s;
  }
}


@media screen and (max-width: 464px){
    .hero_banner p{
      text-align: center;
      font-size: 20px;
      padding: 10px;
    }

    .expertise h2{
      font-size: 17px;
      padding: 10px;
    }
    .Text_ortho p{
      padding: 25px;
      font-size: 14px; 
      line-height: 30px;
      
    }
    .Text_ortho p strong {
      font-size: 18px !important;
    }

    .map_google h2{
      text-align: center;
      font-size: 30px ;
    }

    footer ul{
      width: 100% !important;
      flex-direction: column;

    }
    footer ul li{
      padding-bottom: 8px;
    }

    footer{
      padding-bottom: 30px;
    }

    footer p{
      padding: 15px;
    }

}



