@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplaySC";
  src: url("../fonts/PlayfairDisplaySC-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplaySC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "OpenSans";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #000;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.image {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-top: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

h1, h2 {
  font-family: "PlayfairDisplay";
  line-height: 130%;
}

h1, .transfer-contact .headline p {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 7px;
}
@media screen and (max-width: 1399px) {
  h1, .transfer-contact .headline p {
    font-size: 54px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 575px) {
  h1, .transfer-contact .headline p {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

h2 {
  font-size: 45px;
  font-weight: 600;
  color: #0C2D51;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 1399px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.title span {
  font-family: "PlayfairDisplay";
  font-size: 64px;
  font-weight: 600;
  color: rgba(12, 45, 81, 0.2);
  letter-spacing: 10px;
  display: block;
  margin-bottom: -45px;
}
@media screen and (max-width: 1399px) {
  .title span {
    font-size: 60px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 45px;
    letter-spacing: 4px;
    margin-bottom: -35px;
  }
}
.title h2, .title span {
  text-align: center;
}

p, .about-panel li, .maintenance-table li {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (max-width: 1600px) {
  p, .about-panel li, .maintenance-table li {
    font-size: 16px;
  }
}

.mt {
  margin-top: 150px;
}
@media screen and (max-width: 1399px) {
  .mt {
    margin-top: 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    padding-top: 60px;
  }
}

.pt {
  padding-top: 150px;
}
@media screen and (max-width: 1399px) {
  .pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt {
    padding-top: 60px;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #0C2D51;
}

::-webkit-scrollbar-thumb:hover {
  background: #4EBCE5;
}

.light {
  background-color: #F4F4F4;
}

.blueBtn, .next {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2.5px;
  padding: 13px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
@media screen and (max-width: 1399px) {
  .blueBtn, .next {
    font-size: 16px;
  }
}

.next {
  background-color: #4EBCE5;
}
.next::after {
  content: url("../images/arrow-right-white.svg");
  margin-left: 15px;
  transform: translateY(1px);
}

.blueBtn {
  background-color: #0C2D51;
  border-radius: 5px;
}

.center-btn {
  margin-left: auto;
  margin-right: auto;
}

.two-col-text {
  overflow: auto;
}
.two-col-text h2, .two-col-text p {
  color: #0C2D51;
}
.two-col-text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 1px;
  width: 35%;
  float: left;
  clear: both;
  padding-right: 50px;
}
.two-col-text p {
  width: 65%;
  float: right;
}
.two-col-text h2 + p, .two-col-text p + h2 {
  margin-top: 80px;
}
.two-col-text h2:first-child, .two-col-text h2:first-child + p {
  margin-top: 0;
}
.two-col-text p + p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .two-col-text h2 + p, .two-col-text p + h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .two-col-text h2 {
    font-size: 28px;
    width: 40%;
  }
  .two-col-text p {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .two-col-text h2, .two-col-text p {
    float: unset;
    width: 100%;
    padding: 0;
  }
  .two-col-text h2 + p, .two-col-text h2:first-child + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .two-col-text h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .two-col-text h2 + p, .two-col-text h2:first-child + p {
    margin-top: 10px;
  }
  .two-col-text p + p {
    margin-bottom: 10px;
  }
  .two-col-text p + h2 {
    margin-top: 30px;
  }
}

.d-none {
  display: none !important;
}

.litepicker-container {
  position: relative;
}

.iti {
  width: 100%;
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.video-wrap .video {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
}
.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 3px solid #0C2D51;
  background-color: #fff;
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url("../images/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 575px) {
  .video-wrap .video {
    width: 90%;
    height: 50%;
    max-height: 500px;
    padding: 10px;
  }
  .video-wrap .video .closeVideo {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
  }
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #0C2D51;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

header {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s;
}

.head1 {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.head1 .page-width {
  display: flex;
  align-items: center;
  height: 100%;
}
.head1 .location, .head1 .mail {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  position: relative;
}
.head1 .location::before, .head1 .mail::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.head1 .location {
  padding-left: 15px;
}
.head1 .location::before {
  width: 10px;
  height: 12px;
  background-image: url("../images/location.svg");
}
.head1 .mail {
  margin-left: 50px;
  padding-left: 17px;
}
.head1 .mail::before {
  width: 12px;
  height: 9px;
  background-image: url("../images/mail.svg");
}
.head1 .head-social {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.head1 .head-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.head1 .head-social a svg, .head1 .head-social a svg path {
  transition: all 0.5s;
}
.head1 .head-social a:hover svg {
  transform: scale(1.5);
}
.head1 .head-social a:hover svg path {
  fill: #4EBCE5;
}
.head1 details {
  padding-left: 20px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}
.head1 details summary {
  list-style: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #0C2D51;
  padding-right: 15px;
  background-image: url("../images/arrow-down-dark-blue.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.head1 details ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0C2D51;
  padding: 15px 0;
  list-style: none;
}
.head1 details ul li {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.head1 details ul li a {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
}
.head1 details ul li .active, .head1 details ul li a:hover {
  background-color: #4EBCE5;
}

.head2 {
  height: 110px;
  transition: all 0.5s;
}
.head2 .page-width, .head2 .nav, .head2 .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.head2 .nav {
  list-style: none;
  margin-left: auto;
  padding-right: 25px;
}
.head2 .nav li {
  margin-left: 20px;
  height: 100%;
}
.head2 .nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #0C2D51;
  text-align: center;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.head2 .nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: all 0.5s;
}
.head2 .nav li .active {
  color: #4EBCE5;
}
.head2 .nav li .active::before {
  background-color: #4EBCE5;
}
.head2 .nav li a:hover {
  color: #4EBCE5;
}
.head2 .logo img {
  width: auto;
  max-width: 270px;
  height: 75%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.head2 a[href^=tel] {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #0C2D51;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 42.5px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1600px) {
  .head2 .logo img {
    max-width: 250px;
  }
  .head2 a[href^=tel] {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-left: 25px;
  }
  .head2 .nav li {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1399px) {
  header.small-header {
    transform: translateY(-40px);
  }
  .head2.small-header {
    height: 70px;
  }
  .head2.small-header .logo img {
    height: 80%;
  }
}
@media screen and (max-width: 1399px) {
  header {
    bottom: 0;
    right: unset;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    opacity: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    overflow-y: scroll;
    padding: 100px 50px 50px;
  }
  .mobile-opened {
    transform: translateX(0);
    opacity: 1;
  }
  .head1, .head2 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .head1 .page-width, .head1 .nav, .head2 .page-width, .head2 .nav {
    flex-direction: column;
  }
  .head1 {
    order: 2;
    border-bottom: none;
  }
  .head1 .mail, .head1 .location {
    margin-left: 0;
    margin-top: 20px;
  }
  .head1 .head-social {
    margin: 20px 0;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .head1 .head-social a {
    height: 50px;
  }
  .head1 .head-social a:first-child {
    border-left: none;
  }
  .head1 details {
    padding-left: 0;
    border-left: none;
  }
  .head1 details ul {
    left: 50%;
    transform: translateX(-50%);
  }
  .head1 details ul li a {
    text-align: center;
  }
  .head2 {
    order: 1;
  }
  .head2 .logo {
    display: none;
  }
  .head2 .nav {
    margin-left: 0;
    padding-right: 0;
  }
  .head2 .nav li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .head2 .nav li a {
    padding-bottom: 5px;
  }
  .head2 a[href^=tel] {
    padding-left: 0;
    border-left: none;
    margin-top: 50px;
  }
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .hamburger .logo2 {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 20px;
  }
  .hamburger .logo2 img {
    width: auto;
    max-width: 270px;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
  }
}
@media screen and (max-width: 575px) {
  header {
    width: 100%;
    padding: 100px 20px 50px;
  }
  .hamburger {
    height: 60px;
  }
  .hamburger .logo2 {
    width: 100%;
    max-width: 50%;
  }
  .hamburger .logo2 img {
    width: 100%;
    height: 90%;
  }
  .hamburger .ham {
    scale: 0.8;
  }
}
footer {
  background-color: #0A233E;
}
footer * {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.5px;
  transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
  footer * {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1399px) {
  footer * {
    font-size: 16px;
  }
}

.foot2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.foot2 p, .foot2 a {
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1399px) {
  .foot2 p, .foot2 a {
    font-size: 12px;
  }
}
.foot2 a:hover {
  color: #4EBCE5;
}
.foot2 ul {
  list-style: none;
  display: flex;
}
.foot2 ul li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .foot2 {
    flex-direction: column-reverse;
  }
  .foot2 ul {
    margin-bottom: 10px;
  }
  .foot2 ul li:first-child {
    margin-left: 0;
  }
  .foot2 p, .foot2 a {
    text-align: center;
  }
}

.foot1 {
  padding: 50px 0;
}
.foot1, .foot1 .foot-right {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 1299px) {
  .foot1 {
    flex-direction: column;
    align-items: center;
  }
}
.foot1 .foot-right {
  padding-top: 50px;
}
.foot1 .foot-right .footer-contact a {
  display: block;
}
.foot1 .foot-right .footer-contact p, .foot1 .foot-right .footer-contact a {
  margin-bottom: 10px;
}
.foot1 .foot-right .footer-contact a:hover {
  color: #4EBCE5;
}
.foot1 .foot-right .footer-contact .working-hours {
  margin-top: 50px;
}
.foot1 .foot-right .foot {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50px;
}
.foot1 .foot-right .foot > p:first-child {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .foot1 .foot-right .foot > p:first-child {
    font-size: 22px;
  }
}
.foot1 .foot-right .foot ul {
  list-style: none;
}
.foot1 .foot-right .foot ul li {
  margin-bottom: 10px;
}
.foot1 .foot-right .foot ul li a {
  position: relative;
  padding-bottom: 3px;
}
.foot1 .foot-right .foot ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #4EBCE5;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.foot1 .foot-right .foot ul li a:hover {
  color: #4EBCE5;
}
.foot1 .foot-right .foot ul li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .foot1 .foot-right {
    width: 100%;
    justify-content: space-between;
  }
  .foot1 .foot-right .foot {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .foot1 .foot-right {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .foot1 .foot-right .foot {
    margin-top: 50px;
  }
  .foot1 .foot-right .foot p, .foot1 .foot-right .foot li, .foot1 .foot-right .foot a {
    text-align: center;
  }
}
.foot1 .foot-left {
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .foot1 .foot-left {
    max-width: 260px;
  }
}
@media screen and (max-width: 1299px) {
  .foot1 .foot-left {
    margin-right: 0;
  }
}
.foot1 .foot-left .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 240px;
}
.foot1 .foot-left p {
  text-align: center;
  margin: 30px 0;
}
.foot1 .foot-left .footer-social {
  display: flex;
  align-items: center;
}
.foot1 .foot-left .footer-social a {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot1 .foot-left .footer-social a svg {
  width: 50%;
  height: 50%;
}
.foot1 .foot-left .footer-social a svg path {
  fill: #fff;
}
.foot1 .foot-left .footer-social a + a {
  margin-left: 20px;
}
.foot1 .foot-left .footer-social a:hover {
  border-color: #4EBCE5;
}
.foot1 .foot-left .footer-social a:hover svg path {
  fill: #4EBCE5;
}

.headline-wrap, .page-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline-wrap .main-image, .page-top .main-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.headline-wrap .main-image img, .page-top .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.headline-wrap .overlay, .page-top .overlay {
  z-index: 1;
}
.headline-wrap .headline, .page-top .headline {
  position: relative;
  z-index: 2;
  padding: 150px 20px;
}
.headline-wrap .headline h1, .page-top .headline h1 {
  text-align: center;
}
.headline-wrap .headline span, .page-top .headline span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 1399px) {
  .headline-wrap .headline span, .page-top .headline span {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .headline-wrap .headline span, .page-top .headline span {
    font-size: 12px;
  }
}

.headline-wrap {
  height: -moz-fit-content;
  height: fit-content;
  min-height: calc(100svh - 150px);
}
.headline-wrap .down {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headline-wrap .down::before {
  content: "";
  width: 1.6px;
  height: 65px;
  background-color: #fff;
}
@media screen and (max-width: 1399px) {
  .headline-wrap {
    min-height: 100svh;
  }
}
@media screen and (max-width: 575px) {
  .headline-wrap .down {
    font-size: 14px;
  }
}

.page-top {
  height: 430px;
}
.page-top .headline {
  padding: 80px 20px;
}
.page-top .overlay {
  opacity: 0.3;
}
@media screen and (max-width: 1600px) {
  .page-top {
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .page-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.availability {
  display: flex;
  align-items: end;
}
.availability > div {
  width: 100%;
  margin-right: 7px;
}
.availability input, .availability select {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(12, 45, 81, 0.2);
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
  cursor: pointer;
}
.availability input, .availability select, .availability label {
  font-family: "OpenSans";
  font-size: 14px;
  letter-spacing: 0.5px;
}
.availability input, .availability select {
  font-weight: 400;
}
.availability label {
  font-weight: 300;
  color: #0C2D51;
}
.availability input {
  color: rgba(0, 0, 0, 0.7);
}
.availability select {
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arrow-down-black.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px;
}
.availability button {
  font-family: "OpenSans";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #4EBCE5;
  height: 60px;
  padding: 10px 20px;
  border: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .availability input, .availability select, .availability button {
    height: 50px;
  }
  .availability button {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .availability button {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .availability {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .availability > div {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .availability {
    grid-template-columns: 1fr;
  }
  .availability button {
    margin-top: 10px;
  }
}

.litepicker {
  font-family: "OpenSans";
}
.litepicker .container__months {
  background-color: #0C2D51;
  box-shadow: none;
  border-radius: 0;
}
.litepicker .container__months .month-item-header {
  color: #fff;
}
.litepicker .container__months .month-item-header .button-previous-month, .litepicker .container__months .month-item-header .button-next-month {
  color: #fff;
  cursor: pointer;
}
.litepicker .container__months .month-item-header .button-previous-month svg, .litepicker .container__months .month-item-header .button-next-month svg {
  fill: #fff;
}
.litepicker .container__months .month-item-header .button-previous-month:hover, .litepicker .container__months .month-item-header .button-next-month:hover {
  color: #4EBCE5;
}
.litepicker .container__months .month-item-header .button-previous-month:hover svg, .litepicker .container__months .month-item-header .button-next-month:hover svg {
  fill: #4EBCE5;
}
.litepicker .container__months .month-item-header div .month-item-name, .litepicker .container__months .month-item-header div .month-item-year {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.litepicker .container__months .month-item-weekdays-row {
  display: none;
}
.litepicker .container__days .day-item {
  color: #0C2D51;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #0C2D51;
  margin: 2px 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
.litepicker .container__days .day-item.is-today {
  color: #4EBCE5;
}
.litepicker .container__days .day-item.is-locked {
  color: rgba(78, 188, 229, 0.2);
  background-color: transparent;
}
.litepicker .container__days .day-item.is-start-date.is-end-date {
  background-color: #4EBCE5;
  border-radius: 0;
  color: #fff;
}
.litepicker .container__days .day-item:hover {
  color: #4EBCE5;
  box-shadow: none;
}

.our-yacht {
  position: relative;
  padding: 100px 0;
}
.our-yacht img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.our-yacht .page-width {
  position: relative;
  z-index: 2;
  padding-left: 50%;
}
.our-yacht * {
  color: #fff;
}
.our-yacht h2 {
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: relative;
}
.our-yacht h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.our-yacht h3, .our-yacht p {
  font-weight: 300;
  letter-spacing: 2px;
}
.our-yacht h3 {
  font-size: 24px;
}
.our-yacht ul {
  list-style: none;
  margin-bottom: 50px;
}
.our-yacht ul li {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 25px;
}
.our-yacht .next {
  color: #0C2D51;
  background-color: #D9D9D9;
}
.our-yacht .next::after {
  content: url("../images/arrow-right-dark-blue.svg");
}
.our-yacht::after {
  content: "LUXU";
  position: absolute;
  bottom: 20px;
  right: -55px;
  font-size: 220px;
  font-weight: 400;
  font-family: "OpenSans";
  color: rgba(255, 255, 255, 0.2);
  line-height: 150px;
  letter-spacing: 40px;
}
@media screen and (max-width: 1399px) {
  .our-yacht .page-width {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .our-yacht h2::before {
    left: unset;
    right: 0;
  }
  .our-yacht h2, .our-yacht h3, .our-yacht p, .our-yacht ul li {
    text-align: end;
  }
}
@media screen and (max-width: 991px) {
  .our-yacht::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .our-yacht .page-width {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .our-yacht::after {
    font-size: 150px;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .our-yacht h3 {
    font-size: 20px;
  }
  .our-yacht::after {
    font-size: 100px;
    line-height: 100px;
    bottom: 0;
  }
}

.our-tours {
  padding: 100px 10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.our-tours h2 {
  font-size: 100px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 10px;
  text-align: end;
  padding-right: 15%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1399px) {
  .our-tours h2 {
    font-size: 80px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .our-tours h2 {
    padding-right: 0;
    text-align: center;
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .our-tours {
    padding: 80px 0;
  }
  .our-tours h2 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}

.destinations {
  position: relative;
  padding: 150px 0;
}
.destinations .destinations-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.destinations .page-width {
  padding-right: 40%;
  position: relative;
  z-index: 2;
}
.destinations .title {
  margin-bottom: 50px;
}
.destinations .title span, .destinations .title h2 {
  text-align: left;
}
.destinations p {
  color: #0C2D51;
  max-width: 525px;
}
.destinations .numbers {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 180px);
}
.destinations .numbers .num span {
  font-size: 45px;
  font-weight: 600;
  color: #4EBCE5;
  letter-spacing: 7px;
}
.destinations .numbers .num + .num {
  border-left: 1px solid #0C2D51;
  padding-left: 40px;
}
.destinations::after {
  content: "ELEGANCE";
  font-family: "PlayfairDisplay";
  font-size: 150px;
  font-weight: 500;
  color: rgba(78, 188, 229, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 130px;
  letter-spacing: 10px;
}
@media screen and (max-width: 1800px) {
  .destinations {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1500px) {
  .destinations .destinations-map {
    width: 60%;
  }
}
@media screen and (max-width: 1399px) {
  .destinations .destinations-map {
    width: 50%;
    bottom: unset;
    height: auto;
  }
  .destinations .title span {
    font-size: 40px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 1199px) {
  .destinations {
    padding: 50px 0;
  }
  .destinations .destinations-map {
    display: none;
  }
  .destinations .page-width {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .destinations::after {
    font-size: 100px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .destinations .numbers {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .destinations .numbers .num + .num {
    padding-left: 0;
    border-left: none;
  }
  .destinations .numbers .num span {
    font-size: 35px;
    letter-spacing: 3px;
  }
  .destinations::after {
    font-size: 60px;
    line-height: 50px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .destinations .title {
    margin-bottom: 30px;
  }
  .destinations .title span {
    font-size: 30px;
    margin-bottom: -20px;
  }
}

.home-video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.home-video .page-width {
  position: relative;
  z-index: 2;
}
.home-video h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.home-video span {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: bold;
  color: #0C2D51;
  letter-spacing: 2px;
}
.home-video .playVideo {
  width: 100px;
  height: 100px;
  background-image: url("../images/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .home-video span {
    font-size: 20px;
  }
  .home-video .playVideo {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .home-video span {
    font-size: 16px;
  }
  .home-video .playVideo {
    width: 70px;
    height: 70px;
  }
}

.home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.home-grid h2 {
  font-weight: bold;
}
.home-grid .image2 {
  position: relative;
}
.home-grid .image2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1299px) {
  .home-grid {
    grid-template-columns: 1fr;
  }
  .home-grid .image2 {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .home-grid .image2 {
    height: 300px;
  }
}
.home-grid .faq {
  margin-top: 50px;
}
.home-grid .faq details {
  padding-left: 60px;
  position: relative;
}
.home-grid .faq details::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #4EBCE5;
  background-image: url("../images/arrow-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.home-grid .faq details summary {
  cursor: pointer;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
  color: #0C2D51;
  letter-spacing: 1px;
}
.home-grid .faq details p {
  font-weight: 600;
  color: #0C2D51;
}
.home-grid .faq details p a {
  color: #4EBCE5;
}
.home-grid .faq details summary + p {
  margin-top: 20px;
}
.home-grid .faq details + details {
  margin-top: 25px;
}
.home-grid .faq details[open]::before {
  transform: rotate(180deg);
  background-color: #0C2D51;
}
@media screen and (max-width: 1399px) {
  .home-grid .faq details {
    padding-left: 50px;
  }
  .home-grid .faq details summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-grid .faq details {
    padding-left: 30px;
  }
  .home-grid .faq details::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .home-grid .faq details summary {
    font-size: 16px;
  }
  .home-grid .faq details p {
    font-size: 14px;
  }
  .home-grid .faq details summary + p {
    margin-top: 10px;
  }
}
.home-grid .clients-say {
  overflow: hidden;
  border-bottom-right-radius: 150px;
}
.home-grid .clients-say p {
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-family: "PlayfairDisplay";
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 1600px) {
  .home-grid .clients-say p {
    font-size: 35px;
  }
}
.home-grid .clients-say .navodnici {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-grid .clients-say .navodnici span {
  display: block;
  width: 180px;
  height: 180px;
  background-color: rgba(12, 45, 81, 0.7);
  border-radius: 50%;
  background-image: url("../images/navodnici.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
.home-grid .clients-say .navodnici span + span {
  transform: rotate(180deg) translate(60px, -80px);
}
@media screen and (max-width: 1600px) {
  .home-grid .clients-say .navodnici span {
    width: 130px;
    height: 130px;
  }
  .home-grid .clients-say .navodnici span + span {
    transform: rotate(180deg) translate(50px, -60px);
  }
}
@media screen and (max-width: 1299px) {
  .home-grid .clients-say {
    display: none;
  }
}

.service-fishing {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-fishing .image2 {
  height: 740px;
  position: relative;
  overflow: hidden;
}
.service-fishing .image2 .overlay {
  opacity: 0.4;
}
.service-fishing .image2 img {
  transition: all 0.5s;
}
.service-fishing .image2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-fishing .image2 .content h2, .service-fishing .image2 .content p {
  color: #fff;
  text-align: center;
}
.service-fishing .image2 .content h2 {
  font-weight: 400;
}
.service-fishing .image2 .content p {
  font-weight: 500;
  margin: 20px 0;
  letter-spacing: 1.5px;
}
.service-fishing .image2:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 1600px) {
  .service-fishing .image2 {
    height: 600px;
  }
}
@media screen and (max-width: 1399px) {
  .service-fishing .image2 {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .service-fishing {
    grid-template-columns: 1fr;
  }
}

.home-about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 70px;
}
.home-about-us img {
  border-radius: 5px;
}
.home-about-us div:first-child img {
  height: 80%;
}
.home-about-us h2:last-of-type {
  margin-bottom: 30px;
}
.home-about-us p {
  text-align: center;
  color: #0C2D51;
}
.home-about-us .title {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.home-about-us .title picture {
  margin-top: auto;
}
.home-about-us .title img {
  height: 400px;
  margin-top: 50px;
}
@media screen and (max-width: 1399px) {
  .home-about-us {
    gap: 50px;
  }
  .home-about-us .title img {
    height: 300px;
  }
  .home-about-us div:first-child img {
    height: 90%;
  }
}
@media screen and (max-width: 1299px) {
  .home-about-us .title {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .home-about-us {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-about-us div:first-child {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .home-about-us {
    padding-bottom: 50px;
  }
  .home-about-us .title img {
    height: 250px;
  }
}

.experiences {
  width: 100%;
  max-width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .experiences {
    max-width: 90vw;
  }
}

.experiencesSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experiencesSwiper .swiper-slide p, .experiencesSwiper .swiper-slide span {
  display: block;
  text-align: center;
  color: #0C2D51;
}
.experiencesSwiper .swiper-slide p:first-child {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.experiencesSwiper .swiper-slide img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 30px 0;
}
.experiencesSwiper .swiper-slide .client-name p, .experiencesSwiper .swiper-slide .client-name span {
  font-family: "PlayfairDisplay";
  font-weight: 400;
  letter-spacing: 2px;
}
.experiencesSwiper .swiper-slide .client-name p {
  font-size: 24px;
  margin-bottom: 5px;
}
.experiencesSwiper .swiper-slide .client-name span {
  font-size: 18px;
}
.experiencesSwiper .swiper-button-next, .experiencesSwiper .swiper-button-prev {
  background-image: url("../images/swiper-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 20px;
  top: unset;
  bottom: 115px;
}
.experiencesSwiper .swiper-button-next::after, .experiencesSwiper .swiper-button-prev::after {
  display: none;
}
.experiencesSwiper .swiper-button-prev {
  transform: rotate(180deg);
}

.safety {
  position: relative;
  padding-bottom: 150px;
}
.safety > span:last-child {
  position: absolute;
  bottom: 0;
  right: -20px;
  font-size: 200px;
  line-height: 150px;
  font-weight: 400;
  color: rgba(12, 45, 81, 0.1);
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  .safety {
    padding-bottom: 100px;
  }
  .safety > span:last-child {
    font-size: 100px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .safety > span:last-child {
    right: unset;
    left: 0;
  }
}

.fleet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .fleet-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .fleet-grid {
    row-gap: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .fleet-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .fleet-grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fleet-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 25px;
  }
}
.fleet-grid .boat-wrap {
  background-color: #fff;
  height: 100%;
}
.fleet-grid .boat-wrap .boat-img {
  height: 270px;
  overflow: hidden;
}
.fleet-grid .boat-wrap .boat-img img {
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .fleet-grid .boat-wrap .boat-img {
    height: 240px;
  }
}
@media screen and (max-width: 575px) {
  .fleet-grid .boat-wrap .boat-img {
    height: 190px;
  }
}
.fleet-grid .boat-wrap .boat-info {
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 270px);
}
@media screen and (max-width: 1399px) {
  .fleet-grid .boat-wrap .boat-info {
    height: calc(100% - 240px);
  }
}
@media screen and (max-width: 575px) {
  .fleet-grid .boat-wrap .boat-info {
    height: calc(100% - 190px);
  }
}
.fleet-grid .boat-wrap .boat-info * {
  color: #000;
}
.fleet-grid .boat-wrap .boat-info .boat-price, .fleet-grid .boat-wrap .boat-info .boat-title {
  color: #222222;
}
.fleet-grid .boat-wrap .boat-info .boat-title {
  font-family: "PlayfairDisplaySC";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.fleet-grid .boat-wrap .boat-info .boat-specifics {
  list-style: none;
  padding-left: 10px;
  margin-top: auto;
}
.fleet-grid .boat-wrap .boat-info .boat-specifics li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fleet-grid .boat-wrap .boat-info .boat-specifics li span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.fleet-grid .boat-wrap .boat-info .boat-price {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.3px;
  text-align: end;
  margin-top: 10px;
}
.fleet-grid .boat-wrap:hover .boat-img img {
  transform: scale(1.2);
}

.sale-grid .boat-wrap .boat-info * {
  color: #0C2D51 !important;
}

.fleet-grid + .next {
  margin-top: 50px;
}

.tranfers-grid {
  display: grid;
  gap: 20px;
}

.transfer-wrap {
  background-color: #F5F5F5;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 320px;
  position: relative;
}
.transfer-wrap .transfer-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  overflow: hidden;
  border-radius: 5px;
}
.transfer-wrap .transfer-img img {
  border-radius: 5px;
  transition: all 0.5s;
}
.transfer-wrap .transfer-info {
  padding: 30px 20px 30px 40px;
  display: flex;
  align-items: center;
}
.transfer-wrap .transfer-info .transfer-text {
  width: 100%;
}
.transfer-wrap .transfer-info .transfer-text * {
  color: #0C2D51;
}
.transfer-wrap .transfer-info .transfer-text .transfer-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.transfer-wrap .transfer-info .transfer-text .transfer-title p {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.transfer-wrap .transfer-info .transfer-text .transfer-title span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #0C2D51;
}
.transfer-wrap .transfer-info .transfer-btns {
  width: 100%;
  max-width: 260px;
  padding-left: 30px;
  border-left: 1px solid rgba(12, 45, 81, 0.2);
  margin-left: 30px;
}
.transfer-wrap .transfer-info .transfer-btns p {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: 500;
  color: #0C2D51;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.transfer-wrap .transfer-info .transfer-btns a {
  font-size: 18px;
  font-weight: 400;
  padding: 13px;
  display: block;
  text-align: center;
  transition: all 0.5s;
  border: 2px solid transparent;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.transfer-wrap .transfer-info .transfer-btns .book {
  color: #fff;
  background-color: #0C2D51;
}
.transfer-wrap .transfer-info .transfer-btns .query {
  color: #0C2D51;
  background-color: #fff;
  margin-top: 20px;
}
.transfer-wrap .transfer-info .transfer-btns .book:hover {
  border-color: #fff;
}
.transfer-wrap .transfer-info .transfer-btns .query:hover {
  border-color: #0C2D51;
}
@media screen and (max-width: 1199px) {
  .transfer-wrap .transfer-info {
    flex-direction: column;
    align-items: start;
  }
  .transfer-wrap .transfer-info .transfer-btns {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(12, 45, 81, 0.2);
    max-width: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .transfer-wrap .transfer-info .transfer-btns p {
    margin-bottom: 0;
    grid-column: span 2;
  }
  .transfer-wrap .transfer-info .transfer-btns .query {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .transfer-wrap {
    padding-left: 0;
    padding-top: 350px;
  }
  .transfer-wrap .transfer-img {
    bottom: unset;
    right: 0;
    width: 100%;
    height: 350px;
  }
  .transfer-wrap .transfer-info {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .transfer-wrap {
    padding-top: 300px;
  }
  .transfer-wrap .transfer-img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .transfer-wrap {
    padding-top: 200px;
  }
  .transfer-wrap .transfer-img {
    height: 200px;
  }
  .transfer-wrap .transfer-info .transfer-btns {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .transfer-wrap .transfer-info .transfer-btns a {
    font-size: 16px;
  }
  .transfer-wrap .transfer-info .transfer-btns p {
    font-size: 20px;
  }
  .transfer-wrap .transfer-info .transfer-text > p {
    font-size: 14px;
  }
}

.transfer-wrap:hover .transfer-img img {
  transform: scale(1.2);
}

.transfer-contact {
  height: 650px;
}
.transfer-contact .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 26, 47, 0) 34.15%, rgba(10, 35, 62, 0.3) 45.46%, rgba(10, 35, 62, 0.593899) 59.39%, rgba(10, 35, 62, 0.795072) 79.51%, #0A233E 100%), linear-gradient(0deg, rgba(10, 35, 62, 0.1), rgba(10, 35, 62, 0.1));
  opacity: 1;
}
.transfer-contact .headline p {
  font-family: "PlayfairDisplay";
  text-align: center;
}
.transfer-contact .headline a {
  color: #0C2D51;
  background-color: #fff;
  border-radius: 5px;
  padding: 13px 37px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: flex;
  text-align: center;
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1399px) {
  .transfer-contact {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .transfer-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
  .transfer-contact .headline a {
    font-size: 16px;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.services-grid .service-card {
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  overflow: hidden;
}
.services-grid .service-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68.31%, rgba(0, 0, 0, 0.287383) 82.11%, rgba(0, 0, 0, 0.35) 100%);
}
.services-grid .service-card .service-text {
  margin-top: auto;
  position: relative;
  z-index: 2;
  transform: translateY(calc(100% - 70px));
  transition: all 0.5s;
  padding: 20px;
}
.services-grid .service-card .service-text h3, .services-grid .service-card .service-text p {
  color: #fff;
}
.services-grid .service-card .service-text h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.services-grid .service-card .service-text h3::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2.5px;
  background-color: #4EBCE5;
  left: -40px;
  bottom: 0;
  transition: all 0.9s;
}
.services-grid .service-card .service-text p {
  font-size: 16px;
  letter-spacing: 0.25px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.7s;
}
.services-grid .service-card:hover .service-text {
  transform: translateY(0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42.52%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.686779) 65%, rgba(0, 0, 0, 0.8) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.services-grid .service-card:hover .service-text h3::after {
  width: calc(100% + 40px);
}
.services-grid .service-card:hover .service-text p {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .services-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .services-grid {
    gap: 15px;
  }
  .services-grid .service-card {
    height: 380px;
  }
  .services-grid .service-card .service-text p {
    font-size: 14px;
  }
  .services-grid .service-card .service-text h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-grid .service-card .service-text {
    transform: translateY(0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42.52%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.686779) 65%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .services-grid .service-card .service-text h3::after {
    width: calc(100% + 40px);
  }
  .services-grid .service-card .service-text p {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-numbers-wrap {
  background-color: rgba(78, 188, 229, 0.2);
  padding: 80px 0 100px;
}
.service-numbers-wrap .service-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-numbers-wrap .service-numbers .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-numbers-wrap .service-numbers .num::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  background-color: rgba(12, 45, 81, 0.2);
  left: 0;
  bottom: 0;
}
.service-numbers-wrap .service-numbers .num p, .service-numbers-wrap .service-numbers .num span {
  font-family: "PlayfairDisplay";
  font-weight: 600;
}
.service-numbers-wrap .service-numbers .num p {
  text-align: center;
  font-size: 24px;
  color: #0C2D51;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-numbers-wrap .service-numbers .num span {
  color: #fff;
  letter-spacing: 10px;
  font-size: 150px;
  line-height: 130px;
  margin-bottom: -40px;
}
.service-numbers-wrap .service-numbers .num:first-child {
  align-items: start;
}
.service-numbers-wrap .service-numbers .num:first-child::before {
  display: none;
}
.service-numbers-wrap .service-numbers .num:last-child {
  align-items: end;
}
@media screen and (max-width: 1399px) {
  .service-numbers-wrap .service-numbers .num span {
    font-size: 120px;
    line-height: 100px;
  }
  .service-numbers-wrap .service-numbers .num p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .service-numbers-wrap .service-numbers {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .service-numbers-wrap .service-numbers .num:first-child {
    align-items: center;
  }
  .service-numbers-wrap .service-numbers .num:last-child {
    align-items: center;
  }
  .service-numbers-wrap .service-numbers .num:nth-child(3)::before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .service-numbers-wrap {
    padding: 50px 0 70px;
  }
  .service-numbers-wrap .service-numbers .num {
    justify-content: start;
  }
  .service-numbers-wrap .service-numbers .num::before {
    display: none;
  }
  .service-numbers-wrap .service-numbers .num p {
    font-size: 18px;
  }
  .service-numbers-wrap .service-numbers .num p span {
    font-size: 100px;
    line-height: 80px;
    margin-bottom: -30px;
  }
}

.about-us-service {
  background-color: #0C2D51;
}
.about-us-service .service-numbers .num::before {
  background-color: #194A6F;
}
.about-us-service .service-numbers .num p {
  color: #fff;
}
.about-us-service .service-numbers .num span {
  color: rgba(78, 188, 229, 0.2);
}

.services-video {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 65vh;
  display: flex;
  align-items: center;
}
.services-video span, .services-video h2 {
  color: #fff;
}
.services-video h2 {
  margin-bottom: 50px;
}
.services-video .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .services-video .page-width {
    flex-direction: column;
    align-items: start;
  }
  .services-video .page-width .playVideo {
    margin-top: 50px;
  }
}

.grid-2-1 {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 70px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .grid-2-1 {
    gap: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .grid-2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
}

.about-img {
  height: 480px;
}
.about-img img {
  border-radius: 5px;
}
@media screen and (max-width: 1399px) {
  .about-img {
    height: 380px;
  }
}
@media screen and (max-width: 575px) {
  .about-img {
    height: 300px;
  }
}

.about-right {
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 30px 50px 40px;
  height: -moz-fit-content;
  height: fit-content;
}
.about-right > p:first-child {
  font-family: "PlayfairDisplay";
  font-size: 25px;
  font-weight: 600;
  color: #0C2D51;
  letter-spacing: 2px;
  text-align: center;
}
.about-right form {
  margin-top: 30px;
  display: grid;
  gap: 15px;
}
.about-right form * {
  color: #0C2D51;
}
.about-right form label, .about-right form p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  display: block;
}
.about-right form p {
  font-size: 12px;
  text-align: center;
}
.about-right form input, .about-right form select, .about-right form button, .about-right form textarea {
  font-family: "OpenSans";
  font-weight: 400;
  width: 100%;
  background-color: #fff;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.about-right form textarea {
  resize: none;
  height: 140px;
  padding: 10px;
  padding-left: 35px;
}
.about-right form input, .about-right form select {
  height: 40px;
  padding: 0 35px 0 45px;
  font-size: 16px;
  cursor: pointer;
}
.about-right form button {
  font-size: 19px;
  letter-spacing: 1px;
  padding: 10px;
  transition: all 0.5s;
}
.about-right form button:hover {
  color: #fff;
  background-color: #0C2D51;
}
.about-right form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arrow-down-dark-blue.svg");
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 15px;
}
.about-right form .disabled {
  opacity: 0.5;
}
@media screen and (max-width: 1399px) {
  .about-right {
    padding: 30px;
  }
  .about-right form {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .about-right {
    padding: 30px 20px;
  }
  .about-right > p:first-child {
    font-size: 22px;
  }
  .about-right form button {
    font-size: 17px;
  }
}

.custom-time, .custom-date, .custom-persons, .custom-email, .custom-message {
  position: relative;
}
.custom-time::before, .custom-time::after, .custom-date::before, .custom-date::after, .custom-persons::before, .custom-persons::after, .custom-email::before, .custom-email::after, .custom-message::before, .custom-message::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.custom-time::before, .custom-date::before, .custom-persons::before, .custom-email::before, .custom-message::before {
  width: 1px;
  height: 20px;
  background-color: #0C2D51;
  left: 30px;
}
.custom-time::after, .custom-date::after, .custom-persons::after, .custom-email::after, .custom-message::after {
  width: 14px;
  height: 14px;
  left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-message::before, .custom-message::after {
  transform: none;
}
.custom-message::before {
  top: 10px;
}
.custom-message::after {
  top: 14px;
}

.custom-time::after {
  background-image: url("../images/custom-time.svg");
}

.custom-date::after {
  background-image: url("../images/custom-date.svg");
}

.custom-persons::after {
  background-image: url("../images/custom-persons.svg");
}

.custom-email::after {
  background-image: url("../images/custom-email.svg");
}

.custom-phone::after {
  background-image: url("../images/custom-phone.svg");
}

.custom-message::after {
  background-image: url("../images/custom-message.svg");
}

.gallery-title {
  margin-top: 50px;
}
.gallery-title span, .gallery-title h2 {
  text-align: left;
}
.gallery-title h2 {
  padding-left: 25px;
}
@media screen and (max-width: 575px) {
  .gallery-title span, .gallery-title h2 {
    text-align: center;
  }
  .gallery-title h2 {
    padding-left: 0;
  }
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  grid-auto-rows: 280px;
  margin-top: 30px;
}
.about-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 4px;
}
.about-gallery a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 1600px) {
  .about-gallery {
    grid-auto-rows: 250px;
  }
}
@media screen and (max-width: 1399px) {
  .about-gallery {
    grid-auto-rows: 200px;
  }
}
@media screen and (max-width: 575px) {
  .about-gallery {
    grid-auto-rows: 130px;
    gap: 3px;
  }
}

.about-us-gallery {
  gap: 10px;
  grid-auto-rows: 350px;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .about-us-gallery {
    grid-auto-rows: 300px;
  }
}
@media screen and (max-width: 1399px) {
  .about-us-gallery {
    grid-auto-rows: 270px;
    gap: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-gallery {
    grid-auto-rows: 200px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-gallery {
    grid-auto-rows: 130px;
    gap: 3px;
  }
}

.about-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}
.about-buttons .aboutBtn {
  font-family: "PlayfairDisplay";
  font-size: 18px;
  font-weight: 400;
  color: #0C2D51;
  letter-spacing: 1.5px;
  border: none;
  background-color: transparent;
  outline: none;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-buttons .aboutBtn::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-buttons .aboutBtn:nth-child(3n+1)::before {
  display: none;
}
.about-buttons .activeBtn {
  border-color: #0C2D51;
}
@media screen and (max-width: 575px) {
  .about-buttons {
    grid-template-columns: 1fr;
  }
  .about-buttons .aboutBtn {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .about-buttons .aboutBtn::before {
    display: none;
  }
  .about-buttons .activeBtn {
    /* border-color: #0C2D51; */
    /* border-width: 2px; */
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.about-panel {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .about-panel {
    margin-top: 40px;
  }
}
.about-panel h2 {
  font-size: 24px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.about-panel .map2 {
  height: 500px;
}
.about-panel .map2 iframe {
  width: 100%;
  height: 100%;
}
.about-panel ul {
  /* list-style-position: inside; */
  padding-left: 17px;
}
.about-panel ul li {
  color: #0C2D51;
}
.about-panel h3 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #0C2D51;
  margin-bottom: 30px;
}
.about-panel ul + h3 {
  margin-top: 30px;
}
.about-panel p {
  color: #0C2D51;
  margin: 20px 0;
}
.about-panel table {
  margin-top: 20px;
  width: 100%;
}
.about-panel table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(12, 45, 81, 0.2);
  padding: 5px 0;
  margin-top: 10px;
}
.about-panel table tr th, .about-panel table tr td {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  color: #0C2D51;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1399px) {
  .about-panel .map2 {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .about-panel h2 {
    font-size: 22px;
  }
  .about-panel h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-panel ul + h3 {
    margin-top: 20px;
  }
  .about-panel table tr th, .about-panel table tr td {
    font-size: 16px;
  }
  .about-panel .map2 {
    height: 300px;
  }
}

.fishing .about-panel h2 {
  font-size: 32px;
  margin-top: 50px;
}
@media screen and (max-width: 1399px) {
  .fishing .about-panel h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .fishing .about-panel h2 {
    font-size: 24px;
  }
}
.fishing .about-panel h2:first-child {
  margin-top: 0;
}
.fishing .about-panel p span {
  font-weight: 600;
}

.transfer .about-panel h2 {
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.75px;
}

.decor1, .decor2, .decor3 {
  position: relative;
}
.decor1::after, .decor2::after, .decor3::after {
  position: absolute;
  content: "";
  right: -7px;
  top: 0;
  width: 130px;
  height: 330px;
  background-image: url("../images/decor1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.decor2::after {
  top: unset;
  bottom: 40px;
  background-image: url("../images/decor2.png");
}

.decor3::after {
  top: unset;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-image: url("../images/decor3.png");
}
.decor3 .page-width {
  position: relative;
  z-index: 1;
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 550px;
}
@media screen and (max-width: 1399px) {
  .booking-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .booking-grid {
    grid-template-columns: 1fr;
  }
}
.booking-grid h2 {
  font-size: 32px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1600px) {
  .booking-grid h2 {
    font-size: 28px;
    letter-spacing: 1.75px;
  }
}
@media screen and (max-width: 1399px) {
  .booking-grid h2 {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
}
.booking-grid .booking-left {
  max-width: 650px;
}
@media screen and (max-width: 1399px) {
  .booking-grid .booking-left {
    max-width: unset;
  }
}
.booking-grid .booking-left label, .booking-grid .booking-left input, .booking-grid .booking-left textarea {
  font-family: "OpenSans";
  font-size: 27px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #0C2D51;
}
@media screen and (max-width: 1600px) {
  .booking-grid .booking-left label, .booking-grid .booking-left input, .booking-grid .booking-left textarea {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .booking-grid .booking-left label, .booking-grid .booking-left input, .booking-grid .booking-left textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-left label, .booking-grid .booking-left input, .booking-grid .booking-left textarea {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.booking-grid .booking-left input, .booking-grid .booking-left textarea {
  background-color: transparent;
  width: 100%;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 7.5px;
  outline: none;
}
.booking-grid .booking-left .personal-info {
  padding: 10px 0 20px;
  margin: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.booking-grid .booking-left .personal-info input {
  height: 70px;
  padding: 0 10px 0 50px;
}
.booking-grid .booking-left .personal-info .custom-email::after, .booking-grid .booking-left .personal-info .custom-persons::after, .booking-grid .booking-left .personal-info .custom-phone::after {
  width: 28px;
  height: 28px;
}
.booking-grid .booking-left .personal-info .custom-email::before, .booking-grid .booking-left .personal-info .custom-persons::before, .booking-grid .booking-left .personal-info .custom-phone::before {
  left: 45px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 50%;
}
.booking-grid .booking-left .personal-info .custom-email, .booking-grid .booking-left .personal-info .custom-persons {
  margin: 10px 0 20px;
}
@media screen and (max-width: 1600px) {
  .booking-grid .booking-left .personal-info input {
    height: 50px;
    padding: 0 10px 0 42px;
  }
  .booking-grid .booking-left .personal-info .custom-email::after, .booking-grid .booking-left .personal-info .custom-persons::after, .booking-grid .booking-left .personal-info .custom-phone::after {
    width: 20px;
    height: 20px;
  }
  .booking-grid .booking-left .personal-info .custom-email::before, .booking-grid .booking-left .personal-info .custom-persons::before, .booking-grid .booking-left .personal-info .custom-phone::before {
    left: 37px;
  }
}
.booking-grid .booking-left textarea {
  height: 300px;
  padding: 10px;
  margin-top: 15px;
  resize: none;
}
@media screen and (max-width: 1600px) {
  .booking-grid .booking-left textarea {
    height: 250px;
  }
}
@media screen and (max-width: 1399px) {
  .booking-grid .booking-left textarea {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-left textarea {
    height: 160px;
  }
}
.booking-grid .booking-left .terms {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.booking-grid .booking-left .terms input {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-color: transparent;
  cursor: pointer;
}
.booking-grid .booking-left .terms label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.booking-grid .booking-left .terms label a {
  color: #4EBCE5;
}
.booking-grid .booking-right {
  padding-left: 50px;
}
@media screen and (max-width: 1399px) {
  .booking-grid .booking-right {
    padding-left: 0;
  }
}
.booking-grid .booking-right .date, .booking-grid .booking-right .persons, .booking-grid .booking-right .total-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.booking-grid .booking-right .total-bottom {
  padding-bottom: 0;
}
.booking-grid .booking-right .date {
  margin-top: 15px;
}
.booking-grid .booking-right .date, .booking-grid .booking-right .persons {
  display: flex;
  align-items: center;
}
.booking-grid .booking-right .date span, .booking-grid .booking-right .date input, .booking-grid .booking-right .date div, .booking-grid .booking-right .persons span, .booking-grid .booking-right .persons input, .booking-grid .booking-right .persons div {
  font-family: "OpenSans";
  font-size: 24px;
  font-weight: 600;
  color: #0C2D51;
  letter-spacing: 2px;
}
@media screen and (max-width: 1600px) {
  .booking-grid .booking-right .date span, .booking-grid .booking-right .date input, .booking-grid .booking-right .date div, .booking-grid .booking-right .persons span, .booking-grid .booking-right .persons input, .booking-grid .booking-right .persons div {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .booking-grid .booking-right .date span, .booking-grid .booking-right .date input, .booking-grid .booking-right .date div, .booking-grid .booking-right .persons span, .booking-grid .booking-right .persons input, .booking-grid .booking-right .persons div {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-right .date span, .booking-grid .booking-right .date input, .booking-grid .booking-right .date div, .booking-grid .booking-right .persons span, .booking-grid .booking-right .persons input, .booking-grid .booking-right .persons div {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.booking-grid .booking-right .date input, .booking-grid .booking-right .persons input {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
.booking-grid .booking-right .date span, .booking-grid .booking-right .persons span {
  margin-right: 10px;
}
.booking-grid .booking-right .date {
  background-image: url("../images/arrow-down-dark-blue.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-right .date {
    background-position: calc(100% - 10px);
    background-size: 15px;
  }
}
.booking-grid .booking-right .persons {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.booking-grid .booking-right .persons input::-webkit-outer-spin-button,
.booking-grid .booking-right .persons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.booking-grid .booking-right .persons .minus-plus {
  margin-left: auto;
}
.booking-grid .booking-right .persons .minus-plus, .booking-grid .booking-right .persons .minus-plus div {
  display: flex;
  align-items: center;
}
.booking-grid .booking-right .persons .minus-plus div {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(12, 45, 81, 0.2);
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.booking-grid .booking-right .persons .minus-plus div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-grid .booking-right .persons .minus-plus div + div {
  margin-left: 10px;
}
.booking-grid .booking-right .persons .minus-plus .minus::before {
  content: "-";
  transform: translate(-50%, -65%);
}
.booking-grid .booking-right .persons .minus-plus .plus::before {
  content: "+";
}
.booking-grid .booking-right p {
  font-size: 16px;
  font-weight: 600;
  color: #0C2D51;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-right p {
    font-size: 14px;
    letter-spacing: 0.75px;
  }
}
.booking-grid .booking-right .pay {
  font-family: "OpenSans";
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  background-color: #0C2D51;
  border: none;
  border-radius: 20px;
  padding: 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .booking-grid .booking-right .pay {
    font-size: 22px;
  }
}
.booking-grid .booking-right .pay:hover {
  background-color: #4EBCE5;
}
.booking-grid .booking-right .total-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-grid .booking-right .total-bottom div:first-child {
  max-width: 220px;
}
.booking-grid .booking-right .total-bottom div:first-child .pay {
  width: 100%;
  margin-top: 15px;
}
.booking-grid .booking-right .total-bottom .total span, .booking-grid .booking-right .total-bottom .total div {
  color: #0C2D51;
  font-size: 32px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 1399px) {
  .booking-grid .booking-right .total-bottom .total span, .booking-grid .booking-right .total-bottom .total div {
    font-size: 28px;
    letter-spacing: 2.2px;
  }
}
.booking-grid .booking-right .total-bottom .total span {
  font-weight: 800;
}
.booking-grid .booking-right .total-bottom .total div {
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-right .total-bottom {
    flex-direction: column-reverse;
  }
  .booking-grid .booking-right .total-bottom div:first-child, .booking-grid .booking-right .total-bottom .total {
    width: 100%;
  }
  .booking-grid .booking-right .total-bottom div:first-child {
    max-width: unset;
  }
  .booking-grid .booking-right .total-bottom .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .booking-grid .booking-right .total-bottom .total div {
    margin: 0;
  }
}

.about-us-content {
  position: relative;
  padding: 80px 0;
  padding-left: 40%;
}
.about-us-content p {
  text-align: center;
  color: #0C2D51;
}
.about-us-content h2 {
  margin-bottom: 40px;
}
.about-us-content .blueBtn {
  margin: 40px auto 0;
}
.about-us-content img {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-us-content img:first-of-type {
  top: 0;
  left: 0;
  width: 30%;
  height: calc(100% - 80px);
}
.about-us-content img:nth-of-type(2) {
  top: 35%;
  left: 18%;
  width: 30%;
  height: 65%;
}
@media screen and (max-width: 1199px) {
  .about-us-content {
    padding-left: 0;
    padding-bottom: 550px;
    padding-top: 0;
  }
  .about-us-content img:first-of-type {
    top: unset;
    left: 0;
    width: 70%;
    height: 300px;
    bottom: 200px;
  }
  .about-us-content img:nth-of-type(2) {
    top: unset;
    left: unset;
    width: 60%;
    height: 300px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .about-us-content {
    padding-bottom: 350px;
  }
  .about-us-content img:first-of-type {
    width: 60%;
    height: 250px;
    bottom: 50px;
  }
  .about-us-content img:nth-of-type(2) {
    width: 60%;
    height: 200px;
  }
}

.teamSwiper {
  margin-top: 50px;
  padding-bottom: 70px;
}
.teamSwiper .team-img {
  height: 450px;
  border-radius: 5px;
  background-image: url("../images/member.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .teamSwiper .team-img {
    height: 400px;
  }
}
@media screen and (max-width: 1399px) {
  .teamSwiper .team-img {
    height: 370px;
  }
}
@media screen and (max-width: 575px) {
  .teamSwiper .team-img {
    height: 320px;
  }
}
.teamSwiper .team-img::after {
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(116, 133, 150, 0) 47.47%, rgba(67, 91, 117, 0.513781) 70.98%, rgba(41, 69, 100, 0.600887) 85.84%, rgba(12, 45, 81, 0.7) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.teamSwiper .team-img::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../images/anchor.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  bottom: 20px;
}
.teamSwiper .team-img img {
  border-radius: 5px;
}
.teamSwiper .team-img .nautical {
  position: absolute;
  bottom: 20px;
  left: 70px;
  z-index: 2;
}
.teamSwiper .team-img .nautical p, .teamSwiper .team-img .nautical span {
  color: #fff;
}
.teamSwiper .team-img .nautical p {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.teamSwiper .team-img .nautical .nautical-number p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
}
.teamSwiper .team-info {
  padding-top: 10px;
}
.teamSwiper .team-info h3, .teamSwiper .team-info p, .teamSwiper .team-info span p {
  text-align: center;
  color: #000;
}
.teamSwiper .team-info h3 {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}
.teamSwiper .team-info span p {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0;
}
.teamSwiper .team-info p {
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .teamSwiper .team-info h3 {
    font-size: 21px;
    letter-spacing: 1.5px;
  }
  .teamSwiper .team-info span {
    font-size: 16px;
  }
  .teamSwiper .team-info p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.teamSwiper .swiper-pagination {
  bottom: 0;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
}
.teamSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #0C2D51;
  background-color: transparent;
  opacity: 1;
  margin: 0 10px;
  transition: all 1.5s;
}
@media screen and (max-width: 1600px) {
  .teamSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .teamSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 575px) {
  .teamSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.teamSwiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #4EBCE5;
  background-color: #4EBCE5;
}

.team-grid {
  display: grid;
  grid-template-columns: 60% 40%;
}
.team-grid .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-grid .team-left .member-qualifications .about-panel::before, .team-grid .team-left .member-qualifications .aboutBtn::before, .team-grid .team-right .qualification-buttons .about-panel::before, .team-grid .team-right .qualification-buttons .aboutBtn::before {
  font-family: "OpenSans";
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 90px;
}
@media screen and (max-width: 1600px) {
  .team-grid .team-left .member-qualifications .about-panel::before, .team-grid .team-left .member-qualifications .aboutBtn::before, .team-grid .team-right .qualification-buttons .about-panel::before, .team-grid .team-right .qualification-buttons .aboutBtn::before {
    font-size: 100px;
    line-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .team-grid .team-left .member-qualifications .about-panel::before, .team-grid .team-left .member-qualifications .aboutBtn::before, .team-grid .team-right .qualification-buttons .about-panel::before, .team-grid .team-right .qualification-buttons .aboutBtn::before {
    font-size: 80px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .team-grid .team-left .member-qualifications .about-panel::before, .team-grid .team-left .member-qualifications .aboutBtn::before, .team-grid .team-right .qualification-buttons .about-panel::before, .team-grid .team-right .qualification-buttons .aboutBtn::before {
    font-size: 50px;
    line-height: 30px;
  }
}
.team-grid .team-left .member-qualifications .aboutBtn:first-child::before, .team-grid .team-right .qualification-buttons .aboutBtn:first-child::before, .team-grid .team-right .qualification-buttons .about-panel:first-child::before {
  content: "01";
}
.team-grid .team-left .member-qualifications .aboutBtn:nth-child(2)::before, .team-grid .team-left .member-qualifications .about-panel:nth-child(2)::before, .team-grid .team-right .qualification-buttons .aboutBtn:nth-child(2)::before, .team-grid .team-right .qualification-buttons .about-panel:nth-child(2)::before {
  content: "02";
}
.team-grid .team-left .member-qualifications .aboutBtn:nth-child(3)::before, .team-grid .team-left .member-qualifications .about-panel:nth-child(3)::before, .team-grid .team-right .qualification-buttons .aboutBtn:nth-child(3)::before, .team-grid .team-right .qualification-buttons .about-panel:nth-child(3)::before {
  content: "03";
}
.team-grid .team-left {
  position: relative;
}
.team-grid .team-left .member-image {
  width: 66%;
  height: 100%;
}
.team-grid .team-left .member-qualifications {
  position: absolute;
  bottom: 20px;
  width: 100%;
  max-width: 66%;
  right: 0;
}
.team-grid .team-left .member-qualifications * {
  color: #fff;
}
.team-grid .team-left .member-qualifications .about-panel {
  background-color: #0C2D51;
  border-radius: 5px;
  padding: 30px;
  margin: 0;
  width: 100%;
  position: relative;
}
.team-grid .team-left .member-qualifications .about-panel::before {
  position: absolute;
  left: 20px;
  top: 10px;
  color: rgba(255, 255, 255, 0.05);
}
.team-grid .team-left .member-qualifications .about-panel p {
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.team-grid .team-left .member-qualifications .about-panel span {
  display: block;
  text-align: center;
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.team-grid .team-right .qualification-buttons {
  display: grid;
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.team-grid .team-right .qualification-buttons .aboutBtn {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "OpenSans";
  font-size: 24px;
  font-weight: bold;
  color: #0C2D51;
}
.team-grid .team-right .qualification-buttons .aboutBtn::before {
  color: rgba(12, 45, 81, 0.1);
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  .team-grid .team-right .qualification-buttons .aboutBtn {
    font-size: 20px;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn::before {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 575px) {
  .team-grid .team-right .qualification-buttons .aboutBtn {
    font-size: 15px;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn::before {
    margin-bottom: -10px;
  }
}
.team-grid .team-right .qualification-buttons .aboutBtn:first-child {
  padding-bottom: 50px;
}
.team-grid .team-right .qualification-buttons .aboutBtn:nth-child(2) {
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team-grid .team-right .qualification-buttons .aboutBtn:nth-child(3) {
  padding-top: 50px;
}
.team-grid .team-right .qualification-buttons .activeBtn {
  color: #4EBCE5;
}
.team-grid .team-right .qualification-buttons .activeBtn::before {
  color: #0C2D51;
}
@media screen and (max-width: 1199px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .team-grid .team-left {
    order: 2;
    height: 600px;
  }
  .team-grid .team-left .member-image {
    width: 60%;
  }
  .team-grid .team-left .member-qualifications {
    top: 50px;
    bottom: 50px;
    width: calc(40% + 50px);
  }
  .team-grid .team-right {
    order: 1;
  }
  .team-grid .team-right .qualification-buttons {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn:first-child {
    padding-bottom: 0;
    padding-right: 20px;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn:nth-child(2) {
    padding: 0 20px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .team-grid .team-right .qualification-buttons .aboutBtn:nth-child(3) {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .team-grid .team-left {
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
  }
  .team-grid .team-left .member-image {
    height: 350px;
    width: 100%;
    order: 2;
  }
  .team-grid .team-left .member-qualifications {
    position: static;
    max-width: unset;
    width: 100%;
  }
  .team-grid .team-left .member-qualifications .about-panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn:first-child {
    padding-right: 5px;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn:nth-child(2) {
    padding: 0 5px;
  }
  .team-grid .team-right .qualification-buttons .aboutBtn:nth-child(3) {
    padding-left: 5px;
  }
}

.team-social {
  padding-right: 60.5%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.team-social a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C2D51;
  border-radius: 50%;
  transition: all 0.5s;
}
.team-social a svg {
  width: 50%;
  height: 50%;
}
.team-social a svg path {
  transition: all 0.5s;
}
.team-social a + a {
  margin-left: 25px;
}
.team-social a:hover {
  background-color: #0C2D51;
}
.team-social a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 1199px) {
  .team-social {
    padding-right: 40%;
  }
}
@media screen and (max-width: 575px) {
  .team-social {
    padding-right: 0;
  }
  .team-social a {
    width: 40px;
    height: 40px;
  }
}

.contact-map {
  height: 50vh;
  max-height: 550px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 850px;
  gap: 50px;
}
@media screen and (max-width: 1399px) {
  .contact-grid {
    grid-template-columns: 1fr 750px;
  }
}
@media screen and (max-width: 1299px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-info h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: bold;
}
.contact-info a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  color: #0C2D51;
  letter-spacing: 0.75px;
  margin: 20px 0;
}
.contact-info a[href^="tel:"] {
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .contact-info a[href^="tel:"] {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact-info h2 {
    font-size: 28px;
  }
  .contact-info a {
    font-size: 16px;
  }
}

.contact-social {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.contact-social a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #0C2D51;
  border-radius: 50%;
  transition: all 0.5s;
  margin: 0;
}
.contact-social a svg {
  width: 50%;
  height: 50%;
}
.contact-social a svg path {
  fill: #0C2D51;
  transition: all 0.5s;
}
.contact-social a + a {
  margin-left: 20px;
}
.contact-social a:hover {
  background-color: #0C2D51;
}
.contact-social a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 1399px) {
  .contact-social a {
    width: 45px;
    height: 45px;
  }
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
.contact-form .custom-persons::after, .contact-form .custom-persons::before, .contact-form .custom-email::after, .contact-form .custom-email::before, .contact-form .custom-phone::after, .contact-form .custom-phone::before, .contact-form .custom-message::after, .contact-form .custom-message::before {
  top: 50%;
  transform: translateY(-50%);
}
.contact-form .custom-persons::after, .contact-form .custom-email::after, .contact-form .custom-phone::after, .contact-form .custom-message::after {
  width: 19px;
  height: 19px;
}
.contact-form .custom-persons::before, .contact-form .custom-email::before, .contact-form .custom-phone::before, .contact-form .custom-message::before {
  left: 35px;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact-form input, .contact-form select, .contact-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  outline: none;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.5px;
}
.contact-form input, .contact-form input::placeholder, .contact-form select, .contact-form textarea, .contact-form textarea::placeholder {
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.5px;
}
.contact-form input, .contact-form select {
  height: 50px;
  padding-left: 43px;
  cursor: pointer;
}
.contact-form textarea {
  grid-column: span 2;
  height: 140px;
  resize: none;
}
.contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/arrow-down-black.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px;
}
.contact-form .blueBtn {
  font-size: 24px;
  padding: 10px 50px;
}
@media screen and (max-width: 1600px) {
  .contact-form .blueBtn {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form textarea {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-size: 15px;
  }
  .contact-form input, .contact-form input::placeholder, .contact-form select, .contact-form textarea, .contact-form textarea::placeholder {
    font-size: 15px;
  }
  .contact-form input, .contact-form select {
    height: 40px;
  }
  .contact-form .blueBtn {
    font-size: 18px;
    width: 100%;
  }
}

.maintenance-table table {
  border: none;
  border-collapse: collapse;
}
.maintenance-table table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.maintenance-table table tr td {
  position: relative;
  padding: 70px;
}
@media screen and (max-width: 1399px) {
  .maintenance-table table tr td {
    padding: 50px;
  }
}
.maintenance-table table tr td img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.maintenance-table table tr td span {
  font-size: 220px;
  display: block;
  height: 160px;
  line-height: 150px;
  font-weight: bold;
  letter-spacing: 10px;
  color: rgba(12, 45, 81, 0.05);
  position: absolute;
  top: 25px;
  left: 20px;
}
@media screen and (max-width: 1399px) {
  .maintenance-table table tr td span {
    font-size: 180px;
    line-height: 130px;
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  .maintenance-table table tr td span {
    top: 5px;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .maintenance-table table tr {
    grid-template-columns: 1fr;
  }
  .maintenance-table table tr td:has(img) {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .maintenance-table table tr td:has(img) {
    height: 300px;
  }
}
.maintenance-table table tr:nth-child(2n+1) td:nth-child(2) {
  padding-right: calc(100% - 700px);
}
@media only screen and (max-width: 1600px) {
  .maintenance-table table tr:nth-child(2n+1) td:nth-child(2) {
    padding-right: 20%;
  }
}
@media screen and (max-width: 991px) {
  .maintenance-table table tr:nth-child(2n+1) td:nth-child(2) {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .maintenance-table table tr:nth-child(2n+1) td:nth-child(2) {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.maintenance-table table tr:nth-child(2n) td:first-child {
  padding-left: calc(100% - 700px);
}
.maintenance-table table tr:nth-child(2n) td:first-child span {
  left: calc(100% - 700px - 55px);
}
@media only screen and (max-width: 1600px) {
  .maintenance-table table tr:nth-child(2n) td:first-child {
    padding-left: 20%;
  }
  .maintenance-table table tr:nth-child(2n) td:first-child span {
    left: calc(20% - 55px);
  }
}
@media screen and (max-width: 991px) {
  .maintenance-table table tr:nth-child(2n) td:first-child {
    padding-right: 10%;
    padding-left: 10%;
  }
  .maintenance-table table tr:nth-child(2n) td:first-child span {
    left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .maintenance-table table tr:nth-child(2n) td:first-child {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 575px) {
  .maintenance-table table tr:nth-child(2n) td:first-child span {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .maintenance-table table tr:nth-child(2n) td:first-child {
    order: 2;
  }
  .maintenance-table table tr:nth-child(2n) td:nth-child(2) {
    order: 1;
  }
}
.maintenance-table h3 {
  font-family: "PlayfairDisplay";
  font-size: 32px;
  font-weight: bold;
  color: #0C2D51;
  letter-spacing: 1px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .maintenance-table h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.maintenance-table p, .maintenance-table li {
  font-weight: 600;
  color: #0C2D51;
}
.maintenance-table ul {
  list-style: inside;
  margin-top: 20px;
}
.maintenance-table ul + p {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .maintenance-table p, .maintenance-table li {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .maintenance-table p, .maintenance-table li {
    font-size: 14px;
  }
}

.maintenance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.maintenance-grid p {
  color: #0C2D51;
  text-align: center;
}
.maintenance-grid h2 {
  margin-bottom: 40px;
}
.maintenance-grid .blueBtn {
  margin: 40px auto 0;
}
.maintenance-grid .title {
  padding: 100px 0;
}
.maintenance-grid .images {
  position: relative;
}
.maintenance-grid .images img {
  border-radius: 5px;
  position: absolute;
}
.maintenance-grid .images picture {
  display: block;
  position: absolute;
}
.maintenance-grid .images picture:first-of-type {
  bottom: 0;
  left: 0;
  width: 60%;
  height: 60%;
  z-index: 1;
}
.maintenance-grid .images picture:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
}
@media screen and (max-width: 1600px) {
  .maintenance-grid .title {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1199px) {
  .maintenance-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .maintenance-grid .images {
    display: none;
  }
  .maintenance-grid .title {
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */

.success-cont h1{
  color: #0C2D51;
}

.success-cont a{
  color: #4EBCE5;
  transition: all 0.5s ease-in-out;
}

.success-cont a:hover{
  color: #0C2D51;
    transition: all 0.5s ease-in-out;
}

.team-grid .team-left .member-qualifications .about-panel p strong{
  display: block;
    text-align: center;
    font-family: "PlayfairDisplay";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.team-grid .team-left .member-qualifications .about-panel #content-number{
position: absolute;
    left: 20px;
    top: 10px;
    color: rgba(255, 255, 255, 0.05);
    font-size: 100px;
    line-height: 75px;
    font-family: "OpenSans";
    font-weight: bold;
    letter-spacing: 5px;
}


.video-wrap .video #videoPlaceholder {
  height: 100%;
  width: 100%;
}

.template-gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}



.template-gallery a{
  width: 100%;
height: 350px;
display: none;
position: relative;
}

.template-gallery a:nth-child(1), .template-gallery a:nth-child(2), .template-gallery a:nth-child(3),
.template-gallery a:nth-child(4), .template-gallery a:nth-child(5), .template-gallery a:nth-child(6), 
.template-gallery a:nth-child(7), .template-gallery a:nth-child(8), .template-gallery a:nth-child(9){
  display: block;
}

.template-gallery a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}

@media only screen and (max-width: 767px){
  .template-gallery{
    grid-template-columns: 1fr;
  }

  .template-gallery a{
    height: 180px;
  }
}

.template-gallery a .more-images{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.general-h1{
  padding-top: 70px;
}

.general-h1 h1{
  color: #0C2D51;
  text-align: center;
}

.template-text ul{
  padding-left: 20px;
}

.template-text p{
  margin-bottom: 10px;
}

.template-text .download-links{
  margin: 20px 0;
}

.template-text .download-links a{
  font-size: 20px;
  font-weight: 600;
  color: #4EBCE5;
}

@media only screen and (max-width: 576px){
  .general-h1 {
    padding-top: 50px;
  }
}