:root {
    --main-color: #02192F; 
    --secondary-color: #B69E73; 
    --tertiary-color: #ffffff;

    --primary-font: 'DM Sans', sans-serif !important;
    --secondary-font:'Marcellus', serif !important;


}
@media (prefers-color-scheme: dark) {
    body {
        background:var(--tertiary-color);
        
    }
}

/* @media only screen and (max-width: 992px) {
.container-fluid{display: none !important;}
} */
body{
    margin:0;
    font-family: var(--primary-font);
    

}

#news-hp{padding-top: 70px;}


img{
    width:100%;
    height: auto;
}

.lan select{
    background: transparent;
    border: none;
    color: var(--tertiary-color);
    padding-top: 8px;
}

.langs{
    background: var(--main-color);
}


.full-text{text-align:justify;}
#homesplit {
    position: relative;
    background: url(../images/split.webp) no-repeat center center/cover;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}




#homesplit .col-sm-6 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#homesplit .gateOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    transition: background-color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#homesplit .gateOverlay:hover {
    background-color: rgba(0, 0, 0, 0.3); /* Adjust as needed */
}

#homesplit .gateData {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    text-align: center;
}

#homesplit .gateOverlay:hover .gateData {
    opacity: 1;
    transform: scale(1);
        width: 70%;
}

#homesplit .split-show {
    position: relative;
    z-index: 10; /* Ensure the h2 is always on top */
    color: white; /* Adjust as needed */
    font-size: 2rem; /* Adjust as needed */
    text-transform: uppercase;
}

#homesplit .gateData p,
#homesplit .gateData a {
    color: white; /* Adjust as needed */
    margin: 10px 0;
}

#homesplit .goldbutton {
    background:transparent;
    border: 1px solid var(--tertiary-color) ;
    padding: 10px 20px;
    color: var(--tertiary-color);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

#homesplit .goldbutton:hover {
    background-color: var(--secondary-color);
    color:var(--tertiary-color);
    border:none;
}

/*home split 2 */
#homesplit2 {
    position: relative;
    background: url(../images/home-13.jpg) no-repeat center center/cover;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    border-top: 5px solid var(--secondary-color);
    border-bottom: 5px solid var(--secondary-color);
    background-attachment: fixed;
}

#homesplit2 .col-sm-6 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#homesplit2 .gateOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    transition: background-color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#homesplit2 .gateOverlay:hover {
    background-color: rgba(0, 0, 0, 0.3); /* Adjust as needed */
}

#homesplit2 .gateData {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    text-align: center;
}

#homesplit2 .gateOverlay:hover .gateData {
    opacity: 1;
    transform: scale(1);
    width: 90%;
}

#homesplit2 hr {
    color: var(--secondary-color);
    opacity: 1;
}

#homesplit2 li {
    color: white;
    display: inline-block;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.marg50 {
    margin-top: 50px;
}

#homesplit2 .split-show {
    position: relative;
    z-index: 10; /* Ensure the h2 is always on top */
    color: white; /* Adjust as needed */
    font-size: 2rem; /* Adjust as needed */
    text-transform: uppercase;
}

#homesplit2 ul {
    padding: 0 !important;
}

#homesplit2 .gateData p,
#homesplit2 .gateData a {
    color: white; /* Adjust as needed */
    margin: 0;
    text-transform: uppercase;
}

#homesplit2 .gateData a:hover {
    color: var(--secondary-color);
    font-weight: 600;
}

#homesplit2 .goldbutton {
    background: transparent;
    border: 1px solid var(--tertiary-color);
    padding: 10px 20px;
    color: var(--tertiary-color);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

#homesplit2 .goldbutton:hover {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    border: none;
}
/*homesplit 2 end */


.goldh{
    color: var(--tertiary-color);
    text-align: center;
    padding: 30px;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    border-top: 5px solid var(--secondary-color);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);}

.hidden {
    display: none;
}


.hidden{display:none;}
.golddiv{
    background-color: var(--secondary-color);
    color:var(--tertiary-color);
}

.destination-title a{
    color:var(--main-color) !important;
    
}

