

/*********************************
    BASIC STAFF
*********************************/


 */@font-face {
 font-family:'FontAwesome';
 src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
 src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
 url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
 url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
 url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
 url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
 font-weight:normal;
 font-style:normal
}

@font-face
{
    font-family: 'Beyond';
    src: url('../fonts/beyond.otf')  format('truetype'),
         url('../fonts/beyond.ttf')  format('opentype');
}


@font-face {
    font-family: 'payment-webfont';
     src: url('../fonts/payment-webfont.woff');  

    font-weight: normal;
    font-style: normal;
}


.payw {
    font-family: 'payment-webfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.payw-paypal:before {
    content: "\e622"; }

.payw-westernunion:before {
    content: "\e61e"; }

.payw-bitcoin:before {
    content: "\e615"; }

.payw-stripe:before {
    content: "\e60d"; }

.payw-mastercard:before {
  content: "\e602"; }
.payw-visa:before {
    content: "\e601";
}
.payw-american-express:before {
    content: "\e607"; }

.payw-google-wallet:before {
    content: "\e611"; }


.beyond {

    font-family: 'Beyond';
    font-size: 60px;
    color: white;
    margin-top: -14px;
    font-weight: 100;

}

/*********************************
Startpage Header Image
*********************************/

#header-bg {

    backface-visibility: hidden;
    padding-top: 75px;
    padding-right: 0px;
    padding-bottom: 75px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-height: 550px;
    max-height: 450px;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    will-change: top;
    z-index: 1;
    position: relative;
    display: block !important;
    place-items: center;
        }

.header-bg-image {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
        overflow-clip-margin: content-box;
    overflow: clip;
}

#header-bg-image {

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    max-width: 100%;
    background-image: url('../../../images/headers/yacht-charter-thailand.webp');
     background-size: cover;
      background-repeat: no-repeat;
 background-attachment: fixed;
  background-position: top; 
    filter: blur(1px);
  -webkit-filter: blur(1px);

}

#header-bg-image-mobile {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    max-width: 100%;
    background-image: url('../../../images/headers/yacht-charters-in-thailand.jpg');
    background-size: cover;
      background-repeat: no-repeat; 
  background-position: center; 
}



