@font-face {
  font-family: font-reg;
  src: url(../font/IBMPlexSans-Light.ttf);
}

@font-face {
  font-family: font-mid;
  src: url(../font/RedHatDisplay-Medium.ttf);
}

@font-face {
  font-family: font-semi-blod;
  src: url(../font/RedHatDisplay-SemiBold.ttf);
}

@font-face {
  font-family: font-light;
  src: url(../font/RedHatDisplay-Light.ttf);
}

@font-face {
  font-family: font-e-bold;
  src: url(../font/RedHatDisplay-ExtraBold.ttf);
}

@font-face {
  font-family: font-bold;
  src: url(../font/RedHatDisplay-Bold.ttf);
}

@font-face {
  font-family: font-black;
  src: url(../font/RedHatDisplay-Black.ttf);
}
@font-face{
  font-family: font-cursive;
  src:url(../font/IBMPlexSans-LightItalic.ttf);
}
@font-face{
  font-family: font-reg-title;
  src:url(../font/IBMPlexSans-Light.ttf);
}

body {
  
  overflow-x: hidden;
  font-family: font-reg;

}
.bold{
    font-family: font-semi-blod;
  } 
:root {
  --green: #000;
  --orange: #E0B349;
}

body {
  overflow-x: hidden;
 color: #383838;
}

p {
  line-height: 2;
}

a {
  text-decoration: none;
}

.text-green {
  color: var(--green) !important;
}
.w-29px{
      max-width: 29px !important;
    width: 29px !important;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.form-check-input:checked {
    background-color: #0a4237 !important;
    border-color: #0a4237 !important;
}
.form-check-input {
       max-width: 23px;
       width: 23px;
    padding: 0px;
    height: 23px;
    border-radius: 0px !important;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        border: 1px solid rgb(64 64 64);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.mt-minus-1{
  margin-top: -1px;
}
.text-orange {
  color: var(--orange) !important;
  font-family: font-cursive;
}

.title {
  font-size: 80px;
  font-family: font-reg;
     line-height: 94px;
  color: var(--green);
  font-weight: 500;
}

.title.gap {
  margin-bottom: 2rem;
}

.small-title {
     font-size: 38px;
    font-family: font-reg;
    line-height: 54px;
  color: var(--green);
  font-weight: 500;
}

.small-title.gap {
  margin-bottom: 2rem;
}

.icon_btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
}

.btn-primary {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green);
  font-size: 16px;
      padding: 9px 21px;
  font-family: font-mid;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.btn-primary:hover,
#hero .btn-primary:hover {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  color: #ffffff;
  gap: 2rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #e0b34970 !important;
  background-color: var(--orange) !important;
  border: 2px solid var(--orange) !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: var(--orange);
    border: 2px solid var(--orange);
    color: var(--green);
    font-size: 16px;
    padding: 11px 26px;
    font-family: font-mid;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.btn-secondary:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: var(--orange);
  gap: 2rem;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #5d490d70 !important;
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: var(--orange) !important;
}
.btn-green {
    background-color: var(--green);
    border: 2px solid var(--green);
    color: var(--orange);
    font-size: 16px;
   padding: 13px 40px;
    font-family: font-mid;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: font-bold;
}
.green-outline{
  background-color: #fff;
   border: 2px solid var(--green);
    color: var(--green);
}
.btn-accent {
  background-color: var(--green);
  border: 2px solid var(--green);
  color: var(--orange);
  font-size: 16px;
  padding: 10px 15px;
  font-family: font-mid;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.btn-accent:hover {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  color: var(--green);
  gap: 2rem;
}

.btn-check:focus+.btn-accent,
.btn-accent:focus,
.btn-check:active+.btn-accent:focus,
.btn-check:checked+.btn-accent:focus,
.btn-accent.active:focus,
.btn-accent:active:focus,
.show>.btn-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #5d490d70 !important;
  background-color: var(--orange) !important;
  border: 2px solid var(--orange) !important;
  color: var(--green) !important;
}

