@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Frank Ruhl Libre';
 
}

p{
    font-family: 'Lato';
}


.navbar{
    background-color: white!important;
    box-shadow: none!important;
}

.navbar li a{
    font-family: 'Frank Ruhl Libre';
    font-weight: 600;
    font-size: 16px;
    color: rgb(31, 31, 31);
    padding: 0.3em;
}

.navbar-nav{
    margin: 0em 2em;
}

.navbar li{
    margin: 0em 0.6em;
    
}

.navbar li a.active{
    border-bottom: 2px solid black;
    
}

.navbar li a:hover{
    border-bottom: 2px solid black;
  
}


.navbar-width{
    width: 90%;
}

.btn-contact{
    background-color: #c79d59;
    color: white;
    font-family: 'Lato';
    font-weight: 600;
    border-radius: 0px;
    padding: 0.7em 2.6em;
    
    text-transform: capitalize;
    font-size: 15px;
}

.btn-contact:hover{
    background-color: #b68a43;
    color: white;
}

.carousel-1{
    background: url('../img/slider-3.webp')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-2{
    background: url('../img/slider-2.webp')rgba(0, 0, 0, 0.65);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-3{
    background: url('../img/slider-1.webp')rgba(0, 0, 0, 0.65);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}
.carousel-caption{
    bottom: 30%;
}

.carousel-caption h1{
    font-weight: 600;
    text-transform: capitalize;
}

.fa-star{
    color: gold;
}

.sec-btn{
    font-family: 'Lato';
    background-color: #e0b159;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
}


.sec-btn:hover{
    background-color: #b68a43;
    color: white;
}

.icon-contact{
    padding:0.5em;
    border: 1px solid rgb(211, 211, 211);
    margin: 0em 0.2em;
}

.icon-contact:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition-duration: 0.3s;
}


.owl-carousel img{
    border-radius: 20px;
    border: 4px solid #dbae4c;
}

#banner{
    background: url('../img/banner.webp')rgba(0, 0, 0, 0.75);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    display: flex;
    align-items: center;
}

#myForm {
  
    
   
   
    border-radius: 20px;
   
    
    background-position: center;
    background-size: cover;
    
    z-index: 999!important;
  }
  label {
    display: block;
    margin-bottom: 2px;
    color: rgb(255, 255, 255);
    color: black;
  }
  input, textarea {
    width: 100%;
    padding: 4px;
    margin-bottom: 5px;
    box-sizing: border-box;
   
    border: 1px solid #87C4D8;
    color: white;
  }
  

  footer{
    background-color: rgb(31, 31, 31);
    padding: 4em 0em;
  }

  footer a{
    color: white;
  }

  .footer-links a{
    font-family: 'Lato';
  }


  #gallery-head{
    background: url('../img/slider-2.webp')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
  }

  .fade-in img{
    border-radius: 0px!important;
  }

  
  #about-head{
    background: url('../img/slider-1.webp')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
  }

 .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.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
  }
.whatsapp-float {
    position: fixed;
    width: auto;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float i {
    font-size: 30px;
    margin-right: 10px;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
    transform: scale(1.05);
}

/* On mobile, we make it just a circle to save space */
@media screen and (max-width: 767px) {
    .whatsapp-float span {
        display: none;
    }
    .whatsapp-float {
        width: 60px;
        padding: 0;
        justify-content: center;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-float i {
        margin-right: 0;
    }
}

  @media only screen and (max-width:890px) {
    .display-none {
      display: none;
    }
    .navbar-nav{
        margin: 1em 0em;
    }
    .btn-contact-nav{
        margin: 1em 0em!important;
    }
    .carousel-caption{
        bottom: 20%;
    }
    .card{
        padding: 1em;
    }
    .copyright{
        text-align: start!important;
    }
  }
