@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Jost", sans-serif;*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.my-container {
  width: 1200px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  /* width: 75%; */
  /* background:#FFDCDC; */
}

@media (max-width:1214px) {
  .my-container {
    width: 90%;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

:root {
  --white: #fff;
  --black: #000;
  --red: #ff4519;
  --heading: #08151a;
  --black2: #393939;
  --footer-bg: #172c48;
  --copy-bg: #080b10;
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--heading);
  padding: 0 0 20px 0;
}

h3 {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}


h6 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600 !important;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width:480px) {

  h2 {
    font-size: 22px;
    line-height: 25px;
    padding: 0 0 15px 0;
  }

  h3 {
    font-size: 16px;
    line-height: 22px;
  }


  h4 {
    font-size: 16px;
    line-height: 22px;
  }

}

p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black2);
  background: var(--white);
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}

span.swiper-pagination-bullet {
  background: #ea5e20;
}

/* .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */

/*---------------header start----------------------*/
.mob-active {
  display: none;
}

.bx-menu {
  color: var(--black);
}

.bx-chevron-down {
  margin: 0 0 0 5px;
}

nav {
  position: relative;
  z-index: 99;
  width: 100%;
}

nav .wrapper {
  position: relative;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: var(--black2);
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  padding: 0px 0 0 25px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 8px;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: var(--white);
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media only screen and (min-width:1200px) and (max-width: 1463px) {
  .nav-links li a {
    font-size: 13px;
    font-weight: 400;
    padding: 2px 12px;
  }
}

@media screen and (max-width: 991px) {

  .nav-links li a:hover {
    color: var(--banner-orange);
    text-decoration: none !important;
    text-underline-offset: 0px;
  }

  .logo img {
    width: 130px;
    height: 37px;
  }


  .top-nav {
    display: none;
  }

  .mob-active {
    display: block;
  }

  .mobile-active ul {
    display: flex;
  }

  .bx {
    font-size: 30px;
    outline: none;
    border: none !important;
    color: #141414;
  }

  .bx-chevron-down {
    font-size: 18px;
    line-height: 20px;
    float: right;
    margin: 6px 10px 0 0;
  }

  .wrapper .btn {
    display: block;
    padding: 0;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    display: block;
    padding: 50px 10px;
    line-height: 30px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--mob-nav-hover);
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 0px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
  }

  .nav-links li a:hover {
    background: var(--red);
    color: #fff;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 80px;
    visibility: visible;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background: #eafaff;

  }

  #showDropSpecialities:checked~.specialities-menu,
  #showDropMedia:checked~.media-menu {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }

  .nav-links .mobile-item:hover {
    background: var(--mob-nav-hover);
  }

  .drop-menu li a {
    border-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
}

nav input {
  display: none;
}

/*---------------header end----------------------*/
/*---------------banner start----------------------*/

.banner {
  position: relative;
}

.banner h1 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, 40%);
  color: var(--white);
  text-shadow: 1px 1px 2px black;
  font-family: "Jost", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .banner h1 {
    font-size: 22px;
    line-height: 28px;
    top: 40%;
    transform: translate(50%, 10%);
    width: 70%;
  }
}

/*-------------banner end--------------*/

/*-------------about part starts--------------*/
.about {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-area-inner {
  width: 80%;
}

.about-area p {
  margin: 0 0 15px 0;
}

@media screen and (max-width:480px) {
  .about {
    padding: 60px 0;
  }

  .about-area-inner {
    width: 98%;
  }
}

/*-------------about part starts--------------*/
/*-------------find tour starts--------------*/
.find-tour {
  padding-top: 0px !important;
}

.map-canvas {
  border: none;
}

.map-canvas iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-tab {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}

.map-tab button {
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: 0.3s;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  background: var(--black2);
  color: #fff;
  border-radius: 2px;
  margin: 0 5px;
}

.map-tab button.active {
  background: var(--red);
}

.map-tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
}

.tour-box {
  position: relative;
}

.tour-box-text {
  background: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 0 12rem;
}

.tour-box-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0%, 10%);
  border-radius: 10px;
}

.cruise-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 1600px;
  width: 100%;
  margin: 30px 0 0 0;
}

.cruise-img img {
  width: 100%;
}

.cruise-content {
  padding: 20px;
  flex: 1;
}

