/* global */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #0d0d0d;
}

textarea:focus,
input:focus,
select:focus,
button:focus {
  outline: none;
}

@media(min-width: 1366px) {
  .reviews-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px 15%;
  }
  .review-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .review-item img {
    width: 150px;
    height: auto;
  }
  .review-item a {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 25px auto 0 auto;
    color: #4449d3;
    text-align: center;
  }
  .top-part {
    z-index: 4;
    top: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hover-logo {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0;
  }
  .top-nav {
    box-sizing: border-box;
    height: 90px;
    background: linear-gradient(-90deg, #2e3191, #4449d3);
    width: 100%;
    margin: 0;
    padding: 0 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top-contact {
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-directions {
    cursor: pointer;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .top-contact p {
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-rates {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0 15px;
    background: #d70252;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.2s;
  }
  .nav-rates:hover {
    background: #4449d3;
  }
  .navbar {
    box-sizing: border-box;
    height: 60px;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    margin: 0;
    padding: 0 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navbar-tab {
    position: relative;
    margin: 0;
    padding: 0 40px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
  }
  .navbar-tab:hover {
    background: #f0f0f0;
  }
  .navbar-tab:hover .navbar-link {
    color: #2e3191;
  }
  .navbar-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .navbar-reveal {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 60px;
    background: #f0f0f0;
    height: 300px;
    padding: 20px;
    margin: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: context-menu;
  }
  .navbar-reveal-left {
    width: 280px;
    height: 234px;
    margin: 0 15px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: context-menu;
  }
  .navbar-reveal-right {
    margin: 0 15px;
    min-width: 220px;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .navbar-reveal-right h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #0d0d0d;
    white-space: pre-wrap;
  }
  .navbar-reveal-right a {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
    color: #494949;
    text-decoration: none;
  }
  .navbar-reveal-right a:hover {
    opacity: 0.7;
  }
  .mobile-icon {
    display: none;
    width: 60px;
    height: 39px;
    position: relative;
    margin: 0 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .mobile-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #bbbbbb;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-icon span:nth-child(1) {
    top: 0px;
  }
  .mobile-icon span:nth-child(2) {
    top: 15px;
  }
  .mobile-icon span:nth-child(3) {
    top: 15px;
  }
  .mobile-icon span:nth-child(4) {
    top: 30px;
  }
  .mobile-icon.mobile-open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-icon.mobile-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .mobile-icon.mobile-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .mobile-icon.mobile-open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 180px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 5;
    display: none;
  }
  .mobile-tabs {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  .mobile-tabs a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto;
  }
  .mobile-tabs a:hover {
    color: #2e3191;
    transition: all 0.2s ease-in-out;
  }
  .first-section {
    margin: 160px auto 10px auto;
    width: 100%;
    height: 600px;
    display: grid;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
    grid-column-gap: 10px;
  }
  .first-left-grid {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .first-right-grid {
    width: -moz-calc(100% - 10px);
    /* WebKit */
    width: -webkit-calc(100% - 10px);
    /* Opera */
    width: -o-calc(100% - 10px);
    /* Standard */
    width: calc(100% - 10px);
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-gap: 10px;
  }
  .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-background video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .first-video-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-video-content h1 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
  }
  .first-video-content h2 {
    margin: 40px auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    max-width: 60%;
  }
  .first-video-content a {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-grid-item {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .left-vertical-banner {
    width: 20%;
    height: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(46, 49, 145, 0.7), rgba(0, 89, 223, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-vertical-banner h2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  .right-sm-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .right-sm-content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
  }
  .right-sm-content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 20px auto;
    max-width: 80%;
    line-height: 1.5;
  }
  .second-section {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    background: #494949;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #form table tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #form table tbody tr td {
    font-family: arial !important;
    font-size: 15px !important;
    text-align: left !important;
    color: #fff !important;
  }
  #form table tbody tr input {
    width: 200px !important;
    height: 40px !important;
    font-family: arial !important;
    font-size: 15px !important;
  }
  #form table tbody tr select {
    width: 200px !important;
    height: 40px !important;
    font-family: arial !important;
    font-size: 15px !important;
    text-align: left !important;
    color: black !important;
  }
  #rate-form {
    width: 70%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .full {
    width: 20%;
    height: 40px;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    padding: 0;
  }
  .full label {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
  }
  .full input {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .full select {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .select-date-range {
    box-sizing: border-box;
    white-space: pre-wrap;
    background: #fff;
    width: 20%;
    height: 40px;
    margin: 0 15px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    cursor: default;
  }
  .time-box {
    display: none;
    flex-direction: row;
    position: absolute;
    margin: 180px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }
  #apply-datepicker {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 5px 0 5px 10px;
    background: #d70252;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 200px;
  }
  .time-box hr {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: none;
    border-top: none;
    border-left: 0.5px solid rgba(0, 0, 0, 0.24);
    border-right: 0.5px solid rgba(0, 0, 0, 0.24);
  }
  .time-box-datepicker {
    padding: 0 10px 0 0;
  }
  .time-box-datepicker p {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
  }
  .time-box-datepicker button {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 10px 0;
    background: #949494;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 100%;
  }
  #hidden-date-filter {
    display: none;
  }
  #booking-button {
    width: 20%;
    height: 40px;
    margin: 0 15px;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #4449d3;
    cursor: pointer;
  }
  .third-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    padding: 80px;
    background-image: url('../assets/b1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .third-left {
    max-width: 600px;
    margin: 0 100px;
    display: flex;
    flex-direction: column;
  }
  .third-left h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .third-left h3 {
    font-size: 20px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 40px auto;
  }
  .third-left a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .third-section img {
    width: 500px;
    margin: 0 100px;
  }
  .bottom-section {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .email-updates {
    padding: 40px;
    background: #4449d3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .email-updates h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  #email-signup {
    margin: 20px auto;
  }
  #email-signup input {
    font-size: 15px;
    padding: 10px 5px;
    height: 50px;
    box-sizing: border-box;
    min-width: 300px;
    margin: 0 10px;
  }
  #email-signup button {
    border: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    height: 50px;
    width: 200px;
    box-sizing: border-box;
    color: #fff;
    background: #d70252;
    margin: 0 10px;
    cursor: pointer;
  }
  .bot-banner {
    background: #2e3191;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .bot-banner a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 0 40px;
  }
  .footer {
    padding: 40px;
    background: #c9e4f3;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-col {
    margin: 0 80px;
  }
  .footer-col-1 img {
    width: 200px;
    height: auto;
    margin: 10px 0;
  }
  .footer-col-1 p {
    margin: 10px 0;
    font-size: 15px;
    color: #0d0d0d;
  }
  .footer-col-2,
  .footer-col-3 {
    display: flex;
    flex-direction: column;
  }
  .footer-col-2 a {
    margin: 10px 0;
    font-size: 17px;
    color: #836640;
    font-weight: 700;
    text-decoration: none;
  }
  .footer-col-3 a {
    margin: 10px 0;
    font-size: 17px;
    color: #0d0d0d;
    font-weight: 500;
    text-decoration: none;
  }
  .legals {
    padding: 10px;
    color: #0d0d0d;
    background: #f0f0f0;
  }
  .legals p {
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
  }
  .fourth-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 50px 0;
    background: url('../assets/b4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-section h2,
  .review-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .fourth-container {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .fourth-left,
  .fourth-right {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12), 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    background: #fffcf5;
    padding: 20px;
  }
  .fourth-left-img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background: url('../assets/rooms.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-right-img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background: url('../assets/docks.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-left h3,
  .fourth-right h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    margin: 10px auto;
  }
  .fourth-left p,
  .fourth-right p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .fourth-left a,
  .fourth-right a {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fifth-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: url('../assets/b2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .review-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-middle-line {
    position: absolute;
    height: 400px;
    width: 6px;
    background: #4449d3;
    left: 50%;
    transform: translateX(-50%);
  }
  .fifth-grid {
    width: 1295px;
    height: auto;
    box-sizing: border-box;
    margin: 50px auto;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 320px);
    grid-template-rows: repeat(3, 240px);
    grid-gap: 5px;
  }
  .fifth-grid-item {
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item:hover::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 77, 139, 0.2);
  }
  .fifth-grid-item:hover {
    transform: scale(1.04);
  }
  .fgi-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    background: url('../assets/mosaic-1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background: url('../assets/mosaic-2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-3 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    background: url('../assets/mosaic-3.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    background: url('../assets/mosaic-4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-5 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    background: url('../assets/mosaic-5.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-6.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-7.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-8 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-8.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-grid-item h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin: 0;
  }
  .fifth-line-move {
    height: 5px;
    width: 50px;
    background: rgba(68, 73, 211, 0.9);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    transition: all ease-in-out 0.3s;
  }
  .fgc-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
}

@media(min-width: 1024px) and (max-width: 1366px) {
  .reviews-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10%;
  }
  .review-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .review-item img {
    width: 100px;
    height: auto;
  }
  .review-item a {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 25px auto 0 auto;
    color: #4449d3;
    text-align: center;
  }
  .top-part {
    z-index: 4;
    top: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hover-logo {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0;
  }
  .top-nav {
    box-sizing: border-box;
    height: 90px;
    background: linear-gradient(-90deg, #2e3191, #4449d3);
    width: 100%;
    margin: 0;
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top-contact {
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-directions {
    cursor: pointer;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .top-contact p {
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-rates {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0 15px;
    background: #d70252;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.2s;
  }
  .nav-rates:hover {
    background: #4449d3;
  }
  .navbar {
    box-sizing: border-box;
    height: 60px;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    margin: 0;
    padding: 0 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navbar-tab {
    position: relative;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
  }
  .navbar-tab:hover {
    background: #f0f0f0;
  }
  .navbar-tab:hover .navbar-link {
    color: #2e3191;
  }
  .navbar-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .navbar-reveal {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 60px;
    background: #f0f0f0;
    height: 250px;
    padding: 10px;
    margin: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: context-menu;
  }
  .navbar-reveal-left {
    width: 180px;
    height: 150px;
    margin: 0 15px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: context-menu;
  }
  .navbar-reveal-right {
    margin: 0 15px;
    min-width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .navbar-reveal-right h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #0d0d0d;
    white-space: pre-wrap;
  }
  .navbar-reveal-right a {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    color: #494949;
    text-decoration: none;
  }
  .navbar-reveal-right a:hover {
    opacity: 0.7;
  }
  .mobile-icon {
    display: none;
    width: 60px;
    height: 39px;
    position: relative;
    margin: 0 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .mobile-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #bbbbbb;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-icon span:nth-child(1) {
    top: 0px;
  }
  .mobile-icon span:nth-child(2) {
    top: 15px;
  }
  .mobile-icon span:nth-child(3) {
    top: 15px;
  }
  .mobile-icon span:nth-child(4) {
    top: 30px;
  }
  .mobile-icon.mobile-open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-icon.mobile-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .mobile-icon.mobile-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .mobile-icon.mobile-open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 180px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 5;
    display: none;
  }
  .mobile-tabs {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  .mobile-tabs a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto;
  }
  .mobile-tabs a:hover {
    color: #2e3191;
    transition: all 0.2s ease-in-out;
  }
  .first-section {
    margin: 160px auto 10px auto;
    width: 100%;
    height: 450px;
    display: grid;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
    grid-column-gap: 10px;
  }
  .first-left-grid {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .first-right-grid {
    width: -moz-calc(100% - 10px);
    /* WebKit */
    width: -webkit-calc(100% - 10px);
    /* Opera */
    width: -o-calc(100% - 10px);
    /* Standard */
    width: calc(100% - 10px);
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-gap: 10px;
  }
  .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-background video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .first-video-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-video-content h1 {
    margin: 0 auto;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
  }
  .first-video-content h2 {
    margin: 40px auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    max-width: 60%;
  }
  .first-video-content a {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-grid-item {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .left-vertical-banner {
    width: 30%;
    height: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(46, 49, 145, 0.7), rgba(0, 89, 223, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-vertical-banner h2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  .right-sm-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .right-sm-content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }
  .right-sm-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 20px auto;
    max-width: 90%;
    line-height: 1.5;
  }
  .second-section {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    background: #494949;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #form table tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #form table tbody tr td {
    font-family: arial !important;
    font-size: 15px !important;
    text-align: left !important;
    color: #fff !important;
  }
  #form table tbody tr input {
    width: 200px !important;
    height: 40px !important;
    font-family: arial !important;
    font-size: 15px !important;
  }
  #form table tbody tr select {
    width: 200px !important;
    height: 40px !important;
    font-family: arial !important;
    font-size: 15px !important;
    text-align: left !important;
    color: black !important;
  }
  #rate-form {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .full {
    width: 20%;
    height: 40px;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    padding: 0;
  }
  .full label {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
  }
  .full input {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .full select {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .select-date-range {
    box-sizing: border-box;
    white-space: pre-wrap;
    background: #fff;
    width: 20%;
    height: 40px;
    margin: 0 15px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    cursor: default;
  }
  .time-box {
    display: none;
    flex-direction: row;
    position: absolute;
    margin: 180px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }
  #apply-datepicker {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 5px 0 5px 10px;
    background: #d70252;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 200px;
  }
  .time-box hr {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: none;
    border-top: none;
    border-left: 0.5px solid rgba(0, 0, 0, 0.24);
    border-right: 0.5px solid rgba(0, 0, 0, 0.24);
  }
  .time-box-datepicker {
    padding: 0 10px 0 0;
  }
  .time-box-datepicker p {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
  }
  .time-box-datepicker button {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 10px 0;
    background: #949494;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 100%;
  }
  #hidden-date-filter {
    display: none;
  }
  #booking-button {
    width: 20%;
    height: 40px;
    margin: 0 15px;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #4449d3;
    cursor: pointer;
  }
  .third-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    padding: 80px;
    background-image: url('../assets/b1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .third-left {
    max-width: 400px;
    margin: 0 50px;
    display: flex;
    flex-direction: column;
  }
  .third-left h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .third-left h3 {
    font-size: 20px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 40px auto;
  }
  .third-left a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .third-section img {
    width: 400px;
    margin: 0 50px;
  }
  .bottom-section {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .email-updates {
    padding: 40px;
    background: #4449d3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .email-updates h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  #email-signup {
    margin: 20px auto;
  }
  #email-signup input {
    font-size: 15px;
    padding: 10px 5px;
    height: 50px;
    box-sizing: border-box;
    min-width: 300px;
    margin: 0 10px;
  }
  #email-signup button {
    border: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    height: 50px;
    width: 200px;
    box-sizing: border-box;
    color: #fff;
    background: #d70252;
    margin: 0 10px;
    cursor: pointer;
  }
  .bot-banner {
    background: #2e3191;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .bot-banner a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 0 40px;
  }
  .footer {
    padding: 40px;
    background: #c9e4f3;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-col {
    margin: 0 80px;
  }
  .footer-col-1 img {
    width: 200px;
    height: auto;
    margin: 10px 0;
  }
  .footer-col-1 p {
    margin: 10px 0;
    font-size: 15px;
    color: #0d0d0d;
  }
  .footer-col-2,
  .footer-col-3 {
    display: flex;
    flex-direction: column;
  }
  .footer-col-2 a {
    margin: 10px 0;
    font-size: 17px;
    color: #836640;
    font-weight: 700;
    text-decoration: none;
  }
  .footer-col-3 a {
    margin: 10px 0;
    font-size: 17px;
    color: #0d0d0d;
    font-weight: 500;
    text-decoration: none;
  }
  .legals {
    padding: 10px;
    color: #0d0d0d;
    background: #f0f0f0;
  }
  .legals p {
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
  }
  .fourth-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 50px 0;
    background: url('../assets/b4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-section h2,
  .review-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .fourth-container {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .fourth-left,
  .fourth-right {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12), 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    background: #fffcf5;
    padding: 20px;
  }
  .fourth-left-img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background: url('../assets/rooms.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-right-img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background: url('../assets/docks.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-left h3,
  .fourth-right h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    margin: 10px auto;
  }
  .fourth-left p,
  .fourth-right p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .fourth-left a,
  .fourth-right a {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fifth-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: url('../assets/b2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .review-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-middle-line {
    position: absolute;
    height: 400px;
    width: 6px;
    background: #4449d3;
    left: 50%;
    transform: translateX(-50%);
  }
  .fifth-grid {
    width: 1015px;
    height: auto;
    box-sizing: border-box;
    margin: 50px auto;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 250px);
    grid-template-rows: repeat(3, 200px);
    grid-gap: 5px;
  }
  .fifth-grid-item {
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item:hover::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 77, 139, 0.2);
  }
  .fifth-grid-item:hover {
    transform: scale(1.04);
  }
  .fgi-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    background: url('../assets/mosaic-1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background: url('../assets/mosaic-2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-3 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    background: url('../assets/mosaic-3.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    background: url('../assets/mosaic-4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-5 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    background: url('../assets/mosaic-5.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-6.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-7.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-8 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-8.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-grid-item h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin: 0;
  }
  .fifth-line-move {
    height: 5px;
    width: 50px;
    background: rgba(68, 73, 211, 0.9);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    transition: all ease-in-out 0.3s;
  }
  .fgc-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
}

@media(min-width: 768px) and (max-width: 1024px) {
  .reviews-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10%;
  }
  .review-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .review-item img {
    width: 50px;
    height: auto;
  }
  .review-item a {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin: 25px auto 0 auto;
    color: #4449d3;
    text-align: center;
  }
  .top-part {
    z-index: 4;
    top: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hover-logo {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0;
  }
  .top-nav {
    box-sizing: border-box;
    height: 90px;
    background: linear-gradient(-90deg, #2e3191, #4449d3);
    width: 100%;
    margin: 0;
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top-contact {
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-directions {
    cursor: pointer;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .top-contact p {
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-rates {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0 15px;
    background: #d70252;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.2s;
  }
  .nav-rates:hover {
    background: #4449d3;
  }
  .navbar {
    box-sizing: border-box;
    height: 60px;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    margin: 0;
    padding: 0 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navbar-tab {
    position: relative;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
  }
  .navbar-tab:hover {
    background: #f0f0f0;
  }
  .navbar-tab:hover .navbar-link {
    color: #2e3191;
  }
  .navbar-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .navbar-reveal {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 60px;
    background: #f0f0f0;
    height: 250px;
    padding: 10px;
    margin: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: context-menu;
  }
  .navbar-reveal-left {
    width: 180px;
    height: 150px;
    margin: 0 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: context-menu;
  }
  .navbar-reveal-right {
    margin: 0 10px;
    min-width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .navbar-reveal-right h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #0d0d0d;
    white-space: pre-wrap;
  }
  .navbar-reveal-right a {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    color: #494949;
    text-decoration: none;
  }
  .navbar-reveal-right a:hover {
    opacity: 0.7;
  }
  .mobile-icon {
    display: none;
    width: 60px;
    height: 39px;
    position: relative;
    margin: 0 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .mobile-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #bbbbbb;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-icon span:nth-child(1) {
    top: 0px;
  }
  .mobile-icon span:nth-child(2) {
    top: 15px;
  }
  .mobile-icon span:nth-child(3) {
    top: 15px;
  }
  .mobile-icon span:nth-child(4) {
    top: 30px;
  }
  .mobile-icon.mobile-open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-icon.mobile-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .mobile-icon.mobile-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .mobile-icon.mobile-open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 180px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 5;
    display: none;
  }
  .mobile-tabs {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  .mobile-tabs a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto;
  }
  .mobile-tabs a:hover {
    color: #2e3191;
    transition: all 0.2s ease-in-out;
  }
  .first-section {
    margin: 160px auto 10px auto;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
    grid-column-gap: 10px;
  }
  .first-left-grid {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .first-right-grid {
    width: -moz-calc(100% - 10px);
    /* WebKit */
    width: -webkit-calc(100% - 10px);
    /* Opera */
    width: -o-calc(100% - 10px);
    /* Standard */
    width: calc(100% - 10px);
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-gap: 10px;
  }
  .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-background video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .first-video-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-video-content h1 {
    margin: 0 auto;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
  }
  .first-video-content h2 {
    margin: 40px auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    max-width: 60%;
  }
  .first-video-content a {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-grid-item {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .left-vertical-banner {
    width: 30%;
    height: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(46, 49, 145, 0.7), rgba(0, 89, 223, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-vertical-banner h2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  .right-sm-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .right-sm-content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }
  .right-sm-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 20px auto;
    max-width: 90%;
    line-height: 1.5;
  }
  .second-section {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    background: #494949;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #form table tbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #form table tbody tr td {
    font-family: arial !important;
    font-size: 14px !important;
    text-align: left !important;
    color: #fff !important;
  }
  #form table tbody tr input {
    width: 150px !important;
    height: 35px !important;
    font-family: arial !important;
    font-size: 14px !important;
  }
  #form table tbody tr select {
    width: 150px !important;
    height: 35px !important;
    font-family: arial !important;
    font-size: 14px !important;
    text-align: left !important;
    color: black !important;
  }
  #rate-form {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .full {
    width: 30%;
    height: 40px;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    padding: 0;
  }
  .full label {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
  }
  .full input {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .full select {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .select-date-range {
    box-sizing: border-box;
    white-space: pre-wrap;
    background: #fff;
    width: 30%;
    height: 40px;
    margin: 0 15px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    cursor: default;
  }
  .time-box {
    display: none;
    flex-direction: row;
    position: absolute;
    margin: 180px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }
  #apply-datepicker {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 5px 0 5px 10px;
    background: #d70252;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 200px;
  }
  .time-box hr {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: none;
    border-top: none;
    border-left: 0.5px solid rgba(0, 0, 0, 0.24);
    border-right: 0.5px solid rgba(0, 0, 0, 0.24);
  }
  .time-box-datepicker {
    padding: 0 10px 0 0;
  }
  .time-box-datepicker p {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
  }
  .time-box-datepicker button {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 10px 0;
    background: #949494;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 100%;
  }
  #hidden-date-filter {
    display: none;
  }
  #booking-button {
    width: 30%;
    height: 40px;
    margin: 0 15px;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #4449d3;
    cursor: pointer;
  }
  .third-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    padding: 80px;
    background-image: url('../assets/b1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .third-left {
    max-width: 350px;
    margin: 0 25px;
    display: flex;
    flex-direction: column;
  }
  .third-left h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .third-left h3 {
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 40px auto;
  }
  .third-left a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .third-section img {
    width: 350px;
    margin: 0 25px;
  }
  .bottom-section {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .email-updates {
    padding: 40px;
    background: #4449d3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .email-updates h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  #email-signup {
    margin: 20px auto;
  }
  #email-signup input {
    font-size: 15px;
    padding: 10px 5px;
    height: 50px;
    box-sizing: border-box;
    min-width: 300px;
    margin: 0 10px;
  }
  #email-signup button {
    border: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    height: 50px;
    width: 200px;
    box-sizing: border-box;
    color: #fff;
    background: #d70252;
    margin: 0 10px;
    cursor: pointer;
  }
  .bot-banner {
    background: #2e3191;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .bot-banner a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0 20px;
  }
  .footer {
    padding: 40px;
    background: #c9e4f3;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-col {
    margin: 0 40px;
  }
  .footer-col-1 img {
    width: 200px;
    height: auto;
    margin: 10px 0;
  }
  .footer-col-1 p {
    margin: 10px 0;
    font-size: 15px;
    color: #0d0d0d;
  }
  .footer-col-2,
  .footer-col-3 {
    display: flex;
    flex-direction: column;
  }
  .footer-col-2 a {
    margin: 10px 0;
    font-size: 17px;
    color: #836640;
    font-weight: 700;
    text-decoration: none;
  }
  .footer-col-3 a {
    margin: 10px 0;
    font-size: 17px;
    color: #0d0d0d;
    font-weight: 500;
    text-decoration: none;
  }
  .legals {
    padding: 10px;
    color: #0d0d0d;
    background: #f0f0f0;
  }
  .legals p {
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
  }
  .fourth-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 50px 0;
    background: url('../assets/b4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-section h2,
  .review-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .fourth-container {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .fourth-left,
  .fourth-right {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12), 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    background: #fffcf5;
    padding: 20px;
  }
  .fourth-left-img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background: url('../assets/rooms.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-right-img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background: url('../assets/docks.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-left h3,
  .fourth-right h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    margin: 10px auto;
  }
  .fourth-left p,
  .fourth-right p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .fourth-left a,
  .fourth-right a {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fifth-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: url('../assets/b2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .review-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-middle-line {
    position: absolute;
    height: 400px;
    width: 6px;
    background: #4449d3;
    left: 50%;
    transform: translateX(-50%);
  }
  .fifth-grid {
    width: 815px;
    height: auto;
    box-sizing: border-box;
    margin: 50px auto;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: repeat(3, 150px);
    grid-gap: 5px;
  }
  .fifth-grid-item {
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item:hover::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 77, 139, 0.2);
  }
  .fifth-grid-item:hover {
    transform: scale(1.04);
  }
  .fgi-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    background: url('../assets/mosaic-1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background: url('../assets/mosaic-2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-3 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    background: url('../assets/mosaic-3.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    background: url('../assets/mosaic-4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-5 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    background: url('../assets/mosaic-5.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-6.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-7.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-8 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    background: url('../assets/mosaic-8.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-grid-item h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin: 0;
  }
  .fifth-line-move {
    height: 5px;
    width: 50px;
    background: rgba(68, 73, 211, 0.9);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    transition: all ease-in-out 0.3s;
  }
  .fgc-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
}

@media(max-width: 768px) {
  .reviews-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 5%;
  }
  .review-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .review-item img {
    width: 100px;
    height: auto;
  }
  .review-item a {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin: 25px auto;
    color: #4449d3;
    text-align: center;
  }
  .top-part {
    z-index: 4;
    top: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hover-logo {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0 auto;
  }
  .top-nav {
    box-sizing: border-box;
    height: 90px;
    background: linear-gradient(-90deg, #2e3191, #4449d3);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top-contact {
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-directions {
    cursor: pointer;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: none;
  }
  .top-contact p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-rates {
    cursor: pointer;
    height: 90px;
    width: auto;
    margin: 0 15px;
    background: #d70252;
    color: #fff;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.2s;
  }
  .nav-rates:hover {
    background: #4449d3;
  }
  .navbar {
    box-sizing: border-box;
    height: 90px;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar-tab {
    position: relative;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    height: 60px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
  }
  .navbar-tab:hover {
    background: #f0f0f0;
  }
  .navbar-tab:hover .navbar-link {
    color: #2e3191;
  }
  .navbar-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .navbar-reveal {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 60px;
    background: #f0f0f0;
    height: 250px;
    padding: 10px;
    margin: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: context-menu;
  }
  .navbar-reveal-left {
    width: 180px;
    height: 150px;
    margin: 0 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: context-menu;
  }
  .navbar-reveal-right {
    margin: 0 10px;
    min-width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .navbar-reveal-right h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #0d0d0d;
    white-space: pre-wrap;
  }
  .navbar-reveal-right a {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    color: #494949;
    text-decoration: none;
  }
  .navbar-reveal-right a:hover {
    opacity: 0.7;
  }
  .mobile-icon {
    display: block;
    width: 60px;
    height: 39px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .mobile-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #f9f9f9;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-icon span:nth-child(1) {
    top: 0px;
  }
  .mobile-icon span:nth-child(2) {
    top: 15px;
  }
  .mobile-icon span:nth-child(3) {
    top: 15px;
  }
  .mobile-icon span:nth-child(4) {
    top: 30px;
  }
  .mobile-icon.mobile-open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-icon.mobile-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .mobile-icon.mobile-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .mobile-icon.mobile-open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .mobile-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 180px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 5;
    display: none;
  }
  .mobile-tabs {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  .mobile-tabs a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto;
  }
  .mobile-tabs a:hover {
    color: #2e3191;
    transition: all 0.2s ease-in-out;
  }
  .first-section {
    margin: 190px auto 10px auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 100%;
    box-sizing: border-box;
    grid-row-gap: 10px;
  }
  .first-left-grid {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    position: relative;
  }
  .first-right-grid {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
  }
  .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-background video {
    min-height: 100%;
    min-width: 100%;
  }
  .first-video-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-video-content h1 {
    margin: 0 auto;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
  }
  .first-video-content h2 {
    margin: 40px auto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    max-width: 80%;
  }
  .first-video-content a {
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-grid-item {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .left-vertical-banner {
    width: 30%;
    height: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(46, 49, 145, 0.7), rgba(0, 89, 223, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-vertical-banner h2 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  .right-sm-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .right-sm-content h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }
  .right-sm-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    text-align: center;
    margin: 20px auto;
    max-width: 90%;
    line-height: 1.5;
  }
  .second-section {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 20px 0;
    background: #494949;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #form table tbody {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  #form table tbody tr td {
    font-family: arial !important;
    font-size: 13px !important;
    text-align: left !important;
    color: #fff !important;
  }
  #form table tbody tr input {
    width: 130px !important;
    height: 30px !important;
    font-family: arial !important;
    font-size: 13px !important;
  }
  #form table tbody tr select {
    width: 130px !important;
    height: 30px !important;
    font-family: arial !important;
    font-size: 13px !important;
    text-align: left !important;
    color: black !important;
  }
  #rate-form {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .full {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    padding: 0;
  }
  .full label {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
  }
  .full input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box;
  }
  .full select {
    width: 100%;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box;
  }
  .select-date-range {
    box-sizing: border-box;
    white-space: pre-wrap;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    cursor: default;
  }
  .time-box {
    display: none;
    flex-direction: row;
    position: absolute;
    margin: 120px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }
  #apply-datepicker {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 5px 0 5px 10px;
    background: #d70252;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 200px;
  }
  .time-box hr {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: none;
    border-top: none;
    border-left: 0.5px solid rgba(0, 0, 0, 0.24);
    border-right: 0.5px solid rgba(0, 0, 0, 0.24);
  }
  .time-box-datepicker {
    padding: 0 10px 0 0;
  }
  .time-box-datepicker p {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
  }
  .time-box-datepicker button {
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    margin: 10px 0;
    background: #949494;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 100%;
  }
  #hidden-date-filter {
    display: none;
  }
  #booking-button {
    width: 100%;
    height: 40px;
    border: none;
    margin: 10px auto;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #4449d3;
    cursor: pointer;
  }
  .third-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 20px 0;
    background-image: url('../assets/b1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
  }
  .third-left {
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
  }
  .third-left h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .third-left h3 {
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 20px auto;
  }
  .third-left a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .third-section img {
    width: 90%;
    margin: 20px auto;
  }
  .bottom-section {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .email-updates {
    padding: 40px;
    background: #4449d3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .email-updates h2 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  #email-signup {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
  }
  #email-signup input {
    font-size: 14px;
    padding: 10px 5px;
    height: 50px;
    box-sizing: border-box;
    width: 250px;
    margin: 10px auto;
  }
  #email-signup button {
    border: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    height: 50px;
    width: 250px;
    box-sizing: border-box;
    color: #fff;
    background: #d70252;
    margin: 10px auto;
    cursor: pointer;
  }
  .bot-banner {
    background: #2e3191;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bot-banner a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 15px auto;
  }
  .footer {
    padding: 20px;
    background: #c9e4f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-col {
    margin: 10px auto;
  }
  .footer-col-1 img {
    width: 200px;
    height: auto;
    margin: 10px auto;
  }
  .footer-col-1 p {
    margin: 10px auto;
    font-size: 15px;
    text-align: center;
    color: #0d0d0d;
  }
  .footer-col-2,
  .footer-col-3 {
    display: flex;
    flex-direction: column;
  }
  .footer-col-2 a {
    margin: 10px auto;
    font-size: 17px;
    color: #836640;
    font-weight: 700;
    text-decoration: none;
  }
  .footer-col-3 a {
    margin: 10px auto;
    font-size: 17px;
    color: #0d0d0d;
    font-weight: 500;
    text-decoration: none;
  }
  .legals {
    padding: 10px;
    color: #0d0d0d;
    background: #f0f0f0;
  }
  .legals p {
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
  }
  .fourth-section {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 50px 0;
    background: url('../assets/b4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-section h2,
  .review-section h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .fourth-container {
    margin: 25px auto 0 auto;
    display: flex;
    flex-direction: column;
  }
  .fourth-left,
  .fourth-right {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12), 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90%;
    background: #fffcf5;
    padding: 20px;
  }
  .fourth-left-img {
    width: 250px;
    height: 150px;
    margin: 0 auto;
    background: url('../assets/rooms.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-right-img {
    width: 250px;
    height: 150px;
    margin: 0 auto;
    background: url('../assets/docks.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .fourth-left h3,
  .fourth-right h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    margin: 10px auto;
  }
  .fourth-left p,
  .fourth-right p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #494949;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 10px auto;
  }
  .fourth-left a,
  .fourth-right a {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 62px;
    text-decoration: none;
    background: url('../assets/button-back.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fifth-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: url('../assets/b2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .review-section {
    box-sizing: border-box;
    padding: 50px 0;
    width: 100%;
    margin: 10px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-middle-line {
    position: absolute;
    height: 400px;
    width: 6px;
    background: #4449d3;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .fifth-grid {
    width: 90%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(8, 200px);
    grid-row-gap: 10px;
  }
  .fifth-grid-item {
    width: 100%;
    height: 200px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
  }
  .fifth-grid-item:hover::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 77, 139, 0.2);
  }
  .fifth-grid-item:hover {
    transform: scale(1.04);
  }
  .fgi-1 {
    background: url('../assets/mosaic-1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-2 {
    background: url('../assets/mosaic-2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-3 {
    background: url('../assets/mosaic-3.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-4 {
    background: url('../assets/mosaic-4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-5 {
    background: url('../assets/mosaic-5.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-6 {
    background: url('../assets/mosaic-6.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-7 {
    background: url('../assets/mosaic-7.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fgi-8 {
    background: url('../assets/mosaic-8.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .fifth-grid-item h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin: 0;
  }
  .fifth-line-move {
    height: 5px;
    width: 50px;
    background: rgba(68, 73, 211, 0.9);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    transition: all ease-in-out 0.3s;
  }
  .fgc-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
  .fgc-8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
  }
}
