@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Jua&display=swap');
*{
    margin: 0;
    padding: 0;
}

      nav{
          background-color:transparent;
          transition: 0.6s;
          height: 90px;
      }
      .navbar .navbar-brand h1{
          font-weight: 700;
          color: #fea116;
      }
     
    .navbar-toggler-icon{
      color: #000;
     }
      nav.sticky{
          padding: 5px 5px;
          background-color: #000;
          height: 75px;
      }
      .navbar .collapse .navbar-nav .nav-item a{
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        color: white;
      }
      .navbar .collapse .navbar-nav .nav-item a:hover{
        color: #fea116;
        transition: 0.7s;
      }
      .navbar .collapse .navbar-nav .nav-item .btn{
          color: white;
          font-weight: 500;
          background-color: #fea116;
      }
      .navbar .collapse .navbar-nav .nav-item .dropdown-menu{
          background-color: #fea116;

      }
      @media screen and (max-width:700px) {
        .navbar-collapse{
          background-color: black;
          width: 100%;
          margin: 0;
          padding: 15px;
        }
      }
      /*=========home=======*/
      .Enjoy{
          width: 100%;
          height:auto;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
      }
      .Enjoy .row .images img{
        animation: imgRotate 50s linear infinite;

      }
      @keyframes imgRotate{
     100%{
         transform: rotate(360deg);
     }
      }
      .Enjoy .row h1{
          margin-top: 20%;
          font-size: 70px;
          font-weight: 500;
          color: white;
          font-family: 'Jua', sans-serif;

      }
      .Enjoy .row .btn{
          background-color: #fea116;
          color: white;
      }
      .Enjoy .row .btn:hover{
          background-color: #fea116b4;
          color: white;
          transition: 0.6s;

      }
      @media screen and (max-width:412px){
        .Enjoy .row .images img{
           width: 81%;
           margin-left: 24px;
           margin-top: -51px;  
        }
      }
      /* ============card-s============ */
      .card-s .row{
          margin-top: 10%;
          margin-bottom: 10%;
      }
      .card-s .row .card .fas{
          font-size: 45px;
          color: #fea116;
      }
      
      .card-s .row .card .fas:hover{
        color: white;
      }
      .card-s .row .card:hover{
          background-color: #fea116;
          color: white;
          transition: 0.7s;
      }
      .card-s .row .card{
          border: none;
       box-shadow: 0px 0px 12px -3px slategray;
    }
    /* =========Welcome======== */
    .Welcome .row .about h4{
        color: #fea116;
        font-family: 'Great Vibes', cursive;
    }
    .Welcome .row .about h1{
        font-size: 50px;
        font-family: 'Jua', sans-serif;
    }
    .about h1 .fas{
        color: #fea116;
    }
    .Welcome .counter-a .counter-box h2{
        font-size: 55px;
        color: #fea116;
        font-family: 'Jua', sans-serif;
        /* font-family: 'Pacifico', cursive; */
        border-left: 5px solid #fea116;
    }
    .Welcome .counter-a .titel p{
      font-size: 16px;
      color: #777;
      font-weight: 600;
    }
    .Welcome .counter-a .titel h3{
      font-size: 20px;
      font-weight: bold;
    }
    .Welcome .row .btn{
        background-color: #fea116;
        color: white;
    }
    .Welcome .row .btn:hover{
        background-color: #f6ba60;
    }
    /* ========most============ */
    .most .foot h1{
        font-family: 'Jua', sans-serif;
        font-size: 50px;

    }
 .most .foot p{
        color: #fea116;
        font-size: 30px;
        font-family: 'Great Vibes', cursive;
    }


    .tabbable-panel {
        /* border:1px solid #eee; */
        padding: 10px;
      }
      
      .tabbable-line  .nav-tabs {
        border: none;
        margin: 0px;
        margin-left: 3%;
        justify-content: center;
      }
      .tabbable-line  .nav-tabs  li {
        margin-top: 20px;
        margin-right: 26px;

      }
      .tabbable-line  .nav-tabs  li  a {
        border: 0;
        margin-right: 0;
        margin-bottom: 9%;
        font-size: 15px;
        font-weight: 700;       
        color: #000; 
        text-decoration: none;
      }
      .tabbable-line  .nav-tabs  .active {
        border-bottom: 3px solid #fea116;
        position: relative;
      }
      .tabbable-line  .nav-tabs  .active  a  {
        border: 0;
        color: #333333;
      }
      .tabbable-line  .nav-tabs  .active  a  i {
        color: #404040;
      }
      .tabbable-line  .tab-content {
        margin-top: -3px;
        background-color: #fff;
        border: 0;
        padding: 15px 0;
      }
      .portlet .tabbable-line  .tab-content {
        padding-bottom: 0;
      }
      .tabs .tabbable-line .fas{
          font-size: 40px;
          color: #fea116;
          margin-bottom: 5px;
      }
      .Breakfast .images{
         padding-right: 22px;
      }
      .Breakfast .fast h5 span{
          padding-left: 53%;
          color: #fea116;
      }
      .Breakfast .fast h5{
        font-size: 19px;
      }
      .Breakfast .fast{
          width: 100%;
      }
      .Breakfast .images img{
        border-radius: 4px;
     }
     /* ===========book=========== */
     .book .row .table h4{
        font-family: 'Great Vibes', cursive;
          color: #fea116;
     }
     .book .row .table h1{
        font-family: 'Jua', sans-serif;
          color: white;
          font-size: 42px;
     }
     .book .row .table{
         background-color: #0f172b;
     }
     .book .row .table .btn{
        width: 100%;
        background-color: #fea116;
        color: white;
        font-size: 15px;
     }
     .book .row .table .btn:hover{
        background-color: #fea116e8;
     }