.headline-mobile h1
{
    margin-bottom: 0px;
    color: white; 
    text-shadow: 2px 2px 18px #303030;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}

.headline-mobile h2
{
    margin-bottom: 0px;
    color: white; 
    text-shadow: 2px 2px 18px #303030;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}



.headline-mobile h3
{
    font-family: 'Beyond';
    font-size: 40px;
    color: #efece7 !important;
    margin-top: 14px;
        text-shadow: 2px 2px 18px #303030;
        text-transform: lowercase;


}


/*********************************
   Startpage Header Headline
*********************************/


.headline
{
    z-index: 11;
    position: relative;
}

.headline h1 
{
    margin-bottom: 0px;
    color: white; 
    text-shadow: 2px 2px 18px #303030;
}

.headline h1 
{
    font-size: 62px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
}

.headline h2 
{
    margin-bottom: 0px;
    color: white; 
    text-shadow: 2px 2px 18px #303030;
}

.headline h2 
{
    font-size: 62px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
}

.headline h3
{
    font-family: 'Beyond';
    font-size: 60px;
    color: #efece7 !important;
    margin-top: -14px;
 text-shadow: 2px 2px 18px #303030;
  text-transform: lowercase;

}

.headline-mobile
{
   top: 50%;
  /*  left: 50%; */
    z-index: 11;

    position: relative;
}

.headline span
{
  
  text-transform: lowercase;

}



/*********************************
   Sub-Page Header 
*********************************/


.subpage-header-content
{

    z-index: 11;
   margin-top: 0px; 

}

.subpage-header-content h1
{
    margin-bottom: 0px;
    color: white; 
    text-shadow: 2px 2px 18px #303030;

}

.subpage-header-content h1
{
    font-size: 62px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
}

.subpage-header-content h1:nth-child(2)
{
    font-family: 'Beyond';
    font-size: 60px;
    color: #efece7 !important;
    margin-top: -14px;

}


.subpage-header-content-inner {
    text-align: center;
  width: 100%;
  margin-bottom: 5rem !important;
  margin-top: 7em;

}

.slave-subpage-header-content-inner {
    text-align: center;
  width: 100%;
  margin-bottom: 0rem !important;
  margin-top: 3em;

}


.sub2-header-content-inner {
    text-align: center;
  width: 100%;
  margin-bottom: 0rem !important;
  margin-top: 1em;

}


.subpage-header-outline {
padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important; 
    background-color: #282e34;
    margin-bottom: 6em !important;
  opacity: 0.85;
}

.subpage-header-mobile {
    margin: 0px 0.1px; 
     height: 320px; 
     width: 100%;  
     background-position: center;
     background-repeat: no-repeat;
    background-size: cover; 
    padding: 0;
}



.subpage-header-desktop {
     
    position: absolute; 
    top: 120px; 
    left: 0px; 
    width: 100%; 
    height: 550px; 
    overflow: hidden; 
    z-index: -100; }







@media (min-width: 320px) and (max-width: 480px) {
 .beyond {
       font-size: 50px; }
 
.subpage-header-content {
    margin-top: 0; }
.subpage-header-content h1:first-child {
    font-size: 45px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase; }

.subpage-header-content h1:nth-child(2) {
    font-family: 'Beyond';
    font-size: 50px;
    color: #efece7 !important; 
    margin-top: 5px; }


.subpage-header-content-inner {
    text-align: center;
  width: 100%;
  margin-bottom: 5rem !important;
  margin-top: -2em; }


.subpage-header-outline {
padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important; 
    background-color: #282e34;
    margin-bottom: 3em !important; 
  opacity: 1; }

.subpage-header-mobile {
    margin: 0px 0.1px; 
     height: 320px; 
     width: 100%;  
     background-position: center;
     background-repeat: no-repeat;
    background-size: cover; 
    padding: 0; }


}








.position-relative {
    position: relative;
}

.headline_inner {

    margin-top: 100px;
}


@media (min-width: 320px) and (max-width: 480px) {
 .beyond {
       font-size: 50px;

    }
    .headline_inner {

    margin-top: -30px;
}
.headline_grid {
    margin-top: 0; }

.headline_grid h1:first-child { 
    font-size: 45px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 100px; }

.headline_grid h1:nth-child(2) {
    font-family: 'Beyond';
    font-size: 50px;
    color: #efece7 !important;
    margin-top: 0px; }

}

/*********************************
    INTRO
*********************************/


.intro-module {
    background-color: #545450;
}

#intro {
    background-color: #545450;
    min-height: 300px;
  /*  margin-top: -150; */

}

#intro p {

    font-size: 1.2em;
    line-height: 1.4;
    text-align: center;
}

#intro h5 {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;

}


.intro-overlay {
  --intro-overlay-opacity:0.5;
  --intro-overlay-bg-color:var(--bs-black-rgb);
  position:relative
}
.intro-overlay:after {
  background-color:rgba(var(--intro-overlay-bg-color),var(--intro-overlay-opacity));

/*  background-color:rgba(0, 0, 139, 0.6); */
   bottom:0;
  content:"";
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:0
}
.intro-overlay>* {
  position:relative;
  z-index:1
}



.intro-py {
  background-position:50%;
  background-size:cover;
  overflow: hidden;

}
.intro-py .container>.row {
/*  min-height:1200px */

margin-top: 100px;
margin-bottom: 220px;
}
@media(min-width:1200px) {
  .intro-py .container>.row {
    min-height:1012px
  }
}

.intro-top-margin {
/*    margin-top: -150px; */
    margin-bottom: 400px;

}




