
 body {font-family: Poppins; background-color:#fff }

.navbar {
  background-color: #333 !important;

}
.nav-link {
  color: #fff !important;
  font-weight: bold;


}
 
.navbar-brand {
  padding-left: 10px !important;
  padding-top: 20px;
}

.navbar-nav {
  padding-right: 70px !important;
}

.container-fluid {
  background-color: #333;

}
 

  #beach {
    margin-top: 0px;
    display: flex;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    height: auto ;
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*background: url(herovideo.mp4);
    background-repeat: no-repeat;
    background-position: center;     
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
    background-size:cover;
    /*border-radius: 25px;*/
    opacity: 0.7;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    backdrop-filter: blur(8px); /* Adjust the blur amount as needed */
    padding: 10px; /* Add padding to improve readability */
    color: #ffffff; /* White text color */

       }

   #text {
     position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px; /* Adjust as needed */
            
            color: #fff;
   }

   #text h1 {
    font-weight: bold;

    letter-spacing: 4px;

   }

     #textmobile {
      font-size: 14px;
      text-align: center;
      padding-bottom: 60px;
    }




li {
  padding-right: 40px !important;
  font-weight: bold;
  font-size: 16px;
}

#beach img{
  height: 100vh;
  width: 100%;
 }



fleet img{
  max-width: 100%;
  height: auto;
  padding-top: 10px;
  
}

.fleet h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  
}

.fleet p{
  line-height: 40px;
}

.fleet2 {
  padding-top: 40px;
} 

.destinations {
padding-top: 40px
}

.destinations img{
  display: block;
  margin: auto;
  padding-top: 30px;

}



.destinations h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.fleet {
  display: flex;
}

#leftside {
  float: left;
    width: 50%;
    margin-bottom: 80px;
    padding: 30px;
    flex: 1;
    justify-content: center;
       }

 #leftside h2{
text-align: center;
padding-top: 60px;
    }

#leftside p{
font-size: 20px;
font-family: Poppins;
padding-top: 10px;
justify-content: center;

    }


  #rightside {
  float: right;
    width: 50%;
    margin-bottom: 80px;
    padding: 30px;
    background-color: #fff;
    flex: 1;
    justify-content: center;
       }  

   #rightside img{
    width: 100%;
   }



  

    #leftside button{
      margin-left: 180px;
      margin-top: 20px;
    }

   button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            background-color: #ffA500; /* Change the background color to orange (#ffA500) */
            color: #fff; /* Change the text color to your preference */
            border-radius: 5px;
            border: 2px solid #e69500; /* Change the border color to your preference */
            transition: background-color 0.3s ease;

        }

        button:hover {
            background-color: #e69500; /* Change the hover background color to a slightly darker shade of orange */
        }

        .buttonpage {
          text-align: center;
          padding: 20px;
                  }

    #leftside {
      background-color: #fff;

    }

    #rightside {
      background-color: #fff;
    }

    .busphotos {
      display: flex;

         
    }

    .bus {
      width: 33.33%;
      box-sizing: border-box;
      float: left;
      padding: 10px;
    }

    .bus img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      margin: 0 auto;
    }
    


    .summerdeals{
      display: flex;

    }

    #negril{
    float: left;
    width: 20%;
    margin: 0px;
    padding-top:110px;
    padding-left:20px;
    padding-bottom: 40px;
    flex: 1;
    background-color: #45262699;
    }

    #negril h2{
      background-color: #fff;
      margin-bottom: -0.1px;
      text-align: center;
    }

    #ysfalls{
    float: right;
    width: 40%;
    margin: 0px;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    flex: 1;
    background-color: #45262699;
    }

    #ysfalls h2{
      background-color: #fff;
      margin-bottom: -0.1px;
      text-align: center;
    }

    #ysfalls img{
      width: 100%;
    }

    #negril img{
      width: 100%;
    }

 #dolphincove{
    float: left;
    width: 20%;
    margin: 0px;
    padding-top:110px;
    padding-left:20px;
    padding-bottom: 40px;
    flex: 1;
    background-color: #45262699;
    }

  
    #dolphincove img{
      width: 100%;
    }

     #dolphincove h2{
      background-color: #fff;
      margin-bottom: -0.1px;
      text-align: center;
    }


 .header {
  margin-top: 40px;
 }

 #heading {
  background-color: #333;
 }   
 #heading h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: -0.1px;
 }

  .service {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            padding: 20px;
        }

        .service-item {
            width: 45%;
            margin: 10px 0;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

        }

        .service-item img {
            width: 100%;
            height: 420px; /* Set a fixed height for the images */
            object-fit: cover; /* Maintain aspect ratio and cover the entire container */
        }

        .service-content {
            padding: 10px;
        }

         .header {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 20px;
        }   
   .follow-us {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 15px 0;
        }

    .follow-us h4{
              font-size: 15 px !important;
    }

        .instagram-logo {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            vertical-align: middle;
        }

        .services img{
          padding: 20px;
          width: 100%;
        }

      .payment-form label {
            display: block;
            margin-bottom: 10px;
            color: #666;
        }



        