@media screen and (max-width:412px) {
  .book .row img{
    width: 100%;
    height: 100%;
  }
}

     /*  */
     
      .wrapper {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
      }
      
      .video-main {
        position: relative;
        display: inline-block;
      }
      
      .video {
        /* height: 50px; */
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        background: transparent;
        color: #fff;
        display: inline-block;
        background: #fea116;
        z-index: 999;
      }
      
      @keyframes waves {
        0% {
          -webkit-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }
        50% {
          opacity: 0.9;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        }
        100% {
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }
      }
      
      .fa-play:before {
        /* content: "\f04b"; */
      }
      
      .waves {
        position: absolute;
        width: 150px;
        height: 150px;
        background: #fea11688;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        right: -50px;
        bottom: -50px;
        z-index: -1;
         -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
      }
              
      .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
      }
      
      .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
      }
      
      .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
      }
/* ==========our========== */
     .our .container .team h4{
        font-family: 'Great Vibes', cursive;
          color: #fea116;
     }
     .our .container .team h1{
        font-family: 'Jua', sans-serif;
          font-size: 48px;
     }



      .center-card {
        /* width: 400px; */
        display: flex;
        flex-direction: row;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 0px 20px -8px slategray;
      }
      
      .person-info {
        height: 100%;
        width: 100%;
        border-radius: 10px 0 0 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
        padding: 60px 20px 20px 20px;
      }
      
      .person-text {
        font-size: 18px;
        margin: 10px auto;
        font-family: Arial, Helvetica, sans-serif;
      }
      
      .person-text strong {
        font-size: 32px;
        color: #1034a6;
      }
      
      .avatar-container {
        position: relative;
        width: 150px;
        height: 150px;
        margin-left: 40px;
        overflow: hidden;
        border-radius: 50%;
      }
      
      .avatar {
        object-fit: cover;
        height: 100%;
      }
      
      .circle1 {
        width: 171px;
        height: 174px;
        border-radius: 50%;
        position: absolute;
        top: 47px;
        left: 53px;
        z-index: 10;
        border: 5px solid #fea116;
        border-left: 5px solid white;
        transition: all .6s ease-in;
      }
      
      .circle2 {
        width: 195px;
        height: 195px;
        border-radius: 50%;
        position: absolute;
        top: 32px;
        left: 39px;
        z-index: 10;
        border: 5px solid #fea116;
        border-right: 5px solid white;
        transition: all .8s ease-in;
      }
     
      .separator {
        height: 3px;
        width: 100%;
        background-color: white;
      }
      
      .post-text {
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
      }
      
      .post-text strong {
        font-size: 24px;
      }
      
      .post-data:first-of-type {
        border-radius: 0 8px 0 0;
      }
      
      .post-data:last-of-type {
        border-radius: 0 0 8px 0;
      }
      
      .btn1:hover {
        background-color: #0f52ba;
        border: 1px solid #0f52ba;
        color: white;
        transition: all .2s linear;
      }
      
      .btn2:hover {
        background-color: #0f52ba;
        border: 1px solid #0f52ba;
        color: white;
        transition: all .2s linear;
      }
      
      .post-data:hover {
        background-color: #303a6d;
        transition: all .2s linear;
      }
      
      .person-info:hover > .circle1{
          transform: rotate(360deg);
      }
      
      .person-info:hover > .circle2{
          transform: rotate(360deg);
      }
      .center-card .icon-f{
        text-align: center;
        display: flex;
      }
      .center-card .icon-f .icon{
        width: 90px;
        height: 66px;
        background: white;
        margin: 3px;
        border-radius: 60%;
        color: white;
        box-shadow: 0 5px 15px -5px #00000070;
        position: relative;
        overflow: hidden;
      }
      .center-card .icon-f .icon i{
        line-height: 67px;
        font-size: 25px;
        transition: 0.2s;
        color: #fea116;
        margin-bottom: 60px;
      }
      .center-card .icon-f .icon:hover i{
        transform: scale(1.3);
        color: #f1f1f1;
      }
      .center-card .icon-f .icon::before{
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        background: #fea116;
        left: -110%;
        top: 90%;
        transform: rotate(45deg);
      }
      .center-card .icon-f .icon:hover::before{
        animation: animation 0.7s 1 forwards;
      }
      @keyframes animation {
        0%{
          left: -110%;
          top: 90%;
        }50%{
          left: 15%;
          top: -30%;
        }100%{
          top: -10%;
          left: -10%;
        }
      }
      @media screen and (max-width:412px) {
        .avatar-container {
          margin-left: 92px;
        }
        .circle1 {
          left: 101px;
        }
        .circle2 {
          top: 36px;
          left: 88px;
          
        }
        .center-card .icon-f .icon{
          height: 61px;
          width: 23%;
        }
        .center-card .icon-f .icon i{
          line-height: 60px;
          font-size: 23px;
        }
        .center-card .icon-f{
          margin-left: 68px;
        }
      }
      
      
      /* ============footer============ */
      .footer{
        padding-top: 30px;
        background-color: #0f172b;
      }
      .footer .row h3{
        color: #fea116;
        font-weight: 600;
        font-family: 'Great Vibes', cursive;
      }
      .footer .row h6{
        color: white;
        font-weight: 600;
      }
      .footer .row h6 span{
        font-weight: 900;
      }
      .footer .row h6:hover{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
        transition: 0.6s;
      }
      .footer .row p{
        color: white;
        font-size: 17px;
      }
      .footer .row .icon-a .fab{
        width: 40px;
        height: 40px;
        border-radius: 30px;
        color: white;
        border: 1px solid white;
        font-size: 18px;
        padding: 10px;
        margin: 2px;
      }
      .footer .row .icon-a .fab:hover{
        background-color: white;
        color: #fea116;
        transition: 0.5s;
      }
      .footer .row .btn{
         background-color: #fea116;
         color: white;
      }
    /* ===========about us============ */
    .Enjoy-a{
      width: 100%;
      height: 28em;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
  }
  .Enjoy-a .about h1{
    padding-top: 20%;
    font-size: 70px;
    text-align: center;
    font-weight: 500;
    color: white;
    font-family: 'Jua', sans-serif;

}
/* =============SARV============ */
.Enjoy-s{
  width: 100%;
  height: 28em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
}
.Enjoy-s .serv h1{
padding-top: 20%;
font-size: 70px;
text-align: center;
font-weight: 500;
color: white;
font-family: 'Jua', sans-serif;

}
/* ===========card-s============= */
.card-s .Explore h1{
font-family: 'Jua', sans-serif;
}
.card-s .Explore p{
  margin-top: 36px;
  font-family: 'Great Vibes', cursive;
  color: #fea116;
  font-size: 30px;
}
/* =============menu=========== */
.Enjoy-m{
  width: 100%;
  height: 28em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
}
.Enjoy-m .tabs h1{
  padding-top: 20%;
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  color: white;
  font-family: 'Jua', sans-serif;
  
  }
  /* ============booking========= */
  .Enjoy-b{
    width: 100%;
    height: 28em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
  }
  .Enjoy-b .book h1{
    padding-top: 20%;
    font-size: 70px;
    text-align: center;
    font-weight: 500;
    color: white;
    font-family: 'Jua', sans-serif;
    
    }
    /* ============team=========== */
    .Enjoy-t{
      width: 100%;
      height: 28em;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
    }
    .Enjoy-t .team h1{
      padding-top: 20%;
      font-size: 70px;
      text-align: center;
      font-weight: 500;
      color: white;
      font-family: 'Jua', sans-serif;
      
      }
       /* ============contact=========== */
    .Enjoy-c{
      width: 100%;
      height: 28em;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
    }
    .Enjoy-c .cont h1{
      padding-top: 20%;
      font-size: 70px;
      text-align: center;
      font-weight: 500;
      color: white;
      font-family: 'Jua', sans-serif;
      
      }
      .contact .for p{
        color: #fea116;
        text-align: center;
        font-family: 'Great Vibes', cursive;
        font-size: 31px;
        margin-top: 5%;
        margin-bottom: 0;
    }
    .contact .for h1{
        font-size: 41px;
        text-align: center;
        font-family: 'Jua', sans-serif;
    }
    .contact .row p{
      color: #fea116;
      font-family: 'Great Vibes', cursive;
      font-size: 31px;

    }
    .contact .row .fas{
      font-size: 22px;
      color: #fea116;
    }
    .contact .row .btn{
      width: 100%;
      color: white;
      background-color: #fea116;
      margin-bottom: 4%;
    }