.golddiv h1{
    color:var(--tertiary-color) !important;
}
.golddiv p{
    color:var(--tertiary-color) !important;
}
.nomarg{margin:0 !important;}
.message{
    min-width: 300px;
    background-color: var(--main-color);
    color: var(--tertiary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
}



 .logut{  
    border: none;
        border-bottom: 0;
    color: var(--tertiary-color);
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    background: none;}
    
 
.dark{
    background-color: var(--main-color);
    
}

.darkcard{
    color:var(--tertiary-color); 
    background-color: var(--main-color);
    padding: 50px;
}

.darkcard h1{
    text-transform: uppercase;
}

.darkcard .goldbutton{
    max-width: 100%;
    width: 100%;
    margin-top: 80px;
}

.dark .subtitle-ad{
    color:var(--tertiary-color); 
}

.dark-button{
     color:var(--tertiary-color); 
     background:var(--main-color);
     padding:10px;
}
.dark-button:hover{
    color:var(--main-color); 
     background:var(--tertiary-color);
     border: 1px solid var(--main-color);
}

.fulpic{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sep50{margin-top:50px;}
.sep130p{padding-top:130px;}



.dark .maintitle-ad{
    color:var(--tertiary-color); 
}

h1, h2, h3, h4, h5{

    font-family: var(--secondary-font);
    font-weight: 100;
} 

h1{
    letter-spacing: 1vw;
}

ul{
    list-style-type: none;
    font-size: 16px;
}

p{
    font-size: 16px;
    text-align: justify;
}

a{
    text-decoration: none;
        color: var(--main-color);
    font-weight: 600;
}


.customAccordionMenu a{
    font-weight: 100 !important;
    color:#ffffff !important;
}

.footer p{font-size:14px;}
.footer ul{font-size:14px;}

.footer ul:hover{text-decoration: none;}

.logo{
    max-width: 150px;
    min-width: 150px;
    margin-top:3px;
}
.logo-s{
    max-width: 150px;
    min-width: 150px;
    display:none;
    margin-top:3px;
}
.fixed-top .logo{display:none;}
.fixed-top .logo-s{display:block;}

.logo2{
    max-width: 100%;
    min-width: auto;
}
.menu-lines {
  display: inline-block;
  width: 30px;
  height: 40px;
  position: relative;
}

.menu-lines::before,
.menu-lines::after,
.menu-lines div {
  content: '';
  display: block;
  width: 100%;
  height: 1px; /* Thickness of the lines */
  background-color: var(--tertiary-color);
  position: absolute;
  left: 0;
}

.menu-lines::before {
  top: 30%; /* Position of the first line */
  transform: translateY(-50%);
}

.menu-lines div {
  top: 50%; /* Position of the second line */
  transform: translateY(-50%);
}

.menu-lines::after {
  top: 70%; /* Position of the third line */
  transform: translateY(-50%);
}

.menu-lines:focus{color: var(--secondary-color);}
.menu-lines:hover{
color: var(--secondary-color);}

.callhome{margin-top:50px;}

.pad30{padding: 30px;}
.pad30-left{
    padding-left: 30px !important;
}

.btns{
       min-width: 170px;
    border-radius: 0;
    padding: 10px;
    margin-top: 30px;
}

.btns-100{
    width: 100%;
    border-radius: 0;
    padding: 10px;
   
}

.yacht-search select, .yacht-search input[type="number"]{
        border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: var(--main-color);
    color: var(--main-color);
    text-align: center;
    opacity: 0.7;
}

.yacht-search select:hover, .yacht-search input[type="number"]:hover{
        border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: var(--main-color);
    color: var(--main-color);
    text-align: center;
    opacity: 1;
}

.yacht-search select:focus, .yacht-search input[type="number"]:focus{
border-color: transparent;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid;
    opacity: 1;
}


.btn-outline-white {
    border-color: var(--tertiary-color);
    color:var(--tertiary-color);
}

.btn-outline-white:hover {
    background-color:var(--tertiary-color);
    color:var(--main-color);
}


.btn-outline-white2 {
    border-color: var(--tertiary-color);
    color:var(--tertiary-color);
}

.btn-outline-white2:hover {
    background-color:var(--secondary-color);
    color:var(--tertiary-color);
}




.f-outline{
    background: transparent;
    color: var(--tertiary-color);
}
.f-outline select > option{
    background: transparent;
}


.btn-white{
    background-color:var(--tertiary-color);
    color:var(--main-color);
}
.btn-white:hover{
    background-color:var(--secondary-color);
    color:var(--tertiary-color);
}

.givespace{
    margin-top: 7%;
    margin-bottom: 7%;
}

.leftal{
    text-align: left !important;
}
.breadcrumb a{
    color:var(--tertiary-color);
    text-align: center; 
    text-decoration: none;
}


.breadcrumb{
    margin: auto;
    display: block;
}
.breadcrumb-item{
    display: inline-block;
    font-size: 0.6em;
    text-transform: uppercase;
    
}
.breadcrumb-item.active{
    color:var(--tertiary-color) !important;
    
}

/* Navbar2 */

.containerm {
    width: 100%;
  
    margin: auto;
  }
  
  .navbar {
    width: 100%;
   
  }
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
  }
  
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .logo {
    font-size: 1.2rem;
    color: #0e2431;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }
  

  @media (max-width: 991px) {
    .plus-sign {
        float: right;
    }

    .dropdown-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

 


    .custom-accordion-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border: none;
        padding: 0;
        color: inherit;
        font-size: 1.25rem;
        width: 100%;
        text-align: left;
        content: '+';
    }
    
    .custom-accordion-button::after {
        content: '-';
        font-size: 1.25rem;
    }
    
    .custom-accordion-button.collapsed::after {
        content: '+';
    }


    .custom-accordion-collapse {
        margin-top: 0.5rem;
    }
}


/* Desktop Styles */
@media (min-width: 992px) {
    .custom-accordion-button {
        background: none;
        border: none;
        color:var(--secondary-color) !important;
    }
    
    .custom-accordion-collapse {
        display: block !important;
    }

    .custom-accordion-header {
        display: block;
    }

    .custom-accordion-body {
        padding-left: 0;
    }
}

/*Navbar2 END*/
/* Navbar */




.dropdown-menu-full {
    width: 100%;
    left: 0;
    right: 0;
    top: 70px;
}

.dropdown-menu-full .col-lg-2 {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.sub-item{
    text-transform: none;
    color: rgb(255 255 255 / 50%);
    text-decoration: none;
    padding: 0.5rem 1rem 0.5rem 20px;
    display: block;
    font-weight:100;
}

.sub-item:hover{
    color: rgb(255 255 255 / 100%);
}
.navbar-toggler {
    border: none;
}
.navbar-nav.ms-auto, .navbar-nav.me-auto {
    flex-direction: row;
}
.navbar-nav.me-auto {
    margin-right: auto;
}
.navbar-nav.ms-auto {
    margin-left: auto;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:10px;
}

.navbar-collapse {
    position: relative;
    z-index: 1;
}
.container-fluid{
    padding:0 !important;
}

.navbar{
    padding: 0 !important;
   
    z-index: 100;
    width: 100%;
} 

.hamburg a{
    
    color: var(--tertiary-color);
}
.hamburg{
    cursor: pointer;
    padding: 20px 20px 10px 20px;
    pointer-events: all;
    width: 70px;
    z-index: 100;
    text-align: center;
    display: block !important;
    background: transparent;
    border: none;
    font-size: 1.9em;
    color: var(--tertiary-color);
}

.devider-right{
    border-right: 1px solid rgba(132, 146, 167, .3);
}



.nav-item{
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 100;
}
.nav-item:hover{
    background-color: rgba(0, 32, 78, .05);
    text-decoration: none;
}
.dropdown-menu.show {
    display: block;
    border: none;
    background-color: var(--main-color);
    border-radius: 0;
}
.dropdown-item{
    color:var(--tertiary-color) !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--secondary-color);
   
  }


.nav-link{
    border-bottom: 0;
    color: var(--tertiary-color);
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
#wishlistIcon{margin-top: 13px;}

.bg-danger {
    background-color: var(--secondary-color) !important;}

.nav-link:hover, .nav-link:focus{color: var(--secondary-color) !important;}

.gold{
    color: var(--secondary-color) !important;
}

.gold2{
    background-color: var(--secondary-color) !important;
    color: var(--tertiary-color) !important;

}


.button-ab {
    background-color: transparent;
    border: 1px solid var(--tertiary-color);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    cursor: pointer;
    width: 90%;
    min-width: 120px;
    color: var(--tertiary-color);
}

.button-ab:hover{
    color: var(--main-color);
    background-color:var(--tertiary-color);
}
.button-ab .svg-inline--fa{
    margin-right: 10px;
}


.sticky-top {
    
    z-index: 1020; /* Ensure it stays on top */
}

.sticky-top.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}


.fixed-top{
    background-color:var(--main-color);
}



/* Navbar END */


/*Home2*/
#home2 h1, #home2 p {
    text-align: center;
    margin-bottom:50px;
}