.button-wrapper {
/* margin: 40px 0px;
padding-top: 30px; */
  display: inline;
  justify-content: center;

}

.button-wrapper a {


}

.button-light {

    margin: 40px 20px 0 20px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.35);
    box-shadow: 2px 2px 18px #303030;
}

.button-light:hover {

    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.button-light-mobile {

    margin: 40px 20px 0 20px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 2px 2px 18px #303030;
}

.button-light-mobile:hover {

    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.inner-box {
    position: relative;
    z-index: 3;

}

.inner-inner-box {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    justify-content: center;

 
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
      font-size: 600px;

}

#header-headline {

    justify-content: center;
    text-align: center;
    height: 100%;
    font-size: 600px;
}







#headersection {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;

}


/*********************************
    ITEM
*********************************/



.intro-item {
  background-position:50%;
  min-height: 400px;
  background-size:cover;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
.intro-item .container>.row {
        min-height: 380px !important;
    }
    .intro-item {
        margin-top: -390px;
    }
}
.intro-item .container>.row {
  min-height:400px;
  overflow: hodden;
}


.item-bg-img {

   width: 100%; /* Adjust as needed */
    height: 700px; /* Fixed height */
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    filter: blur(2px);
  -webkit-filter: blur(2px);

  filter: brightness(1.1) contrast(1);
}

@media (min-width: 320px) and (max-width: 480px) {
    .item-bg-img {
 
  height: 450px !important;
  margin-top: 0px; 
    }
}

.intro-txt {
    color: #777;
    background-color:white;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
}


.intro-item-offer {
    height: 600px;
}

.intro-item-destination {
    height: 600px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .intro-txt {
    padding: 10px 30px;
    }
    .intro-item-offer {
    height: 500px;
}
.intro-item-destination {
    height: 350px;
}
}



/*********************************
    SHAPES
*********************************/

.shape-top {

    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
    bottom: -1px;

}

.shape-bottom {

    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
 /*   bottom: +1px; */
            stroke-width: 1px;
  stroke-dasharray: 2,2;
  stroke-linejoin: round;
}

.shape-top svg {
    transform: rotate(180deg) translateX(50%);
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: hidden;
    line-height: 0;
}


.single-shape-top {

    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
    bottom: -1px;

}

.single-shape-top svg {
    transform: rotate(180deg) translateX(50%);
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: hidden;
    line-height: 0;
    background-color: #efece7;
}

.shape-bottom svg {

 /*   transform: rotate(180deg) translateX(50%); */
    display: block;
    width: 100%;
    position: relative;
 /*  left: 50%; */
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: hidden;
    line-height: 0;

}

 .shape-color-1 path {
        fill: #545450;
}

 .shape-color-2 path {
        fill: #545450;
}


.shapebottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
    bottom: -1px;
   

    max-width: 100%;
    height: 100px;
    transform: rotateX(180deg) translateX(-50%);
    fill: #545450;
}


.shapetop {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
    bottom: -1px;
   

    max-width: 100%;
    height: 100px;
    transform: rotateX(180deg) translateX(-50%);
    fill: #545450;
}




/*********************************
    COUNTER WAVE
*********************************/


.counter-wave {
height: 100%;
    margin: 100px 0 300px 0;
}


.counter-wave-box {


    display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: wrap;
 /*   flex-wrap: wrap; */
    position: absolute;
  background-color: #545450;
  width: 100%;


}



#counter {

    position: relative;
  
  width: 100%;
  background-color: #545450;
  height: 99px;
}


#shape-1 {
    position: relative;

}

#shape-2 {

   position: relative;
}

.animated-number {
color: #ff8e7d;
  font-size: 40px;
}

.animated-number-title {
font-size: 18px;
  color: #c2c2c2;
}

.animated-number-box {
   margin: 20px 40px;
}

/*********************************
    APPROVED
*********************************/

.sticky .sticky__wrapper {
    z-index: 1000 !important;
}