.navbar {
  background-color: transparent;
  position: fixed;
/*  top: 2%;*/
  width: 100%;
      z-index: 203;
      padding: 30px 0px;
      transition: all 0.2s ease-in-out;
}
.navbar .nav-item {
  margin: 0;
  padding: 0 0 0 38px;
}
.navbar .nav-item .nav-link {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #00598a;
}
.sticky-bar.navbar .nav-item .nav-link, .sticky-bar.navbar  .icon_btn {
  color: var(--green);
}
.sticky-bar.navbar{
  padding: 13px 0px;
}
.icon_btn{
  color: #fff;
}
.navbar .nav-item .nav-link:hover {
  color: var(--orange);
}
.navbar .icon_btn {
  padding: 0 0 0 80px;
}
.auto-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
.menu_toggle{
      width: 70px !important;
    max-width: 70px;
    min-width: 70px;
       height: 70px;
    padding: 22px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in;
    padding-top: 21px;
    line-height: 5px;
    text-align: left;
    position: relative;
    right: 0;
       top: -4px;
    z-index: 90;
    border-radius: 3px;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #dfdfdf;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
}

.menu_toggle:hover span {
  background: var(--orange);
}
/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
  width: 100%;
  transform: rotate(45deg) translateY(7px) translateX(7px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
  width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
  width: 100%;
      transform: rotate(-45deg) translateY(-6px) translateX(6px);
}
#check1{
  display: none;
}
/* hero section  */
.bg_img {
      background-image: url(../assets/images/heroImgSobhaCentral.jpg);
    background-position: bottom center;
    background-size: cover;
    /* height: 100%; */
          height: 732px;
}
#hero {
  background-color: #ffe1b030;
 /* height: 100vh;*/
        height: 732px;
}
.bg_img {
  position: absolute;
  right: 0;
  width: 58.33333333%;
  object-fit: cover;
  z-index: 0;
  padding: 0;
}
.sticky-bar{
    background: #fff;
}
#hero h1 {
  font-size: 80px;
  font-family: font-reg-title;
  color: #000;
  line-height: 100px;
  margin: 0;
  padding: 0;
}
#hero p {
  margin-top: 24px;
  margin-bottom: 30px;
  color: #000;
  line-height: 30px;
      font-size: 18px;
 
}
#hero .btn-primary {

  background-color: transparent;
  border: 2px solid orange;
  color: var(orange);
}
#hero .bg_img img {
  width: 100%;
  object-fit: cover;
}

.hero_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
       padding: 13rem 0 7rem;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about_sec{
  padding-top: 125px;
  padding-bottom: 145px;
}
.section-padding-top {
  padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 0px;
}

.img-fluid {
  width: 100%;
}


/* about us section  */

.dot_img {
  background-image: url(../assets/images/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about_img, .chart_img_before {
  position: relative;
}

.about_img_1,
.about_img_2 {
  position: relative;
  width: 64%;
  z-index: 1;
  overflow: hidden;
  border:2px solid orange;
}

.about_img_2 {
  z-index: 0;
  margin-left: auto;
 margin-top: -11%;
}

.about_img img {
  width: 100%;
  position: relative;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
}

.about_img img:hover {
  transform: scale(1.2);
}

.about_img:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 130px;
    background: #eae3d2;
        left: 30%;
    bottom: -10%;
    opacity: 0.5;
    width: 227px;
    height: 203px;
}

/* dive into section  */

.dive_img {
  width: 100%;
}

.dive_content {
    position: relative;
    background: #fff;
    max-width: 950px;
    width: 100%;
               margin: -483px auto 0;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 46% 50%;
    padding: 78px 60px 61px;
    box-shadow: 0 10px 20px #00000010;
}
.removegrid{
  grid-template-columns: 100%;
}

.dive_content .w-100 {
  grid-column: 2 span;
}

.chart_sec{
 padding-top: 0px;
    padding-bottom: 170px;
}
/* chart section  */

.chart_content {
  padding-right: 5rem;
}


/* voyage section */

.voyage_imgs {
  display: flex;
}


/* heart section  */

.heart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 6rem;
}

.heart_content .btn {
  margin-top: 2rem;
}

/* features section  */

.features_content {
  padding-right: 5rem;
}