.homehero{overflow:visible !important;
    }

#home2 p{max-width:600px; margin:auto;}

.searchbar{
    padding: 50px 0;
    z-index: 100;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translate(-50%);
    max-width: 80%;
}

.searchbar2{
    padding: 50px 0;
    z-index: 98;
    max-width: 100%;
    margin-bottom: 50px;
}

.searchbar2 .form-select option {
    color:var(--tertiary-color);
    background-color: var(--main-color); 
}


.form-control[type="number"] {
 
}

.form-control[type="number"]:focus {
    outline: none; /* Remove default outline */
  
}

.form-control::placeholder {
    color: var(--main-color); /* Placeholder text color */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--tertiary-color) inset !important; /* Background color */
    -webkit-text-fill-color: var(--main-color) !important; /* Text color */
}
@media (max-width: 992px) {
.searchbar2 .mob{
width: 90% !important;
margin: 10px auto;
}
.searchbar2{width: 80% !important; margin: auto;

}

}

.video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    overflow: hidden;
}

.content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tertiary-color);
    text-align: center;
    flex-direction: column; /* Ensure content stacks vertically */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.homeh{
z-index: 2;
}



.scroll-content {
    position: relative;
    z-index: 3;
    background: var(--tertiary-color);
    margin-top: 100vh; /* Push the content down initially */

    
}
      

/*Home2 END*/

/* Titles  */
.maintitle-ad{
        color: var(--main-color);
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1vw;
    margin-top: 30px;
}
.subtitle-ad{
    color: var(--main-color);
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    
}
/* Titles  END*/


/*pagination*/
.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 7%;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 100;
    opacity: 0.7;
}

.pagination .page-item .page-link:hover {
    background-color: #f0f0f0;
}

.pagination .page-item.active .page-link {
    background-color: var(--main-color); /* Change to your desired active color */
    color: white;
    opacity:1;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
}

.pagination .page-item .page-link[rel="prev"] {
    border-radius: 7%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item .page-link[rel="prev"]::before {
    content: '‹';
}

.pagination .page-item .page-link[rel="next"] {
    border-radius: 7%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item .page-link[rel="next"]::after {
    content: ' ›';
}

/*pagination END*/

/*Yachts*/

#yacht-cat{ padding:5rem 0 5rem 0;}

.catbox .main-image{
    width: 100px !important;
}

.catbox:hover{
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
}

.catbox:hover .btn{
    background-color: var(--main-color);
    color: var(--tertiary-color);
}

.catbox{
    padding: 60px;
    color:var(--tertiary-color)
}
.cattext{
    margin-top: 15px;
}

.catwrapp{
    padding: 30px 30px 15px 15px;
}

.image-frame {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 aspect ratio */
    background-color: #f0f0f0; /* Optional: Add a background color */
    overflow: hidden;
}

.image-frame2 {
    position: relative;
    width: 100%;
    padding-top: 50%;
    background-color: #f0f0f0;
    overflow: hidden;
    border-radius: 5px;
}

.icon-dis{
    width: 46%;
    text-align: center;
    border: 1px solid;
    padding: 20px;
    float: left;
    margin: 2%;
    border-radius: 5px;
}

.icon-dis p{
    text-align: center !important;
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.image-frame img.landscape {
    width: 100%;
    height: auto;
}




/*reservation part*/
.reservation{
    padding: 50px;
    color: #fff;
}

.reservation h3{
    margin-bottom: 30px;
}

.reservation h4{
    margin-top: 50px;
    margin-bottom: 30px;
}




.reservation .form-control{
    background: transparent;
    border-radius: 0;
    padding: 10px;
    color: var(--tertiary-color);
    margin-bottom: 30px;
    }
.reservation .btn{
        color:var(--main-color);
        background:  var(--tertiary-color);
        border-radius: 0;
        padding: 10px;
        float: right;
        margin-top: 80px;
        
    }
.reservation .btn:hover{
        background: transparent;
        color: var(--tertiary-color);
        border:1px solid var(--tertiary-color);
    }
.reservation .form-check-input{
       
        border-radius: 0;
    }
    
.reservation .form-check-input:checked{
        background: var(--main-color);
        border-radius: 0;
    }
.reservation .form-check-input::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        color: var(--tertiary-color);
        font-size: 16px;
        font-weight: bold;
    }
    
.reservation .form-check-input:checked::before {
        content: "X";
        transform: translate(-50%, -50%) scale(1);
    }
    
.reservation ::placeholder{ color:var(--tertiary-color);}

.extra{
    border-bottom: 1px dashed;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}   

/*reservation part END */









.yacht-unit p{ text-align: center !important;}
.yacht-box{margin-bottom: 50px;}
#featured-boats{
    padding:5rem 0 5rem 0;
}
#boat{
    padding:5rem 0 5rem 0;
}

.details{
    text-align: center;
    margin-top: -30px;
    margin-bottom: 50px;
    font-weight: 700;
}

.tehnical span{
    font-weight: 700;
}

.desc{border-bottom: 1px solid var(--secondary-color);
    width: 200px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 30px;}
.descp{
    margin-bottom:30px;

}    

.ameni{ font-weight: 600;}

.yacht-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    
}

.buttons .btn{width: 48%;}

.right-flo{
    float: right;
}

