/*
* Stylesheet by Velox for Exas Travel
*/
body {
  overflow-x: hidden;
  overflow-y: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: codec pro, sans-serif;
  color: #313E64;
}

a {
  color: #004A78;
  text-decoration: none;
}

p {
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
}

/** NAVBAR **/

.logo {
  width: 160px;
  height: auto;
}

.nav-link.exasmenu {
  color: #525266;
  font-family: roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}

.nav-link:hover {
  color: #faa61a;
}

@media (max-width: 990px) {

  .navrow-item1,
  .navrow-item2,
  #languageDropdown {
    font-size: 14px;
  }
}

.navrow1 {
  background-color: #ffffff;
  border-bottom: 1px solid #EEEEEE;
}

.max-width-container {
  margin: 0 auto;
  max-width: 1160px;
}

.navrow2 {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1160px;
}

#languageDropdown {
  background: none;
  border: 0;
  color: #004A78;
  font-family: roboto, sans-serif;
  font-size: 14px;
}

.dropdown-menu {
  border: 1px solid #efefef;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.navrow-item1 {
  padding-right: 10px;
  border-right: 1px solid #EEEEEE;
  font-size: 14px;
}

.navrow-item2 {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #EEEEEE;
  font-size: 14px;
}

@media (max-width: 800px) {
  .right-nav {
    display: none !important;
  }
}

.navbar-toggler {
  border: 0;
  color: #13496A;
}

.navbar-toggler:focus {
  box-shadow: none;
}


/** BOOKING ENGINES**/

.booking-engines {
  margin-top: -150px !important;
  max-width: 1160px;
  margin: auto;
}

@media (max-width: 992px) {
  .booking-engines .nav {
    margin-top: 0.5rem;
  }
}

.mainenginesection {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 991px) {
  .mainenginesection {
    top: 10px;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .mainenginesection {
    top: -50px;
  }
}

.hero-section>.container {
  z-index: 0;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .hero-section>.container {
    margin-top: initial;
  }

}


@media screen and (max-width: 767px) and (min-width: 601px) {
  .booking-engines {
    margin-top: -40% !important;
  }
}


@media screen and (max-width: 600px) {
  .booking-engines {
    margin-top: calc(0px - 70vh) !important;
  }
}

@media (orientation: landscape) {
  .booking-engines {
    margin-top: -15vh !important;
  }
}

@media (max-width: 991px) {
  .nav-pills .nav-link {
    width: 75vw;
    margin-left: 0 !important;
    margin-bottom: 5px;
    min-height: 60px;
  }
}

.tab-content {
  background-color: #ffffff;
  padding: 30px;
  margin-top: -1rem;
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#tab1 {
  border-radius: 0;
  color: #004A78;
  background-color: #ffffff;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

#tab2 {
  border-radius: 0;
  color: #004A78;
  background-color: #FFC750;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

#tab3 {
  border-radius: 0;
  color: #fff;
  background-color: #004A78;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

#tab4 {
  border-radius: 0;
  color: #004A78;
  background-color: #FFC750;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 990px) {

  #tab1:active,
  #tab2:active,
  #tab3:active,
  #tab4:active {
    transform: scale(0.9, 0.9);
    transition: all 0.2s ease-in;
  }
}

@media (min-width: 991px) {

  #tab1:hover,
  #tab2:hover,
  #tab3:hover,
  #tab4:hover {
    margin-top: -5px;
    padding-bottom: 20px;
    transition: all 0.2s ease-in;
  }
}

/** HERO **/

