body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: transparent
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

.header_area{
  position: fixed;
  top:0;
  transform: translateY(-90px);
  left: 0;
  width: 100%;
  z-index: 99;
  transition: background-color 0.25s ease-in-out;
}
.colored{
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.colored .nav-menu>li>a{
  color: #131313;
}

.navigation-portrait {
  height: 48px
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important
}

.align-to-right {
  float: right
}

.nav-header {
  float: left
}

.navigation-hidden .nav-header {
  display: none
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px
}

.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left
}

.nav-logo:focus>img {
  outline: initial
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}

.navigation-portrait .nav-toggle {
  display: block
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100vh;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0
}

.navigation-portrait .nav-menu {
  width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none
}

.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none
}

.nav-menu>li>a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  color: #00407d;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
  font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all .2s;
  transition: all .2s
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #131313 #131313 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border .2s;
  transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px
}

.navigation-hidden .nav-search {
  display: none
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: '';
  pointer-events: none
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
  color: #00407d;
}

.nav-search>form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table
}

.navigation-portrait .nav-search-inner {
  height: 48px
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
  margin-top: 15px
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0
}

.nav-dropdown .nav-dropdown {
  left: 100%
}

.nav-menu>li>.nav-dropdown {
  border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #00407d;
}

.nav-dropdown.nav-dropdown-left {
  right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #00407d #00407d transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%
}

.nav-dropdown-horizontal>li>a {
  position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block
}

.megamenu-panel [class*=container] {
  width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0
}

.megamenu-panel-half {
  width: 50%
}

.megamenu-panel-quarter {
  width: 25%
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%
}

.megamenu-panel-row {
  width: 100%
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0
}

.megamenu-panel-row:after {
  clear: both
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
  width: 22.75%
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
  width: 48.5%
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
  width: 74.25%
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
  width: 100%
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff
}

.megamenu-tabs-pane.active {
  display: block
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%
}

.megamenu-lists {
  width: 100%;
  display: table
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none
}

.megamenu-list:last-child {
  margin: 0;
  border: none
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0
}

.navigation-landscape .megamenu-list:last-child {
  border: none
}

.megamenu-list>li>a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list>li>a:hover {
  background-color: #00407d;;
  color: #fff
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40
}

.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent
}

.navigation-landscape .list-col-2 {
  width: 50%
}

.navigation-landscape .list-col-3 {
  width: 33%
}

.navigation-landscape .list-col-4 {
  width: 25%
}

.navigation-landscape .list-col-5 {
  width: 20%
}

.nav-menu>li>a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 400;
}

.nav-dropdown>li>a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #00407d;;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

  .nav-dropdown>li>a,
  .megamenu-list>li>a {
    width: 65%
  }
}
main{
  opacity: 0;
  overflow-x: hidden;
}
main{
  transition: opacity 0.25s ease-in;
}

#landing{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
#landing-inner{
  
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#landing:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.25;
}
#landing .landing-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#landing .landing-content p{
  font-size: 24px;
  margin-top: -100px;
  font-weight: 600;
  color:#fff;
}
.main-bg{
  opacity: 0;
}
.main-boat{
  height: 70vh;
  width: auto;
  display: block;
  margin:0 auto;
  transform-origin: center;
  transform: scale(0);
  opacity: 0.5;
}
.st0 {
  fill: none;
  stroke: #07529d;
  stroke-width: 4;
}
.landing-animator{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
#svg-text path {
  stroke-dasharray: 2000; /* A large number to ensure the path is fully hidden */
  stroke-dashoffset: 2000; /* Same large number to hide the stroke initially */
  stroke: #07529d; /* Set your stroke color */
}
.div-circle{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 525px;
  height: 525px;
  /* background-color: red; */
  background: rgb(7,82,157);
  background: radial-gradient(circle, rgba(7,82,157,1) 0%, rgba(27,66,106,1) 100%);
  z-index: -1;
  border-radius: 50%;
}

.side-scrolling-projects-container {
  overflow: hidden;
  padding: 7.5vw 0 0 0;
}