/*********************************
    FOEMULAR
*********************************/


.form-select, .form-select:hover {
    color: #000;
    height: 40px;
}

.cf-control-input h2 {
    border-top: solid 1px #282e34;
    padding-top: 15px;
}

.price_new {

    font-size: 20px;
    font-weight: bold;
   
}

.price_old {

    text-decoration: line-through;
    color: red;
}


th.highlight {
  
    background: #000 !important;
font-weight: bolder;
}


.form-contact {
    width: 100%;
    background-color: #f2f2f2;
    border-top: 1px solid #000;
    padding: 50px;
    margin-top: 30px;
}

.form-contact h3 {
    background-color: #fff;
    padding: 15px;
    border: rounded;
}

.columnRight {
/*    border-left: 1px solid #ddd;*/
padding: 10px;
}

.columnLeft {
/*    border-left: 1px solid #ddd;*/
padding: 20px;
}

.cf-one-half {
    display: inline-block;
}

.cf-two-thirds {
    display: inline-block;
}

.cf-one-third {
    display: inline-block;
}

.form-table {
    border-collapse: collapse;
    margin: 25px 0;

    width: 100%;
/*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
valign: middle;
}

.form-table thead tr {
  background-color: #000;
    color: #ffffff;
    text-align: left;
}
.form-table th,
.form-table td {
    padding: 3px 15px;
}

.form-table tbody tr {
    border-bottom: 1px solid #dddddd;
valign: middle;
}

/* .form-table tbody tr:nth-of-type(even) {
    background-color: rgba(244, 250, 220, 1);
} */

.form-table tbody tr:last-of-type {
    border-bottom: 2px solid #000;
}

.form-table tbody tr.active-row {
    font-weight: bold;
    color: #000;
}

.formnormal {
    height: 40px;
padding-left: 10px;
}

.formspan {
line-height: 40px;
}

.formnormal2 {
    min-height: 40px;

padding: 10px 0 10px 10px;
}

.formspan2 {
line-height: 20px;
}

.table thead th {
vertical-align: middle;
padding-left: 15px;
padding-right: 10px;
    color: #fff;
    background-color: #613A43;
    letter-spacing: 0px;
}


/*********************************
    ????
*********************************/

.buttons {
    margin-top: -120px;
    z-index: 2000;
    text-align: center;
}

.imgcenter {
      display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-title {

    margin-left: -50%;
    background: 0 0;
    padding: 0 20px;
     margin-top: 10%;
}

.image-title-xs {

    background: 0 0;

     margin-top: 10%;
}

.image-title-right {

    margin-right: -30%;
    margin-left: 30%;
    background: 0 0;
    padding: 0 20px;
     margin-top: 10%;
     z-index: 5;
}


.image-title h3 {
        background: #fff;
    box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
    display: inline;
    text-transform: uppercase;

}

.image-title-xs h3 {
        background: #fff;
    box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3;
    display: inline;
    text-transform: uppercase;

}


.image-title-right h3 {
        background: #fff;
    box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
    display: inline;
    text-transform: uppercase;

}

.image-text {


 /*   margin-top: 20px; */
}


.image-text-left {

    text-align: right;
    padding-left: 60px;
    margin-top: 20px;
}

.card-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
    display: flex !important;
    align-items: flex-end !important;
}

.image-category {
    top: -1px;
    right: 40px;
    padding: 10px 15px;
    font-size: 12px;
    background: #fff;
    border-radius: 2px;
    text-transform: uppercase;
}


.align-right {
    text-align: right;
}

#jomdirectory-item .jh-photoBox {
z-index: 1;
}

#jomdirectory-item .price-tour {
    font-size: 1.22rem;
}

#jomdirectory-item .price-from {
    text-transform: uppercase;
}

