@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Scope+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');




html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
  }

  a{
    text-decoration: none !important;
  }
  
 ::selection{
    background-color: #98C9D5;
    color: rgb(19, 19, 19);
 }
  .top-bar{
    z-index: 10000 !important;
  }

  #navigation{
    z-index: 10;
  }
  h2{
      font-family: "Scope One", serif;
  }
h1{
  
    font-family: "Bona Nova SC", serif;
}
p{
    /* font-family: "Jura", sans-serif; */
    font-weight: 400;
    font-size: 16px;
    color: #000000fd;
    font-family: "Quicksand", sans-serif;
}
  #navbar{
    height: 100px;
    z-index: 1000!important;
  }

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 500 !important;
  transition: border-bottom 0.3s ease-in-out;
  }
  .top-bar{
    border-bottom:1px solid rgba(255, 255, 255, 0.623);
  }

  a.nav-link:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border-bottom 0.3s ease-in-out;
  }
  .logo1{
    width: 250px;
  }
  .navbar li a.active {
    color: #ffffff!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #ffffff 1px solid !important;
  }
  
  #button {
    display: block !important;
    background-color: #FF9800 !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    border-radius: 4px;
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000 !important;
  }

  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }

  #button:hover {
    cursor: pointer;
    background-color: #333;
  }

  #button:active {
    background-color: #555;
  }

  #button.show {
    opacity: 1;
    visibility: visible;
  }

  .justify-content-end {
    justify-content: space-evenly!important;
  }

  .text-bg-dark {
    color: #fff!important;
    background-color: #0D1721 !important;
  }
  section{
    padding: 50px 0px;
  }
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }

  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }

  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }

  a{
    text-decoration: none;
  }

  .top-bar{
    background-color: #ffffff00;
    color: white;
    padding-top: 20px;
    z-index: 1000 !important;
    position: relative;
  }

  .navbar-brand img {
    width: 60px;
  }

  .navbar-nav {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0.5em 1em;
  }

  a.nav-link.active{
    color: #C29F7B !important;
  }
  
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .navbar-collapse{
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .button{
    border: 1px solid white;
    background: transparent;
    padding: 10px 10px 10px 10px;
    color: white;
  }

  .swiper{
    height: 1050px;
    margin-top: -300px;
    z-index: 1 !important;
  }
  
  .slide-caption{
    padding-top:23%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }

   .slide-caption p{
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-style: italic;
    font-size: 22px;
    font-weight: 400 !important;
    color: white !important;
   }
   
   .slide-caption h1{
     text-transform: capitalize !important;
     letter-spacing: 6px;
     font-family: "Bona Nova SC", serif;
     font-size: 90px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
     font-weight: 700 !important;
     color: #ffffff ;
   }
  .banner_wrapper{
    position: relative;
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: 0.8975rem;
     height: 0.8975rem;
     background-color: #B89375;
     border: .0625rem solid white;
     margin-bottom: 50px;
   }

   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #062A41!important;
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  
  .title{
    font-size: 56px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 35px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    background: rgb(255, 255, 255) !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }

  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: #000000 !important;
  }

  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 50px;
  } 

  .facility-section{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rooms-section{
    background: #F1EBE3;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .experiences{
    background: url('../photos/img1.jpg') rgba(0, 0, 0, 0.451);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 400px;
  }

  .experiences1{
  position: relative;
  margin-top: -300px;
  }
  
  .img-1{
    outline: 1px solid #74B1A4 !important;
    outline-offset: 5px !important;
  }

  .cover-bg{
    background: url('../photos/cover-bg.png') rgba(0, 0, 0, 0.451);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .card-img {
    position: relative;
    overflow: hidden;
    outline: 1px solid #74B1A4;
    outline-offset: 5px;
  }
  
  .card-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease; /* Adding transition for smooth animation */
  }
  
  .card-img:hover img {
    transform: scale(1.1); /* Zooming in the image on hover */
    outline: 1px solid #74B1A4 !important;
    outline-offset: 1px !important;
  }
  
  .nav-hidden{
    display: none;
  }
  .nav-hidden1{
    display: block;
  }


  @media(max-width:991px){
    .padding-container{
      padding: 20px;
    }
    .swiper{
      height: 1050px;
    }
    .nav-link1{
      font-size: 24px !important;
      font-family: "Marcellus", serif !important;
      padding-left: 0px !important;
    }
    .nav-link1.active {
      color: #CE7438 !important;
    }
    .nav-hidden1{
      display: none;
    }
    .nav-hidden{
      display: block;
    }
    form{
      padding: 30px !important;
    }
   
    .title1{
      font-size: 48px;
    }
   
    .copyright{
      display: flex;
      justify-content: center;
      text-align: center ;
      align-items:center;
    }
    .br-tag{
      display: block !important;
    }
    .navbar-brand img {
      width: 80px;
    margin-left: 70%;
  }
    .navbar-nav {
      align-items: start ;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .title{
      font-size: 32px !important;
    }

    .top-bar{
      display: none;
    }

    .slide-caption{
      padding-top: 110% !important;
       text-align: center !important;
       justify-content: center !important;
       align-items: center !important;
       padding-left: 18px;
       padding-right: 18px;
     }

     .slide-caption h6{
      margin-bottom: 0px !important;
      text-transform: capitalize !important;
      color: white;
     }

     .slide-caption h1{
       text-transform: capitalize !important;
       letter-spacing: normal !important;
       font-size: 50px !important;
       margin-top: 0px !important;
       font-family: "Sonsie One", system-ui;
       padding-top: 0px !important;
       line-height: normal !important;
     font-weight: 700 !important;
       color: #ffffff;
     }

    .logo1{
      display: none !important;
    }

    .logo{
      display: block !important;
    }

    nav.navbar{
      padding-top: 40px;
    }
  
  }

/* Footer */
  section {
    padding: 120px 0;
    position: relative;
}

footer{
  position: relative;
    background-color: #062A41;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
    
   }
   footer::before{
     /*  */
      content: "";
    background: url('/img/rope.png') repeat-x;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    display: block;
    height: 18px;
    pointer-events: none;
   }
   footer::after {
    background-image: url('img/footer-img.png') !important;
    z-index: 1;
}
footer:after {
    content: "";
    z-index: 0;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background-position: 50% 40px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: none;
}
   a.footer-link{
     color: white;
     font-weight: 300;
     
   }
   footer h6{
 font-size: 15px; 
 font-family: 'Jost', sans-serif; 
 font-weight: 400; 
 color:  rgb(218, 218, 218);
   }
   .footer-link:hover{
     color:  #CE7438;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: 'Courier New', Courier, monospace;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:  #CE7438;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   .copyright{
     display: flex;
   justify-content: right;
   text-align: right ;
   align-items: end ;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:  #CE7438;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }


   .btn2 {
    margin-top: 10px;
    display: inline-block;
    padding: 18px 25px;
    background-color: #CE7438;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  
  .btn2:hover {
    transform: scale(1.01);
    }
    
    .btn2:hover:before {
        left: 100%;
    }
    
    .btn1 {
        color: #000000;
        text-transform: capitalize;
        font-size: 18px;
        font-style: italic;
    }
    .ltx-overlay-divider {
    content: "";
    position: absolute !important;
    top: -7px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    background: url('/img/rope.png') repeat-x 0 50%;
}
.about-section{
    position: relative;
}
        
        .section-header {
            text-align: center;
            margin-bottom: 40px;
           
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            color: #548CA4;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;  
            font-family: "Special Gothic Expanded One", sans-serif;
        }
        
        .section-header p {
            font-size: 1.1rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .about-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
        }
        
        .about-text {
            flex: 1;
            min-width: 300px;
        }
        
        .about-text h3 {
            font-size: 1.8rem;
            color: #548CA4;
            margin-bottom: 20px;
        }
        
        .about-text p {
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .highlight {
            background-color: #e6f2ff;
            padding: 20px;
            border-radius: 8px;
            margin: 25px 0;
            border-left: 4px solid #548CA4;
        }
        
        .about-image {
            flex: 1;
            min-width: 300px;
            text-align: center;
        }
        
        .about-image img {
            max-width: 100%;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .features {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
            margin-top: 40px;
        }
        
        .feature-box {
            flex: 1;
            min-width: 250px;
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
            text-align: center;
            transition: transform 0.3s ease;
        }
        
        .feature-box:hover {
            transform: translateY(-10px);
        }
        
        .feature-box i {
            font-size: 2.5rem;
            color: #CE7438;
            margin-bottom: 15px;
        }
        
        .feature-box h4 {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: #333;
        }
        
        @media (max-width: 768px) {
            .about-content {
                flex-direction: column;
            }
            
            .about-text, .about-image {
                width: 100%;
            }
        }

 .floating-image {
      position: absolute;
      top: -5%;
      left: 0;
      width: 200px;
      z-index: 2;
      height: auto;
    }

    @media (max-width: 768px) {
      .floating-image {
        width: 120px;
        top: -10%;
      }
    }


/* ===================================================== */
     .tour-section {
      background: linear-gradient(to right, #E6F2FF, #e8f5e9);
      text-align: center;
    }

    .tour-section h2 {
      font-size: 36px;
      margin-bottom: 40px;
      color: #062A41;
    }

    .destinations {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .destination-box {
      background-color: #ffffff;
      padding: 0;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      overflow: hidden;
    }

    .destination-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .destination-box img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .destination-content {
      padding: 20px;
    }

    .destination-content h4 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #00796b;
    }

    .destination-content p {
      font-size: 16px;
      color: #555;
    }

    @media (max-width: 600px) {
      .tour-section h2 {
        font-size: 28px;
      }
    }

/* =============Facilities=============== */
     .facilities-section {
      background: url('/img/video-section-bg.jpg') top/cover no-repeat;
      text-align: center;
      color: #fff;
      position: relative;
    }

    .facilities-section h2 {
      font-size: 36px;
      margin-bottom: 50px;
      color: #ffffff;
    }

    .facility-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
    }

    .facility-card {
      background-color: #e0f2f1;
      width: 260px;
      border-radius: 16px;
      padding: 30px 20px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      position: relative;
    }

    .facility-card:hover {
      transform: scale(1.05);
    }

    .facility-card i {
      font-size: 36px;
      color: #00796b;
      margin-bottom: 20px;
    }

    .facility-card h4 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #00695c;
    }

    .facility-card p {
      font-size: 15px;
      color: #444;
    }
.lifebuoy-image {
      position: absolute;
      top: -100px;
      left: 0px;
      z-index: 2;
    }

    .lifebuoy-image img {
      width: 180px;
      height: auto;
    }

/* ============================================= */

/* Testimonials */

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #062A41;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 10px;
        margin-bottom:40px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 1000px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #062A41;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #062A41;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


 .title-head{
    padding: 450px 0px 50px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 600 !important;
     font-family: "Bona Nova SC", serif;
  }
  .About-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0604.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  .wp-image2{
    width:50px;
    transition-duration:0.4s
  }
   .whatsapp-box2{
    position:fixed!important;
    bottom:-10%!important;
    right:2%!important;
    z-index:100;
  
  }

    @media(min-width:1024px){
    .whatsapp-box2 {
      top:87% !important;
}
  }
  @media(min-width:1440px){
    .whatsapp-box2{
      top:90% !important;
}
  }
  @media(max-width:1000px)
  {
  .whatsapp-box2{
    top:90% !important;
}
}

.Services-head{
      position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0586.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
  .slogan{
    background: url('../img/DJI_0623.jpg') rgba(0, 0, 0, 0.397);
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 200px 0 !important; 
  }
.Gallery-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0632.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.Contact-head{
      position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0604.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.contact-sec .cont-inff p a{
font-size: 18px;
margin-top: 10px;
color: #000000d5!important;
}
.cont-inff{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.cont-inff p span{
color: #062A41;
font-weight: 600;
}

@media (max-width: 1199px){
  .slide-caption{
    padding-top:43%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
.floating-image {
    position: absolute;
    top: -5%;
    left: 0;
    width: 150px;
    z-index: 2;
    height: auto;
}
}  
@media (max-width: 991px){
 .slide-caption{
    padding-top:53% !important;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }   
   .hr-line {
    display: none;
   }
   .logo02 {
       width: 60px !important;
   }
}


@media (max-width: 800px){
 .slide-caption{
    padding-top:73% !important;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   } 
}
@media (max-width: 575px){
 .slide-caption{
    padding-top:93% !important;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   } 
}
@media (max-width: 430px){
 .slide-caption{
    padding-top:130% !important;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   } 
   .floating-image {
    position: absolute;
    top: -3%;
    left: 0;
    width: 120px;
    z-index: 2;
    height: auto;
}
 .title-head{
    padding: 450px 0px 50px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:60px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 600 !important;
     font-family: "Bona Nova SC", serif;
  }
 .About-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0604.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
  }
.Services-head{
      position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0586.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
}
  .slogan{
    background: url('../img/DJI_0623.jpg') rgba(0, 0, 0, 0.397);
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding: 200px 0 !important; 
  }
.Gallery-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0632.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
}
.Contact-head{
      position: relative;
    margin-top: -300px;
    background: url('../img/DJI_0604.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
}
  }



  
/* animation */
.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;
  }
  .fadeinup{
    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,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }