* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
a,
li {
  font-family: "Roboto", sans-serif;

  /* font-weight: 600; */
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
}

a {
  text-decoration: none !important;
  color: #161616 !important;
}

.nav ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  gap: 20px;
}

ul {
  padding-left: 0 !important;
}

.nav ul li {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

.nav ul li a {
  font-weight: 500;
  font-size: 16px;
}

footer ul li a {
  color: #fff !important;
}

button {
  background-color: #2e2e2e;
  color: #ffffff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
  position: relative;
}

.menu-icon {
  display: none;
  font-size: 25px;
  cursor: pointer;
  font-weight: 600;
}

.logo img {
  width: 18%;
}

.btn_class {
  padding: 9px 24px 9px 24px;
  border-radius: 40px;
  border: none;
  font-size: 14px;
  color: #fff !important;
}

.btn_class a {
  color: #fff !important;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/img1.3.jpeg");
  width: 100%;
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.mian_heading {
  font-size: 50px;
  font-weight: 700;
}

.hero_para {
  font-size: 20px;
}

.trust_content {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 20px;
  justify-content: center;
}

.about_us {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.about_us_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.img_2 {
  margin-top: 30px;
}

.about_us_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.amenities_div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.offer_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}

#about_sec {
  margin-top: 110px;
}

.we_offer {
  border-radius: 20px;
  background-color: #f6f5f2;
  overflow: hidden;
  transition: all 0.3s;
}

.we_offer h5 {
  color: #1c4b42;
  text-align: center;
  padding: 25px;
}

.we_offer:hover {
  background-color: #b4e717;
}

.we_offer img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.trust_box {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  position: absolute;
  top: 83%;
  left: 6%;
}

.badges img {
  width: 20%;
}

.amenities {
  background-color: #fffcf7;
}

.section_space {
  margin-top: 60px;
}

.amenities_div .content {
  text-align: center;
}

.amenities {
  padding: 50px 0;
}

.amenities_div .content img {
  width: 30%;
}

.peckage_sec {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/img10.jpeg");
  padding: 20px;
  text-align: center;
  padding: 50px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_align {
  text-align: center;
}

.peckage_content .heading_align {
  text-align: left;
}

.main_heading {
  font-weight: 700;
  /* color: #b4e717; */
}

.peckage_content {
  display: grid;
  grid-template-columns: 500px 1fr 1fr;
  gap: 20px;
}

.peckage_content h6 {
  text-align: left;
}

.peckage_div {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.sub_inner_div {
  padding: 0 20px 20px 20px;
}

.list ul {
  text-align: left;
  padding-left: 20px !important;
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.list {
  list-style: none;
  padding: 0;
}

.list li::marker,
.menu-box li::marker,
.activities ul li::marker {
  content: "✓ ";
  font-size: 18px;
  color: #000;
}
.activities ul {
  padding-left: 20px !important;
}
.menu-box ul {
  padding-left: 20px !important;
}

.peckage_content .heading {
  color: #fff;
}

.inner_div {
  background: #fffcf7;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.gallery img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  height: 250px;
  object-fit: cover;
}

.gallery img:hover {
  transform: scale(1.05);
}

.testimonial-area {
  padding: 50px 0;
  background: #f6f3ef;
}

.testi_con {
  display: grid;
  gap: 30px;
  grid-template-columns: 700px 1fr;
  margin-top: 20px;
}

.left-content {
  display: flex;
  gap: 20px;
}

.sub-title {
  color: #5fa34c;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.main-title {
  font-size: 55px;
  font-weight: 800;
  color: #3b240f;
  line-height: 1.2;
}

.testi-card {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.testi-card p {
  color: #555;
  line-height: 1.7;
}

.client-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.client-box img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.client-name {
  color: #e2723f;
  font-weight: 700;
  font-size: 18px;
}

.role {
  color: #444;
  font-size: 15px;
}

.swiper-pagination-bullet {
  background: #c7bdb3;
}

.swiper-pagination-bullet-active {
  background: #e2723f;
}

.myTestimonial .swiper-slide {
  background: #fff;
  border-radius: 12px;
  padding: 35px;
}

.testi-card p {
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

.client-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.client-name {
  color: #e2723f;
  font-weight: 700;
  font-size: 18px;
}

.swiper-pagination-bullet {
  background: #c7bdb3;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #e2723f;
}

.heading-box {
  text-align: center;
  margin-bottom: 40px;
}

.sub-title {
  color: #5fa34c;
  font-size: 20px;
  font-weight: 600;
}

.main-title {
  font-size: 40px;
  font-weight: 800;
  color: #3b240f;
  margin: 10px 0;
}

.small-text {
  color: #666;
  font-size: 16px;
}

.inner_video_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  gap: 25px;
   margin: 0 auto;
  justify-content: center;
}

.private_beach_images{
    display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
   margin: 0 auto;   
  justify-content: center;
}

.private_beach_images img{
    width: 100%;
    height: 300px;
        object-fit: cover;
}



.private_beach_video{
    max-width: 800px;
    margin: 50px auto;
}

/*.tracking_section {*/
/*  display: grid;*/
/*  grid-template-columns: 700px 1fr;*/
/*  gap: 30px;*/
/*}*/

.video-card {
  margin-top: 20px;
}

.video-card,
.video-cards {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-cards {
  width: 340px;
}

.video-card:hover,
.video-cards:hover {
  transform: translateY(-5px);
}

.video-card video {
  width: 100%;
  border-radius: 10px;
  height: 600px;
  object-fit: cover;
}

.video-cards video {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: contain;
}

.video-info {
  margin-top: 12px;
  text-align: center;
}

.video-info h4 {
  font-size: 18px;
  color: #3b240f;
  margin-bottom: 10px;
}

.download-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #3b240f;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.download-btn:hover {
  background: #5fa34c;
}

.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 30%;
  left: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(-160px, 0px);
  border-radius: 0px 50px 50px 0px;
  text-align: right;
  margin-top: 3px;
  margin-right: 3px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 20px;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

.sticky-icon a {
  background-color: #000000;
  color: #fff !important;
}

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 2px;
  transition: all 0.5s;
}

.fas fa-shopping-cart {
  background-color: #fff;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.contact-sec {
  background: #f5f2ee;
  padding: 50px 20px;
}

footer {
  padding: 50px 20px;
}

.contact_form {
  padding: 40px;
  border-radius: 20px;
}

.contact-list li {
  margin-bottom: 10px;
}

.contact-list li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-list i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 20px;
  margin-right: 0 !important;
}

.footer iframe {
  width: 20%;
}

.amenities h1 {
  padding-bottom: 20px;
}

.food-menu {
  padding: 50px 20px;
  text-align: center;
  background: #f6f3ef;
}

.main-title {
  color: #6a0dad;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}

.menu-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.menu-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.menu-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-box .time {
  font-size: 14px;
  color: #777;
  margin: 10px 0 15px 0;
}

.menu-box ul {
  padding-left: 18px;
}

.menu-box ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

.right-slider {
  width: 100%;
  overflow: hidden;
}

.activities {
  padding-top: 50px;
}

.activities h1 {
  padding-bottom: 0;
}

.activities {
  display: grid !important;
  grid-template-columns: 600px 1fr;

  gap: 30px;
  justify-content: center;
  align-items: center;
}

.activities_img {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.activities_img img {
  width: 100%;
  margin-bottom: 20px;
  height: 180px;
  object-fit: cover;
}

.myTestimonial .swiper-slide {
  width: 100% !important;
}

footer p a {
  color: #fff !important;
}

.fomr_div {
  background-color: #fff;
}

.contact_form .btn_class{
    background-color: #fa9541;
    color: #fff;
}

.form-control {
    border-radius: 20px !important;
    border: 1px solid #000;
}

.about_us p {
  font-size: 17px;
}

@media (max-width: 680px) {
  .nav {
    display: none;
  }
  .menu-icon {
    display: block;
  }

  .desktop-btn {
    display: none;
  }

  #mobileMenu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 70%;
    background: #fff;
    padding: 40px 25px;
    transition: 0.4s ease;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 999;
  }

  #mobileMenu ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 0;
  }

  #mobileMenu.active {
    left: 0;
  }

  .offer_content,
  .peckage_content,
  .video-download-grid,
  .about_us,
  .menu-container,
  .testi_con,
  .tracking_section,
  .inner_video_grid,
  .activities,
  .private_beach_images{
    grid-template-columns: 1fr;
  }

  .amenities_div,
  .gallery,
  .trust_content {
    grid-template-columns: 1fr 1fr;
  }

  .testi_con,
  .left-content {
    flex-direction: column;
  }

  iframe {
    width: 300px !important;
  }

  /* #about_sec {
    margin-top: ;
  } */

  .trust_box {
    left: 0;
  }

  .logo {
    width: 92%;
  }
  .mian_heading {
    font-size: 30px;
  }

  .hero_para {
    font-size: 14px;
  }

  .trust_badges {
    display: none;
  }

  .testi-card {
    padding: 0;
  }

  #we_offers .what_we_offer,
  #about_sec {
    margin-top: 50px !important;
  }

  .about_us_img img {
    height: 200px;
  }

  .hero {
    height: 400px;
  }

  .section_space {
    margin-top: 50px;
  }

  .peckage_sec .heading_align,
  .testimonial-area .heading_align {
    text-align: center;
  }

  .left-content,
  .right-slider {
    width: 100%;
  }
}

@media (min-width: 621px) and (max-width: 820px) {
  .trust_content {
    grid-template-columns: repeat(2, 250px);
  }
  .amenities_div {
    grid-template-columns: repeat(3, 250px);
  }
  .peckage_content {
    grid-template-columns: 200px 1fr 1fr;
  }
  iframe {
    width: 200px !important;
  }
  .trust_box {
    top: 50%;
  }
  .nav {
    display: none;
  }
  .menu-icon {
    display: block;
  }

  .desktop-btn {
    display: none;
  }

  #mobileMenu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 70%;
    background: #fff;
    padding: 40px 25px;
    transition: 0.4s ease;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 999;
  }

  #mobileMenu ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 0;
  }

  #mobileMenu.active {
    left: 0;
  }
}

@media (min-width: 821px) and (max-width: 1024px) {
  .trust_content {
    display: grid;
    grid-template-columns: repeat(4, 210px);
  }
  #about_sec {
    margin-top: 160px;
  }
  iframe {
    width: 300px !important;
  }
  .nav ul li a {
    font-size: 14px;
  }
  .amenities_div {
    grid-template-columns: repeat(4, 230px);
  }
  .peckage_content {
    grid-template-columns: 300px 1fr 1fr;
  }

  .trust_box {
    top: 108%;
    left: 3%;
  }

  .testi-card {
    padding: 0;
  }

  .testi_con {
    grid-template-columns: 500px 1fr;
  }
  .activities,
  .about_us {
    grid-template-columns: 400px 1fr;
  }
  .tracking_section {
    grid-template-columns: 600px 1fr;
  }

  .main_heading {
    color: #b4e717;
    font-size: 30px;
    font-weight: 700;
  }

  .logo {
    width: 8%;
  }

  .logo img {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .logo {
    width: 10%;
  }

  .logo img {
    width: 100%;
  }

  .trust_box {
    top: 75%;
    left: 6%;
  }

  .peckage_content {
    display: grid;
    grid-template-columns: 400px 1fr 1fr;
  }
}