.details-button, .enquiry-button {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 0;
    
}
.details-button {
    border: solid 1px var(--tertiary-color);
    color: var(--secondary-color);
    background: transparent;
    z-index: 1000;   
}
.details-button:hover {
    background-color: var(--secondary-color);
    color: var(--main-color);
}
.enquiry-button {
    background-color: var(--secondary-color); 
    color: #0d1b2a;
    border: none;
}
.enquiry-button:hover {
    background-color: var(--tertiary-color);
    color: var(--main-color);
}
.icon-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.icon-info div {
    flex: 1;
    text-align: center;
}
.icon-info i {
    font-size: 2em;
    margin-bottom: 5px;
    
}

.yacht-unit .fas{
    display: inline-block;
}
.yacht-unit{
    background-color: var(--main-color);
    color:var(--tertiary-color) ;
    padding: 30px;
}
.yacht-unit a{
    color:var(--tertiary-color) !important;
    text-decoration: none;
}

.yacht-unit span{
    font-size: 0.6em;
}

.iconextra img{
width: 50px;
}

/*Yachts END*/

/*About Us*/
#about{
    padding:0 0 5rem 0;
}



/*About Us END*/


/*Destination*/
.mt-30 {
    margin-top: 50px;
}
.darkbutton{
    color: var(--tertiary-color);
    background: var(--main-color);
    border-radius: 0;
    min-width: 150px;

}


.darkbutton:hover{
    color: var(--main-color);
    background: transparent ;
    border:1px solid var(--main-color);
}

#destinationsection{
    padding:5rem 0 5rem 0;
}
#destinationsection .icon-info{
    text-align: left;
    display: block;
    position: relative;
}
#destinationsection h2{
    text-decoration: none;
    color:var(--main-color);
}
#destinationsection p{
    text-decoration: none;
    color:var(--main-color);
}
#destination a{
    text-decoration: none;
    color:var(--main-color);
}


.destination-box{margin-bottom: 50px; }
.destination-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 30px;
    
}

.bord{border-bottom:  1px dotted var(--main-color); margin: 30px auto; display: block;}


.destination-unit span{
    font-size: 0.6em;
}

#random-destinations{
    padding:5rem 0 5rem 0;
}
/*Destination END*/

/* Article */

.framegold{
    border: 1px solid var(--secondary-color);
    margin-bottom: 30px;
    
}

.picbox{
     height: 300px;
    overflow: hidden;
    position: relative;
}

.picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the area without distortion */
}


#news{
       
}

#excess{
    
}

.excess{color:var(--tertiary-color);}
.excess:hover{color:var(--tertiary-color);}


.blogpost{
    background:var(--secondary-color);
    color:var(--tertiary-color);
}

.blogpost a{color:var(--tertiary-color);}

#article{
    padding:5rem 0 5rem 0;
}
.news-unit{
    background-color: var(--main-color);
    color:var(--tertiary-color) ;
    padding: 30px;
}
.news-unit a{
    color:var(--tertiary-color) !important;
    text-decoration: none;
}

.news-unit span{
    font-size: 0.6em;
}
.readmore{
    padding: 0;
}
.read-more-btn {
    background-color: transparent;
    color: var(--tertiary-color);
    padding: 10px 20px;
    border: 1px solid var(--tertiary-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
    display: block;
    transition: background-color 0.3s;
    border-radius: 0;

}

.read-more-btn:hover {
    background-color: #a0804f; /* Adjust hover color */
}

.latest-article {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.latest-article2 {
    align-items: center;
    margin-bottom: 20px;
   
}

.latest-article2 a{ 
    color:var(--tertiary-color);
     
    
}

.latest-article-image {
    width: 40%;
    padding-top: 30%;
    position: relative;
    overflow: hidden;
}


.latest-article-image2 {
 width: 100%;
        height: 200px;
    position: relative;
    overflow: hidden;
}

.latest-article-image2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-article-info {
    margin-left: 15px;
    flex: 1;
}
.latest-article-info2 {
    background:var(--main-color);
    padding:10px;
}

.modal-content{
    background:var(--main-color);
    color:var(--tertiary-color);
}
.modal-content a{color:var(--tertiary-color);}

.latest-article-info a{color:var(--main-color);}


.tag{
    border-bottom:solid 1px rgba(0, 32, 78, .07);
    margin: 10px 0 50px 0;
    padding: 10px 20px 0 30px;
    position: relative;
    
}
.tag span{
    background: rgba(0, 32, 78, .05);
    padding: 10px;

}
.source{
    background: var(--main-color);
    color: var(--tertiary-color);
    padding: 40px 30px 20px 30px;
    margin: 50px 0 0 0;
}
.share-buttons{
    position: absolute;
    top: 0;
    right: 0;
}
.share-buttons .btn{
    background: rgba(0, 32, 78, .05);
    color:var(--main-color);
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.search-container input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 25px;
}

.search-container .fa-search {
    margin-left: 10px;
    color: #666;
}
/* article END */

/* Home */
#calltoactionone{
    min-height: 400px;
    background: url(../images/home4.jpg) 18% 50%;
    display: block;
    
}


#calltoactionone2 {
    position: relative; /* Ensure the pseudo-element is positioned relative to this element */
    min-height: 400px;
    background: url(../images/home9.jpg) 18% 50%;
    background-size: cover; /* Ensure the background image covers the entire element */
    display: block;
}

#calltoactionone2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay color */
    pointer-events: none; /* Allow clicks to pass through the overlay */
}

#calltoactionone3 {
    position: relative; /* Ensure the pseudo-element is positioned relative to this element */
    min-height: 400px;
    background: url(../images/home10.jpg) 18% 50%;
    background-size: cover; /* Ensure the background image covers the entire element */
    display: block;
}

#calltoactionone3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay color */
    pointer-events: none; /* Allow clicks to pass through the overlay */
}

.actionright h1{
    text-align: right;
    color: var(--tertiary-color)  ;
    font-size: 3.5em;
    letter-spacing: 0.8vw;
}
.actionright h1{
    color: var(--tertiary-color)  ;
    font-size: 3.5em;
    letter-spacing: 0.8vw;
}
.righter{
    text-align: right;
}

.actionright {
    position: relative;
    height: 50vh; /* Adjust the height as needed */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; /* Optional: Center text alignment */
}

.actionleft h1{
    text-align: left;
    color: var(--tertiary-color)  ;
    font-size: 3.5em;
    letter-spacing: 0.8vw;
}
.actionleft2 h1{
    color: var(--tertiary-color)  ;
    font-size: 3.5em;
    letter-spacing: 0.8vw;
}


.actionleft2{
position: relative;   
height: 50vh;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.middler{text-align: center;}

.actionleft {
    position: relative;
    height: 50vh; /* Adjust the height as needed */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; /* Optional: Center text alignment */
}

.divider{
    padding: 50px 0;
    background: var(--main-color);
    color: var(--tertiary-color);

}

.divider2{
    padding: 50px 0;
    background: var(--secondary-color);
    color: var(--tertiary-color);

}
.white-button{
    width: 100%;
    color: var(--tertiary-color);
    background: transparent;
    border-radius: 0 !important;
    border: none;
    padding: 12px 5%;
    font-size: 0.9em;
    text-transform: uppercase;
    min-width: 170px;
    text-align: center;
    border: 1px solid var(--tertiary-color);
    
}
.white-button:hover{
    color: var(--tertiary-color);
    background: var(--main-color);
    border:none;
}

/* Home END */

/* Carousel */


/*home carousel */

#carouselExampleCaptions{background:var(--main-color);}
.carousel-item {
    position: relative;
    transition: transform 0.2s ease-in-out !important;
}

.carousel-caption.info.global {
    transition: opacity 0.3s ease-in-out;
}

.carousel-item:not(.active) .cleener {
    opacity: 0 !important;
    pointer-events: none;
    position: absolute;
}

.carousel-item.active .cleener {
    opacity: 1 !important;
    position: relative;
    transition: opacity 0.3s ease-in-out;
}

.carousel-image {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Ensures the image covers the area */
}

.carousel-caption.info {
    position: relative;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    padding: 20px;
    text-align: center;
    bottom: 0vh;
    width: 100%;
    top: auto;
    left: 0;
    transform: translate(0, 0);
}

.carousel-inener{
    padding-bottom: 20vh;

}
.info a{
    color:var(--tertiary-color);
    
    
}
.info h5{
    border: 1px solid var(--tertiary-color);
    text-transform: uppercase !important;
    padding: 10px;
}

.info a:hover{
    color:var(--tertiary-color);
}
.carousel-caption h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.carousel-caption .btn {
    margin: 5px;
}

.carousel-caption .btn-primary {
    background-color: var(--main-color);
    border: none;
}

.btn-ysearch {
    background-color: var(--main-color);
    border: none;
    color:var(--tertiary-color);
    margin: 30px auto;
}

.btn-ysearch:hover {
    background-color: var(--tertiary-color);
    border: 1px solid var(--main-color);
    color:var(--main-color);
}

.carousel-caption .btn-secondary {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    color: #000;
}

/*home carousel END*/



.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}



.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.carousel-caption h1,
.carousel-caption h5,
.carousel-caption .btn {
    margin: 10px 0;
}
.carousel-item h1{
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: 0.4vw;
    text-transform: uppercase;
   
}
.carousel-item h5{
    width: 80%;
    max-width: 600px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.9em;
    letter-spacing: 0.2em;
    font-size: 0.8em;
    
    margin: auto;
}
.goldbutton{

    text-transform: uppercase;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    border-radius: 0 !important;
    border: none;
    padding: 12px 5%;
    font-size: 0.9em;
    text-transform: capitalize;
    min-width: 170px;
    text-align: center;
    
}
.goldbutton:hover{

    background-color: var(--tertiary-color);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
/* Carousel END */

/* Hero */
.hero-section {
    background-color: var(--main-color);
    color: var(--tertiary-color);
    padding: 20px 0;
    text-align: center;
}
.breadcrumbs {
    margin-top: 20px;
}
.breadcrumbs a {
    color: var(--tertiary-color);
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
/* Hero END*/

/* Partners */

.partnerstext{
    color: var(--tertiary-color);
    max-width: 80%;
    display: block;
    margin:  auto;
    padding: 100px 0;
}

.partners{padding:0 !important;}

.partners img{
    object-fit:cover;
    width:100%;
    height:100%;
    
}


@media (max-width: 991px) {
    .order1 {
       order:1;
    }
    .order2 {
       order:2;
    }
    
    .share-buttons{
            position: relative;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
  
}
}


.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper .main-image,
.image-wrapper .hover-image {
    display: block;
    width: 100%;
    height: auto;
}

.image-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-wrapper:hover .hover-image {
    opacity: 1;
}

.image-wrapper:hover .main-image {
    opacity: 0;
}

.partners-holder h3{text-align: center; margin-bottom:50px;}
.partners-holder h5{text-align: center; margin-bottom:20px;}
.partners-holder{
    padding:100px 0;
}
/* Partners END*/

/*Clients*/
#clients h1{text-align: center; margin-bottom:50px;}
#clients h5{text-align: center; margin-bottom:20px;}
#clients{
    margin:100px auto;
}
/*Clients END*/





/*Contact*/

/* Custom styles for the contact page */
#contact {
    background: #f9f9f9;
    padding: 50px 0;
}
#contact .form-group {
    margin-bottom: 15px;
}
#contact label {
    font-weight: bold;
}
#contact .btn {
    width: 100%;
}

.goldform{
    padding: 50px 20px;
    background-color: var(--secondary-color);
    color:var(--tertiary-color);

}

#contact .form-control{
background: transparent;
border-radius: 0;
padding: 10px;
color: var(--tertiary-color);
}
#contact .btn{
    color:var(--tertiary-color);
    background: transparent;
    border-radius: 0;
    padding: 10px;
    border:1px solid var(--tertiary-color);
}
#contact .btn:hover{
    background: var(--tertiary-color);
    color: var(--main-color);
}
#contact .form-check-input{
   
    border-radius: 0;
}

#contact .form-check-input:checked{
    background: var(--main-color);
    border-radius: 0;
}
#contact .form-check-input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: var(--tertiary-color);
    font-size: 16px;
    font-weight: bold;
}

#contact .form-check-input:checked::before {
    content: "X";
    transform: translate(-50%, -50%) scale(1);
}

#contact ::placeholder{ color:var(--tertiary-color);}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/*Contact END*/



/* Privacy*/


.dark .tehnical{
    color: var(--tertiary-color);
}