.features_sec .row {
        padding: 4.5rem 3rem;
    border: 6px solid #D2EAE4;
    border-left: none;
    border-right: none;
    border-bottom:none;
}

/* discover section  */

.discover_sec {
    background-color: #ffffff;
    /* margin-top: -70px; */
}
.discover_sec .dive_content {
    position: relative;
    background: #fff;
        max-width: 950px;
    width: 100%;
    margin: -140px auto 0;
    display: grid;
    justify-content: space-between;
    align-items: end;
    grid-template-columns: 46% 50%;
    padding: 58px 50px 41px;
    box-shadow: 0 10px 20px #00000010;
}
.discover_content {
     display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 15rem 0 10rem;
    /*background-color: #eae3d2;*/
}
.pad-sam-dc{
   padding: 0 10rem 0 10rem;
}
.list-cust{
      margin-bottom: 28px;

}

/* map section  */

#check {
  display: none;
}

.map_toggle {
      width: 70px !important;
    max-width: 70px;
    min-width: 70px;
       height: 70px;
    background: #fff;
    padding: 22px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in;
    padding-top: 21px;
    line-height: 5px;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 201;
    border-radius: 3px;
    box-shadow: -8px 0 10px -5px #00000030;
}

.map_toggle span {
  height: 3px;
  width: 100%;
  background: #808080;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
}

.map_toggle:hover span {
  background: var(--orange);
}

/* toggle icon animation */
#check:checked~.map_toggle span:nth-child(1) {
  width: 100%;
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check:checked~.map_toggle span:nth-child(2) {
  width: 0;
}

#check:checked~.map_toggle span:nth-child(3) {
  width: 100%;
      transform: rotate(-45deg) translateY(-6px) translateX(6px);
}

.map_box {
  position: relative;
}