.right-0 {
 right:0 !important
}
.top-0 {
 top:0 !important
}
.z-index-1 {
 z-index:1
}
.z-index-2 {
 z-index:2
}
.overflow-hidden {
 overflow:hidden
}
.hide:not(.in) {
 display:none !important
}

#jomdirectory-item .price-container {
  margin-bottom: 10px;
  padding: 10px;
  background: none 0px 0px repeat scroll rgba(254, 254, 254, 0.85);
  border: 1px solid #e1e1e1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
  border-radius: 3px;
  border-image: initial;
  max-width: 220px;
  
}



@media (min-width: 320px) and (max-width: 480px) {
    #jomholiday-item .price-container {
        margin-top: 50px;
    }
}

#jomdirectory-item .price {
    margin: 10px 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;

    white-space: nowrap; 
}

#jomdirectory-item .price-resource {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
  
}

#jomdirectory-item .price,
#jomdirectory-item .price-tour,
#jomdirectory-item .price-resource {
    color: #E04F00;
}

@media (min-width: 320px) and (max-width: 480px) {
    #jomholiday-item .price, #jomholiday-item .price-tour {
        font-size: 1.2rem;
    }
}

#jdCarousel .carousel-indicators {
  bottom: 0 !important;
  margin: 0 !important;
  overflow-x: auto;
  width: 100% !important;
  white-space: nowrap;
  display: block !important;
  text-align: center;
  left: 0 !important;
  background: 0;
  float: none;
}

.gradient {
    background: -webkit-linear-gradient(50deg,#ffd86f,#fc6262)!important;
    background: -o-linear-gradient(50deg,#ffd86f,#fc6262)!important;
    background: linear-gradient(40deg,#ffd86f,#fc6262)!important;
}


.card-header {
 text-transform:uppercase
}


.card {
 -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
 box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
 border:0;
 /* font-weight:400 */
}

.card[class*="border"] {
 border:1px solid #9e9e9e;
 -webkit-box-shadow:none;
 box-shadow:none
}




.famous {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-white {
  color: #fff !important;
}

.mdi-star  {
 font-size: 22px;
}

.mdi-star-outline  {
 font-size: 22px;
}

.mdi mdi-sort-variant {
    font-color: #000;
}

.btn-light, .btn-light:hover {
    color: #000;
    height: 40px;
}


#klaro {
    right: auto !important;
    left: 20px !important;
    bottom: 20px !important;
}
.cookie-notice:not(.cookie-modal-notice)
{
    right: auto !important;
    left: 20px !important;
    bottom: 20px !important;
}



.btn-outline-dark {
  color: #212529;
  border-color: #212529 !important;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 500px;
  float: right !important;
  margin-right: 1rem !important;
  overflow: hidden;
  padding: 0 30px;
  -webkit-appearance: none;
  
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
      margin: 0;
   
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-weight: 400;
    border-radius: 500px;
    background-origin: border-box;
  }
  
  
  
  
.btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light:active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn:focus, .uk-button:focus {
    outline: 0;
}
.btn:not(:disabled), .uk-button:not(:disabled) {
    cursor: pointer;
}
.btn.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn[class*=btn-outline-] {
    background: 0 0;
    border: 1px solid transparent;
}

.align-top {
    vertical-align: top!important;
}
.float-right {
    float: right !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


.stretched-link {
color: #000;
}

.stretched-link hover {
color: #b80707;
}

.product-card {
border: 5px solid #fff; 
border-radius: 7px;
}

.product-card:hover {
   
      border: 5px solid #2E4053  !important;
      border-radius: 10px;
    }

.card-footer a {
color: #fff;
}



.table {

    padding-right: 5px; 
}




/*********************************
    COLORS
*********************************/

.pydarkgreen {
    background-color: #545450;

    /*#969e94;

   #2F4858

     #3F5D7D;

    #9dabab; */
}

.pylightgreen {
    background-color: #efece7;
}

.pygrey {
    background-color: #f6f4eb;
}

.pybrown {
    background-color: #a68160;
}

.pydarkred {
    background-color: #613A43;
}

.pydarkblue {
    background-color: #2E4053;
}

.bg-brown {
background-color: #006064;
color: #fff;
}

.bg-deeporange {
background-color: #FBE9E7;
}

.bg-amber {
background-color: #FFECB3;
}

.bg-teal {
background-color: #78889a;
}

.bg-red {
background-color: #bb2727;
}



/*********************************
    COLORS
*********************************/


.seasonprices::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.seasonprices::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}


.estimate td:nth-child(2),
.estimate th:nth-child(2) {display:none}

@media only screen and (min-width:480px) {
.estimate td:nth-child(2),
.estimate th:nth-child(2) {display:block; display:table-cell}
}

.entry-image { 
margin-bottom: 0px; }


.entry-header {
    margin-top: 50px;
}

.accordion-button:not(.collapsed) {
     color: #fff;
    background-color: whitesmoke;
     border-color: #fff;
}


.accordion-header > .accordion-button {
     color: #000;
    background-color: white;
     border-color: #fff;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.bottom-div {
position: fixed;
  right: 0px;
  left: 0px;
  padding: 1rem;
  bottom: 0px;
  background: var(--next-color-background,rgba(255,255,255,1));
  display: none;
  z-index: 1;
  -moz-box-align: center;
  align-items: center;
  flex-direction: row;
  color: #fff !important;
  background-color: rgba(39,39,39,0.75);

  overflow: hidden;
  transition: all 1s;
}


.bottom-div h3 {
color: #fff !imporant;
font-size: 20px !important;
}

#sp-section-9 .sp-module-title {
    color: #fff;
    margin: 0 0 0 0 !important;
}

 .sp-module-menu .sp-module-title {
    color: #fff !important; 
  
}

.blogcontent {
    margin-bottom: 30px;
}


.sp-dropdown .sp-dropdown-main .sp-dropdown-mega {

      padding: 20px; 

}


.whitefont {
    color: #fff !important; 
       font-size: 30px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #333; /* Adjust the color as needed */
    text-decoration: none;
}



.finder {
    margin: 20px 0;
}



.sp-module ul > li {
    width: 100% !important;
}


.cf-content-img {
    display: none;
}


#offers {
    background-color: #efece7;
 /*   padding-top: 200px; */
}

.offers-row {
    padding: 3em;
}

@media (min-width: 320px) and (max-width: 480px) {
    .offers-row {
        padding: 1em;
    }

    #offers {
    background-color: #efece7;
    padding-top: 30px;
}
}

