
/**Commom CSS**/
/*html {
  scroll-behavior: smooth;
}*/
body{
  overflow-x: hidden;
}

.l-space-2{
  letter-spacing: 2px;
}

.l-space-3{
  letter-spacing: 3px;
}

.l-space-4{
  letter-spacing: 4px;
}

.l-space-5{
  letter-spacing: 5px;
}

/**end common CSS**/


/*--navbar--*/
/*navbar background image*/
.bg-top{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.8);
}

.navbar a.active { 
  color: #ff6701 !important; 
}

a.nav-link {
  /*color:#000000;*/
  color:#FFFFFF;
}

a.nav-link:hover {
  color:#ff6701 !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  /*border-color: rgb(255,102,203);*/
  border-color:#000000;
  border-width: 2px;
  border-style: solid;
  opacity: 0.5;
}

#logo{
  transition: 0.5s;
}

.navbar{
  transition: all 0.5s;
}

.navbar-scrolled{
  background-color:white;
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.15);
}

.nav-color{
  color:black !important;
}


/*remove square outline*/
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  /*box-shadow: 0 0 0 0.25rem;*/
  box-shadow: 0 0 0 0;
}

/* hide close when burger shown */
.navbar-toggler.collapsed .close-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: inline;
}
/*--navber--*/


/*--bg video, image--*/
#bg-home {
  height: 100vh;
}

#bg-devel{
  height: 100vh;
}

#bg-mgt {
  background-image: url("../assets/bg-swiftlet-house-management.webp");
  height: 100vh;
}

#bg-about{
  background-image: url("../assets/bg-about-us.webp");
  height: 100vh;
}

#bg-contact{
  background-image: url("../assets/bg-contact-us.webp");
  height: 100vh;
}

/*height for devices larger than 576px*/
@media (min-width: 992px) {
  #bg-home {
    margin-top: -28.59px;
  }

  #bg-devel {
    margin-top: -28.59px;
  }

  #bg-mgt {
    margin-top: -28.59px;
  }

  #bg-about {
    margin-top: -28.59px;
  }

  #bg-contact {
    margin-top: -28.59px;
  }
}
/*--bg video, image--*/


/*--index--*/
.hero-image-1 {
  background-image: url("../assets/rice-field-cambodia.webp");
  background-color: #FFFDEF;
  /*height:700px;*/
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-1 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 60px;
}

.swiftlet-house-1{
  height: 500px;
}


/*--Contact us--*/
.card-contact{
  /*font-family: 'Roboto', sans-serif;*/ 
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height:150px;
  /*margin-top: 60px;*/
  padding:30px 0px 50px 0px;
  background-color:white;
}

.card-contact p{
  font-size: 17px;
}

.card-contact p:hover{
  color:#ff6701;
}

.card-form{
  /*font-family: 'Roboto', sans-serif;*/ 
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height:524px;
  padding:30px 30px 30px 30px;
  background-color:white;
}

.card-qr{
  /*font-family: 'Roboto', sans-serif;*/ 
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height:250px;
  padding:20px 0 20px 0;
  background-color:white;
}

.card-qr p{
  font-size: 17px;
  text-decoration:none;
}

.card-qr a{
  color:#000000;
}

.card-qr a:hover{
  color:#ff6701;
}



/**about**/
.card-team{
  /*position:relative;*/
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  /*height:300px;
  padding:20px 0 20px 0;
  background-color:white;*/
}



/*--footer-user--*/
.footer-user {
  background-image: url("../assets/footer-bg-img-op60.webp");
  background-color: #FFFDEF;
  min-height: 350px;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.footer-title{
  color:#FFFFFF;
}

.footer-link-1{
  color:#FFFFFF;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
}

.footer-link-2{
  color:#FFFFFF;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
}

.footer-user a{
  text-decoration: none;
  color:#FFFFFF;
}

.footer-user a:hover{
  color:#ff6701;
}

.footer-copyright{
  background-color:#000000;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  padding-top:5px;
  color:#FFF;
}

.footer-copyright a{
  text-decoration: none;
  color:#FFF;
}

.footer-copyright a:hover{
  color:#ff6701;
}

.fa-weixin{
  font-size: 30px;
  color:#FFFFFF;
}

.fa-weixin:hover{
  color:#ff6701;
}

.fa-whatsapp{
  font-size: 30px;
}



/*--sitemap--*/
.sitemap-link {
  display: inline-block;
}

.sitemap-link::after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #87A0D4;
  transition: 300ms;
}

.sitemap-link:hover::after {
  width: 100%;
}


/*--small and extra-small screens--*/
@media only screen and (max-width: 576px) {

  .navbar{
    background-color: #FFFFFF;
  }

  a.nav-link {
    color:#000000;
  }

  .swiftlet-house-1{
    height: 450px;
  }

  /*
  .hero-image-1 {
    background: #f8faf8 !important;
    height: auto;
  }*/
}