.map_button {
      /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 3rem;
    /* width: 80%; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: -100px;
}

.map_item_box {
width: 100%;
    background-color: #fff;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
       padding: 0 1rem;
    box-shadow: 10px 0 10px -2px #00000030;
}

.map_item {
 text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    font-size: 17px;
    padding: 12px 20px;
}

.blue-text {
  color: #3DBDE3 !important;
  position: relative;
}

.marun-text {
  color: #E56565 !important;
  position: relative;
}

.map_item svg {
  margin-right: 10px;
}

.green-text {
  color: #0A4237 !important;
}

.first-orange {
  position: relative;
}

.first-orange:after {
      content: "";
    background: #D3D3D3;
    position: absolute;
    top: 10px;
    right: -13%;
    height: 24px;
    width: 1px;
}

.marun-text:after {
  content: "";
  background: #D3D3D3;
  position: absolute;
  top: 10px;
       right: -13%;
    height: 24px;
  width: 1px;
}

.blue-text:after {
     content: "";
    background: #D3D3D3;
    position: absolute;
    top: 10px;
       right: -13%;
    height: 24px;
    width: 1px;
}

.perpal-text:after {
  content: "";
  background: #D3D3D3;
  position: absolute;
   top: 10px;
      right: -13%;
    height: 24px;
  width: 1px;
}

.perpal-text {
  color: #AC7CD6 !important;
  position: relative;
}

.map_sidebar {
    position: absolute;
    left: -100%;
    bottom: 8rem;
    width: 338px;
    background-color: #ffffff;
    padding: 35px 30px 30px 50px;
    z-index: 202;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.map_sidebar.active {
  left: 0;
}

.map_points {
 list-style: none;
    position: relative;
    counter-reset: li;
   height: 239px;
    overflow: auto;
}

.map_points li {
  margin-bottom: 1rem;
  color:  var(--green);
}

#style-4::-webkit-scrollbar-track
{
  background-color: #F7F7F7;
}

#style-4::-webkit-scrollbar
{
  width: 3px;
  background-color: #F7F7F7;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: #0A4237;
     border: 2px solid #0A4237;
}

.map_points li:before {
  position: absolute;
  counter-increment: li;
  content: "" counter(li)"";
  background-image: url(../assets/images/point.png);
  width: 22px;
  height: 26px;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-bottom: 4px;
  font-weight: 600;
  color: #fff;
}

/* footer  */

footer {
  position: relative;
}

.footer_content {
     padding: 140px 0 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.footer_content .title.gap {
    margin-bottom: 3rem;
}
.footer_content p{
  color: #E5E5E5;
  margin-bottom: 3.5rem;
}
.footer-bottom {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
      color: #0A4237;
          font-size: 18px;
}

.footer-bottom div {
  flex: 1 1 0;
}

.footer-bottom div:first-child {
  text-align: right;
}

.m-top-minus-10{
  margin-top: -17px;
}

.modal .modal_close {
        position: absolute;
    right: 10px;
    top: 10px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal_close .my_close_btn {
    color: #DDDDDD !important;
}
.modal-dialog{
      max-width: 390px;
}
.modal-body{
      padding: 40px 30px 10px;
}
/* contact popup */
.custom {
    margin-bottom: 2rem;
    display: inline-block;
}
.custom.checkbox > label{
  position: relative;
  cursor: pointer;
}

.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #404040;
}

/* On mouse-over, add a grey background color */
/*.container2:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #e0b349;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
     left: 9px;
    top: 3px;
    width: 6px;
    height: 13px;
        border: solid #0a4237;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container1 {
      display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 40px;
        margin-top: 11px;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container1 .checkmark {
 position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cbc0c000;
    border-radius: 50%;
    border: 1px solid #404040;
}

/* On mouse-over, add a grey background color */
/*.container1:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
     background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
      display: block;
    background-color: #E0B349;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
        top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}
.custom input[type="checkbox"]{
  position: relative;
  margin-right: 18px;
  cursor: pointer;
}
.custom input[type="checkbox"]:after{
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  width: 26px;
  height: 26px;
  background: #E4F0F7;
  border: 1px solid #000;
  border-radius: 0px;
  cursor: pointer;
}
.custom input[type="checkbox"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
  width: 13px;
  height: 7px;
  border: 1px solid #000;
  border-top-style: none;
  border-right-style: none;
}
.custom input[type="checkbox"]:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.form-check-input:checked {
    background-color: #2b408f;
    border-color: #2b408f;
}
.msform{
    position: relative;
    padding-bottom: 70px;
}
.msform fieldset:not(:first-of-type) {
    display: none;
}
.msform fieldset{
    position: initial!important;
    min-height: 410px;
    height: auto;
    transition: all ease .5s;
}
.step-form-list {
    overflow: hidden;
    display: inline-block;
    width: 100%;
        height: 50px;
    margin: auto;
    margin-bottom: 30px;
}
.step-form-list li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
.step-form-list li span{
    display: inline-flex;
    position: relative;
    z-index: 9;
}
.step-form-list li:after {
    content: '';
   width:100%;
    height: 6px;
        background: #DEDEDE !important;
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 0;
    transition: all ease .5s;
}

.step-form-list li.active:before, .step-form-list li.active:after {
    background: #0A4237 !important;
    width: 100%;
}
.step-form-list li .text{
  display: none;
  }
.step-form-list li.active .text{
          font-family: font-semi-blod;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    display: inline-block;
    background: #fff;
}
.text-2{
  left: -100% !important;
}
.text-3{
  left: -200% !important;
}
.text-4{
  left: -300% !important;
}
.form-btns-div{
    width: 100%;
    
}
.nowarp{
    white-space: nowrap;
}
.blue-link{
    transition: all ease .5s;
}
.blue-link:hover{
    color: #25408F;
}
.br-50{
    border-radius: 50px;
}
.map-btns-list{
    position: absolute;
    bottom: 30px;
}
.map-btns-list .btn{
    min-width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.active-btn , .active-btn:hover , .active-btn:focus{
    background-color: #FFDD18!important;
    border-color: #FFDD18!important;
    color: #25408F!important;
}
.map-btns-list .btn.disabled, .map-btns-list .btn:disabled {
    opacity: 1;
    background-color: #A6B5E2;
    border-color: #A6B5E2;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border: 1px solid #404040;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 14px 16px;
    color: #0A4237;
    /* font-weight: bold; */
    font-family: font-semi-blod;
}
.form-control::placeholder{
   font-family: font-semi-blod;
   color: #0A4237;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e0b349;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.form-group{
  margin-bottom: 30px;
}
.contact_popup {
        position: fixed;
    bottom: -110%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
        z-index: 204;
    padding: 8rem 10rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.contact_popup .logo-bg{
  position: absolute;
  width: 305px;
  bottom: 0px;
  left: 0px;
}

.contact_popup.active {
  bottom: 0;
}

input,
textarea {
  width: 100%;
  border: 2px solid #808080;
  padding: 0.6rem 1rem;
  color: var(--green);
}

.popup_item {
  color: var(--green);
  margin-bottom: 3rem;
}

.green-link {
  color: var(--green);
}

.green-link:hover {
  color: var(--orange);
}

.contact_popup_close {
  position: absolute;
  right: 2rem;
  top: 4rem;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_content{
      margin-left: 80px;
}
/*.di-content{
  display: contents;
}
.di-table {
    display: table-caption;
}*/
.contact_popup_close .my_close_btn {
  color: #DDDDDD !important;
}
.hours-sec {
    background-color: #fff;
    padding: 60px 48px;
    color: #0A4237;
    text-align: left;
}
.hours-sec .head1{
 font-family: font-semi-blod;
color: #0A4237;
}
.hours-sec a.text-primary{
  text-decoration: underline;
}
.hs-box{
  display: flex;
    gap: 4px;
    flex-direction: column;

}
.title-mar-bottom1{
        margin-bottom: 50px !important;
}
/*# sourceMappingURL=style.css.map */

.voyage_sec .dive_content {
       margin: -514px auto 0;
}
.chart_sec1 {
      padding-top: 230px;
    padding-bottom: 100px;
}

.dis-sec-mar-minus{
      margin-top: -80px;
}
.map_sec{
  padding: 90px 0px 90px;
}
.bg-theme{
  /*background-color: #eae3d2;*/
}
.list-cust li{position: relative;    padding-left: 24px;margin-bottom: 5px;}
.list-cust li:after {
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background-color: #383838;
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
}
.chart_img_before:before {
      position: absolute;
    content: '';
    width: 150px;
    height: 130px;
    background: #d2eae4;
    right: -5%;
    
    bottom: -11%;

    opacity: 0.5;
    width: 227px;
    height: 203px;
}
.chart_img{
  position: relative;
  z-index: 1;
}
.navbar-brand {
    width: 42%;
}
@media (min-width: 576px)
{
  .container{
  max-width: 100% !important;
  padding: 0px 48px;
}
.container-cust{
  max-width: 1320px;
}
}
@media (min-width: 768px){
   .container{
  max-width: 100% !important;
  padding: 0px 50px;
}
.container-cust{
     max-width: 540px;
}
}
@media (min-width: 992px){
   .container{
  max-width: 100% !important;
  padding: 0px 50px;
}
.container-cust{
  max-width: 960px;
}
}
.container-cust{width: 100%;
      margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
     .container{
  max-width: 100% !important;
  padding: 0px 50px;
}
.container-cust{
      max-width: 1140px;
}
}
@media (min-width: 1400px){
       .container{
  max-width: 100% !important;
  padding: 0px 100px;
}
.container-cust{
  max-width: 1320px;
}
}

/* Responsive start  */
@media (max-width: 1725px) {
  #hero h1, .title {
  font-size: 58px;
  line-height: 72px;
}
}
@media (max-width: 1600px){
  .contact_popup {
    position: fixed;
    bottom: -110%;
    left: 0;
    right: 0;
    width: 100%;
    height: 108%;
    background: rgba(0,0,0,0.3);
      backdrop-filter: blur(5px);
    padding: 0rem 0rem;
   transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
}
}

@media (max-width: 767px){
  .contact_popup {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
      backdrop-filter: blur(5px);
    padding: 0rem 0rem;
   transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
}
}
@media (max-width: 1400px) {
  .dive_content {
    max-width: 768px;
  }
/*  .hero_content {
    padding-left: 3rem;
    padding-right: 2rem;
  }*/
  .hero_content {
    padding: 10rem 0 7rem;
}
  #hero h1 {
    font-size: 54px;
    line-height: 68px;
}
.bg_img , #hero{
    height: 611px;
}
  .discover_content {
    padding: 0 5rem;
}
.about_img:before {
    
    left: 29%;
       bottom: -11%;
    width: 227px;
    height: 184px;
}
.chart_content {
    padding-right: 1rem;
}
.map_item_box {
  
    gap: 0rem;
    
}
.map_item:after {
    position: absolute;
    top: 12px;
    right: 0%;
    height: 24px;
}
}
@media (max-width: 1200px) {
  .contact_popup {
    overflow-y: scroll;
}
  .about_content {
    margin-left: 20px;
}
.title {
    font-size: 50px;
    line-height: 60px;
}
.title-mar-bottom1 {
    margin-bottom: 40px !important;
}
.about_img:before {
    left: 28%;
       bottom: -50px;
    width: 190px;
    height: 157px;
}
.features_sec .row {
    padding: 3.5rem 1rem;
}
.features_content {
    padding-right: 0rem;
}
.map_button {
  align-items: flex-start;
    bottom: auto;
    top: 2rem;
    width: 100%;
    flex-direction: column;
    margin-top: 0px;
    position: absolute;
}
.map_item_box {
           flex-direction: column;
    height: auto;
    gap: 0rem;
    padding: 10px 0px;
    align-items: flex-start;
    width: 250px;
}
.map_item {
    padding: 7px 20px;
}
.map_sidebar {
    width: 290px;
    padding: 20px 30px;
    bottom: auto;
    top: 2rem;
}
.map_item:after {
   display: none;
}
#hero h1 {
    font-size: 46px;
    line-height: 60px;
}
.hero_content {
    padding: 9rem 0 5rem;
}
.navbar {
    /* top: 2%; */
    width: 100%;
    z-index: 91;
    padding: 22px 0px;
    transition: all 0.2s ease-in-out;
}
.navbar.sticky-bar .menu_toggle span {
    background: var(--green);
}
.navbar.sticky-bar .navbar-nav {
    background-color: #ffffff;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
/*.navbar-collapse {
    padding: 28px 20px;
        background-color: #0a4237;
}*/
.navbar .nav-item {
    margin: 0;
    padding: 10px 0px;
}
.navbar .icon_btn {
    padding: 8px 0 0 0px;
}
.navbar-nav{
 background-color: #fff9f0;
    padding: 28px 20px 35px;
}

}

