@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.russo-one-regular {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.inter {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    font-size: 10px;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    /* font-size: 17px; */
  }
  
  ::-moz-selection {
    color: #fff;
    background: #333;
  }
  
  ::selection {
    color: #fff;
    background: #333;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  button{
    font-size: 16px !important;
  }
  .w-100{
    width: 100% !important;
  }
  p{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  a {
    text-decoration: none;
    outline: none;
    color: #333333;
  }
  
  li {
    list-style: none;
  }
  .p-0{
    padding: 0;
  }
  .sp{
    padding: 7em 0;
  }
  .drak-bg{
    background-color: #06020C;
  }
  .h-83{
    min-height: 83vh;
  }
  .h-54{
    min-height: 55vh;
  }
  .button{
    border-radius: 10px;
    border: 1px solid #ffff;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    transition: all 0.6s ease;
  }
  .button:hover{
    background-color: #ffff;
    color: #354860 !important;
  }
  .fill-button{
    border-radius: 10px;
    border: 1px solid #0283BD;
    color: #0283BD !important;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.6s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  
  .fill-button:hover{
    background-color: #0283BD;
    border: 1px solid #0283BD;
    color: #ffffff !important;
  }

  .load-button{
    padding: 10px 40px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #181818 !important;
    border: 1px solid #929292;
    transition: all 0.6s ease;
  }
  .load-button:hover{
    background-color: #0283BD;
    color: #ffffff !important;
    border: 1px solid #0283BD;
  }
  .filled-button{
    background-color: #0283BD;
    border-radius: 10px;
    border: 1px solid #0283BD;
    color: #ffffff !important;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.6s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .filled-button:hover{
    background-color: #024a6c;
  }
  .gray-button{
    background-color: #DFDFDF;
    border-radius: 10px;
    border: none;
    color: #000000 !important;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.6s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .gray-button:hover{
    background-color: #c3c3c3;
  }

  .terms{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #0283BD;
  text-decoration: none;
  }
  /* Header */
  header{ 
    /* background-color: #000000; */
    position: fixed;
    z-index: 99;
    padding: 20px 0;
    transition: all 0.6s ease;
  }
  header.sticky{
    background-color: #0A415A !important;
  }
  .logo-main img{
      width: 250px;
  }
  /* Menu */
  .navbar{
    display: block;
  }
  .mob-menu{
    display: none !important;
  }
  .navbar-nav{

  }
  .navbar-nav .nav-item{
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
    .navbar-nav .nav-item a{ 
    color: #8B8B8B !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    padding: 0;
    transition: all 0.6s ease;
  }
  .navbar-nav .nav-item a:hover{
    color: #fff !important;
  }
  .navbar-nav .nav-item .active{
    color: #fff !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
  }
  .navbar-nav .nav-item .active::before{
    content: "";
    border-radius: 15px;
    position: absolute;
    bottom: -10px;
    right: 30%;
    width: 40%;
    height: 3px;
    background-color: #fff;
  }

  .navbar-nav .nav-item .noti-icon{
    position: relative;
  }
  .navbar-nav .nav-item .noti-icon i{
    color: #fff;
    font-size: 24px;
  }
  .navbar-nav .nav-item .noti-icon .noti-red{
    border-radius: 15px;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #FF0606;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*=============== Mobile Menu Start   ===============*/
#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;
  margin-top: 0px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background-color: #00305D;
}
.sidebarMenuInner{
  margin:0;
  padding:0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter';
  font-style: normal;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 35px;
  right: 15px;
  height: 22px;
  width: 22px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}


/*=============== Mobile Menu Close   ===============*/

  /* Header Close*/

/*  Banner Start   */
.banner{
    text-align: center;
}
.banner-text h1{
    font-family: Russo One;
    font-size: 65px;
    font-weight: 400;
    line-height: 57.84px;
    margin-bottom: 20px;
}
h2{
    font-family: "Inter", sans-serif !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 57.84px;
    margin-bottom: 20px;
}
.main-head{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 30px;
}

.sub-head{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    
}
.banner{
    height: 85vh;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.87718837535014) 0%, rgba(0,0,0,0) 83%);
}

.banner-text{
    padding-top: 20vh;
    position: relative;
    z-index: 5;
    color: #fff;
}
.banner-text p{
    font-size: 24px;
    margin-bottom: 20px;    
}
/*  Banner End  */

/*  Booking Start */
.booking{
    /* height: 50vh; */
    margin-top: -50px;
    z-index: 20;
    position: relative;
    background-color: #ffffff;
    border-radius: 50px 50px 0 0;
}
.input-group-append {
    cursor: pointer;
  }
.gray-box{
    background-color: #F6F6F6;
    padding: 45px 35px;
    border-radius: 15px;
}
.date-main{
    width: 90% !important;
}
.date-input{
    height: 35px;
    background: #FFFFFF;
    border-radius:8px 0px 0px 8px !important;
    border-color: #ffffff00 !important;
    font-size: 16px;
}
.select-option{
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px ;
    border-color: #ffffff00 !important;
    font-size: 15px !important;
    padding: 10px !important;
}
.select-option-inner{
    height: 40px;
    background: #FFFFFF;
    border-color: #ffffff00 !important;
    font-size: 15px !important;
    padding: 10px !important;
    background-color: #fff !important;
    display: flex !important;
    align-items: center !important;
}

.book-box .cu-dropdown{
    border: none;
    background-color: #fff !important;
    border-radius: 0 5px 5px 0;
}
.cu-dropdown i{
    font-size: 25px;
    padding: 3px 0;
}
                      /* Time Rage silder */
.slider-container {
    display: flex;
    align-items: center;
    margin: 20px 10px 10px 10px;
}

input[type="range"] {
    margin-right: 10px;
    width: 225px;
}
                        /* Time Rage silder */
/*  Booking End */

                                            /*  YACHT START */

.yacht-filter{
  display: flex;
  justify-content: flex-end;
}
.yacht-filter-inner{
  display: flex;
  width: 200px;
  align-items: center;
}
.yacht-filter p{
  margin: 0;
  margin-right: 15px;
  float: left;
}
.yacht-filter select{
  width: 50%;
  border: 1px solid #d7d7d7 !important;
}
.yacht-list{
  padding-top: 0px;
}
.cu-margin{
  margin-bottom: 100px;
}
.cu-margin-10{
  margin-bottom: 100px;
}
.box-main{
  padding: 20px;
}
.box-main .box-inner{
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 30px 35px;
  margin: 0 auto;
}              
.pro-img{
  margin-top: -130px;
}
.pro-img-new{
  display: block;
  position: sticky;
  padding: 20px 0;
  top: 88px;
  z-index: 9;
  height: fit-content;
}

.pro-img .owl-carousel .owl-item img{
  width: 90%;
}

.fe-f-left span{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0283BD;
}
.fe-f-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fe-f-right span{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.fe-left span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #727272;
}
.fe-right {
  display: flex;
  justify-content: flex-end;
}
.fe-right span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #727272;
}

                                            /*  YACHT END */

/* Footer start */
footer{
  background-color: #0A415A;
  padding: 100px 0 0;
}
footer p{
  color: #fff;
  font-weight: 400;
}
footer .sub-head{
  color: #fff;
  position: relative;
  margin-bottom: 40px !important;
}
footer .sub-head::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 30%;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
}
.f-menu{
  display: flex;
  justify-content: flex-end;
}
footer .con-box{
  margin-bottom: 30px;
}
footer .con-box i{
  margin-right: 20px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

footer .con-box p{
  margin-bottom: 0;
}
.f-menu ul{
  padding: 0;
  margin: 0;
}
.f-menu ul li{
  padding-bottom: 35px;
}
.f-menu ul li a{
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  transition: all 0.6s ease;
}
.f-menu ul li a:hover{
  color: #fff;
}

.f-menu ul li .active{
  color: #fff;
  font-weight: 600;
  position: relative;
}
.f-menu ul li .active::before{
  position: absolute;
  content: "";
  bottom: -10px;
  right: 35%;
  width: 25px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
}
footer .line{
  height: 1px;
  background-color: #ffffff68;
  margin-top: 60px;
}
footer .f-bottom{
  padding: 40px 0 20px 0;
}
footer .f-bottom:last-child{
  text-align: right;
}

/* Footer End */

/* Product Detail Page Start */
.inner-header{
  position: relative;
  z-index: 99;
  background-color: #0A415A !important
}

.inner-header.sticky{
  background-color: #0A415A !important;
  position: fixed;
}

.sticky-new{
  background-color: #0A415A !important;
  position: fixed;
}

#sync1 .item {
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  border: 1px solid #c9c9c9;
  border-radius: 10px !important;
  padding: 10px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  /* background: #0c83e7; */
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  display: none;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.owl-carousel .owl-stage{
  
}
/*  Product Right Content */
.price-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.price-head span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #0283BD;
}
.price-head p{}
.p-content{
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5rem !important;
}
.pro-deatil .d-point p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #727272;
}
.d-point .form-check-input{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.d-point .d-point-right .form-check p{
  color: #4b4b4b !important;
}
.d-point .d-point-left .form-check p{
  color: #4b4b4b !important;
}

.modal-title{
  font-size: 20px;
}
.modal-header{
  padding: 20px 20px !important;
}
.modal-body{
  padding: 20px 20px !important;
  font-size: 16px;
}
.view-btn{
  padding: 10px 25px;
  border: 1px solid #0283bd;
  border-radius: 8px;
  font-weight: 500;
  color: #0283bd;
  background-color: #fff;
  transition: all 0.6s ease;
}
.view-btn:hover{
  background-color: #0283bd;
  color: #fff;
}
.cu-text{
  font-size: 15px !important;
}
.view-all{

}


/* Product Detail Page End */

                                                /* Personal Detail Page Start */
.per-det{
  padding: 35px;
}
.form-inner{
  padding: 20px !important;
}
.form-inner:last-child{
  
}
label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #727272;
}
.per-det .form-control{
  height: 50px !important;
  border-radius: 7px;
  border: none;
  font-size: 18px;
}
.per-det .form-select{
  height: 50px !important;
  border-radius: 7px;
  border: none;
  font-size: 18px;
  padding: 10px;
}
.form-inner .iti{
  width: 100%;
}

                                                /* Personal Detail Page End */

                        /* payment Page Start */