.dark .privacy-button{
    background-color: var(--main-color);
    color: var(--tertiary-color) ;
    border: 1px solid var(--secondary-color);
}

.dark .accordion-body {
    background-color: var(--main-color);
    color: var(--tertiary-color) ;
}

.accordion-item{
    margin-bottom: 20px;
    border:var(--secondary-color);
}

.privacy-button::after {
    content: '↑';
    font-size: 1.2rem;
    float: right;
}
.privacy-button.collapsed::after {
    content: '↓';
}
.privacy-button {
    font-weight: bold;
    background-color: #f8f9fa;
    border: 1px solid var(--secondary-color);
    width: 100%;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    font-weight: 100;
}
.accordion-body {
    font-size: 1rem;
    color: var(--main-color);;
}
.privacy-container {
    margin-bottom: 2rem;
    margin: 50px auto 50px auto;
    width:80%;
}

.right-image {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}



.piccover3{
    background: url(../images/home8.jpg);
    background-size: cover;
    background-position: center;
}

/* Privacy END*/



/*dummy*/
.piccover-tours{
    background: url(../images/tours.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-transfers{
    background: url(../images/transfers.jpg);
    background-size: cover;
    background-position: center;
}
.piccover-concierge0{
    background: url(../images/portonovievent.webp);
    background-size: cover;
    background-position: center;
}

.piccover-concierge1{
    background: url(../images/cetering.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-concierge2{
    background: url(../images/concierge2.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-ground1{
    background: url(../images/ground.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-ground2{
    background: url(../images/ground2.jpg);
    background-size: cover;
    background-position: center;
}


.piccover-special1{
    background: url(../images/special.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-special2{
    background: url(../images/special2.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-special3{
    background: url(../images/boka.jpg);
    background-size: cover;
    background-position: center;
}

.piccover-special4{
    background: url(../images/Dubrovnik.webp);
    background-size: cover;
    background-position: center;
}

/*dummy end*/


/*AIR*/
.piccover-jets{
    background: url(../images/jet.jpg);
    background-size: cover;
    background-position: center;
}

.privatejet{
    color: var(--tertiary-color);
    max-width: 80%;
    display: block;
    margin:  auto;
    padding: 100px 0;
}


.piccover-helicopters{
    background: url(../images/helicopter.jpg);
    background-size: cover;
    background-position: center;
}

.privatehelicopters{
    color: var(--tertiary-color);
    max-width: 80%;
    display: block;
    margin:  auto;
    padding: 100px 0;
    text-align: right;
}

.airbook textarea.form-control {
    height: calc(2.25rem * 3 + 70px); /* Adjust based on the exact height of the input fields */
    border-radius: 0;
    padding: 10px;
}

.airbook input{
    margin-bottom: 20px;
    border-radius: 0;
    padding: 10px;
}
.airbook select{
    margin-bottom: 20px;
    border-radius: 0;
    padding: 10px;
}


/*AIR END*/



/*FAQ*/





.dark .faq-button{
    background-color: var(--main-color);
    color: var(--tertiary-color) ;
    border: 1px solid var(--secondary-color);
}

.dark .accordion-body {
    background-color: var(--main-color);
    color: var(--tertiary-color) ;
}

.accordion-item{
    margin-bottom: 20px;
    border:var(--secondary-color);
}

.faq-button::after {
    content: '↑';
    font-size: 1.2rem;
    float: right;
}
.faq-button.collapsed::after {
    content: '↓';
}
.faq-button {
    font-weight: bold;
    background-color: #f8f9fa;
    border: 1px solid var(--secondary-color);
    width: 100%;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    font-weight: 100;
}
.accordion-body {
    font-size: 1rem;
    color: var(--main-color);;
}
.faq-container {
    margin-bottom: 2rem;
    margin: 50px auto 50px auto;
    width:80%;
}

.right-image {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.piccover{
    background: url(../images/home5.jpg);
    background-size: cover;
    background-position: center;
}

/*FAQ END*/



/*Tips*/



.dark .tips-button{
    background-color: var(--main-color);
    color: var(--tertiary-color) ;
    border: 1px solid var(--secondary-color);
}

.dark .accordion-body {
    background-color: var(--main-color);
    color: var(--tertiary-color) ;
}

.accordion-item{
    margin-bottom: 20px;
    border:var(--secondary-color);
}

.tips-button::after {
    content: '↑';
    font-size: 1.2rem;
    float: right;
}
.tips-button.collapsed::after {
    content: '↓';
}
.tips-button {
    font-weight: bold;
    background-color: #f8f9fa;
    border: 1px solid var(--secondary-color);
    width: 100%;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    font-weight: 100;
}
.accordion-body {
    font-size: 1rem;
    color: var(--main-color);;
}
.tips-container {
    margin-bottom: 2rem;
    margin: 50px auto 50px auto;
    width:80%;
}

.right-image {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.piccover-tips{
    background: url(../images/home6.jpg);
    background-size: cover;
    background-position: center;
}

/*Tips END*/

/* Testimonial */

.carousel-control-prev-icon, .carousel-control-next-icon{background-color: transparent !important;}

.tesclient p{
    padding-top: 15px;
}

#testimonial{
    padding:5rem 0 5rem 0;
}

.blockquote {
    font-size: 0.9rem;
    font-style: italic;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.text-muted {
    color: #6c757d !important;
}

.testpic{
    float:left;
    max-width: 60px;
    height: auto;
    margin: 5px;
}
.tesclient{
    max-width: 200px;
    margin: auto;
    display: block;
}
.testimonial img {
    margin-bottom: 0.5rem;
}

.testimonial p {
    margin: 0;
}
/* Testimonial END */

/*Tim*/
#tim{
    padding:5rem 0 5rem 0;
}
#tim h5{
    color:var(--tertiary-color);
    text-align: center;
    margin-top: 30px;
}

#tim p{
    color:var(--tertiary-color);
    text-align: center;

}
/*Tim END*/

/*Login*/

#login{
    height: 100vh;
    background:var(--main-color)
    
    
}

.loginform{height: 400px;
    
    display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
}

.loginform .card {
       border: 1px solid;
    margin-bottom: 50px;
    padding: 50px;
    background:var(--main-color);
    color:var(--tertiary-color);
    width: 400px;
    border-radius:0;
    
    }
.loginform .btn{
      
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }  
  
 .loginform .form-control{
     border-radius:0;
     border-radius: 0;
    padding: 10px;
    background: #ffffff;
 }
 
.loginform ::placeholder{ color:var(--tertiary-color);}
    
      

/*Login End*/


/*Admin*/


#admin{
    min-height: 100vh;
    background:var(--main-color);
    color: var(--tertiary-color);
    padding: 50px 0;
    
    
}


#admin .form-control{background: transparent !important; color:var(--tertiary-color);}


#admin th a{color:var(--tertiary-color);}


#admin th{
color:var(--tertiary-color);
background: var(--secondary-color);
}


.admin-button{
margin: auto;
display: block;
width:80%;
 }   

.box{text-align: center;}

.adminform{height: 400px;
    
    display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
}

.adminform .card {
       border: 1px solid;
    margin-bottom: 50px;
    padding: 50px;
    background:var(--main-color);
    color:var(--tertiary-color);
    width: 400px;
    border-radius:0;
    
    }
.adminform .btn{
      
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }  
  
 .adminform .form-control{
     border-radius:0;
     border-radius: 0;
    padding: 10px;
    background: transparent;
 }
 
.adminform ::placeholder{ color:var(--tertiary-color);}
    
      




/*Admin END*/

/* Footer */

footer{
    background-image: url('../images/parts/footer.svg');
    background-size: cover;
    background-position: center;
    background-color:var(--main-color);
    color:var(--tertiary-color);
    padding:100px 10px;
    z-index: 3;
    position: relative;

}
footer p{
    color:var(--tertiary-color) !important;
}

.logo-footer{
    max-width: 100px;
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 1.2em;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 0px;
    margin-top: 0;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin: 10px 0;
}

.footer-section ul li a {
    color: #FFFFFF;
    text-decoration: none;
}



.contact-info p {
    margin: 5px 0;
}

.social-icons {
    display: flex;
    margin-top: 10px;
}

.social-icons a {
    margin-right: 10px;
}

.newsletter p {
    margin: 20px 0;
}

.newsletter form {
    display: flex;
    align-items: center;
    border: 1px solid var(--tertiary-color);
    padding: 5px;
    max-width: 90%;
}

.newsletter input[type="email"] {
    border: none;
    background: none;
    color: var(--tertiary-color);
    padding: 10px;
    flex: 1;
    
}

.newsletter button {
    background: none;
    border: none;
    cursor: pointer;
}

.newsletter button img {
    height: 20px;
}

#newsletter .form-control{
    border-radius: 0;
    border: 1px solid var(--secondary-color);
    width: 80%;
    margin: auto;
    padding: 10px;
}
#newsletter .btn{
    background: var(--main-color);
    color:var(--tertiary-color);
    border-radius: 0;
}


.goldform .form-control{
border: 1px solid var(--tertiary-color) !important;
background: transparent;}

#newsletter{
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; /* Optional: This will also center the child horizontally */
    height: 100%; /* Make sure the parent div has a defined height */
}

#newsletter .container .row{
    display: flex;
    align-items: center;
    justify-content: center; /* Optional: This will also center the child horizontally */
    height: 100%; /* Make sure the parent div has a defined height */
}

#newsletter .btn:hover{
    background: var(--secondary-color);
    color:var(--tertiary-color);
    
}
.goldform .btn{
    color:var(--secondary-color) !important;
    background: var(--tertiary-color)!important;
}

.goldform .btn:hover{
    color:var(--main-color) !important;
    background: var(--tertiary-color)!important;
}

/* Footer END */

/* Fontawesome */
.social-icons {
    display: flex;
    margin-top: 10px;
}

.social-icons a {
    margin-top: 20px;
    margin-right: 18px;
    color: var(--tertiary-color);
    font-size: 18px; /* Adjust the size as needed */
    transition: color 0.3s; /* Add transition for hover effect */
}

.social-icons a:hover {
    color: var(--secondary-color);
}

.fa-sailboat{
    margin-right: 10px;
    color: var(--tertiary-color);
    font-size: 24px; /* Adjust the size as needed */
    transition: color 0.3s; /* Add transition for hover effect */
}

.fa-sailboat a:hover {
    color: var(--secondary-color);
}
/* Fontawesome END */

/*Gallery*/

 .tab-content {
        display: none;
    }
    .tab-content.active {
        display: block;
    }
    
    .overlay-gal {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 20px 0 0 0;
    }
    .overlay-gal img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s;
    }
    .overlay-gal .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s;
            color: #fff;
             font-size: 4em; 
    }
    .overlay-gal:hover .overlay {
        opacity: 1;
    }
    .overlay-gal .overlay i {
        color: #fff !important; 
        font-size: 4em; 
    }
    .gallery-switcher {
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        opacity: 0.5;
    }
    
    .gallery-switcher.active {
        color: var(--main-color);
        opacity: 1;
    }



#gallery{margin:100px 0;}


.masonry-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px; /* Adjust this value based on your gutter */
    margin-right: -10px; /* Adjust this value based on your gutter */
}
.masonry-sizer,
.masonry-item {
    width: 33.333%; /* Default to 3 columns */
    padding-left: 10px; /* Adjust this value based on your gutter */
    padding-right: 10px; /* Adjust this value based on your gutter */
}
.masonry-item {
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    padding: 0.5rem;
    position: relative;
    overflow: hidden; /* Ensure that the image does not overflow the container */
}
.masonry-item img {
    width: 100%;
    transition: transform 0.3s ease;
}
.masonry-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    text-align: center;
    pointer-events: none; /* Ensure the overlay does not interfere with hover events */
}
.masonry-item:hover img {
    transform: scale(1.1); /* Scale image on hover */
}
.masonry-item:hover .overlay {
    opacity: 1;
}
.masonry-item .text {
    padding: 20px;
}
.masonry-item .text h3 {
    margin-bottom: 10px;
    font-size: 1em;
}
.masonry-item .text h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.masonry-item .text a {
    transition: background 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .masonry-sizer,
    .masonry-item {
        width: 50%; /* 2 columns for medium screens */
    }
}