@media (max-width: 992px) {

  .first-orange:after {
    display: none;
  }

  .marun-text:after {
    display: none;
  }

  .blue-text:after {
    display: none;
  }

  .perpal-text:after {
    display: none;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-padding-top {
    padding-top: 80px;
  }

  .section-padding-bottom {
    padding-bottom: 80px;
}

  .title {
        font-size: 55px;
    line-height: 66px;
  }

  .title.gap {
    margin-bottom: 1rem;
  }

  .about_sec .container,
  .about_img {
    padding-left: 10px;
    padding-right: 10px;
  }

.navbar .auto-container, .hero_content {
  padding: 0 1rem;
}
.auto-container {
    width: 100%;
}
  .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .bg_img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 7rem;
}
.hero_content {
    /* height: auto; */
    /* margin-top: 2rem; */
    /* margin-bottom: 2.5rem; */
    padding: 60px 48px;
}
#hero .bg_img img {
  height: auto;
}

.bg_img {
    position: relative;
    width: 100%;
    /* height: auto; */
    margin-top: 124px;
    height: 393px;
}


 .about_img:before {
    /* width: 146px; */
    /* height: 131px; */
    left: 31%;
    bottom: -7%;
}

  
  
  
  
 
.discover_content{
  padding: 80px 0px;
}
  .p-table-0{
    padding: 0px;
  }
  .chart_sec .col-lg-8.col-12 {
    padding: 0;
  }

  .dive_content {
   grid-template-columns: 1fr;
      padding: 80px 0px;
    margin: 0;
    max-width: 100%;
    width: auto;
    box-shadow: none;
   /* background-image: url(../assets/images/bg.png);*/
   background-color: transparent;
  }

  .dive_content * {
    grid-column: 2 span;
  }
  .dive_content .title, .chart_content .title{
    margin-bottom: 30px;
  }

  .dive_content h4.py-5.text-green {
    padding: 1rem 0 !important;
  }

