@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* Scss Document */

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  background:#fff;
  color: #111;
}


p {
  font-size: 14px;
  color: #111;
}

img { max-width: 100%; border: 0; }


a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #00A6FF; }

a:hover { color: #032B9D; }

.img-responsive { width: 100%; height: auto; }

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 16px;
    background:#00A6FF;
    color: #fff;
    padding: 15px 28px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:40px;
    font-weight: 600;
    border:1px solid #00A6FF;
    text-transform: uppercase;
}

.common-btn:hover {
  background: #032B9D; 
  color: #fff;
  border-color: #032B9D;
}

.title-col{ margin-bottom:30px; text-align: center; }

.title {
  position: relative;
  font-size:42px;
  font-weight:600;
  color:#000;
  margin-bottom:0px;
  text-transform: uppercase;
}

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
    padding: 10px 15px;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

select.form-control { padding: 0; padding-left:15px; height:48px; border-radius:15px; -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; } }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

.main-header{ position: absolute; left: 0; top: 0; width: 100%; z-index: 99; padding: 10px; }

.main-header .navbar-expand-xl .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 12px;
  padding:9px 0px;
  text-align: center;
  text-transform: uppercase;
}


.main-header .navbar-expand-xl .navbar-nav .nav-link:hover { color: #00A6FF; }

.navbar-nav .nav-item:last-child .nav-link {
  background:#00A6FF;
  padding:9px 18px;
  color: #fff;
  margin-right: 0px;
  border-radius:40px;
}

.navbar-nav .nav-item:last-child .nav-link:hover{ color: #fff; background:#032B9D; }

.navbar-nav {
    background: rgb(255 255 255 / 90%);
    border-radius: 40px;
    padding: 6px;
    padding-left: 15px;
}









/*-------------banner---------------*/

.banner{
  position: relative;
  background: #fff;
  overflow: hidden;
}

.banner img{ height:100vh; object-fit:cover; }


.banner .item:after {
  z-index:1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}


.banner .banner_containt {
position: absolute;
left:0;
right:0;	
top: 55%;
transform: translateY(-50%);
z-index: 9;
max-width:1150px;
padding-left:30px;
padding-right:30px;
margin:auto;	
}


.banner .banner_containt h1 {
color: #fff;
margin-top: 0;
font-size:32px;
font-weight: 200;
text-transform: uppercase;
}

.banner .banner_containt h2 {
color: #fff;
font-size:46px;
font-weight: 800;
text-transform: uppercase;
}

.banner .banner_containt p {
color: #fff;
font-size:19px;
margin:15px 0px 25px;
font-weight:500; 
max-width:600px;	
}

.banner .common-btn{ background:#fff; color: #000; border:1px solid #fff; }
.banner .common-btn:hover{ background:#032B9D; color: #fff; border:1px solid #032B9D; }

.banner .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:2%;
transform: translateY(-50%);
z-index: 99;	
}

.banner .owl-nav span img{ height: 44px; }

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:2%;
transform: translateY(-50%);
z-index: 99;	
}


.bond-mainsec{ display: flex; justify-content: center; }

.bond-left{ border-top-left-radius: 12px; border-bottom-left-radius: 12px; overflow: hidden; }
.bond-right{ border-top-right-radius: 12px; border-bottom-right-radius: 12px; overflow: hidden; }

.adventure-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.adventure-box h4 {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    bottom: 30px;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.adventure-box:after {
    content: "";
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.home3-sec{ position: relative; }
.mainboat-pic{ position: relative; }
.mainboat-pic:after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient( rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.mainboat-txt{ position: absolute; z-index: 9; top: 50px; left: 50px; max-width: 800px; width: 100%; padding: 20px; }
.big-title{ font-size: 52px; font-weight: 600; color: #fff; margin-bottom: 15px; text-transform: uppercase; }
.mainboat-txt p{ font-size: 20px; color: #fff; max-width: 600px; margin-bottom: 20px; }
.price-big{ font-size: 36px; font-weight: 600; color: #fff; margin-bottom:25px; }


.home4-sec{ background: url(../images/howworks-bg.jpg) no-repeat #f7f7f7;  }
.home-howwork-col{ text-align: center; padding: 0px 60px; }
.home-howwork-ico{ margin-bottom: 16px; }
.home-howwork-ico img{ max-height: 100px; }
.home-howwork-text h3{ font-size: 24px; font-weight: 700; color: #032B9D; margin-bottom: 15px; text-transform: uppercase; }
.home-howwork-text p{ font-size: 16px; color: #000; margin-bottom: 0px; }

.haboutmain-text{ padding-right: 30px; }

.thin-title{
  color: #000;
    margin-top: 0;
    font-size: 32px;
    font-weight: 200;
    text-transform: uppercase;
}
.haboutmain-text .title{ font-size: 70px; margin-bottom: 20px; }
.haboutmain-text p{ font-size: 16px; color: #515151; }
.haboutmain-text h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #032B9D;
    border-left: 4px solid #032B9D;
    padding-left: 15px;
}

.blue{ color: #032B9D; }


.testimonial-wrapper{ background: url(../images/testimonial-bg.jpg) no-repeat #f7f7f7; padding: 70px 0px; }

.testi{ background:#fff; border-radius:12px; overflow: hidden; padding:40px 30px;  }
.testi img{ width: auto !important; margin: auto; }
.user-quote { margin-bottom: 20px; }

.testi h4{ font-size:16px; font-weight: 600; margin-top:0px; margin-bottom: 0px;  } 
.testi h4 small{ font-size:13px; color:#939191; }  
.testi p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.test-location{ color:#000; margin:10px 0px 0px;  }
.teststar { margin-bottom: 10px; }
.testuser {
    display: flex;
    align-items: center;
    justify-content: start;
}
.testuser img{ margin: 0px; margin-right: 10px; }
.teststar img{ margin: 0px; }

.testimonial-wrapper .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 31px;
    margin: 10px 10px;
}

.homequote{ text-align: center; font-size: 32px; font-weight: 300; color: #5F5F5F; max-width: 900px; width: 100%; margin: 40px auto 0px; position: relative; }
.homequote span{ font-size: 64px; color: #000; font-weight: 700; line-height: 1; }
.homequote span:first-child {
    position: absolute;
    left: -18px;
    top: -12px;
}
.homequote span:last-child {
    position: absolute;
    right: 16px;
    bottom: -28px;
    transform: scaleX(-1);
}

.homequote-sec{ padding-bottom: 60px; padding-top: 30px;}

footer{  padding:80px 0px 40px;
background: 
    url('../images/footer-top.jpg') top left no-repeat,
    url('../images/footer-right.jpg') right center no-repeat;
  background-color: #030522;
  background-size: 150px, 120px;
}

footer .container{ max-width:1100px; }

.footer-name {
    color: #fff0;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-stroke: 2px #333;
    letter-spacing: 3px;
    -webkit-text-stroke: 2px #fff;
}

.contact-conten {
    padding-left: 60px;
    padding-right: 60px;
}


.footer-about .top-call{ text-align: left; }
.footer-about p{ color: #5F5F5F; font-size: 13px; line-height: 20px; }

.footer-title{font-size:16px; font-weight:400; color: #fff; text-transform: uppercase; margin-bottom: 20px; }
.footer-links p { margin-bottom: 15px; }
.footer-links p a { font-size: 14px; color: #999; font-weight:400; }
.footer-links p a:hover{ color: #fff; }

.innerfooter-links{ display: flex; flex-wrap: wrap; }
.innerfooter-links p{ width: 46%; }

.footer-about-text p{ color: #999; }
.contact-conten a{ color: #999; }
.contact-conten a:hover{ color: #fff; }
.contact-conten p:first-of-type{ align-items: center; }
.contact-conten p{ color: #999; display: flex; line-height: 22px; margin-bottom: 16px; font-size: 14px; align-items: center; }
.footer-social a{ margin: 0px 0px; display:inline-flex; color: #999; align-items: center; }
.footer-social a i{ width:30px; }
.footer-social a:hover{ color: #fff; }

.footer-social{ padding-left: 50px; }

.footer-social i {
  font-size: 18px;
  margin: 0px 2px;
}

.contact-conten p strong{ width:40px; flex: 0 0 40px; }
.contact-conten p strong i{ font-size: 20px; margin-left: 4px; }
.contact-conten img{ max-height: 24px; filter: brightness(1) invert(1) contrast(1); }

.copyright {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 14px;
  margin-top: 45px;
}

.copyright a{ color: #999; }
.copyright a:hover{ color: #fff; }

.whatsapp-fix{ position: fixed; right:20px; bottom:40px; z-index:99; }
.whatsapp-fix img{ height: 42px; }


/*-------------------inner banner------------------*/

.inner-banner{ width: 100%; position: relative; }
.inner-banner:after{
  z-index: 1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}


.innerbanner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    z-index: 9;
    max-width: 1150px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;

}

.innerbanner-text h1{ color: #fff; font-size: 52px; margin-bottom: 0px; font-weight: 200; }
.innerbanner-text h2{ color: #fff; font-size: 62px; margin-bottom: 0px; font-weight: 800; }

.contactus-page{ background: linear-gradient(to right, #fdfbfb, #ebedee); padding-bottom: 50px; }

.contact-container {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.company-info {
    background: linear-gradient(90deg, #596bd7, #30b3ff);
    color: white;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-info h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-detail p{ color: #fff; }

.contact-icon {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.company-info .social-links {
    margin-top: 0px;
    border-top: 1px dashed rgb(255 255 255 / 40%);
    padding-top: 30px;
}

.company-info .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.company-info .social-links a:hover {
    background: #ff6b6b;
    transform: translateY(-5px);
}

.contact-form {
    padding: 40px;
    background: white;
    height: 100%;
}

.contact-form h3 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    height: 200px;
}

.contact-detail a{ color: #fff; }

.who-text{ padding-left: 50px; }
.who-text p{ font-size: 17px; color: #515151; line-height: 28px; }

.aboutsec-2 .card{ border: 1px solid #eee; border-bottom: 2px solid #ccc; }

.cta-bg{
  background: url(../images/howworks-bg.jpg) no-repeat #f7f7f7;
  color: #032B9D;
  padding: 60px 0px;
}

.cta-bg p{ font-size: 18px; }

.location-sec1{ padding-bottom: 30px; }
.location-sec1 .haboutmain-text p{ font-size: 18px; line-height: 28px; }

.location-sec2{ position: relative; max-width: 1200px; }
.location-text {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #fff;
    border-right: 5px solid #00A6FF;
    max-width: 600px;
    padding: 30px;
    right: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.location-text .title{ margin-bottom: 20px; color: #00A6FF; }
.text-secondary-custom{ color: #00A6FF; }

.location-sec3{ margin-left: auto; }
.location-sec3 .location-text{ left: 0; right: auto; }
.location-sec3 .location-pic{ text-align: right; }

.location-sec3 .location-text { border-left: 5px solid #00A6FF; border-right: none; }


.topup {
  position: fixed;
  right:30px;
  bottom:5px;
  display: none;
  z-index: 99;
  cursor: pointer;
}

.topup i {
  font-size: 24px;
  color: #00A6FF;
}

.book-boat-form {
    background: #121B4C;
    padding: 20px 24px;
    border-radius: 20px;
    color: #fff;
    position: sticky;
    top: 10px;
    z-index: 1;
}
.book-boat-form .form-control{ height: auto; border-radius: 6px; padding: 7px 15px; font-size: 14px; border: none !important; }
.text-small{ color: #ccc; }

.boatpage-middle{ padding-bottom: 80px; }
.boatpage-middle .container-fluid{ padding: 0px 30px; }

.form-label{ display: block; margin-bottom:3px; font-size: 14px; color: #f1f1f1; }
.form-select{ font-size: 14px; height: 35px; }
.boatform-title .fw-bold{ font-size: 24px; margin-bottom: 12px; color: #00A6FF; }

.boatspec-left{ padding-right: 50px; }
.boatspec-cols .title{ font-size: 24px; color: #032B9D; border-left: 4px solid #00A6FF; padding-left: 10px; padding-bottom: 7px; border-bottom: 1px solid #00A6FF; margin-bottom: 20px; }

.boatspec-left p{ font-size: 16px; line-height: 27px; color: #515151; }

.boatspec-cols{ margin-bottom: 30px; }
.boatspec-cols li{ margin-bottom: 10px; }

.destboat-list{ list-style: none; padding: 0; margin: 0px; display: flex; flex-wrap: wrap; gap: 10px; }
.destboat-list li{ max-width: 19%; flex: 0 0 19%; text-align: center; font-weight: 500; }
.destboat-list li span{ display: block; margin-bottom: 10px; }

.boatpage-top {
    background: #eee;
    padding: 20px 0px 5px;
    margin-bottom: 40px;
}

.gallery a {
  width: 100%;
  max-height: 150px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.gallery img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.offcanvas{ background-color: #121B4C; }
.offcanvas-header .btn-close{ filter: brightness(0) invert(1); }
.offcanvas-header h5{ color: #fff; font-size: 24px; font-weight: 600; }

.offcanvas .form-control{ padding: 7px 15px; font-size: 14px; border: none !important; }

.static-page p{ font-size: 16px; color: #515151; line-height: 28px; }
.static-page h4{ font-size: 21px; color: #032B9D; margin-top: 20px; margin-bottom: 10px; }

.payment-logos{ margin-bottom: 20px; }
.payment-logos span {
    background: rgb(255 255 255 / 80%);
    padding: 1px 15px 6px;
    border-radius: 40px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
}
.payment-logos img{ max-height: 16px; }
.payment-logos b{ font-weight: 300 !important; }



/*------------------media css------------------*/

@media (max-width:1280px){
.logo img{ max-height: 100px;  }
.banner .banner_containt h2{ font-size: 42px;  }
.banner .banner_containt{ max-width: 84%; }
.main-header .navbar-expand-xl .navbar-nav .nav-link{ font-size: 13px; }
.common-btn{ font-size: 14px;  }
.title{ font-size: 36px;  }
.adventure-box h4{ font-size: 20px;  }
.home-howwork-text p{ font-size: 14px;  }
.home-howwork-text h3{ font-size: 20px;  }
.home-howwork-col{ padding: 0px 40px;  }
.haboutmain-text .title{ font-size: 60px;}
.innerbanner-text h1{ font-size: 42px;  }
.destboat-list li{ max-width: 18%; flex: 0 0 18%; font-size: 14px; }
.footer-name{ font-size: 60px;  }
.company-info{ padding: 30px; }


}

@media (max-width:1180px){
.navbar-toggler{ color: #fff; box-shadow: none; border: none; font-size: 28px; }
.navbar-toggler:focus{ outline: none; box-shadow: none; border: none;  }
.main-header .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; margin: 0px; }
.navbar-nav .nav-item{ width: 100%; margin: 0px; }
.banner .banner_containt{ text-align: center; }
.banner .banner_containt p{ max-width: 100%; }
.banner .banner_containt h2 { font-size: 58px; }
.banner .banner_containt h1 { font-size: 46px;  }
.banner .banner_containt p { font-size: 23px;  }
.common-btn { font-size: 16px; }
.container{ max-width: 96%; }
.location-text{ right: 60px; }
.location-sec3 .location-text{ left: 60px;  }
.who-text { padding-left: 20px; }


}


@media (max-width:1024px){
.mainboat-txt p{ font-size: 18px; margin-bottom: 10px;  }
.haboutmain-text .title { font-size: 50px; }
.copyright span{ padding-right: 40px; }
.boatpage-middle .col-lg-8.col-md-7{ flex: 0 0 auto; width: 100%; }
.boatpage-middle .col-lg-4.col-md-5{ flex: 0 0 auto; width: 100%; }
.boatspec-left { padding-right: 0px; }
.haboutmain-text { padding-right: 0px; }

}

@media (max-width:820px){
.banner img{ height: 70vh;  }
.mainboat-txt{ left: 20px; width: 94%; }
.mainboat-pic img{ height: 600px; object-fit: cover; object-position: left; }
.home-howwork-text h3 { font-size: 28px; }
.home-howwork-text p { font-size: 18px; }
.home-howwork-col {
    padding: 0px;
    margin: 20px 0px;
}
.homeabout-sec .col-md-7 { flex: 0 0 auto; width: 100%; }
.homeabout-sec .col-md-5 { flex: 0 0 auto; width: 100%; margin-top: 30px; }
.footer-name { font-size: 42px; letter-spacing: 4px; }
.footer-social { padding-left: 0px; }
.copyright{ flex-direction: column; }
.copyright span {
    padding-right: 0px;
    margin-top: 10px;
}
.innerbanner-text h2{ font-size: 48px; }
.innerbanner-pic img{ height: 400px; object-fit: cover; }
.location-text {
    position: static;
    width: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none !important;
    padding-bottom: 0px;
    border-bottom: 5px solid #00A6FF;
    transform: translateY(0px);
}
.location-sec3 .location-text{ border-left: none; }
.who-text {
    padding-left: 0px;
    margin-top: 30px;
}



}


@media (max-width:767px){
.banner img { height: 700px; }
.navbar-toggler{ font-size: 22px;  }
.banner .banner_containt h1 { font-size: 36px;  }
.banner .banner_containt h2 { font-size: 42px;  }
.banner .banner_containt p { font-size: 18px;  }
.common-btn { font-size: 14px; }
.adventure-box h4 { font-size: 24px; }
.big-title { font-size: 42px;  }
.homequote{ font-size: 27px; }
.footer-name {
    font-size: 40px;
    letter-spacing: 2px;
}
.contact-conten{ margin-top: 30px; }
	.contact-conten {
   padding-left: 0px !important;
}
	.innerfooter-links{
		display:block !important;
	}
	.innerfooter-links p{
		width:100% !important;
	}
.footer-social{ margin-top: 30px; }
.payment-logos b {
    display: block;
    margin-bottom: 10px;
}
.innerbanner-text h2 {
    font-size: 40px;
}
.innerbanner-text h1 {
    font-size: 32px;
}
.price-big { font-size: 30px; }



}


@media (max-width:520px){

.banner .banner_containt{ padding-left: 10px; padding-right: 10px; }
.banner .banner_containt h1 { font-size: 28px; }
.banner .banner_containt h2 { font-size: 34px; }
.banner .banner_containt p { font-size: 16px; }
.banner .owl-nav span img { height: 38px; }
.title { font-size:36px; }
.mainboat-txt{ left: 10px; }
.mainboat-pic:after{ height: 100%;  }
.payment-logos span{ margin-bottom: 10px;  }
.payment-logos{ margin-bottom: 10px; }
.pa-80{ padding: 50px 0px;  }
.home-howwork-text h3 { font-size: 24px; }
.thin-title { font-size: 26px; }
.haboutmain-text .title { font-size: 60px; }
.innerbanner-text h1 { font-size: 24px; }
.destboat-list li {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 24px;
}
.boatpage-middle .col-lg-4.col-md-5 { padding: 0px; }
.boatpage-middle .col-lg-8.col-md-7 { padding: 0px; }
.who-text{ text-align: center; }
.who-text .title-col.text-start.mb-3{ text-align: center !important; }
.contact-form{ padding: 26px; }
.homequote {
    font-size: 24px;
}




}