@media (max-width: 768px) {
    .masonry-sizer,
    .masonry-item {
        width: 100%; /* 1 column for small screens */
    }
}


.custom-tabs .nav-item {
    flex: 1;
    text-align: center;
}

.custom-tabs .nav-link {
    font-size: 1.25rem;
    color: #999;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    margin:auto;
}

.custom-tabs .nav-link.active {
    color: #000;
    border-color: #000;
}

.gallery-section .masonry-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-section .masonry-item {
    width: calc(33.333% - 10px);
    position: relative;
}

.gallery-section .masonry-item img {
    width: 100%;
    display: block;
    transition: transform 0.3s;
}

.gallery-section .masonry-item img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery-section .masonry-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .gallery-section .masonry-item {
        width: 100%;
    }
}



/*Gallery END*/

/*Special*/

#special{padding-top:50px;}

#caru{padding: 50px 10px 1px 10px;}

/*Special END*/


/*Frauscher*/
.frauscher-title{
    text-align: center;
    padding: 10px;
    background: var(--main-color);
    margin-bottom: 30px;
    
}

.frauscher-title a{color:var(--tertiary-color);}

.frauscher-holder {
    position: relative;
}

.frauscher-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.frauscher-holder:hover .frauscher-hover {
    opacity: 1;
}