/*  .dive_content .w-100 .row .col-lg-6.col-12 {
    margin-bottom: 1rem;
  }*/

  .discover_sec {
    margin-top: 0;
  }

  .hero_content_box,
  .chart_sec .col-lg-4.col-12,
  .features_sec .row .col-lg-6:first-child {
    order: 2;
  }


  .voyage_imgs .dive_img:last-child {
    display: none;
  }

  .chart_sec.section-padding {
    padding-top: 0;
  }

  .chart_sec .container-fluid,
   {
    padding: 0;
  }

 /* .heart_content {
    padding-right: 0;
  }*/

  .features_sec .row,
  .features_sec .row .col-lg-6:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
   .features_sec .row{
        border: 0px solid #D2EAE4;
        padding: 0px;
  }
/*  .discover_sec .row:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0rem;
  }*/
.features_content{
  padding-bottom: 0px;
}
  .map_content.text-center {
    text-align: left !important;
    /*   padding-left: 2rem;
    padding-right: 2rem;*/
  }

  /*.map_sidebar {
    width: 95%;
  }*/

 /* .map_item_box {
    flex-direction: column;
    height: auto;
    gap: 1rem;
    padding: 2rem;
    align-items: flex-start;
  }*/
/*
  .map_button {
    align-items: flex-start;
    bottom: auto;
    top: 6rem;
    width: 100%;
    flex-direction: column;
  }*/

 /* br {
    display: none;
  }*/

  .footer_content {
       padding: 80px 0px 80px;
  }

  .contact_popup {
    padding: 4rem 0rem 0rem;
    overflow-y: scroll;
  }

  .popup_item {
    margin-bottom: 2rem;
  }

  form .row>* {
    padding: 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-left: 3rem;
  }

  .footer-bottom img {
    position: absolute;
    right: 3rem;
  }

