@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratBold';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
html {
  font-size: 16px;
  color:  rgb(33, 37, 41);
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #001175;
  transition: color 0.3s;
}
a:hover {
  color: #c00;
}
img {
  max-width: 100%;
  height: auto!important;
}
strong {
  /* font-family: 'MontserratBold', sans-serif; */
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'MontserratBold', sans-serif;
}
*:focus-visible {
  outline: 2px solid #9e96df;
  z-index: 9999;
}
.btn-primary {
  background-color: #001175;
  border: none;
}
.btn-primary:hover {
  background-color: #c00;
}
.contact-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  text-align: right;
}
.contact-info a {
  color: white;
  padding: 0.5rem;
  font-size: 0.875rem;
  display: inline-block;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.contact-info .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: no-repeat center center / contain;
  margin-right: 2px;
  vertical-align: middle;
}
.contact-info .icon-envelope {
  background-image: url('../img/icons/envelope-w.svg');
}
.contact-info .icon-phone {
  background-image: url('../img/icons/phone-w.svg');
}
.site-header {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  z-index: 999;
  z-index: 1000;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header.fixed .site-header-navigation {
  box-shadow: none;
}
.site-header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 2rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.site-header-logo-link {
  display: inline-block;
  text-decoration: none;
}
.site-header-logo-img {
  width: 250px;
}
#main-menu.responsive-nav li a {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 1px;
}
#main-menu.responsive-nav li a:hover {
  background-color: #f5f5f5;
}
#main-menu.responsive-nav li > div {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.footer {
  background-color: #191F26;
  color: #fff;
  padding-top: 3rem;
  overflow: hidden;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-family: 'MontserratBold';
  font-weight: 500;
}
.footer-contact-data {
  margin-bottom: 1rem;
}
.footer .icon {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center center / contain;
  vertical-align: middle;
}
.footer .icon-envelope {
  background-image: url('../img/icons/envelope-w.svg');
  background-position: 0 2px;
}
.footer .icon-phone {
  background-image: url('../img/icons/phone-w.svg');
}
.footer-row {
  margin: 0 -2rem;
}
.footer-col {
  padding: 0 2rem 2rem;
}
.footer-nav-ul {
  list-style: none;
  padding: 0;
}
.footer-legal {
  color: #999;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
.footer-legal-development {
  text-align: right;
}
.page-link {
  color: #001175;
}
.page-item .page-link.active {
  border-color: #001175;
  background-color: #001175;
}
.active .page-link:hover {
  color: #fff;
}
.page-link:hover {
  color: #c00;
  background-color: #fff;
}

/* Page specific styles */
.background-section {
  position: relative;
  min-height: 11rem;

  background-image: url('../img/head-bg.jpg');
  background-size: 100% auto;
  background-position: top;
  color: white;
  margin-bottom: 3rem;
}
.page-content {
  margin-bottom: 5rem;
}
.col-content {
  margin-bottom: 5rem;
}

.contact-aside-section {
  background-color: #f1f3f4;
  padding: 1.5rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  margin-bottom: 2rem;
}
.contact-aside-section-a-phone {
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
}
.contact-aside-section-a-email {
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
}
/* Page specific styles end */


/* Services */
.services-list {
  padding: 0 3rem;
  margin-top: 5rem;
}
.services-list-item {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem 2rem;
}
.services-list-item-title {
  color: #001175;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "MontserratBold";
  margin-bottom: .5rem
}
.services-list-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001175;
  color: white;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1rem;
  padding: 1.5rem;
}
/* Services end */