.fbtn{
        width: 100%;
    margin-bottom: 20px;

}


.accessory-title{
    text-align: center;
    padding: 10px;
    background: var(--main-color);
    margin-bottom: 30px;
    
}

.accessory-title a{color:var(--tertiary-color);}

.accessory-holder {
    position: relative;
}

.accessory-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.accessory-holder:hover .accessory-hover {
    opacity: 1;
}

/*Frauscher END*/

@media only screen and (max-width: 575px) {
.footfix{
    position: fixed;
            right: 0;
    
}

.mobhid{display:none  !important;}
}

.cke_notifications_area{display:none !important;}

.badge {
    font-size: 0.75rem;
    padding: 0.3em 0.5em;
    color: white;
    background-color: #dc3545; /* Red color */
    border-radius: 50%;
    z-index: 10;
}

/* Enquiry Sidebar */
.enquiry-sidebar {
    position: fixed;
    top: 60px; /* Adjust this value to move the sidebar lower (e.g., below a navbar) */
    right: -300px; /* Initially hidden */
    height: calc(100vh - 60px); /* Adjust height to account for the offset */
    width: 300px; /* Adjust width as needed */
    background-color: var(--main-color); /* Main theme color */
    color: white;

    overflow-y: auto; /* Scrollable if content overflows */
    z-index: 9999; /* Ensure it is on top of most elements */
    transition: right 0.3s ease-in-out;
    padding: 1rem;
}

/* Show the sidebar by setting it to the right edge */
.enquiry-sidebar.show {
    right: 0;
}

/* Enquiry Sidebar Close Button */
.enquiry-close-btn {
    position: absolute;
    top: 10px; /* Adjust to position it properly within the sidebar */
    right: 10px; /* Align to the right */
    font-size: 1.5rem; /* Size of the close button */
    color: white; /* Ensure it contrasts against the background */
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000; /* Ensure it is above other sidebar content */
}

/* Hover Effect for Close Button */
.enquiry-close-btn:hover {
    color: rgba(255, 255, 255, 0.8); /* Slight transparency on hover */
}
/* Enquiry Item Styling */
.enquiry-item {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.enquiry-item:last-child {
    border-bottom: none;
}

/* Footer with Proceed Button */
.enquiry-footer {
    margin-top: 1rem;
}

.enquiry-footer .btn {
    width: 100%;
    background-color: white; /* Button contrast against sidebar */
    color: var(--main-color);
    border: none;
}

.enquiry-footer .btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Empty Enquiry Message */
.empty-enquiry {
    text-align: center;
    margin-top: 2rem;
    color: rgba(255, 255, 255, 0.8);
}



/* Enquiry Item */
.enquiry-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.enquiry-item:last-child {
    border-bottom: none;
}

/* Item Image */
.enquiry-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 1rem;
}

/* Item Info */
.enquiry-item-info {
    flex-grow: 1;
}

.enquiry-item-name {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.enquiry-item-category {
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Delete Button */
.enquiry-delete-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.enquiry-delete-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}


/* Ensure dropdown options are fully visible */
select.form-control {
    background-color: #fff; /* White background for contrast */
    color: #000; /* Black text for visibility */
    height: auto; /* Allow height to adjust */
    max-height: 300px; /* Set max height for dropdown */
    overflow-y: auto; /* Enable scrolling if too many options */
}

/* Increase padding for better readability */
select.form-control option {
    padding: 10px;
    font-size: 16px;
    color: #000; /* Ensure text color is visible */
    background-color: #fff; /* Background for options */
}

/* Fix dropdown visibility */
select.form-control:focus {
    outline: none;
    border: 1px solid #ccc; /* Ensure border visibility */
}

/* Ensure dropdown opens downward */
select {
    appearance: none; /* Remove default styles */
}

/* Fix dropdown positioning */
select::-ms-expand {
    display: none; /* Hide arrow in IE */
}
@media (max-width: 991px) {
    .enquiry-sidebar {
        top: 60px;
        right: -100%;
        width: 100vw;
        height: calc(100vh - 60px);
        border-left: none;
        padding: 20px;
        transition: right 0.3s ease-in-out;
        z-index: 9999;
    }

    .enquiry-sidebar.show {
        right: 0;
    }
}


/* Media Gallery Styling */
.media-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 15px;
}

.media-item {
    position: relative;
    max-width: 200px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
}

.media-item:hover {
    transform: scale(1.05);
}

/* Image & Video Styling */
.media-item img, 
.media-item iframe {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
}

/* Delete Button */
.delete-media {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.delete-media:hover {
    background: rgba(255, 0, 0, 1);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .media-item {
        max-width: 150px;
    }
    
    .media-item img,
    .media-item iframe {
        height: 120px;
    }
}

.gallery-thumb {
    display: inline-block;
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    margin: 4px;
    border-radius: 4px;
}

.hidder{display:none;}

input[type="date"]::-webkit-calendar-picker-indicator {
    display:block !important; color:#000 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
}