
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
  scroll-behavior: smooth;
  overflow: scroll;
}
.content{
    position: relative;
    top: 135px;
    width: 100%;
    
}
.slider {
  background: var(--main-color-opacity-extra);
  color: white;
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 28vw;
}
.slider-text{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 5vw;
text-align: center;
position: relative;
top: 23vh;
}
@media screen and (max-width: 970px) {
  .slider {
    height: 300px;
    font-size: 8vw;
  }
}
  /*----------CONTACT------------------------------------------------------------*/
.contact{
  padding-top: 40px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: white;
  height: 185px;
width: 100%;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.grid-item {
  padding-top: 10px;
}

.contact .text{
  text-align: center;
}
.contact .icon{
  margin: auto;
  background-color: var(--main-color);
  color: white;
  border-radius: 10px;
  height: 80px;
  transition: 0.3s;
  width: 80px;
}
.contact .icon i{
font-size: 200%;
}
.contact .grid-item{
  transition: 0.2s;
}
.contact .grid-item:hover{
  transform: translateY(-10px);
}
.contact .grid-item:hover .icon{
  border-radius: 80px;
}
@media only screen and (max-width: 935px) {
  .contact{
    height: 120px;
  }
  .contact .icon {
    height: 55px;
    width: 55px;
  }
  .contact .icon i{
    font-size: 175%;
  }
  .contact .text{
    font-size: 13px;
  }
}
@media only screen and (max-width: 730px) {
  .contact{
    height: 90px;
  }
  .contact .icon {
    height: 45px;
    width: 45px;
  }
  .contact .icon i{
    font-size: 150%;
  }
  .contact .text{
    font-size: 12px;
  }
}
@media only screen and (max-width: 660px) {
  .contact{
    display: none;
  }
  #services-hr{
    display: none
  }
}
/* @media only screen and (max-width: 975px) {
  .grid-container {
    grid-template-columns: auto auto;
  }
  .contact .icon{
    height: 75px;
    width: 75px;
  }
  .contact .icon i{
    font-size: 200%;
  }
  .contact .text{
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .contact .icon{
    height: 55px;
    width: 55px;
  }
  .contact .text{
    font-size: 12px;
  }
  .contact .icon i{
    font-size: 175%;
  }
  .contact {
    height: 240px;
  }
} */
  /*----------------------------------------------------------------------*/

.text-prim{
  background-color: white;
}
    /*----------------------------------------------------------------------*/


      /*----------------------------------------------------------------------*/


  .pictures{
    text-align: center;
    background-color: rgb(244, 244, 244) !important;
    padding-bottom: 45px;
    padding-top: 45px;
  }
 
/*--------------------------------------------------FACEBOOK FEED*/
.facebook-feed{
  display: none;
  overflow: hidden;
  padding: 40px;
  background-color: white;
}



@media only screen and (max-width: 1200px) {
  .card-image img {
    transition: 0.3s;
      max-height: 191px;
      max-width: 255px;
      min-height: 91px;
      min-width: 55px;
      border-radius: 8px 8px 0px 0;
  }
}