.map_sec, .discover_content,  .about_sec {
  background-image: url(../assets/images/bg.png);
  background-size: cover;
  background-position: center;
}
.chart_sec {
  background-image: url(../assets/images/bg.png);
  background-size: cover;
  background-position: center;
}
.bg-white-mobile{
  background-color: #fff;
}
.about_sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.about_content {
    margin-top: 80px;
    margin-left: 0px;
}
.title-mar-bottom1 {
    margin-bottom: 40px !important;
}
.chart_sec {
    padding-top: 0px;
    padding-bottom: 80px;
}
.chart_content{
  padding-top: 80px;
    padding-bottom: 0px;
}
.voyage_sec .dive_content {
    /* margin: -529px auto 0; */
    margin: 0px;
}
.chart_sec1 {
    padding-top: 0px;
    padding-bottom: 80px;
}
.container-fluid-table-0{
  padding: 0px;
}
.heart_content{
padding-top: 80px;
padding-right: 0px;
}
.features_content{
padding: 80px 0px 0px;
}
.map_sec{
  padding: 80px 0px 50px;
}
.dis-sec-mar-minus {
    margin-top: 0px;
}
.discover_sec .dive_content {
        margin: 0px auto 0;
    box-shadow: none;
        padding: 80px 48px;
}
.list-cust {
        margin-bottom: 30px;
}



@media (max-width: 767px) {
  #hero h1 {
    font-size: 45px;
    line-height: 50px;
}
  .con-pad-0{
    padding: 0px;
  }
  .chart_content {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 25px 0px 0px;
}
.footer-bottom div:first-child {
    text-align: left;
}
.footer-bottom {
    background-color: #fff;
    color: #000;
        font-size: 16px;
}

.small-title {
   font-size: 35px;
    line-height: 49px;
    }
    .about_img:before {
    left: 30%;
    top: auto;
    bottom: -9%;
    width: 133px;
    height: 114px;
}
.about_sec {
    padding-top: 60px;
    padding-bottom: 40px;
}
.about_content {
   margin: 70px 0px 0px;
}
.title-mar-bottom1 {
    margin-bottom: 35px !important;
}
.dive_content, .discover_content, .discover_sec .dive_content, .footer_content {
    padding: 60px 0px;
  }
  .heart_content {
    padding-top: 60px;
}
.chart_sec1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.features_content {
    padding: 60px 0px 0px;
}
 /*.section-padding-top {
    padding-top: 60px;
  }*/