/*--------footer--------*/

.footer{
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 60px 0 20px;
  margin-top: 0%;
}

.footer p{
  color: #fff;
}

.footer h3{
  color: #fff;
  margin-bottom: 20px;
}
.footer-col-3 li{
  color: #fff;
}


.footer-col-4{
  color: #fff;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
  min-width: 250px;
  margin-bottom: 20px;
}
.footer-col-1{
  flex-basis: 30%;
}
.footer-col-2{
  flex: 1;
  text-align: center;
}



.footer-col-1 img{
  width: 180px;
  margin-bottom: 20px;}

.footer-col-2 img{
  width: 180px;
  margin-bottom: 20px;
}
.footer-col-3, .footer-col-4{
  flex-basis: 12%;
  text-align: center;
}
ul{
  list-style-type: none;
}

.app-logo{
  margin-top: 20px;
}

.applogo img{
  width: 140px;
}

.footer hr{
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
}

.copyright{
  text-align: center;
}

.menu-icon{
  width: 28px;
  margin-left: 20px;
  display: none;
}

.container{
  max-width: 1300px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;

}

.col-2{
  flex-basis: 50%;
  min-width: 300px;
}

.col-2 img{
  max-width: 100%;
  padding: 50px 0;
}

.creditcard {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 25px;
}

.creditcard p{
  color: #000;
}

.card-logos img {
    width: 350px; /* Adjust the size as needed */
    margin: 0 10px; /* Adjust the spacing between logos */
}


@media screen and (max-width: 600px) {

 .body {
  overflow-x: hidden;


 }

 .services {
  max-width: 100%;
 }
 .services h2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px !important;
}

   .services h3 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0px;
  
}

.fleet {
  flex-direction: column;
}

.rightside {
  order: -1;
}

.fleet h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;

}

#leftside {
  text-align: center;
}

#leftside h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
    }

  #leftside p {
  font-size: 18px;
  text-align: center;
  justify-content: center;
    }


    #leftside button{
     display: inline-block;
     margin: 0 auto;
      }

    #rightside{
      margin-top: 5px;
    }
.destinations img {
  width: 100%;
  padding: 20px;
}

.footer{
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 60px 0 20px;
  margin-top: 800px;
}


 

  #leftside {
      width: 100%;
      padding: 10px;  
      margin-bottom: 15%;
      }

    #rightside {
      width: 100%;
      padding: 10px;
      clear: left;
      }

  #negril {
    display: none;

  }

  #ysfalls {
    display: none;

  }    

  #dolphincove {
    padding: 10px;
  }

  #heading h2 {
  font-size: 25px;
  
 }


    #beach {
      display: block;
      width: 100%;
      height: auto;
      }
    #beach h1{
     display: none;
    }

    #beach img{
      height: 250px;
      width: auto;
      
    }

    #textmobile h1{
      font-size: 24px;
    }

  
    .navbar-toggler {
      padding-right: 20px;
      background-color: #fff;
    } 

    .navbar-nav {
      padding-left: 20px;
      background-color: #000;
    }

    .service-item {
      display: block;
      clear: both;
      width: 100%;
    }

    .footer{
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 0px;
  margin-top: 0%;
}

.service {
  max-width: 100%;
}
.service-item img {
  width: 100%;
  }

.service-item h2 {
  text-align: center;
 }

 .service-item p {
  text-align: center;
 }

.creditcard {
  width: 100%;
}

.creditcard img {
  width: 100%;
  padding: 10px;
}
.buttonpage {
  max-width: 100%;
}


form {
      background: #333 !important;
      padding: 20px !important;
      border-radius: 10px;
      width: 240px !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);+
 
    }

    .container {
      padding-bottom: 20px;
    }

    label {
      color: #fff;
    }

    .header h1 {
      font-size: 18px;
    }

    .payment-form label {
      color: #fff !important;
    }

    .payment-form {
      padding-left: 30px;
      padding-right: 30px;
    }

    .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    }

    .pay-button-container {
            text-align: center;
            margin-top: 20px;
            padding-left: 0px;
            padding-right: 0px;
            background-color: #fff;
            padding-top: 10px;
            padding-bottom: 10px;
        }

         .payment-form {
                width: 90%;
            }

            .pay-button-containerjmd {
            text-align: center;
            margin-top: 20px;
            padding-left: 35px;
            padding-right: 10px;


        }

    

    