*{
    font-family: kanit;
}


  ::-webkit-scrollbar {
    width: 0px ;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  

div.bg{
    background-image: url("../img/56609.jpg");
    background-size:100vw;
    min-height: 80vh;
}


nav.navbar{
    background:#df8f21;
}

a.nav-link{
    color:white;
}


a.nav-link:hover{
    color:rgb(255, 255, 0);
}

a.nav-link:active{
    color:rgb(255, 255, 0);
}

div.card{
    padding:50px;
    border: 1px solid #df8f21;
    border-radius: 15px;
}

div.layer{
    padding:30px;
}

/* #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  } */

  #btn-call {
    position: fixed;
    bottom: 20px;
    right: 80px;
    bottom: 20px;
    right: 20px;
    display: block;
  }
  #btn-line {
    position: fixed;
    bottom: 20px;
    right: 80px;
    display: block;
  }
  #btn-facebook {
    position: fixed;
    bottom: 20px;
    right: 140px;
    display: block;
  }


div.mobile{
    display:none;
}

nav.mobile{
    display:none;
}

div.footer{
    display:block;
    background:#df8f21;
    color:white;
    
}

swiper-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
  }

  swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    background-color: #00000081;
  }


  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }


  swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  swiper-slide .subtitle {
    font-size: 21px;
  }

  swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }


  img.review{
    width:60%;
    height:600px;
    padding:0 120px 0 120px;
    border-radius: 10%;
  }

  img.review-first{
    width:100%;
    height:600px;
    padding:0;
    border-radius: 10%;
    aspect-ratio: 1/0.7;
    object-fit: cover;
  }


@media only screen and (max-width: 768px) {
   
    nav.navbar{
        display:none;
    }
    nav.mobile{
        display:block;
        background:#df8f21;
        
    }
    div.offcanvas-body{
        opacity: 0.6;
        background:black;
    }

    div.offcanvas-header{
        background:black;
        opacity: 0.6; 
    }
    button.btn-close{
        color:white;
    }

    div.card{
        padding:25px;
        border: 1px solid #df8f21;
        border-radius: 15px;
    }
    
    div.layer{
        padding:1px;
    }

    swiper-container {
        width: 100%;
        height: 85vh;
      }

      swiper-slide {
        padding: 20px 20px;
      }
  
      img.review-first{
        width:100%;
        height:300px;
        padding:0;
        border-radius: 10%;
      }

      img.review{
        width:100%;
        height:500px;
        padding:0;
        border-radius: 10%;
      }

      swiper-slide .title {
        font-size: 22px;
        font-weight: 300;
      }
    
      swiper-slide .subtitle {
        font-size: 18px;
      }
    
      swiper-slide .text {
        font-size: 16px;
        max-width: 400px;
        line-height: 1.3;
      }
    

  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
   
    nav.navbar{
        display:none;
    }
    nav.mobile{
        display:block;
        background:#df8f21;
        
    }
    div.offcanvas-body{
        opacity: 0.6;
        background:black;
    }

    div.offcanvas-header{
        background:black;
        opacity: 0.6; 
    }
    button.btn-close{
        color:white;
    }

    div.card{
        padding:25px;
        border: 1px solid #df8f21;
        border-radius: 15px;
    }
    
    div.layer{
        padding:1px;
    }

    swiper-container {
        width: 100%;
        min-height: 90vh;
      }
  

      img.review{
        width:100%;
        height:250px;
        padding:0 120px 0 120px;
        border-radius: 10%;
      }

      swiper-slide .title {
        font-size: 24px;
        font-weight: 300;
      }
    
      swiper-slide .subtitle {
        font-size: 20px;
      }
    
      swiper-slide .text {
        font-size: 16px;
        max-width: 400px;
        line-height: 1.3;
      }
    
      img.review-first{
        width:100%;
        height:300px;
        padding:0;
        border-radius: 10%;
      }

      
      img.review{
        width:100%;
        height:400px;
        padding:0;
        border-radius: 10%;
      }

  }

  