.side-scrolling-projects-container .side-scrolling-projects {
  display: flex;
  align-items: flex-end;
  padding-left:75px;
}

.side-scrolling-projects-container .side-scrolling-projects ul {
  box-sizing: border-box;
  margin: 0 15px;
  display: flex;
  height: 100%;
  padding: 0 0 1.5625vw;
  align-items:center;
  margin-bottom:0;
  list-style: none;
}

.side-scrolling-projects-container .side-scrolling-projects ul li {
  margin: 0 .78125vw;
  height: 100%;
  flex-shrink: 0;
  width: calc(90.42857vh - 14.88095vw)
}

.side-scrolling-projects-container .side-scrolling-projects ul li .image-container {
  position: relative;
  height: calc(100vh - 20.83333vw);
  width: 100%;
  overflow: hidden;
  margin-bottom:14px;
}


.side-scrolling-projects-container .side-scrolling-projects ul li:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink:1;
  margin-right: -20vw;
  margin-left: 10vw;
}
.side-scrolling-projects-container .side-scrolling-projects ul li:last-child{
  margin-right: 250px;
}
.side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark {
  width: calc(100vw - 200px);


}
.side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark .line-big-text{
  font-size: 6.7708333333vw;
  padding-right:120px;
  margin-right:-150px;
  color:#131313;
  position: relative;
  -webkit-text-stroke-color:#131313;
  z-index:9;
}
.side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark span{
  line-height: 0.75;
}
.side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark p{
  width: 50%;
}



.side-scrolling-projects-project-link {
  display: block;
  height: 100%;
  position: relative;
  z-index: 4
}

.side-scrolling-projects-project-link>* {
  pointer-events: none
}

.side-scrolling-projects-project-link .type {
  display: none;
  position: absolute;
  top: .78125vw;
  left: .78125vw;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .625vw;
  line-height: .78125vw;
  z-index: 1;
  padding: .4166666667vw .78125vw .3645833333vw
}

.side-scrolling-projects-project-link .thumbnail {
  height: 100%;
  object-fit: cover;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 10.41667vw)
}

.side-scrolling-projects-project-link .text {
  width: 100%;
  box-sizing: border-box;
  color: #000
}

.side-scrolling-projects-project-link .text .location {
  font-size: .6770833333vw;
  line-height: .78125vw;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-top: 2.34375vw;
  padding-bottom: 1.5625vw
}

.side-scrolling-projects-project-link .text h2 {
  font-size: 1.2625vw;
  font-weight: 800;
  line-height: 1.5625vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}

.side-scrolling-projects-project-link .text .paragraph-container.v-enter-active,
.side-scrolling-projects-project-link .text .paragraph-container.v-leave-active {
  overflow: hidden;
  transition: height .9s cubic-bezier(.19, 1, .22, 1)
}

.side-scrolling-projects-project-link .text .paragraph-container p {
  margin: 1.5625vw auto 0;
  max-width: 14.3229166667vw;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw
}
.image-tag{
  width: calc(100vw - 400px) !important;
  position: relative;
}
.image-tag h3{
  position: absolute;
  top:20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  width: 100%;
}
.image-tag img{
  transform: translateX(100%) scale(0.75) rotate(12deg);
  z-index: 2;
}