#destinations {
    background-color: #5a5e83;
}


/*********************************
xxxx
*********************************/


    
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a {
    color: #fff;
}

#offcanvas-toggler > i {
    color: white;
}

 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #a048b9 linear-gradient(140deg, #a048b9 0%, #a048b9 10%, #9845b0 10%, #9845b0 20%, #8c40a3 19%, #9041a6 21%, #9041a6 20%, #9041a6 30%, #853c99 29%, #883e9d 31%, #883e9d 30%, #883e9d 40%, #7d3990 39%, #803a94 41%, #803a94 40%, #803a94 50%, #753587 49%, #78368b 51%, #78368b 50%, #78368b 60%, #6d317e 59%, #703381 61%, #703381 60%, #703381 70%, #652e74 69%, #682f78 71%, #682f78 70%, #682f78 80%, #5d2a6b 79%, #602b6f 81%, #602b6f 80%, #602b6f 90%, #552662 89%, #582866 91%, #582866 90%, #582866 100%) repeat scroll 0 0;
    padding: 15px;
}

.mobile-menu {

    border-bottom: 1px solid #000;
}


.nrf-widget.tf-slideshow-wrapper .swiper-wrapper .swiper-slide img {
    border: 2px solid #fff;
    border-radius: 15px;
}


.nrf-widget.tf-slideshow-wrapper.slideshow1 {


    height: 400px;
}