.cruise-date-route {
  font-size: 14px;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 5px;
}

.cruise-route {
  font-size: 18px;
  color: var(--black2);
  margin: 5px 0 15px;
}

.ship-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ship-name {
  font-weight: bold;
  color: var(--red);
  background: #fcecff;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.visiting-ports {
  font-size: 14px;
  margin-bottom: 20px;
  color: #444;
}

.btn-container {
  text-align: right;
}

.reveal-btn {
  background: var(--red);
  color: white;
  border: none;
  padding: 6px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  float: right;
  text-align: center;
}

.reveal-btn:hover {
  background: linear-gradient(to right, #fd6a4c, #393939);
}

@media (max-width: 884px) {
  .cruise-card {
    flex-direction: column;
  }

  .btn-container {
    text-align: left;
    margin-top: 10px;
  }

  .cruise-route {
    font-size: 16px;
  }

  .cruise-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .reveal-btn {
    width: 100%;
  }

  .cruise-date-route {
    font-size: 13px;
  }

  .cruise-route {
    font-size: 15px;
  }

  .visiting-ports {
    font-size: 13px;
  }
}

/*-------------find tour ends--------------*/
/*-------------destination start--------------*/
.destination {
  margin: 80px 0;
}

.destination-pic {
  width: 350px;
  height: 350px;
  border-radius: 12px;
}

.work-item {
  position: relative;
  overflow: hidden;
}

.work-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.work-item:hover img {
  transform: scale(1.1);
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #f56340, #0e0c0c);
  opacity: 0;
  transition: opacity 0.3s ease;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--white) !important;
  text-align: left;
  padding: 30px;
}

.overlay-text-inner {
  position: relative;
}

.overlay-text-inner h3 {
  position: absolute;
  transform: translate(0%, -5%);
}

.work-item:hover .overlay-text {
  opacity: 0.9;
}

.mySwiper2 {
  padding-bottom: 50px !important
}

@media screen and (max-width:480px) {
  .destination {
    margin: 60px 0;
  }

  .overlay-text {
    padding: 15px;
  }

}

/*-------------destination end--------------*/
/*-------------help start--------------*/

.help {
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  height: 350px;
}

.help-area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 350px;
}

.help-area h2 {
  color: var(--white);
}

.help-area h3 {
  color: var(--white);
}


@media screen and (max-width:480px) {
  .help {
    height: 250px;
  }

  .help-area {
    height: 250px;
  }
}

/*-------------help end--------------*/
/*-------------footer starts--------------*/
.footer {
  background: var(--footer-bg);
  padding: 80px 0 0;
}

.footer p {
  color: var(--white);
  padding: 20px 0;
}

.footer h4 a {
  color: var(--white);
  font-weight: 300 !important;
}

.footer ul li {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white);
  padding: 0 0 18px 0;
}

.footer ul li a {
  color: var(--white);
}

.footer ul li a:hover {
  color: var(--banner-orange);
  transition: 0.6s;
  text-decoration: underline;
  text-underline-offset: 8px;
}


.footer form input {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid var(--white);
  border-radius: 4px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: var(--footer-form-placeholder);
  text-indent: 5px;
  outline: 0;
}

.footer-btn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  margin: 15px 0 0 0;
}

.copyright {
  background: var(--copy-bg);
  padding: 15px 0;
}

.copy-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-area span {
  color: var(--white) !important;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width:1024px) {
  .footer-logo {
    width: 135px;
    height: 34px;
  }

}

@media screen and (max-width:480px) {
  .footer {
    padding: 60px 0 0;
  }

  .responsive-center {
    text-align: center;
    align-items: center;
  }

  .copy-area {
    flex-direction: column;
  }

  .copyright {
    margin: 30px 0 0 0;
  }

  .responsive-gap {
    padding: 25px 0;
  }
}

/*-------------footer ends--------------*/

.privacy {
  padding: 80px;
}

.privacy p {
  margin-bottom: 15px;
}

.privacy h3 {
  font-weight: 500;
}

.privacy ul {
  list-style-type: square;
  padding: 0 0 20px 20px;
}

.privacy ul li {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black2);
  margin: 15px 0 0 0;
}

@media screen and (max-width:768px) {
  .privacy {
    padding: 60px 10px;
  }

}