.d-point-right .form-check-input{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.cu-pad{
  
}
.form-inner-pay input{
  font-size: 16px;
}



                        /* payment Page End */

@media only screen and (min-width: 1201px) {}

@media only screen and (max-width: 1200px) {
  input[type="range"]{
    width: 136px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-text h1{
    font-size: 60px;
  }
  input[type="range"]{

  }
  .price-head{
    margin-bottom: 2rem;  
  }
}

@media only screen and (max-width: 992px) {
  .navbar{
    display: none !important;
 }
 .mob-menu{
   display: block !important;
 } 
 .book-box{
  margin-bottom: 20px;
 }
 .box-main .box-inner{
    padding: 30px;
  }
  input[type="range"]{
    width: 82%;
  }
  .fill-button{
    padding: 8px 25px;
    font-size: 18px;
  }
  .fe-left span{
    font-size: 13px;
  }
  .fe-f-left span{
    font-size: 18px;
  }
  .fe-f-right span{
    font-size: 14px;
  }
  .fe-right span{
    font-size: 13px;
  }
  footer .f-bottom{
    padding: 25px 0 0px 0;
  }
  footer p{
    text-align: center;
  }

}

@media only screen and (max-width: 768px) {
  .banner-text h1{
    font-size:48px;
  }
  .form-inner{
    margin-bottom: 0 !important;
  }
  .book-box{
    margin-bottom: 20px;
  }
  input[type="range"]{
    width: 148px;
  }

  footer{
    padding: 60px 0 0;
  }
  footer p{
    text-align: left;
  }
  footer .f-bottom p{
    text-align: center;
  }
  footer .f-menu{
    display: block;
    margin-top: 30px;
  }
  footer .line{
    margin-top: 20px;
  }
  footer .f-bottom:last-child{
    padding: 0 0 20px;
  }
  .pro-img-new{
    position: unset;
  }
  
}

@media only screen and (max-width: 576px) {
  .sp {
    padding: 4em 15px;
  }
  
  .header ul li a{
    text-align: center;
  }
  .header li .active::after{
    right: 44%;
  }
  .banner-text h1{
    font-size: 27px;
    margin-bottom: 0;
  }
  .banner-text p{
    font-size: 18px;
  }
  .booking{

  }
  input[type="range"]{
    width: 87%;
  }
  .slider-container{
    margin: 0;
  }
  .main-head{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .gray-box{
    padding: 25px 15px;
  }
  .book-box{
    margin-bottom: 10px;
  }
  .cu-boook-box{
    margin-bottom: 30px !important;
  }

  .sub-head{
    font-size: 17px;
  }
  .yacht-filter p{
    font-size: 14px;
  }
  .yacht-filter select{
    width: 50%;
  }
  .box-inner .box-inner{
    padding: 30px 30px;
  }
  .yascht-listing .box-main:last-child{
    margin-bottom: 10px;
  }
  .box-main{
    margin-bottom: 70px;
  }
  .f-menu{
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  footer {
    padding: 20px;
  }
  footer .logo-main{
    text-align: left;
    margin-bottom: 30px;
  }
  footer .logo-main img{
    width: 200px;
  }
  footer .line{
    margin-top: 0px;
  }

  footer .f-bottom{
    padding: 20px 0 0 0;
  }
  footer .f-bottom p{
    text-align: center;
  }
  footer .f-bottom:last-child{
    padding: 0;
  }

  /* Detail Page */
  .pro-img-new{
    position: unset;
  }
  .view-all{
    margin-left: 30px;
  }
}