.parallax-element {
  position: relative;
  margin-top: 0px; 
}

.page-header h1 {
    display: none;
}


#sp-menu {
    z-index: 500;
}

address {
    text-align: center;
}



/* text parallax */ 
.item-header {
  position: relative;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg {
  position: relative;
/*  filter: blur(3px);*/
/*  -webkit-filter: blur(3px);*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.bgimg_head {
  position: relative;
/*  filter: blur(3px);*/
/*  -webkit-filter: blur(3px);*/
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;

}


.item-slider {
  position: relative;
 opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.item-header {
  min-height: 500px;
 
}

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

.bgimg {

  min-height: 400px;    
}

@media (min-width: 320px) and (max-width: 480px) {
 .bgimg {
        min-height: 450px; 
    }
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;

}

.caption span.border {

  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
    background-color: rgba(255, 255, 255, 0.35);
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}


@media (min-width: 320px) and (max-width: 480px) {
 .intro-txt  h1 {
        font-size: 1.8em;
    }
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .item-header, .item-slider, .bgimg {
    background-attachment: scroll;
  }
}

#sp-main-body {
    padding: 0px 0 !important; 
}

.item-quote {
    line-height: 2.5;
    padding: 18px;
    letter-spacing: 2px;
    font-size: 25px;
    border: 0;
     position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
 
}




.item-quote span.border {

  color: #000;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
}

.item-quote span.name {

  color: #000;
  padding: 5px 20px;
  font-size: 20px;
  letter-spacing: 10px;
    background-color: rgba(255, 255, 255, 0.85);

}


@media (min-width: 320px) and (max-width: 480px) {
 .item-quote {
        top: 30px;
        padding: 0; 
        line-height: 2.3;
    }
    .item-quote span.border {
        font-size: 1em;
        display: flex;
          letter-spacing: 2px;
    }

    .item-quote span.name {

  color: #000;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0.85);

}
}




/*********************************
lightbox
*********************************/



/*********************************
zoom images
*********************************/



.zoom {
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 200px;
    border:1px solid #000;
    float:left;
    margin:10px;
}
.zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}




/*********************************
xxxxx
*********************************/

.blogclass h3 {
    color: 000 !important;
}
#blog {
    margin-top: 300px;
}

.jbd-container .jitem-card img, .jbd-container .place-card img {
  object-fit: cover !important;
}


.searchblock {
    display: inline-block;
    padding: 10px;
}


.symbol i {
    font-size: 1.5em;
}


.img-thumbnail {
      width: 100%;
    height: 15em;
    object-fit: cover;
    margin-right: 1em;
}

@media (min-width: 320px) and (max-width: 480px) {
 .img-thumbnail {
  margin-right: 0;
    }

    #companies-search .button-light {
        margin: 40px 40px 0 40px;
    }
  
}






.includediv {
color:#ddd;
background-color:#282E34;
text-align:center;
padding:50px 80px;
text-align: justify;
} 

.quotediv {
color:#ddd;
background-color:#282E34;
text-align:center;
padding:50px 40px;
text-align: justify;
} 

.textdiv {
color:#ddd;
background-color:#282E34;
text-align:center;
padding:50px 10px;
text-align: justify;
} 

.offerprice {
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
}


@media (min-width: 320px) and (max-width: 480px) 
        {
    .jitem-logo {
        left: 220px !important;
            bottom: -30px !important; }
    
    .includediv {
        padding: 50px 15px; 
        padding-left: 40px; }
    .quotediv {
        padding: 50px 10px; 
        padding-left: 0px; }
    .card-prices {
        padding: 0 !important;
    }
    .offerprice {
        padding: 50px 0;
    }
    .textdiv {
        padding: 50px 10px;
    }
    .accordion-body {
 /*       padding: 0 !important; */
    }
    }

.jitem-img-wrap {
    height: 250px;

}