.parallax-booking{
  /* padding: 80px 0; */
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.parallax-booking h3{
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
#bg-parllax{
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
  z-index: 0;
}
.book-form{
  background-color: #fff;
  padding: 60px 50px;
  border-radius: 8px;
  background-image: url('../images/map-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  text-decoration: none;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


.animation-wrap .section {
  min-height: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.overlaying-flow {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.overlaying-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlaying-flow img {
  height: 100px;
  margin-bottom: 5px;
  /* opacity: 0.2; */
}

.overlaying-flow h2 {
  margin: 20px 0 40px 0;
  color: #1a1a1a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  overflow: hidden;
}
.fow-white{
  background-image: url('../images/fow1.png');
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
}
.fow-black{
  background-image: url('../images/fow2.png');
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.overlaying-flow p {
  text-align: center;
}
.overlaying-flow .scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.fow-black {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}


/* *******************************************************************************************************************************************/
/* Hotizontal Scrolling Section */
.block-anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: lightgoldenrodyellow;
}

.horizontal-sections {
  position: relative;
  overflow-x: hidden;
}
.horizontal-sections .pin-wrap,
.horizontal-sections .animation-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  flex: 0 0 100vw;
}
.horizontal-2 .section {
  flex: 0 0 100vw;
}
.left-image{
  position: absolute;
  top:50%;
  left: -100px;
  transform: translateY(-50%);
  width: 45%;
  height: 80vh;
  z-index: 0;
}
.overlaying-flow .left-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.left-image{
  position: absolute;
  top:50%;
  left: -100px;
  transform: translateY(-50%);
  width: 45%;
  height: 80vh;
  z-index: 0;
}
.overlaying-flow .left-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-button {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8em 1.3em 0.8em 0.9em;
  color: white;
  background: #ad5389;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  border: none;
  letter-spacing: 0.05em;
  border-radius: 16px;
  text-decoration: none;
}

.main-button svg {
  margin-right: 3px;
  transform: rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-button span {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-button:hover svg {
  transform: translateX(5px) rotate(90deg);
}

.main-button:hover span {
  transform: translateX(7px);
}
a{
  text-decoration: none;
  color:#131313;
}
.widgets-contact {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}

.widgets-contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
.widgets-contact .widget {
  margin-top: 0;
}
.widgets-contact .widget-contact-icon {
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.widgets-contact .widget-contact-icon i {
  font-size: 40px;
  color: #000;
}

.widgets-contact .widget-contact-icon:after {
  content: "";
  width: 2px;
  height: 22px;
  margin-left: 20px;
  background-color: #131313;
  display: inline-block;
}

.widgets-contact .widget-contact-info p:last-child {
  color: #131313;

  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.widgets-contact .widget {
  padding-left: 40px;
  border-left: 2px solid #131313;
}

.widgets-contact .widget:first-child {
  border-left: none;
}

.widgets-contact.bg-theme {
  background-color: #00407d;
}

.widgets-contact.bg-theme .widget-contact-icon:after {
  background-color: #131313;
}

.widgets-contact.bg-theme .widget-contact-icon i {
  color: #131313;
}

.widgets-contact.bg-theme .widget-contact-info p:last-child {
  color: #1f1f1f;
}
.widget-contact-info p a {
  color: #131313;
}
.faq-form {
  padding: 10px 16px;
  border: 1px solid #131313;
}
.faq-form .col_full {
  margin-bottom: 12px;
}
.foot-social ul {
  list-style-type: none;
}
.foot-social ul li {
  display: inline-block;
}
#cta-1 .cta-desc p {
  color: #131313;
}
#copyrights .copyrights-menu.copyright-links a:hover {
  color: #131313;
}
.foot-social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /* padding: 6px 12px; */
  margin: 12px 20px;
  border: 1px solid #131313;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #131313;
  transition: all 0.3s ease-in-out;
}
.foot-social ul li a i {
  color: #131313;
}

@media only screen and (min-width:1025px) and (max-width:1400px){
    #landing .landing-content p {
        margin-top: -50px;
    }
    .side-scrolling-projects-container .side-scrolling-projects{
        padding-left:20px;
    }
    .image-tag h3{
        font-size:48px;
    }
    .image-tag img{
        max-width:80%;
    }
    .widgets-contact .widget{
        padding-left:20px;
    }
    .widgets-contact .widget-contact-icon i{
        font-size:32px;
    }
    .widgets-contact .widget-contact-info p:last-child{
        font-size:15px;
    }
    .widgets-contact .widget-contact-icon{
        margin-left:-4px;
    }
    .overlaying-flow h2{
        font-size:24px;
        margin-top:0;
    }
    .widgets-contact{
        padding-top:0;
        padding-bottom:20px;
    }
    .overlaying-flow img{
        height:60px;
    }

}

@media only screen and (max-width: 1024px) {
  .side-scrolling-projects-container .side-scrolling-projects{
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    align-items: normal;
  }
  .image-tag h3{
    position: static;
    transform: none;
    font-size: 32px;
    margin-bottom: 25px;
    width: 100%;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li:first-child{
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .image-tag{
    width: 100% !important;
  }
  .image-tag img{
    display: none;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark {
    width: 100%;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li {
    width: 100%;
    margin: 0;
    margin-right: 15px;
  }
  .side-scrolling-projects-project-link .text{
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .side-scrolling-projects-project-link .text h2 {
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0px;
  }
  .side-scrolling-projects-container {
    padding: 50px 0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li:last-child{
    margin-right: 0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul {
    margin-bottom: 0;
    flex-direction: column;
    padding: 0;
    margin:0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .image-container {
    height: 175px;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark .line-big-text {
    font-size: 11vw;
    padding-right: 0;
    margin-right: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width:600px){
  .landing-animator{
    display: flex;
  }
  #landing .landing-content p{
    font-size: 18px;
  }
  .side-scrolling-projects-container .side-scrolling-projects{
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    align-items: normal;
  }
  .image-tag h3{
    position: static;
    transform: none;
    font-size: 32px;
    margin-bottom: 25px;
    width: 100%;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li:first-child{
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .image-tag{
    width: 100% !important;
  }
  .image-tag img{
    display: none;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark {
    width: 100%;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li {
    width: 100%;
    margin: 0;
    margin-right: 15px;
  }
  .side-scrolling-projects-project-link .text{
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .side-scrolling-projects-project-link .text h2 {
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0px;
  }
  .side-scrolling-projects-container {
    padding: 50px 0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li:last-child{
    margin-right: 0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul {
    margin-bottom: 0;
    flex-direction: column;
    padding: 0;
    margin:0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .image-container {
    height: 175px;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .closing-remark .line-big-text {
    font-size: 11vw;
    padding-right: 0;
    margin-right: 0;
    margin-top: 40px;
  }
  .parallax-booking{
    height: auto;
    padding: 60px 0;
  }
  .parallax-booking h3{
    font-size: 20px;
    margin-bottom: 32px;
  }
  .book-form{
    padding: 20px 10px;
  }
  .overlaying-flow h2{
    font-size: 22px;
    margin:10px 0;
  }
  .foot-social ul{
    padding-left: 0;
  }
  .widgets-contact .widget{
    padding-left: 0;
  }
  .widgets-contact {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation-portrait .nav-menus-wrapper{
    height: 100vh;
  }
  .nav-menu>li>a{
    color: #131313;
  }
}



/* NEW CSS */
.header-margin {
  margin-top: 70px;
}
.package-heading {
  padding: 45px 0;
  padding-bottom: 65px;
}
.main-title {
  font-size: 92px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  display: inline-block;
  color: #07529d;
  overflow: hidden;
  padding-bottom: 8px;
}

.line-1 {
  font-size: 84px;
  padding-bottom: 8px;
}

.heading-btn {
  margin-left: 20px;
  display: inline-block;
}

.package-hero-title {
  position: relative;
}

.boat-icon {
  position: absolute;
  width: 350px;
  height: 75px;
  bottom: 53px;
  right: 0;
}



.package-card {
  margin-bottom: 60px;
}
.package-content {
  border-radius: 18px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  padding: 30px;
  margin-top: -95px;
  z-index: 1;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.package-image {
  border-radius: 18px;
  overflow: hidden;
}

.package-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.package-button {
  margin-top: 13px;
  transform: scale(0.85);
  transform-origin: left;
  margin-left: -10px;
}

.package-card:nth-child(n), .package-card:nth-child(n-1) {
  margin-bottom: 30px;

}

.package-single-wrapper {
  height: calc(100vh - 115px);
  background-color: #fafafa;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  margin-bottom: 30px;

}

.package-single-section .custom-container {
  width: 98%;
  margin: 0px auto;
  padding-top: 25px;
  position: relative;
  display: block;
}

.package-single-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.package-single-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2.5px;
  color: rgb(0 107 179);
}

.package-info-left {
  padding: 35px;
  padding-left: 45px;
}

.package-single-desc {
  text-align: justify;
}

.package-single-desc .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.num-section {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.num-section .num {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(0 107 179);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
  position: relative;
}

.mySwiper {
  height: 140px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-slide img {
  border-radius: 14px;
}
.swiper-button-next, .swiper-button-prev {
  width: 25px;
  height: 25px;
  background-color: rgb(0 107 179);
  border-radius: 8px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 10px;
  font-weight: 800;
  line-height: 1px;
  color: #fff;

}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
  top: 57%;
  z-index: 9999;

}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px;
  z-index: 9999;
  top: 57%;
}
.swiper-pagination {
  position: absolute;
  z-index: 99;
  top: auto;
  bottom: 0;
  left: auto !important;
  text-align: left;
  padding-left: 15px;
}
.book-btn {
  position: absolute;
  bottom: 15px;
  z-index: 100;
  left: auto;
  right: 30px;
}

.h-100 {
  height: 100%;
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

/* .info-wrapper {
  background-color: #fafafa;

} */
.single-infos {
  padding: 25px;
  padding-top: 0;
  border-radius: 12px;
  margin-bottom: 45px;

}

.infos-link {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  position: sticky;
  z-index: 99;
  background-color: #fafafa;
}

.infos-link a {
  display: inline-block;
  padding: 14px 25px;
  border-right: 1px solid #ddd;
}


.infos-link-btn svg {
  margin-left: 7px;
}



.infos-link .infos-icon {
  color: rgb(0 107 179);
}

.infos-link a {
  font-weight: 500;
}

.infos-link a.active {
  color: rgb(0 107 179);

}

.infos-link-btn {
  transform: scale(0.7);
  transform-origin: right;
  transition: all ease-in-out 0.35s;
  width: 175px;
  text-align: center;
  color: #fff;
}

.infos-link .infos-link-btn {
  color: #fff;
}

.infos-link-btn:hover {
  transform: scale(0.7);
  transition: all ease-in-out 0.35s;
}


.content-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  color: rgb(0 107 179);
}

.overview-content {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 45px;
}

.overview-content ul {
  list-style-type: none;
  padding-left: 0;
  columns: 2;

}

.overview-content ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 8px;
}

#include.overview-content ul li::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("../images/check.svg");
  left: 0;
  top: 5px;

}
#exclude.overview-content ul li::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("../images/exclude.svg");
  left: 0;
  top: 5px;
}

.side-scrolling-projects-project-link {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.side-scrolling-projects-project-link .text {
  padding: 20px;
}

.new-bg {
  background-color: #fafafa;
}

.landing-banner {
  height: 55vh;
  overflow: hidden;
  border-radius: 24px;
}

.padding-low {
  padding-bottom: 45px;
}

.about-overview {
  background-color: #fff;
  padding: 70px 0;
}

.contact-section {
  padding: 25px 0;
}

.contact-section-wrapper {
  height: calc(100vh - 115px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-bottom: 30px;
}

.contact-infos {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.contact-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(0 107 179);
  line-height: 1;
}

.contact-form {
  background-color: #fafafa;
  padding: 30px;
  border-radius: 14px;
  margin: 12px;
}

.contact-form-title {
  font-size: 38px;
  letter-spacing: -1px;
  font-weight: 600;
  color: rgb(0 107 179);
}

.contact-form-heading {
  margin-bottom: 25px;
}

.contact-links {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.contact-icons i {
  font-size: 32px;
  color: rgb(0 107 179);
  line-height: 1;
}
.contact-texts {
  padding-left: 10px;
}

.links-tag {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.links-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}


.links-bottom ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.links-bottom ul li {
  display: inline-block;
}

.links-bottom ul li a {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* padding: 6px 12px; */
    margin: 0px 8px;
    border: 1px solid #131313;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #131313;
    transition: all 0.3s ease-in-out;
}

.map, .map iframe {
  border-radius: 12px;
  overflow: hidden;
}

.input-container {
  position: relative;
  margin: 20px auto;
  width: 100%;
}

.team-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.team-wrapper .member-name {
  font-size: 20px;
  font-weight: 800;
}
/* .accomodation-image {
  padding: 15px;
} */
.accomodation-image, .accomodation-image img {
  border-radius: 12px;
}

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

.accomodation-content {
  border-radius: 12px;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.accomodation-content:first-child {
  margin-bottom: 15px;
}
.accomodation-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: rgb(0 107 179);
}

.accomodation-title small {
  font-size: 70%;
  display: block;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
  color: #3a3a3a;
}

.accomodation-desc {
  font-size: 16px;
}

.accomodation-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin: 60px 0;
    margin-bottom: 30px;
    padding: 20px;
}
.input-container input[type="text"], .input-container textarea, .input-container select, .input-container input[type="number"], .input-container input[type="date"] {
  font-size: 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input[type="text"]:focus ~ .label,
.input-container input[type="number"]:focus ~ .label,
.input-container input[type="date"] ~ .label,
.input-container textarea:focus ~ .label,
.input-container input[type="text"]:valid ~ .label,
.input-container input[type="number"]:valid ~ .label,
.input-container textarea:valid ~ .label,
.input-container.select-input .label
 {
  top: -20px;
  font-size: 16px;
  color: rgb(0 107 179);
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(0 107 179);
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.input-container input[type="text"]:focus ~ .underline,
.input-container input[type="text"]:valid ~ .underline {
  transform: scaleX(1);
}

.gallery-heading {
  padding: 35px 0;
  padding-bottom: 41px;
}
.gallery-boat {
  height: 65vh;
  /* background-color: #eaeaea; */
  position: relative;
}

.gallerySwiper {
  height: 100%;
  padding-bottom: 60px;
}

.gallery-boat .swiper-button-next, .gallery-boat .swiper-button-prev {
  width: auto;
  height: auto;
  padding: 5px 15px;
  color: rgb(0 107 179);
  top: auto;
  left: auto;
  right: 15px;
  bottom: 10px;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
  font-weight: 500;
  font-style: italic;
  /* border: 1px solid rgb(0 107 179); */
}
.gallery-boat .swiper-button-prev {
  right: 95px;
}

.gallery-boat .swiper-button-next:after, .gallery-boat .swiper-button-prev:after {
  display: none;
}


.gallery-boat .swiper-slide {
  position: relative;
}

/* .gallery-boat .swiper-slide img {
  border-radius: 12px;
} */

.gallery-boat .swiper-slide .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}

.p-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.gallery-single-image {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  transition: all ease-in-out 0.35s;
  position: relative;
}

.gallery-single-image img {
  transition: all ease-in-out 0.35s;
}

.gallery-single-image:hover img {
  transform: scale(1.05);
  transition: all ease-in-out 0.35s;
}

.location-infos {
  padding: 35px;
}

.infos-title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(0 107 179);
}

.infos-heading {
  margin-bottom: 25px;
}
.w-100 {
  width: 100% !important;
}

.location-map {
  background-color: #fafafa;
  border-radius: 14px;
  margin: 12px;
  height: 95%;
  overflow: hidden;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #131313;
  opacity: 1;
}
.nav-pills .nav-link {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 20px;
  opacity: 0.75;
  text-align: left;
  padding: 15px 25px;
}

.user-address {
  font-size: 22px;
  font-weight: 700;
  color: #131313;
  margin-bottom: 7px;
}

.infos-info a {
  display: block;
  margin-bottom: 4px;
}

/* .contact-section.auto-height .contact-section-wrapper {
  height: 100%;
} */

.infos-info {
  height: 400px;
  overflow-y: scroll;
}

.location-map iframe {
  height: 100%;
  width: 100%;
}

.blog-wrapper {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 35px;
}

.blog-section {
  padding: 35px 0;
}

.blog-info {
  padding: 20px;
  padding-bottom: 10px;
}

.blog-info .blog-desc {
  font-size: 14px;
}

.blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.blog-button {
  transform: scale(0.7);
  transform-origin: left;
  margin-top: 5px;
}

.blog-date {
  display: block;
  margin-top: 10px;
  padding-left: 7px;
  font-weight: 600;
  color: rgb(0 107 179);
}

.blog-date .icon {
  padding-right: 5px;

}
.blog-single-section {
  margin-top: 35px;
}

.blog-single-title {
  font-size: 54px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(0 107 179);
}

.blog-desc-content {
  margin-top: 25px;
}
.policy-section {
  padding-top: 20px;
}

.policy-section h2 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(0 107 179);
  margin-bottom: 8px;
}

.policy-section p {
  margin-bottom: 8px;
}

.policy-section h3 {
  font-size: 22px;
  margin-top: 30px;
  color: rgb(0 107 179);
}
.boat-icon {
  transform: translateX(0) scale(1);
  opacity: 1;
  transition: all ease-in-out 0.6s;
}
.boat-icon.animate-boat {
  transform: translateX(140%) scale(0.5);
  opacity: 0;
  transition: all ease-in-out 0.6s;
}

.heading-title {
  overflow: hidden;
}

.line-1 {
  opacity: 1;
  transform: translateY(0%);
  transition: all ease-in-out 0.85s;
  visibility: visible;
  overflow: hidden;
}
.animate-line1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  display: inline-block;
  transition: all ease-in-out 0.85s
}
.heading-btn {
  opacity: 1;
  transform: translateY(0%);
  transition: all ease-in-out 0.85s;
  visibility: visible;
  overflow: hidden;
}
.animate-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  display: inline-block;
  transition: all ease-in-out 0.85s
}
.line-2 {
  opacity: 1;
  transform: translateY(0%);
  transition: all ease-in-out 0.85s;
  visibility: visible;
  overflow: hidden;
}
.animate-line2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  display: inline-block;
  transition: all ease-in-out 0.85s
}

.blog-button.button:hover {
  transform: scale(0.7);
}

.projects .text p {
  line-height: 1.3;
  font-size: 15px;
}
.play-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  width: 100%;
  height: 100%;
}

.play-button a {
  position: relative;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 32px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #fff;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #005baa;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 5px;
}
@-webkit-keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }
  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }
  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

.gallery-image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.gallery-image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.35;
}
.gallery-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
}

.contact-section-wrapper.booking-wrapper {
  height: auto;
}

.package-payment {
  background-color: #fafafa;
  padding: 20px 30px;
  border-radius: 14px;
  margin-top: 12px;
  margin-right: 12px;
}
.payment-heading {
  padding-bottom: 12px;
}

.payment-title {
  font-size: 26px;
  font-weight: 700;
  color: rgb(0 107 179);
  margin-bottom: 7px;
}
.payment-desc {
  font-size: 16px;
}

.desc-top {
  margin-bottom: 12px;
}

.payment-desc ol {
  padding-left: 18px;
}

.payment-desc ol li {
  margin-bottom: 12px;
}

.payment-desc ol li strong {
  color: rgb(0 107 179);
}

.payment-desc a {
  color: rgb(0 107 179);
  font-weight: 600;
  text-decoration: underline;
}

.info-wrapper .nav-pills .nav-link {
  box-shadow: none;
  margin-bottom: 0;
}

.info-wrapper .nav-link.active {
  font-weight: 600;
  color: rgb(0 107 179);
}

/* .option-list {
  display: flex;
  margin-bottom: ;
} */

@media only screen and (max-width: 1400px) {

  .main-title {
    font-size: 76px;
  }
  .line-1 {
    font-size: 68px;
  }

  .contact-section-wrapper {
    height: calc(100vh - 45px);
  }

}


@media only screen and (max-width: 1200px) {
  .landing-banner, .package-single-wrapper {
    height: auto;
  }
  .package-single-title {
    line-height: 1.2;
    font-size: 36px;
    margin-bottom: 7px;
  }
  .boat-icon {
    width: 260px;
    height: 55px;
    bottom: 49px;
  }
  .main-title {
    font-size: 66px;
  }
  .line-1 {
    font-size: 60px;
  }

  .accomodation-content p {
    font-size: 14px;
  }
  .accomodation-title {
    font-size: 28px;
  }
  .accomodation-title small {
    font-size: 64%;
  }

  .contact-section-wrapper {
    height: auto;
  }

  .gallery-boat {
    height: auto;
  }

  .infos-link a {
    padding: 14px 15px;
  }

}

@media only screen and (max-width: 992px) {
  .main-title {
    font-size: 54px;
  }
  .line-1 {
    font-size: 48px;
  }
  .boat-icon {
    width: 200px;
    bottom: 25px;
  }

  .tab-none {
    display: none;
  }

  .accomodation-content {
    min-height: 250px;
  }

  .widgets-contact .widget-contact-icon {
    float: none;
  }
  .widgets-contact .widget {
    padding-left: 15px;
  }
  .widgets-contact p {
    text-align: center;
  }

  .widgets-contact .widget-contact-icon:after {
    display: none;
  }

  .blog-single-title {
    font-size: 38px;
  }

  .blog-desc-content p {
    text-align: justify;
  }

  .location-map {
    height: 450px;
  }

  .package-single-image .swiper-slide img {
    border-radius: 14px;
  }

  .link-text {
    display: none;
  }

  .side-scrolling-projects-project-link {
    margin-bottom: 20px;
  }
  .side-scrolling-projects-project-link .text {
    margin-bottom: 0;
  }
  .side-scrolling-projects-container .side-scrolling-projects ul li .image-container {
    height: 250px;
  }
  .overview-content ul {
    columns: 1;
  }

}

@media only screen and (max-width: 700px) {
  .main-title {
    font-size: 34px;
    display: block;
  }
  .line-1 {
    font-size: 30px;
  }
  .boat-icon {
    width: 100px;
    bottom: 25px;
  }
  .heading-btn {
    display: none;
  }
  .package-heading {
    padding-bottom: 25px;
  }

  .about-overview {
    padding-top: 40px;
  }

  .about-overview p {
    text-align: justify;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .accomodation-content {
    padding: 15px;
  }

  .accomodation-wrapper {
    padding: 0;
    box-shadow: none;
  }
  .blog-single-title {
    font-size: 26px;
  }

  .contact-form-title {
    font-size: 28px;
  }
  .location-infos {
    padding: 20px;
  }
  .package-info-left {
    padding: 20px;
  }
  .num-section {
    margin: 15px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
  }

  /* .num-section:nth-of-type(n) {
    border: none;
  } */

  .package-info-left {
    display: flex;
    flex-direction: column;
  }
  .mySwiper {
    order: 1;
  }

  .package-nums {
    order: 3;
  }
  .package-info-heading {
    order: 2;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .package-single-title {
    font-size: 28px;
  }
  .link-book {
    display: none;
  }

  .content-desc p {
    text-align: justify;
  }

  .infos-link {
    margin-bottom: 15px;
  }
  .overview-content {
    margin-top: 30px;
  }
  .link-text {
    display: inline-block;
  }

  .single-infos {
    padding: 10px;
  }
  .side-scrolling-projects-container.new-bg {
    background-color: #f7f7f7;
  }
  .mySwiper {
    height: 95px;
  }

  .link-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 0 1;
    overflow-x: scroll;
  }

  .link-wrapper a {
    width: fit-content;
    display: block;
  }

  .overview-content {
    padding: 0px;
  }

  .info-wrapper .nav.nav-pills {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .info-wrapper .nav-pills .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .package-single-section .swiper-pagination {
    display: none;
  }

  .package-single-section .book-btn {
    left: 15px;
    right: auto;
  }

}
.text-justify{
  text-align: justify;
}
.features-icon li{
  width: calc(33.33% - 15px);
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
}
.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:#006bb3;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:#006bb3;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:#006bb3;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-165px;
  margin:0;
  padding:8px 16px;
  background:#006bb3;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  background:#006bb3;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}