@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Meddon&family=Quicksand:wght@300..700&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;
}   
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

/* End Animations*/
h1,h2,h3,h4,h5,h6{
    font-family: 'Host Grotesk';
}

p{
    font-family: 'Quicksand';
}

.navbar li{
    margin: 0em 1em;
}

.navbar li a{
    color: white;
    font-family: 'Host Grotesk';
    font-size: 18px;
    font-weight: 300;
}


.navbar li a:hover{
    color: #d0a249;
}
.navbar li a.active{
    color: #d0a249!important;
}


.carousel{
    margin-top: -6em;
}


.navbar{
    z-index: 10;
    position: relative;
    background-color: rgba(29, 29, 61, 0)!important;
    color: white;
    box-shadow: none!important;
   border-bottom: 1px solid rgba(255, 255, 255, 0.253);
   padding: 1em 0em;
}

.carousel-1{
    background: url('../img/11.jpg')rgba(0, 0, 0, 0.7);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-2{
    background: url('../img/3.jpg')rgba(0, 0, 0, 0.7);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-3{
    background: url('../img/4.jpg')rgba(0, 0, 0, 0.7);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-caption{
    bottom: 30%;
    width: 80%;
}

.contact-btn{
    background-color: #b9934e;
    font-family: 'Quicksand';
    
    color: white;
   border-radius: 40px;
    padding: 0.8em 2.5em;
    text-transform: capitalize;
    font-size: 16px;
}

.contact-btn:hover{
    background-color: #d0a249;
}

.carousel-caption h1{
    font-size: 100px;
}


.wheel-container {
      position: relative;
      width: 300px;
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .boat-wheel {
      width: 100%;
      height: 100%;
      /* Use a placeholder image - replace with your actual image URL */
      background-image: url('/img/wheel.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transform-origin: center;
      transition: transform 0.2s ease-out;
    }
 
    .reviews{
        background: url('../img/pattern.png');
        background-size: 20%;
        background-repeat: repeat;
        padding: 6em 0em;
    }



.owl-2 i{
    color: #b9934e;
}

form{
    background-color: #f1faff;
    padding: 4em 2em;
} 

.form-container {
    max-width: 800px;
    margin: 0 auto;
   
}

.fcf-form-group {
   width: 100%;
   padding: 0.2em;
}

.fcf-label {
    position: absolute;
    left: -9999px;
   
    overflow: hidden;
    border: none;
}

.fcf-form-control {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.fcf-form-control::placeholder {
    color: #666;
}

select.fcf-form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 10px;
    border: none!important;
}

textarea.fcf-form-control {
   
    resize: vertical;
    min-height: 60px;

    max-height: 80px;
}

.fcf-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Quicksand';
    
}

.fcf-btn-primary {
    color: #ffffff;
    background-color: #d0a249;
}

.fcf-btn-primary:hover {
    background-color: #d0a249;
}

.fcf-btn-block {
    display: block;
    width: 200px;
}

.fcf-btn-lg {
    padding: 15px 30px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .fcf-form-group {
        flex: 1 1 100%;
    }
}


    footer{
        background: url('../img/pattern.png');
        background-size: 20%;
        background-repeat: repeat;
        padding: 6em 0em;
    }


.gallery-head{
    background: url('../img/12.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-size: cover;
    height: 50vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.about-head{
    background: url('../img/24.JPG')rgba(0, 0, 0, 0.5);
      background-position: center;
    background-size: cover;
    height: 50vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.contact-head{
    background: url('../img/16.JPG')rgba(0, 0, 0, 0.5);
      background-position: center;
    background-size: cover;
    height: 50vh;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
  .navbar {
    background-color: rgb(255, 255, 255)!important;
  }
  .navbar li a{
    color: black;
  }
  .copyright{
    justify-content: start!important;
  }
}