.hero-section {
  text-align: center;
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  padding-bottom: 250px;
  background: url(images/exas-hero.avif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-heading {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

.hero-heading {
  color: #ffffff2b;
  font-family: "Poppins", Sans-serif;
  font-size: calc(100px + (200 - 150) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1em;
  letter-spacing: -2px;
  margin-bottom: -80px;
}

.hero-subheading1 {
  color: #ffffff;
  font-family: "Codec Pro", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1em;
  animation: slideUp 0.9s ease-out forwards;
  animation-delay: var(--slide-up-delay, 0s);
}

.hero-subheading2 {
  color: #ffffff;
  font-family: "Codec Pro", Sans-serif;
  font-size: calc(30px + (87 - 70) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1em;
  letter-spacing: -2px;
  animation: slideUp 0.9s ease-out forwards;
  animation-delay: var(--slide-up-delay, 0.3s);
  margin-bottom: 0;
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-text {
  color: #ffffff;
  font-family: "Ubuntu", Sans-serif;
  font-size: calc(15px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

@media (max-width: 600px) {
  .hero-section {
    height: 90vh;
  }
}

@media (max-width: 990px) {
  .hero-section {
    align-items: flex-start;
    padding-top: 60px;
  }
}

@media (max-width: 990px) and (min-width:601px) {
  .hero-section {
    height: 40vh;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .hero-section {
    height: 100vh;
  }
}

/**TOUR CARDS**/

.tourcards-section {
  max-width: 1160px !important;
  margin: auto;
  margin-top: -100px;
}

.exascard {
  border: 0;
  min-height: 380px !important;
  background-size: cover;
}

@media (max-width: 990px) {

  .tourcards-section {
    margin-top: 30px;
  }

}

@media (max-width: 990px) and (orientation: landscape) {

  .tourcards-section {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }

  .tourcard-title {
    font-size: 26px;
    text-align: center;
    margin-top: initial;
    color: #ffffff !important;
  }

}

div.tourcards-section.row.row-cols-1.row-cols-lg-3.align-items-stretch.g-4.py-5>div {
  padding-right: calc(var(--bs-gutter-x)* .2);
  padding-left: calc(var(--bs-gutter-x)* .2);
}

.tourcard-title {
  font-size: 26px;
  text-align: center;
  margin-top: 50% !important;
}

.card-button {
  background-color: #FFC750;
  color: #313E64;
  width: 70%;
  margin: auto;
  font-family: roboto;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}

.card-button:hover {
  background-color: #313E64;
  color: #ffffff;
}

/** AEGEAN ROUTES MAP **/

.exasmap-container {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  border: 1px solid #ccc;
}


.exasmap-background {
  width: 100%;
  height: 100%;
  background: url("/business/images/Aegean-Map-EXAS.avif") center/cover no-repeat;
  transition: transform 0.3s ease-in-out;
  cursor: grab;
  position: absolute;
  top: 0;
  left: 0;
}

.exas-map-toggle:checked+.exasmap-background {
  transform: scale(2);
  cursor: zoom-out;
}

.exas-open-map-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff94;
  border-radius: 50px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.exas-open-map-button2 {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff94;
  border-radius: 50px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  margin: 10px;
}

.exas-map-icon {
  width: 30px;
  height: 30px;
  fill: #313E64;
  margin-right: 10px;
}

.exas-map-icon2 {
  width: 15px;
  height: 15px;
  fill: #313E64;
}

.exas-map-toggle {
  display: none;
}

.zoomed {
  cursor: grab;
}

@media (min-width: 769px) {
  .exas-open-map-button {
    display: none;
  }


  .exasmap-background {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    transform: none !important;
    cursor: default;
  }
}

/** WHAT WE DO **/

.whatwedo {
  max-width: 1160px;
  margin: auto;
}

.whatwedo2 {
  margin: 40px auto 0;
  background-color: #F2F6F8;
  padding: 60px 20px;
}

.whatwedo3 {
  margin: 40px auto;
  max-width: 1160px;
  background-color: #F2F6F8;

}

.services-box {
  min-height: 280px;
  background-color: #ffffff;
  border-radius: 15px;
  border-color: #f0f0f0 !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 10px 10px 0px;
  cursor: default;
  transition: transform 0.3s ease-in-out;
  z-index: 99999;
}

.services-box:hover {
  transform: translateY(-10px);
}

p.whatwedo {
  font-family: roboto, sans-serif;
  font-size: 14px;
  color: #525266;
  margin-bottom: 40px;
}

h4.services {
  color: #313E64;
  font-size: 20px;
  font-weight: 500;
}

p.services {
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  color: #525266;
}



/** THINGS TO DO **/

.thingstodo-section {
  background-image: url('images/exas-bg.avif');
  margin-top: 30px;
  background-position: top;
  background-attachment: fixed;
}

.bg-image-overlay {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.bg-image-overlay .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle, rgba(30, 194, 139, 0.5), rgba(49, 62, 100, 0.5));
}

.text-content,
h3,
hr,
p {
  position: relative;
  z-index: 2;
}

.todocards {
  max-width: 1160px;
  margin: auto;
  position: relative;
}

header.thingstodo {
  top: 80px;
  position: relative;
  max-width: 1160px;
  margin: auto;
}

p.thingstodo {
  font-family: roboto, sans-serif;
  font-size: 14px;
  color: #fff;
  max-width: 1160px;
  margin: auto;
  padding: 0 20px 20px;
}

.card-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 150px;
  height: 150px;
  text-align: right;
}

.card-ribbon span {
  font-size: 15px;
  color: #313E64;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 38px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 200px;
  height: 40px;
  display: block;
  background: #FFC107;
  position: absolute;
  top: 20px;
  left: -60px;
}

.card-img-overlay {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-image-text {
  font-size: 16px;
  font-family: roboto, sans-serif;
  color: #ffffff;
  z-index: 2;
}

.exascard {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 15px;
}

.card-image {
  width: 100%;
  height: 200px;
  background-color: #6c757d;
  background-size: cover;
  background-position: center;
}
.cardcontainer .card-text {
  font-family: roboto, sans-serif;
  font-size: 14px;
  color: #525266;
  line-height: 1.2;
  overflow: hidden !important;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.card-title {
  font-family: codec pro, sans-serif;
  font-size: 18px;
  color: #004A78;
  z-index: 1;
  position: relative;
  overflow: hidden !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.card-bottom {
  position: absolute;
  bottom: 0;
  font-family: roboto, sams-serif;
  font-size: 14px;
  color: #525266;
}

/** CAROUSEL **/

.carousel {
  margin-top: 40px;
  padding: 60px 20px;
}

.carouselreplace {
  max-width: 1160px;
  margin: auto;
}

/** EVENT LIST**/

.exas-list-container {
  max-width: 1160px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.exas-list-container2 {
  max-width: calc(1160px + 20px);
  margin: 50px auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.exas-list-item {
  display: flex;
  gap: 1.5rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 1rem;
}

.exas-list-image {
  flex: 0 0 150px;
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.exas-list-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.exas-list-date {
  font-size: 1rem;
  font-weight: bold;
  color: #525266;
}

.exas-list-location {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.exas-list-geolocation,
.exas-list-venue {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.exas-list-icon {
  width: 20px;
  height: 18px;
}

.exas-list-title {
  font-size: 18px;
  color: #004A78;
  margin-bottom: 0;
}

.exas-list-description {
  font-size: 1rem;
  color: #555;
  margin-top: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .exas-list-item {
    flex-direction: column;
    align-items: center;
  }

  .exas-list-image {
    width: 100%;
    height: auto;
  }

  .exas-list-content {
    text-align: center;
  }
}



/** VIDEO **/

.ferries-section {
  background-image: url('images/exas-ferries.webp');
  background-position: top;
  background-attachment: fixed;
}

.videotitle {
  font-size: 50px;
  font-family: codec pro, sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .videotitle {
    font-size: 40px;
    line-height: 1.2;
  }
}

.buttonwrap {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin-top: -80px;
}

.ripplebutton {
  background: #ffffff;
  cursor: pointer;
  border: 2px solid white;
  color: white;
  height: 100px;
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  line-height: 30px;
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
  align-items: center;
}

.ripplebutton:hover {
  transform: scale(1.1);
}

.ripplebutton:focus {
  outline: none;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

#videoModal .modal-dialog {
  max-width: 900px;
}

#videoModal .modal-body {
  position: relative;
}

#videoModal .btn-close {
  display: none;
}

#videoModal iframe {
  width: 100%;
  /* Make the video responsive */
  height: 506px;
  /* Adjust height based on the aspect ratio */
  max-width: 100%;
  /* Ensure it doesn't overflow the modal */
}

/** CAROUSEL 2 **/

.card2 {
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.card-image2 {
  width: 100%;
  height: 250px;
  background-color: #6c757d;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 15px 15px;
}

.card-body2 {
  flex: 1 1 auto;
  padding: 1.25rem;
  color: var(--bs-card-color);
  border-radius: 15px;
  height: 200px;
  margin: 0 20px;
  background: white;
  z-index: 999999;
  margin-top: -30px;
  border: #ededed 1px solid;
}

.card-bottom2 {
  position: absolute;
  bottom: 20px;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FAA61A;
}

.card-price {
  position: absolute;
  bottom: 17px;
  left: 80px;
  font-family: roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FAA61A;
}

/** FOOTER **/

.footer {
  background-color: #004A78 !important;
}

.footerborder {
  background-color: #003859
}

.header-with-circle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  font-weight: bold;
  margin-top: -10px;
}

.footertitletop {
  color: #ffffff;
}

.footertitle {
  font-family: codec pro, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footersub {
  margin-top: 30px;
  font-family: codec pro, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.text-tel {
  font-family: codec pro, sans-serif;
  font-size: 28px;
  color: #F7931E;
  font-weight: 500;
  text-decoration: none;
}

.copyright {
  font-family: roboto, sans-serif;
  font-size: 14px;
  color: #003859;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0;
}

/** EVENTS **/

.eventspage-section {
  
  background-position: top;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .eventspage-section {
    height: 350px;
  }
}

.card-event-img-overlay {
  position: absolute;
  top: 140px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-event {
  min-height: 420px !important;
}

/** SINGLE PAGE EVENTS **/

p.events {
  color: #525266;
}

.exasevents {
  padding-top: 30px;
}

.exasevents2 {
  margin-top: 30px;
  background: linear-gradient(to bottom, #F2F6F8, #fff);
  padding-top: 30px;
  padding-bottom: 30px;
}

.event-type {
  background: #313e64;
}

.event-place {
  background: #FD8938;
}

.event-info {
  line-height: 0;
  margin-bottom: 50px;
}

.img-event {
  border-radius: 30px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.ticketprice {
  color: #313e64;
  font-weight: 700;
}

.event-section {
  text-align: center;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.events-heading {
  color: #ffffff;
  font-family: "Codec Pro", Sans-serif;
  font-size: calc(50px + (87 - 50) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -2px;
  animation: slideUp 0.9s ease-out forwards;
  animation-delay: var(--slide-up-delay, 0.3s);
}

.credits-section b,
.cast-list b {
  font-weight: bold;
  margin-bottom: 20px;
}

.credits-section p,
.cast-list p {
  margin: 0;
  padding: 0;
}

.cast-list {
  margin-top: 0;
}

.event-info h5 {
  margin-bottom: 20px;
}

.credits-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .credits-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .credits-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-button {
  background-color: #FFC750;
  color: #313E64;
  width: 60%;
  margin: auto;
  font-family: roboto;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
}

.event-button:hover {
  background-color: #313E64;
  color: #ffffff;
}

/** EXCURSIONS LIST**/

.exas-sidebar-item {
  background: #313E64;
  border-radius: 20px;
  padding: 30px;
}

.excursions-heading {
  color: #ffffff;
  font-family: "Codec Pro", Sans-serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  /*font-size: calc(50px + (87 - 50) * ((100vw - 300px) / (1600 - 300)));*/
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -2px;
  animation: slideUp 0.9s ease-out forwards;
  animation-delay: var(--slide-up-delay, 0.3s);
  line-height: 1;
  padding: 0 5px;
}

@media (min-width: 465px) {
  .excursions-heading {
    padding-top: 25px;
  }
}

.excursionslist {
  position: relative;
  max-width: 1160px;
  margin: auto;
}

.excursions-form-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.excursions-card {
  background: #313E64;
  border: none;
  padding: 0;
}

.excursions-section {
  background-position: top;
  background-attachment: fixed;
}

.tourpage-button {
  background-color: #FFC750;
  color: #313E64;
  width: 70%;
  margin: auto;
  font-family: roboto;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
}

.tourpage-button:hover {
  background-color: #FFFFFF;
  color: #313E64;
}

/** EXCURSIONS SINGLE**/

.bg-tourimage-overlay {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.bg-tourimage-overlay .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.excursions-list-section {

  background-attachment: fixed;
  background-position: bottom center;
}

.gallery-container {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-main-img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
}

.gallery-thumbnails {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 5px;
  padding: 5px;
}

.gallery-thumbnails img {
  cursor: pointer;
  max-width: 23%;
  margin: 5px;
  flex-grow: 1;
}

.exascardbody {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.tour-map {
  border-radius: 20px;
}

.faq-header {
  cursor: pointer;
  margin-bottom: 0;
  padding: 2px;
  border-radius: 0.25rem;
}

.faq-body {
  padding: 1rem;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}

.exas-acc-button:not(.collapsed),
.exas-acc-button:focus {
  background-color: #FFFFFF;
  box-shadow: none;
}

.excursions-callout-title {
  background: #E00032;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
}

/** ABOUT US **/

.aboutus-section {
  text-align: center;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(images/DSC02733.avif) rgba(139, 139, 139, 0.5);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.about-us-heading {
  color: #ffffff;
  font-family: "Codec Pro", Sans-serif;
  font-size: calc(50px + (87 - 50) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -2px;
  animation: slideUp 0.9s ease-out forwards;
  animation-delay: var(--slide-up-delay, 0.3s);

}

/** FERRY LOGOS **/

.logo-grid-img {
  max-width: 100%;
  height: auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 10px 10px 0px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .logo-grid-img {
    max-height: 120px;
  }
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-col {
  flex: 1 1 14.2857%;
  margin-bottom: 15px;
}


@media (max-width: 576px) {
  .custom-col {
    flex: 1 1 33.33%;
  }
}

@media (max-width: 768px) {
  .custom-col {
    flex: 1 1 25%;
  }
}


@media (max-width: 992px) {
  .custom-col {
    flex: 1 1 25%;
  }
}

@media (max-width: 1200px) {
  .custom-col {
    flex: 1 20% 20%;
  }
}


/**BODRUM BANNER **/

.bodrumrow {
  display: flex;
  justify-content: space-evenly;
  margin-top: -60px;
}

.bodrum-banner {


  .custom-text {
    color: #FFFFFF;
    text-align: center;
  }

  .btn-custom {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
  }

}

.bodrum-left {
  border-radius: 15px;
  background-color: #BD0E3A;
  position: relative;
}

.bodrum-right {
  border-radius: 15px;
}

.bodrum25 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 10;
}

@media (max-width: 768px) {

  .bodrumrow {
    margin-top: 1rem;
  }

  .bodrum25 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -12px;
    right: -5px;
    z-index: 10;
  }
}

p,
span,
li {
  font-family: roboto, sans-serif;
  font-size: 15px;
  color: #525266;
}

body>footer>div>div>div>p,
body>footer>div.align-items-center.d-flex.footerborder.justify-content-center.py-4>p>small {
  color: #FFFFFF;
}

#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;

}

#chat-circle {
  position: fixed;
  bottom: .75rem;
  right:.75rem;
  background: #003859;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: white;
  padding: 28px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865C3;
}

#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}


.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 50px;
  max-width: 350px;
  max-height: 100vh;
  border-radius: 5px;
  /*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #ccc;
  z-index: 9999;
}

.chat-box-toggle {
  float: right;
  width: 15px;
  margin-right: 15px;
  cursor: pointer;
  z-index: 999999;
}

.chat-box-header {
  background: #003859;
  height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
}

.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  overflow: hidden;
}

.chat-box-body:after {
  content: "";
  background: #fff;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}


.chat-msg.user>.msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}

.chat-msg.self>.msg-avatar img {
  width: 32px !important;
  border-radius: 50%;
  float: right;
  width: 15%;
  background: #fff;
  margin: 10px 10px 10px 0;
}

.cm-msg-text {
  background: white;
  padding: 20px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin: 20px 0;
  border-radius: 10px;
}

.chat-msg {
  clear: both;
}

.chat-msg.self>.cm-msg-text {
  float: right;
  margin-right: 10px;
  background: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  color: #525266;
}

.cm-msg-button>ul>li {
  list-style: none;
  float: left;
  width: 50%;
}

.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}