.map_sec{
  padding: 60px 0px 40px;
}
  .chart_img_before:before {
   
    width: 181px;
    height: 203px;
}
}
@media (max-width: 576px) {
   .heart_content {
    margin: 0px 26px 0px;
}
.about_content {
   margin: 70px 24px 0px;
}
  .voyage_sec .dive_content{
  margin: 0px 26px;
}
.dive_content{
  margin: 0px 24px;
}
.features_content {
    margin: 0px 36px 0px;
}
.discover_content, .discover_sec .dive_content,  .footer_content{
     padding-left: 24px;
    padding-right: 24px;
}
.map_content.text-center {
    text-align: left !important;
    padding-left: 36px;
    padding-right: 36px;
}
  .hero_content {
    padding: 60px 36px;
}
.navbar  .container{
  padding: 0px;
}
.navbar-brand {
    padding: 0px 0px 0px 48px;
}
.chart_img_before:before {
   
    right: -22%;
   
}
.msform fieldset {
    min-height: 430px;
}
}
@media (max-width: 401px) {
  .title {
    font-size: 40px;
    line-height: 50px;
}
.about_content {
    margin: 40px 24px 0px;
}

.title-mar-bottom1 {
    margin-bottom: 30px !important;
}

  }
  @media (max-width: 375px) {
.title {
    font-size: 44px;
    line-height: 58px;
}

  }

section, .ov-hidden{
  overflow: hidden;
}.discover_sec, .dive_sec, .chart_sec1, .voyage_sec, .voyage_sec, .chart_sec {
  overflow: visible;
}

.map_sidebar_close{
        position: absolute;
    right: 10px;
    top: 10px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_sidebar_close .my_close_btn {
    color: #DDDDDD !important;
}
 .slider-container {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .slider-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 400px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 20px;
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            align-items: center;
            justify-content: center;
            
            min-height: 400px;
            gap: 30px;
            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            width: calc(300px * 3 + 30px * 2); /* Width for exactly 3 slides + gaps */
        }

        .min-height-400{min-height: 400px;}

        .slide {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            flex-shrink: 0;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* Default slide size - side images */
        .slide {
            width: 200px;
            height: 250px;
            opacity: 0.6;
            transform: scale(0.8);
        }

        .slide:hover {
            opacity: 0.8;
            transform: scale(0.85);
        }

        /* Center slide - enlarged */
        .slide.center {
            width: 300px;
            height: 350px;
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }

        .slide.center:hover {
            transform: scale(1.05);
        }

        /* Navigation buttons */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            color: #333;
            transition: all 0.3s ease;
            z-index: 3;
        }

        .nav-btn:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }

        .nav-btn.prev {
            left: 20px;
        }

        .nav-btn.next {
            right: 20px;
        }

        /* Indicators */
        .indicators {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .slider-wrapper {
                height: 300px;
                padding: 15px;
            }

            .slide {
                width: 120px;
                height: 150px;
            }

            .slide.center {
                width: 180px;
                height: 220px;
            }

            .slider-track {
                width: calc(180px * 3 + 20px * 2);
                gap: 20px;
                min-height: auto !important;
            }

            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 14px;
            }
            .min-height-400{min-height: 280px;}
        }
.max6001{
  max-height: 650px;
}

.topdivider {
  
    border: 6px solid #D2EAE4;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0 auto;
    margin-top:50px;
}
.reverse-on-mobile {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .max6001{max-height:100% !important;}
  .reverse-on-mobile {
    flex-direction: column-reverse;
  }
  .customPaddingFeature{padding: 0rem 0rem;}
  .hideSectionPaddingOnMobile{padding-bottom:0px;}
}
.showOnlyOnMobile{display:none !important;}
.customPaddingFeature{padding: 1.5rem 3rem;}

@media screen and (max-width:767.98px){
    .showOnlyOnMobile{display:block !important;}
}