@media (min-width: 320px) and (max-width: 480px) {
    .jitem-img-wrap {
     height: 200px;
    }
}

.hiddencom {
    border: 3px solid #000;
}


.badge-cd {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: .50em .5em;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 1;
    font-size: .8rem;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.rgba-black-strong, .rgba-black-strong:after {
    background-color: rgba(0,0,0,0.7);
}

.popup-box {
    position: fixed;               /* Fix the popup box position */
    top: 50%;                      /* Center vertically */
    right: 20px;                   /* Position 20px from the right */
    transform: translateY(-50%);   /* Adjust for perfect vertical centering */
    background-color: #f9f9f9;     /* Light grey background */
    border: 1px solid #ddd;        /* Light border */
    padding: 15px;                 /* Padding inside the box */
    border-radius: 5px;            /* Rounded corners */
    font-size: 14px;               /* Font size */
    width: 250px;                  /* Fixed width */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    z-index: 1000;                 /* Ensure it's on top */
}

    .popup-box p {
        margin: 0;
        color: #333;               /* Darker text color */
    }
    .popup-box strong {
        color: #e74c3c;            /* Highlight the number in red color */
        font-size: 18px;           /* Slightly larger font for the number */
    }
    .close-btn {
           position: absolute;
 top: -5px;
  right: -5px;
    background-color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: white;
    text-decoration: none;
      cursor: pointer;
    }
    .close-btn:hover {
        color: #333;               /* Darker color on hover */
    }


.jbd-container .jmodal-header .close-btn [class*="la"] {
  color: white !important;
}

.accordion{
  margin: 40px 0;
}
.accordion .ditem {
    border: none;
    margin-bottom: 50px;
    background: none;
}
.t-p{
  color: rgb(193 206 216);
  padding: 40px 30px 0px 30px;
}
.accordion .ditem .ditem-header h2 button.btn.btn-link {
    background: #333435;
    color: white;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .ditem .ditem-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .ditem .ditem-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .ditem .ditem-header h2 i {
    float: right;
    font-size: 30px;
    color: #eca300;
    background-color: black;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.dark-bg {
color:#ddd;
background-color:#282E34;

}

.fooddiv {
color: #000; 
padding: 0 50px;"
} 

@media (min-width: 320px) and (max-width: 480px) {
    .fooddiv {
     padding: 0 20px;
    }
    .fastar {
        color: white;
    }
  
    .no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .padding-30 
    { padding: 0px 30px }

}

  .margintop-100 {
        margin-top: 100px;
    }


    .search-dir-button {
    z-index: 10;
    padding: 10px 20px;
}

.text-white {
    color: white;
}

 .ctg-slider-wrapper .slick-slider .controller-prev i, 
 .ctg-slider-wrapper .slick-slider .controller-next i {
  
  /*  font-size: 40px !important; */
 }

 .slick-slider .controller-prev i{
    
 }

 .ctg-slider-wrapper .slick-arrow {
    top: 12em !important;
    
    background-color: white;
    border: 0 !important;
}


.ctg-slider-wrapper .controller-prev {
    left: 3px;
}

.ctg-slider-wrapper .controller-next{
    right: 3px !important;
}

.ctg-slider-wrapper .ctg-slider-item-text {
    color: white !important;
    text-align: center !important;

}

#searchform .search-dir-button {
     position: relative;
    z-index: 3000;
}

@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
    }
    .search-dir-button {
        margin-top: 10px;
    }
}




  .imagebox {
  display: block;
  width: 100%;
  height: auto;
}

.overlaybox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dde6e8;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity: 90%;
}

.containerbox:hover .overlaybox {
  height: 100%;
  padding: 10px;
    z-index: 1000;
}

.textbox {
  white-space: normal; 
  color: black;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 350px;
  min-width: 300px;
  max-width: 350px;
  padding: 0 10px;
  z-index: 1000;
}

.accordion-body .nav-item a {
  color: #000 !important;
}