/* How to book */
.how-to-book {
  background-color: #001175;
  padding: 3.125rem 0 2.125rem;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.how-to-book-item-content {
  border-top: 1px solid #fff;
  height: 100%;
  padding: 2rem 1.25rem 3rem;
  position: relative;
  text-align: center;
  margin: 0 0.5rem;
}
.how-to-book-item-content-number {
  background-color: #fff;
  color: #001175;
  width: 34px;
  height: 34px;
  line-height: 31px;
  border-radius: 50%;
  font-size: 17px;
  margin: 0 auto 20px;
  font-family: sans-serif;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
.how-to-book-item-content-title {
  font-family: "MontserratBold";
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* How to book end */

/* Contact Us (full width) */
.contact-us-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: flex;
  align-items: center;
  background-color: #191f26;
  box-sizing: border-box;
}
.contact-us-section a {
  text-decoration: none;
  display: inline-block;
}
.contact-us-section-image img {
  width: auto;
  height: 31.25rem;
  clip-path: polygon(0% 0%, 82% 0%, 100% 73%, 78% 100%, 0% 100%);
  object-fit: cover;
}
.contact-us-section-info {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: right;
}
.contact-us-section-info-text {
  padding: 1.25rem;;
  width: 50%;
  margin: 0 auto;
  background-color: #f1f3f4;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: left;
  float: right;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
.contact-us-section-info-text > div {
  margin-bottom: 1rem;
}
.contact-us-section-info-text > div:last-child {
  margin-bottom: 0;
}
.contact-us-section-info-phone {
  font-size: 2rem;
}

.contact-us-section-info-phone a {
  font-size: 2.875rem;
  font-weight: bold;
  display: inline-block;
}
/* Contact Us end */

/* Form Common Styles */
form .error {
  color: #c00;
}
.url {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
/* Form Common Styles end */

/* Message Alerts */
.alert {
  padding: 10px;
  margin: 10px 0;
}
.alert.alert-success {
  background-color: #d4edda;
  color: #155724;
}
.alert.alert-error {
  background-color: #f8d7da;
  color: #721c24;
}
.alert.alert-warning {
  background-color: #fff3cd;
  color: #856404;
}
.alert.alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
}
/* Message Alerts end */

/* Contact Form */
.contact-form-section {
  max-width: 760px;
  margin-top: 2rem;
  padding: 2rem;
  background-color: #f1f3f4;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.contact-form-section h2 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.contact-form-group {
  margin-bottom: 1.25rem;
}
.contact-form-group label,
.contact-form-consent label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "MontserratBold", sans-serif;
}
.contact-form-group input,
.contact-form-group textarea {
  width: 100%;
  border: 1px solid #c7ccd1;
  border-radius: 4px;
  padding: 0.75rem 0.875rem;
  background-color: #fff;
}
.contact-form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-form-group input:focus,
.contact-form-group textarea:focus {
  border-color: #001175;
  box-shadow: 0 0 0 3px rgba(0, 17, 117, 0.15);
  outline: none;
}
.contact-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
.contact-form-consent input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}
.contact-form-consent label {
  margin-bottom: 0;
}
.contact-form-submit {
  padding: 0.75rem 1.5rem;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.contact-modal.is-open {
  display: flex;
}
.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(25, 31, 38, 0.72);
}
.contact-modal-dialog {
  position: relative;
  width: min(100%, 440px);
  padding: 2rem;
  background-color: #fff;
  color: #191f26;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.contact-modal-dialog h2 {
  margin-bottom: 0.75rem;
  color: #001175;
}
.contact-modal-dialog p {
  margin-bottom: 1.5rem;
}
.contact-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background-color: transparent;
  color: #191f26;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
}
.contact-modal-button {
  padding: 0.625rem 1.25rem;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
body.contact-modal-open {
  overflow: hidden;
}
/* Contact Form end */

/* Extra large devices (large desktops, less than 1400px) */
@media screen and (max-width: 1399.98px) {
  .contact-us-section-image img {
    height: 25rem;
  }
  .contact-us-section-info-phone {
    font-size: 1.5rem;
  }
  .contact-us-section-info-text {
    font-size: 1.125rem;
  }
  .contact-us-section-info-phone a {
    font-size: 2rem;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .contact-us-section-image img {
    height: 20rem;
  }
  .contact-us-section-info-phone {
    font-size: 1.25rem;
  }
  .contact-us-section-info-text {
    font-size: 1rem;
  }
  .contact-us-section-info-phone a {
    font-size: 1.5rem;
  }
}
/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
  .site-header-logo-img {
    width: 180px;
  }
  .contact-us-section-info {
    height: 100%;
  }
  .contact-us-section-info-more-text {
    display: none;
  }
  .contact-us-section-info-text {
    width: 75%;
    padding: 0.5rem;
    position: absolute;
    bottom: 2rem;
    right: 0;
  }
  .contact-us-section-info-text p {
    margin: 0;
  }
  .contact-us-section-info-text > div {
    margin-bottom: 0.25rem;
  }
  .footer-legal-copyright, .footer-legal-development {
    text-align: center;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  #main-menu.responsive-nav .first-open {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }

  #main-menu li.dropdown.open > a,
  #main-menu li.dropdown.open > div a {
    background-color: #f5f5f5;
    padding: 0.5rem 1rem;
  }
  #main-menu.responsive-nav .first-open > ul > li > a {
    padding: 1rem 1rem;
  }
  .contact-form-section {
    padding: 1.25rem;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-modal-dialog {
    padding: 1.5rem;
  }
  .contact-us-section-info-email {
    display: none;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
  .header-contact-info li.email {
    display: none;
  }
}
