/*
Theme Name: ALBERT 
Theme URI: http://www.ansonika.com/albert/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 Room list
- 2.3 Room details
- 2.4 About
- 2.5 Gallery
- 2.6 Faq
- 2.7 Contact us
- 2.8 Cookie bar
- 2.9 Gallery 2
- 2.10 Home booking v3

3. COMMON
- Preloader
- Spacing
- Containers
- Input form style
- Incrementer
- List
- Tooltips
- Parallax
- Carousel, Tabs, Collapse
- etc

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- New icon set, use as reference icon_pack_4.html --------*/
@import "custom-icons/css/custom-hotel.css";

/*-------- 1.1 Typography --------**/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    /* background-color: rgba(0, 0, 0, 0.125); */
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: #111;
    font-weight: 300;
}

h1.main_title_in {
    border-bottom: 1px solid #ededed;
    text-align: center;
    padding: 15px 15px 30px 15px;
    margin: 0;
}

h1.main_title,
h2.main_title {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 42px;
    
    text-transform: uppercase;

color: #222222;
 font-weight: 700;
 line-height: 57.75px;
}

h1.main_title span,
h2.main_title span {
    display: block;
    color: #999;
    font-size: 24px;
    text-transform: none;
}

h1.main_title em,
h2.main_title em {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5 px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

h3.main_title {
    text-align: center;
    margin: 20px 0 14px 0;
    padding: 0;
    font-size: 30px;
    color: #111111;
    font-weight: 700;
    /* line-height: 57.75px; */
    /* text-transform: uppercase; */
}

h3.main_title-about {
    margin: 20px 0 14px 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    /* line-height: 57.75px; */
    /* text-transform: uppercase; */
}

h3.main_title span {
    display: block;
    color: #999;
    font-size: 18px;
    text-transform: none;
}

.navbar {
    padding: 2px;
}
.navbar-toggler {
    color: #fff;
}

.main-section {
    background-color:  rgba(0, 0, 0, 0.125);
}

.promo_full_wp div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.promo_full_wp div h3 span {
    color: #fff;
    display: block;
    text-transform: none;
    font-size: 24px;
}

.parallax-window#short #subheader h1 {
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    font-size: 32px;
    color: #fff;
}

.caption h3 {
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    font-size: 24px;
    color: #fff;
}

p {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif; 
}

strong {
    font-weight: 600;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    opacity: 1;
}

p.lead.styled {
    text-align: center;
    font-size: 18px;
    padding: 0 10%;
    margin-bottom: 45px;
}

label {
    font-size: 13px;
    font-weight: 600;
}

/** Layes slider typography **/
#layerslider {
    margin-top: 60px;
}

h3.slide_typo {
    letter-spacing: -1px;
    font-size: 42px;
    white-space: nowrap;
    color: #fff !important;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 25px;
}

h3 .slide_typo strong {
    font-weight: 700;
}

.slide_typo_2 {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

h3.caption_header {
    font-size: 48px;
    /* white-space: nowrap; */
    color: #1A1A1A !important;
    padding: 0px 16px;
    text-align: left;
}

h3.caption_header strong {
    font-weight: 600;
    display: block;
}

.caption_header.text-rotator-2 {
    padding: 15px 35px 25px;
}
    
.header-caption {
text-align: justify;
padding-left: 20px;
max-width: 75%;
}

h3.caption_header.text-rotator-2 strong {
    text-transform: uppercase;
    font-weight: 300;
}

h3.caption_header.text-rotator-2 span {
    font-size: 21px;
    color: #ccc;
}

.logo_header {
    width:210px;
}
/* .slides {
    position: relative;
    overflow: hidden;
}
.img-slide {
position: absolute;
inset: 0;
opacity: 0;
animation: slide-show 12s infinite;
}

.slide--2 {
animation-delay: 4s;
}
.slide--3 {
    animation-delay: 8s;
}
.slide_image {
width: 100%;
height: 100%;
object-fit: cover;
}

@keyframes slide-show {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20%,30% {
        opacity: 1;
        scale: 1.05;
    }
    50% {
        opacity: 0;
    }
} */

/*slideshow banner */

.slideshow-container {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.slide-img {
    display: none;
}
.slide-img img {
    width: 100%;
    height: auto;
}

.fade {

    animation-name: fade;
    /* animation: fade 16s infinite; */
    
    animation-duration:12s; 
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    20%,30% {
        opacity: 1;
        scale: 1.075;
    }
    50% {
        opacity: 1;
    }100% {
        opacity: .85;
        /* scale: 1.15; */
    }
}


.btn {
    background: none;
    border: 2px solid #000;
    text-transform: capitalize;
    padding: 12px 20px;
    min-width: 170px;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    font-weight: bold;
  }
  
.btn-subscribe {
    background: none;
    border: 2px solid #000;
    text-transform: capitalize;
    padding:10px;
    min-width: 130px;
    margin-top: 20px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    border-radius: 1.375rem;
}

  .btn:hover,.btn-subscribe:hover {
    color: #fff;
  }
  
  .btn::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27,0.6);
    z-index: -1;
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px);
    transition: transform 0.75s;
    transform-origin: 0 0;
    border-radius: .375rem;
    /* transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); */
    transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  }
  .btn-subscribe::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px);
    transition: transform 0.75s;
    transform-origin: 0 0;
    border-radius: 30px;
    /* transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); */
    transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  }

  .hover-filled-slide-right::before{
    transform: scaleY(0);
  }
  
  .hover-filled-slide-down::before{
    transform: scaleX(0);
  }
  
  .hover-filled-slide-right:hover::before{
    transform: scaleY(1);
  }
  
  .hover-filled-slide-down:hover::before{
    transform: scaleX(1);
  }

/*General links color*/
a {
    color: #111;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.shop-underline {
    border-bottom:0.125rem solid;padding-bottom: 0.25rem;text-decoration:none;color:#222222;font-size: 13px;
    font-weight: 600;
    }
/*-------- 1.2 Buttons --------*/
a.btn_full,
.btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #ed5434;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 600;
}

a.btn_full:hover,
.btn_full:hover {
    background: #333;
}

a.btn_outline,
.btn_outline {
    border: 2px solid #333;
    font-family: inherit;
    font-size: inherit;
    color: #333;
    width: 100%;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: none;
}

a.btn_outline:hover,
.btn_outline:hover {
    background: #333;
    color: #fff;
}

a.btn_1,
.btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #ed5434;
    cursor: pointer;
    padding: 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
}

a.btn_1:hover,
.btn_1:hover {
    background: #333;
}

a.btn_1_outline,
.btn_1_outline {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #ed5434;
    border: 2px solid #ed5434;
    cursor: pointer;
    padding: 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
}

a.btn_1_outline:hover,
.btn_1_outline:hover {
    background: #333;
    border: 2px solid #333;
    color: #fff;
}

a.btn_slider,
.btn_slider {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #ed5434;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    -webkit-transition: background 0.3s !important;
    -moz-transition: background 0.3s !important;
    transition: background 0.3s !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
}

a.btn_slider:hover,
.btn_slider:hover {
    background: #fff;
    color: #ed5434;
}

a.btn_1.white,
.btn_1.white {
    background: #ed5434;
    color: #fff;
}

a.btn_1.white:hover,
.btn_1.white a:hover,
.btn_1.white:hover {
    background: #fff;
    color: #ed5434 !important;
}

/*-------- 1.3 Structure --------*/

/* Header  */
header {
    padding: 5px 0;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

header.sticky {
    border-bottom: 1px solid #ededed;
}

#logo img {
    height: 35px;
    width: auto;
    margin: 8px 0;
}

ul#lang_top {
    float: right;
    list-style: none;
    margin: 10px 0 0 20px;
    padding: 5px 15px;
    background-color: #f6f7f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

ul#lang_top li {
    display: inline-block;
    margin-left: 5px;
}

ul#lang_top li:first-child {
    margin-left: 0;
}

ul#lang_top li a.active {
    color: #999;
}

/* Footer  */
footer {
    /* background: #2f2f2f url(../img/pattern.png) repeat; */
    padding: 30px 0 10px 0;
    color: black;
    width: 100%;
    /* background-color: #ffffff; */
}

#logo_footer {
    margin: 15px 0 15px 0;
}

footer h3 {
    margin: 20px 0 10px 0;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

footer a {
    color: black;
}


footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}

#social_footer {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
}

#social_footer p {
    color: #333;
    margin-bottom: 8px;
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

#social_footer ul li a {
    color: #fff;
    text-align: center;
    opacity: 1;
    line-height: 36px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#social_footer ul li a:hover {
    background: #fff;
    color: #ed5434;
}

ul#contact_details_footer {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul#contact_details_footer li {
    margin-bottom: 10px;
}

input#email_newsletter_2.form-control {
    border: none;
    border-bottom: 1px solid black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    border-radius: 0;
    padding:1px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
#book_container {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: left;
    display: inline-block;
    padding: 5px 15px 10px 10px;
    position: relative;
}

#booking #sub_content {
    padding: 50px 20px 0 20px;
}

#container_1,
#container_2,
#container_3,
#container_4,
#container_5,
#container_6 {
    display: inline-block;
    padding: 0 5px 10px 10px;
    position: relative;
}

#group_1,
#group_2,
#group_3 {
    display: inline-block;
}

#container_1,
#container_2 {
    width: 160px;
}

#container_1 .input-icon,
#container_2 .input-icon {
    top: 36px;
    right: 10px;
}

#container_5,
#container_6 {
    width: 230px;
}

#container_7 {
    position: absolute;
    bottom: -50px;
    left: 0;
    text-align: center !important;
    width: 100%;
}

#container_7 .btn_1 {
    font-size: 16px;
}

#container_7 .btn_1:hover {
    color: #ed5434;
    background-color: #fff;
}

#container_7 .loader {
    position: absolute;
    font-size: 14px;
    top: 7px;
}

.room_pic {
    position: relative;
}

.room_pic span {
    position: absolute;
    top: 50%;
    right: -50px;
    background-color: #ed5434;
    width: 100px;
    height: 120px;
    margin-top: -60px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.1;
    padding-top: 35px;
}

.room_pic.left span {
    left: -50px;
}

.room_pic span sup {
    position: relative;
    top: -5px;
}

.room_pic span small {
    display: block;
    font-size: 12px;
}

.mosaic_container-1 {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    /*height: 100%;*/
    padding-bottom: 0px;
}

.mosaic_container {
    position: relative;
    /* margin-bottom: 10px; */
    padding: 20px 30px 30px 30px;
    /* display: flex;
    align-items: center; */
}

.mosaic_container h3,.mosaic_container-1 h3 {
    font-size: 22px;
    font-weight: 600;
} 

.mosaic_container-1 p {
    
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.mosaic_container p {
    color: #373737;
    word-wrap: break-word;
    font-size: 13px;
    max-width: 75%;
}

.container-frameless-mirror {
    display: flex;
    align-items: center;
}

.limited-width {
    
    
    /* margin-right: 20px;  */
}

.lock-padding {
    padding: 6px;
}

.prod-img-lock {
max-width: 40%; 
}

.prod-img-lock-align {
text-align: right;
}

.prod-img-lock-2 {
    max-width: 30%; 
    position: absolute;
    right: 0;
    bottom: 10%;
    }

.mirror-img {
position: relative;
top: -20%;
text-align: center;
}

.mirror-img .mirror-image {
    max-width: 60%; 
    }

.mosaic_container .caption_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: url(../img/shadow.png) repeat-x left bottom;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    color: #fff;
    line-height: 1.2;
}

.promo_full {
    height: auto;
    background-image:linear-gradient(#AE6C27 0%, rgba(224, 146, 38, 0.53) 100%), url(../assets/about-folder/shower-attachment.png);
    background-position:center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.bg-scroll {
    /* height: 110vh;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../assets/unsplash\ 1.png);
    background-size: cover;
    background-position: bottom;
    position: relative;  
    background-attachment: scroll; */
    /* background-attachment: fixed; */
  }

  @media (max-width:768px) {
    .bg-scroll {
        background-attachment: scroll;
        height: 56vh;
    }
  }
  /* @media (min-width:768px) {
    .bg-scroll {
        padding: 300px;
    }
  } */

.promo_full_wp {
    display: table;
    width: 100%;
    height: auto;
}

.promo_full_wp>div {
    display: table-cell;
    padding: 120px 0;
    vertical-align: middle;
    /* text-align: center; */
    color: #fff;
    /* box-sizing: content-box; */
}

.mather-box h1 {
color:#fff;    
}

/*@media (max-width:992px) {*/
/*.promo_full {*/
/*    background-size: contain;*/
/*  }*/
/*}*/

.box_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 25px 25px 25px 225px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    text-align: left;
    min-height: 130px;
}

.pic {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 190px;
    height: 80px;
}

.pic h4 {
    position: absolute;
    left: 95px;
    top: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.pic h4 small {
    display: block;
    color: #fff;
    margin-top: 3px;
}

.pic figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.pic figure img {
    width: 80px;
    height: auto;
    border: 5px solid rgba(0, 0, 0, 0.2);
}

.comment {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 25px;
}

.header-video {
    position: relative;
    overflow: hidden;
    background: #000;
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
}

#hero_video>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
}

#hero_video>div h1 {
    margin-top: 70px;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.60;
}

iframe {
    height: 100%;
    width: 100%;
}

video {
    width: 100%;
}

.teaser-video {
    width: 100%;
    height: auto;
}

.header-video--media {
    width: 100%;
    height: auto;
}

.morphext>.animated {
    display: inline-block;
}

/*-------- 2.2 Room list --------*/
.room_desc {
    /* padding: 25px 10px; */
    background-color:none;
    margin-top: 50px;
}

.room_desc:hover {
    cursor: pointer;
}

.room_list_desc{
    /* margin-top: 2rem; */
    background-color: #fff;
    margin-left: -15px;
    border-radius:0px 20px 20px 0px;
}

.room_list_desc h2 {
    font-size:2.4rem;
    margin-left: 2.8rem;
    margin-top: 4rem;
}

.room_desc figure {
    margin: 0;
}

.room_list_desc .location {
    color: #555;
font-size: 21.2px;
font-style: normal;
font-weight: lighter;
line-height: 152%; /* 46.5px */
margin-left: 2.8rem;
word-break:break-word;
}

.location-map {
border-radius: 20px;
/*background: url(../assets/location-1.png) center/cover no-repeat;*/
height:60vh;
}

.room_list_desc .price strong {
    font-size: 20px;
}

.room_list_desc .price small {
    display: block;
    color: #999;
}



#general_facilities ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 34px;
}

#general_facilities ul li i {
    font-size: 22px;
    float: left;
    margin: 0 10px 0 0;
}

#general_facilities ul li:last-child {
    margin: 0;
}

#general_facilities h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
}

/*-------- 2.3 Room details --------*/
#single_room_feat ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px 0;
    display: table;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
}

#single_room_feat ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px 10px;
    white-space: nowrap;
}

#single_room_feat ul li:last-child {
    margin-right: 0;
}

#single_room_feat ul li i {
    font-size: 36px;
    display: block;
}

#room_detail_desc h3 {
    font-size: 22px;
    margin-top: 5px;
}

#room_detail_desc h4 {
    line-height: 20px;
    font-size: 18px;
}

ul#policies {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

ul#policies li {
    padding-left: 50px;
    position: relative;
}

ul#policies li h5 {
    font-weight: 500;
}

ul#policies li i {
    font-size: 34px;
    position: absolute;
    left: -10px;
    top: -5px;
    color: #ed5434;
}

a#phone_2 {
    display: block;
    text-align: center;
    margin-top: 10px;
}

#score {
    float: right;
    font-size: 11px;
    margin-top: 5px;
}

#score_detail span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    ;
    width: 45px;
    height: 45px;
    border: 2px solid #555;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
    text-align: center;
}

#score_detail {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

#score_detail small {
    font-weight: normal;
}

#rating_summary ul {
    list-style: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

#rating_summary ul li {
    margin-bottom: 5px;
}

#rating_summary ul li .rating {
    display: inline-block;
    font-size: 14px;
    float: right;
}

.review_strip_single {
    position: relative;
    padding: 30px 0 20px 0;
    margin: 30px 0 25px 0;
    border-bottom: 1px solid #ededed;
}

.review_strip_single.last {
    margin-bottom: 0;
    border-bottom: 0;
}

.review_strip_single img {
    top: -15px;
    position: absolute;
    left: 0;
    border: 4px solid #fff;
}

.review_strip_single h4 {
    font-size: 18px;
    margin: -12px 0 35px 90px;
    padding: 0;
}

.review_strip_single small {
    float: right;
    font-size: 12px;
    margin-top: -10px;
    font-style: italic;
}

.review_strip_single .rating {
    font-size: 16px;
}

.rating {
    color: #F90;
}

.modal-dialog {
    margin-top: 110px;
}

.modal-content {
    border: 0;
    border: 0;
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 20px;
}

/*-------- 2.4 About--------*/
.box_feat {
    /* margin-bottom: 30px; */
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px 30px 0px 30px;
    border-radius: 18px 18px 0px 0px;
    background-color: #f1f1f17a;
    /* background-color: rgb(234 234 234 / 13%); */
    
}

.prod-box {
padding: 4px;
background-color: #fff;
}
.prod-box img{
border-radius: 20px;
width: 90%;
height: 265px;
object-fit: contain;
}

.box-heading {
margin-bottom: 30px;
background-color:#E6E6E6;
border-radius: 0 0 1.275rem 1.275rem;
/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.box-heading h4 {
padding: 12px;
line-height: 22px;
font-size: 1.2rem;
font-weight: 600;
}
/*-------- 2.5 Gallery--------*/
.grid ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.grid ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: -6px;
    min-height: 100%;
    width: 25%;
    list-style: none;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.grid figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid figure:hover img,
.grid figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid figcaption a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.grid figcaption a:hover,
.grid figcaption a:focus {
    color: #ed5434;
}

.grid figure:hover figcaption,
.grid figure:focus figcaption {
    opacity: 1;
}

.visible {
    opacity: 1;
}

.grid figure.cs-hover figcaption {
    opacity: 1;
}

.grid figcaption i {
    font-size: 30px;
}

.grid figcaption p {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.grid figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid figure:hover figcaption .caption-content,
.grid figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*-------- 2.6 Faq --------*/
ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}

ul#cat_nav li {
    border-bottom: 1px solid #ededed;
}

ul#cat_nav li a {
    position: relative;
    color: #555;
}

ul#cat_nav li a span {
    font-size: 11px;
    color: #999;
}

ul#cat_nav li a:after {
    font-family: "fontello";
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px;
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul#cat_nav li:first-child a:hover,
ul#cat_nav li:first-child a.active {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul#cat_nav li:last-child a:hover,
ul#cat_nav li:last-child a.active {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul#cat_nav li a {
    display: block;
    padding: 15px 10px;
}

ul#cat_nav li a:hover,
ul#cat_nav li a.active {
    background: #f8f8f8;
    color: #ed5434;
}

.accordion .card {
    border: 0;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.accordion .card .card-header {
    background-color: #fff;
    padding: 20px;
    border: 0;
}

.accordion .card-body {
    padding: 0 20px;
}

.accordion .card-header h5 {
    font-size: 16px;
    color: #333;
}

.accordion .card-header h5 a {
    border: 0;
    display: block;
    color: #222;
}

.accordion .card-header h5 a i.indicator {
    font-size: 18px;
    font-weight: normal;
    float: right;
    color: #ed5434;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion .card-header h5 a.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*-------- 2.7 Contact us --------*/
#map {
    width: 100%;
    height: 500px;
}

.box_contact {
    padding-left: 60px;
    position: relative;
}

.box_contact i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
}

/*-------- 2.8 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-weight: 500;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}
#cookie-bar .cb-enable {
  background: #00cc66;
  color: #fff;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #262626;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  color: #ed5434;
  background-color: #fff;
}
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #262626;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  #cookie-bar {
    padding: 10px 0;
  }
}

/*-------- 2.9 Gallery 2 --------*/
.item-img {
  position: relative;
  border-radius: 2%;
  overflow: hidden;
  border:0.5px solid black;
  
}
.item-img img {
  max-width: 100%;
}
.item-img .content {
  position: absolute;
  text-align: center;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.item-img .content a {
  opacity: 0;
  transition: 0.2s ease;
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item:hover .content {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  opacity: 1;
}

.item:hover .content a {
  opacity: 1;
  color: #fff;
}

/*-------- 2.10 Home booking v3 --------*/
.parallax-window.home_booking_v3,
.parallax-window.home_booking_v3 #subheader_home {
    /* height: 670px !important;
    min-height: 670px !important; */
    height: 100%;
    width: 100%;
    overflow:  hidden;
}

@media (min-width:992px) {
.home_booking_v3 #subheader_home {
    
    padding-left: 28px;
    padding-right: 8px;
    }
}

.home_booking_v3 .box_style_1 {
    color: #555;
    text-align: left;
}

@media (max-width: 991px) {

    .parallax-window.home_booking_v3,
    .parallax-window.home_booking_v3 #subheader_home {
        height: 100% !important;
        /* min-height: 95vh !important; */
    }

    .home_booking_v3 .box_style_1 {
        margin-top: 30px;
    }

}   
/*============================================================================================*/
/* 1.  COMMON */
/*============================================================================================*/
.img-circle {
    border-radius: 50%;
}

/*Preloader*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

[data-loader="circle-side"] {
    position: absolute;

    width: 50px;
    height: 50px;

    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;

    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;

    border: 2px solid #dc942e;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Spacing*/
.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.add_bottom_75 {
    margin-bottom: 75px;
}

.add_top_20 {
    padding-top: 20px;
}

.add_top_60 {
    padding-top: 60px;
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nomargin_top {
    margin-top: 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

/*Containers*/
.container_styled_1 {
    background: #fafbfd;
}

.box_style_1 {
    background-color: #f6f7f9;
    padding: 25px 25px 15px 25px;
    margin-bottom: 20px;
}

.box_style_1 hr {
    margin: 10px -25px 20px -25px;
    border: 0;
    border-top: 2px solid #fff;
    opacity: 1;
}

.box_style_2 {
    text-align: center;
    padding: 10px 20px 20px 20px;
    border: 1px solid #ddd;
}

.box_style_2 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    color: #00a651;
}

.box_style_2 a.phone:hover {
    color: #333;
}

.box_style_2 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block;
}

.box_style_3 {
    background-color: #fafbfd;
    padding: 25px 25px 15px 25px;
    margin-bottom: 20px;
}

/* Input form style */
.form-control,
.form-select {
    color: #333;
    height: 38px;
    border-radius: 2px;
    line-height: 1.5 !important;
    font-size: 14px;
}

select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

.form-control[readonly] {
    background-color: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.input-icon {
    position: absolute;
    right: 6px;
    top: 25px;
    width: 28px;
    height: 24px;
    background-color: #fff;
    text-align: right;
}

.input-icon i {
    color: #999;
    font-size: 20px;
}

.form-control:focus,
.form-select:focus {
    border-color: #ed5434;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus.qty {
    border-color: #ccc;
}

.input-group button {
    background-color: #ed5434;
    color: #fff;
    border-color: #ed5434;
    height: 38px;
    font-weight: 500;
}

.input-group button:hover,
.input-group button:focus {
    background-color: #333;
    color: #fff;
    border-color: #333
}

#book_container .error_message {
    font-size: 12px;
    padding-left: 10px;
    color: #FC0;
}

.error_message {
    font-size: 12px;
    color: #F33;
}

#check_avail .loader {
    position: absolute;
    right: 10px;
    bottom: 12px;
    color: #fff;
}

.loader_default_wp .loader {
    position: absolute;
    right: 10px;
    bottom: 12px;
    color: #fff;
}

/* Quantity incrementer input */
.qty-buttons {
    position: relative;
    width: 110px;
    height: 38px;
}

input.qty {
    width: 80px;
    border-left: 0;
    border-right: 0;
    padding-left: 52px;
    border-color:#cccccc;
}

input.qtyminus,
input.qtyplus,
input.qtyplus:focus {
    position: absolute;
    width: 35px;
    height: 38px;
    border: 1px solid #cccccc;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    z-index: 1
}

input.qtyplus {
    background: #fff url(../img/plus.png) no-repeat center center;
    right: 0;
    top: 0;
    text-indent: -9999px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #cccccc;
}

input.qtyminus {
    background: #fff url(../img/minus.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    left: 0;
    top: 0;
    border-right: 1px solid #cccccc;
}

/*List*/
ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 26px;
}

ul.list_ok li {
    position: relative;
    padding-left: 25px;
}

ul.list_ok li:before {
    font-style: normal;
    font-weight: bold;
    font-family: "icon_set_1";
    font-size: 14px;
    content: "\6c";
    color: #86b535;
    position: absolute;
    left: 0;
    top: 0;
}

hr.more_margin {
    margin: 45px 0;
}

/** Img frame in general page **/
/* .img-fluid.styled {
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
} */

/* Parallax bg */
.parallax-window {
    min-height: 550px;
    background: transparent;
    position: relative;
}

.parallax-window#home {
    min-height: 550px;
    /* filter: contrast(0.9); */
}

.parallax-window#booking {
    min-height: 550px;
}

.parallax-window#short {
    height: 350px;
    min-height: inherit;
}

.parallax-content {
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    height: 470px;
}

.parallax-window#short #subheader {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
}

#subheader_home {
    color: #1A1A1A;
    text-align: center;
    display: table;
    width: 100%;
    height: 550px;
}

#sub_content {
    display: table-cell;
    padding: 70px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
}

#sub_content p {
    margin-bottom: 0;
}

#sub_content h1 {
    margin: 0 0 0 0;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
}

/* Kenbursn slider */
.kenburns_slider_wp {
    height: 550px;
}
/* Tooltips */
.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 9;
}

.tooltip-item {
    cursor: pointer;
    display: inline-block;
}

.tooltip-item::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_styled:hover .tooltip-item::after {
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    z-index: 999;
    width: 150px;
    left: 50%;
    margin: 0 0 20px -75px;
    bottom: 100%;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #333;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-content .label {
    margin-left: 10px;
}

.tooltip-content i {
    font-size: 20px !important;
    top: 3px !important;
    left: -3px !important;
    position: relative;
}

.tooltip-content h4 {
    display: block;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.tooltip-content a {
    font-weight: bold;
}

/* Tooltip flip */
.tooltip_flip {
    position: relative;
}

.tooltip_flip::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_flip:hover::after {
    pointer-events: auto;
}

.tooltip-content-flip {
    position: absolute;
    z-index: 999;
    width: 80px;
    height: 80px;
    left: -40%;
    bottom: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    margin-bottom: 7px;
    cursor: default;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.strip_all_tour_list .tooltip-content-flip {
    left: -65%;
}

.tooltip-effect-1 .tooltip-content-flip {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.tooltip_flip:hover .tooltip-content-flip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tooltip-content-flip>span {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.tooltip-back {
    background: #e04f67;
    font-size: 12px;
    line-height: 14px;
    padding-top: 25px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
}

.tooltip_flip:hover .tooltip-content-flip>span {
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}

.tooltip-content-flip .tooltip-front::after,
.tooltip-content-flip .tooltip-back::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}

.tooltip-content-flip .tooltip-front::after {
    right: 0;
    border-top: 10px solid #e64b50;
    border-left: 10px solid transparent;
}

.tooltip-content-flip .tooltip-back::after {
    left: 45%;
    border-top: 10px solid #e64b50;
    border-right: 10px solid transparent;
}

/* Carousel */
.carousel_in {
    margin-top: 60px;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.owl-item.active.center .caption {
    opacity: 1;
}

.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/*Tabs*/
.nav-tabs .nav-link {
    color: #555;
}

.nav-tabs .nav-link.active {
    color: #ed5434;
}

.nav-tabs .nav-link:hover {
    color: #ed5434;
}

.tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* Scroll top button */
#toTop {
    width: 43px;
    height: 43px;
    background-color: #cac2c299;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    border-radius: 10%;
}

/* #toTop:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e899";
} */

.divider {
    width: 100%;
    height: 9px;
    background: url(../img/divider.png) no-repeat center top;
    margin: 60px 0;
}

/* Hover Animation */

.menu li  {
    display: block;
    margin-right: 20px;
    position: relative;
}

/* Style for the underline */
.menu li ::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black; /* You can change the color here */
    transition: width 0.3s ease; /* Animation duration and easing */
}

/* Hover animation */
.menu li :hover::before {
    width: 100%;
}
.menu li a {
 position: relative;
 display: inline-block;   
}
.menu li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black;
    transition: transform 0.3s ease;
    transform-origin: 0 0;
    transform: scaleX(0);
}
.menu li a:hover::before {
    transform: scaleX(1);
}


/* About Us - Not Template */

.banner-about {
    background-image: url('../assets/about-bg.png'); 
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding-top: 76px;
    position: relative;
    width: 86%;
}

.banner-about::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay-content {
    position: relative;
    z-index: 1;
  }

.about-position-img {
    position: relative;
    left: 15%;
}


.banner-about-2 {
    background-image: url('../assets/nastuh-abootalebi-JdcJn85xD2k-unsplash\ 1.png'); 
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding-top: 25px;
    position: relative;
}

.banner-about-2::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* .overlay-container {
    position: relative;
    background-image: url('./assets/about-bg.png');
    background-size: cover;
    background-position: center;
    height: 400px;
  }
  
  
  .overlay-content {
    position: relative;
    z-index: 1; 
    padding: 20px;
  }
  
  .overlay-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 0;
  } */

.banner-text {
    text-align: justify;
    color:#fff;
    line-height: 1.65;
    margin-bottom: 14px;
}

.landing-page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pictures-section {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 32px;
  }
  .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
  }
  
  .about-card:nth-child(1) {
    animation: fadeDown 1.5s ease-in-out forwards;
  }
  .about-card:nth-child(2) {
    animation: fadeDown 1.5s ease-in-out 0.5s forwards;
  }
  .about-card:nth-child(3) {
    animation: fadeDown 1.5s ease-in-out 0.2s forwards;
  }
  .about-card:nth-child(4) {
    animation: fadeDown 1.5s ease-in-out 0.8s forwards;
  }
  .about-card:nth-child(5) {
    animation: fadeDown 1.5s ease-in-out 0.2s forwards;
  }
  .about-card {
    opacity: 0;
    width: 250px;
    height: 370px;
    border-radius: 3px;
    box-shadow: 0 12px 30px rgba(76, 76, 76, 0.5);
    /* background: white; */
    overflow: hidden;
  }
  .card-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .next {
    opacity: 0;
    position: relative;
    margin-top: 20px;
    width: 60px;
    height: 60px;
    background: rgb(50, 49, 49);
    border-radius: 50%;
    cursor: pointer;
    animation: popUo 0.8s ease-in-out forwards 3s;
  }
  .next:hover {
    scale: 1.1;
    transition: all 0.3s ease-in-out;
  }
  
  .text-section {
    padding: 20px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    min-height: 100vh;
    animation: slideIn 1.5s ease-in-out forwards 1s;
  }
  @media (max-width: 768px) {
    .pictures-section {
      width: 100%;
    }
    .text-section {
      width: 100%;
    }
  }
  @keyframes fadeDown {
    from {
      opacity: 0;
      transform: translateY(-40px);
    }
    to {
      opacity: 1;
      transform: translateY(var(--translation-y));
    }
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes popUo {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    50% {
      opacity: 1;
      transform: scale(1.1);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  /* Dropdown menus */
  .dropdown-menu {
 
    /*padding: 8px 0;*/
    padding: 0;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 40px 40px rgb(0 0 0 / 6%);
    font-family: "Euclid Circular A", "Poppins";
    /*transition: 1.05s;*/
    
    position: absolute; 
    left: 0;
    display: flex;
    gap: 0;
    margin-top: 0;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    margin-top:1.2rem;
    
     transform-origin: top; /* Set the origin point for the scaling */
    transform: scaleY(0); /* Initially hide the dropdown */
    transition: transform .855s ease-in-out; /* Apply a transition effect */

  }

/* Normal drop-menu */
    .dropdown-menu:not(#box-menu) {
    /*padding-top: 10px;*/
    padding-top: 0;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 40px 40px rgb(0 0 0 / 6%);
    font-family: "Euclid Circular A", "Poppins";
    transition: 1.05s;
    display: flex;
    flex-direction: column;
    
}


  .dropdown:hover .dropdown-menu {
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*translate:0 0;*/
      transform: scaleY(1); /* Show the dropdown on hover */
    visibility: visible; /* Make the menu visible */
    opacity: 1; /* Make the menu fully visible */
    }


  .dropdown-menu::before {
    content: "";
    background: inherit;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    position: absolute;
    top: -6px;
    /* right: 16px; */
     left: 20px;
    width: 12px;
    height: 12px;
    rotate: -45deg;
    }

.dropdown-menu li {
    margin:0 2px 2px 2px;
}

  .dropdown-menu li a {
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    border:1px solid #737373;
    font-weight:800;
    
  }

  .dropdown-menu li a:hover {
background-color:#63381E ;
color: #fff;
  }

  .dropdown > a > img {
    width: 15px;
    margin:5px;
  }

.nav-link:focus-visible {
    box-shadow:none;
}

@media (max-width:992px) {
.navbar-nav .dropdown-menu {
    position: absolute;
    
    }
}


input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

swiper-slide img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: none;
    /* mix-blend-mode: color-burn; */
}

.mirror-content {
    text-align: justify;
    max-width: 90%;
}

.container-text {
    padding: 1rem 0 2rem 2rem;
}

.banner-counter {
    
    /* background:#dddddd42; */
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    position: absolute;
    bottom: 0;
    min-width: 48vw;
    flex-direction: row;
    justify-content: space-around;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.banner-counter div {
display: inline-block;
font-size: 1.8rem;
text-align: center;
margin-top: .475rem;
margin-bottom: 0;
}

.banner-counter p {
font-size: 14px;
margin-top: 6px;
margin-bottom: 0;
}
.banner-caption {
    margin-bottom: 2.4rem;
}

.counter-color {
    background:none;
    box-shadow:none;
    border-radius: 20px;
    /*padding: 16px;*/
    display: flex;
    align-items:center;
    flex-direction: row;
    justify-content: space-around;    
}

.counter-color h2 {
color:#fff;
text-align:center;
font-size:40px;
}

.counter-color p {
    text-align:center;
    font-size:1.2rem;
}

.prod-bg {
  background: linear-gradient(
    220deg,
       #3d3026,
       #2a1e1e 20.71%
    )
    
}

.blur-img {
    width:26%;
      position: fixed;
  top: -5px; 
  right: -10%; 
  z-index: 9999;
}

.blur-gradient {
position: absolute;
background: #8d4b1c;
border-radius: 50%;
height: 232px;
width: 20%;
left: 0;
bottom: 0;
filter: blur(110px);
padding: 20px;
padding-left: 0;
}

.related-prod {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.related-btn {
    background: #D9D9D9; 
    border-radius: 12px;
    padding:18px 16px;
    cursor: pointer;
    transform: skew(1.5deg);

    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}
.related-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: black;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 12px;
}
.related-btn:hover a {
    color: #fff;
  }
  
  .related-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
  }

  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 21px;
    color: #fff;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "›\00a0";
  }
  ul.breadcrumb li a {
    color: #9d9d9d;
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {  
    text-decoration: underline;
  }

.details-container {
  margin-left: auto;
  margin-right: auto;
}

.description p {
    color: #fff;
    word-wrap: break-word;
}
.description h2 {
    color: white;
    font-weight: 700;
}

#prod-container {
    margin:2rem auto auto auto;
}

 /* .dot {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%; 
    position: absolute;
    top: 10%; 
    left: 15%;
    transform: translate(-50%, -50%); 
    z-index: 1;
}

.top-left {
    top: 20px; 
    left: 20px;
}

.top-right {
    top: 20px; 
    right: 20px;
}

.bottom-2 {
    bottom: 20px;
    left: 50%; 
    transform: translateX(-50%); 
}  */

.dot-1 {
    width: 26px;
    height: 26px;
    /*background-color: #fff;*/
    background:radial-gradient(circle at center, #fff, white 40%, white 40%, #ddd 50%);
    border-radius: 50%; 
    position: absolute;
    /* top: 10%; 
    left: 15%; */
    transform: translate(-50%, -50%); 
    z-index: 1;
    animation: dotAnimation 2s linear infinite;
    cursor: pointer;
}

.bgscroll-container {
    position: relative;
    text-align: center;
    color: white;
  } 
.bottom-left {
    position: absolute;
    bottom: 10%;
    left: 34%;
    color: white;
  }
  .top-left {
    position: absolute;
    top: 16%;
    left: 14%;
    color: white;
  }
  .centered {
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(-50%, -50%);
  }

  @keyframes dotAnimation {
    0% {
        background-color: #f1f1f1; /* Initial style at 0% */
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        background-color: #fff9f9; /* Intermediate style at 50% */
        transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
        background-color: #ddd; /* Final style at 100% */
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Tooltip styles */
.tooltip-popup {
    visibility: hidden;
    width: 142px;
    background-color: #e6e3e3c9;
    color: black;
    /* font-weight: 700; */
    text-align: left;
    border-radius: 10px;
    padding: 10px 5px;
    position: absolute;
    z-index: 2;
    bottom: 100%; /* Position it above the dot */
    left: 10%;
    transform: translateX(-10%);
    opacity: 0;
    transition: opacity 0.9s;
}
.tooltip-popup span {
display: block;
font-size: 15px;
}
.dot-1:hover .tooltip-popup {
    visibility: visible;
    opacity: 1;
    /* transform: scale(1); */
}

.main_title-2 {
     padding: 0;
    font-size: 36px;
    margin: 20px 0 4px 0;
    color: #222222;
    font-weight: 700;
    line-height: 57.75px;   
}

.main-about {
 font-size: 19px;
 line-height: 2;
 overflow-wrap:break-word;
 text-align:justify;
 /*word-wrap: break-word;*/
 color: #343434;
 margin-bottom:10px;
}

.container-rect {
    position: relative;
}

.horizontal-rectangle,
.vertical-rectangle {
    position: absolute;
    background-color: #E5851491;
    border-radius:0.125rem;
}

.horizontal-rectangle {
    width: 270px;
    height: 6px;
    left:-20px;
}

.vertical-rectangle {
    width: 6px;
    height: 210px;
    top:-20px;
}

.read-underline {
  position: relative;
  display: inline-block;   
  font-weight:700;
  color:#000000;
  margin-bottom:2rem;
}

.read-underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black;
    transition: transform 0.8s ease;
    transform-origin: 0 0;
    transform: scaleX(0);
}
.read-underline:hover::before {
    transform: scaleX(1);
}

/*.carousel-test {*/
/*  background: #EEE;*/
/*}*/

.carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* position dots up a bit */
.flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

.rating-svg {
    text-align:center;
}

.rating-svg img {
    width:60px;
}

.brands,.brands-2,.brands-3,.brands-4,.brands-5,.brands-6 {
    border:2px solid #e58514;
    margin:auto;
    border-radius:2rem;
    display:flex;
    align-items:center;
    justify-content:space-around;
    margin-bottom:2.2rem;
}



  .brands img {
            max-width: 110px;
            padding: 6px;
            margin: 10px 0;
            opacity: 0;
            transition: opacity 2s ease-in-out;
        }

  .brands-2 img {
            max-width: 110px;
            padding: 6px;
            margin: 10px 0;
            opacity: 0;
            transition: opacity 2s ease-in-out;
        }

  .brands-3 img {
            max-width: 110px;
            padding: 6px;
            margin: 10px 0;
            opacity: 0;
            transition: opacity 3s ease-in-out;
        }

.brands-4 img {
            max-width: 110px;
            padding: 6px;
            margin: 10px 0;
            opacity: 0;
            transition: opacity 3s ease-in-out;
        }

.brands-5 img {
            max-width: 110px;
            padding: 6px;
            margin: 10px 0;
            opacity: 0;
            transition: opacity 4s ease-in-out;
        }
        
.brands-6 img {
            max-width: 120px;
            padding: 2px;
            margin: 10px 0;
            opacity: 0;
            transition: opacity 5s ease-in-out;
        }        
        
/*.brands img {*/
/*    max-width:140px;*/
/*    padding:6px;*/
/*    margin:10px 0;*/
    /*animation: fadeImg 1s ease-in-out forwards;*/
/*    opacity: 0;*/
    /*animation-delay: 2s;*/
/*    transition: opacity 1s ease-in-out;*/
/*}*/

/*@keyframes fadeImg {*/
/*    to {*/
/*      opacity: 1;*/
/*    }*/
/*  }*/

/*@keyframes fadeImg {*/
/*    0% {*/
/*      opacity: 0;*/
/*    }*/
/*    50% {*/
/*      opacity: 1;*/
/*    }*/
/*    100% {*/
/*      opacity: 1;*/
/*    }*/
/*  }*/

 /*.brands img:nth-child(1) {*/
 /*   animation-delay: 1s; */
 /* }*/

 /* .brands img:nth-child(2) {*/
 /*   animation-delay: 2s; */
 /* }*/

 /* .brands img:nth-child(3) {*/
 /*   animation-delay: 3s; */
 /* }*/

@media (max-width:568px) {
.main-about { 
margin-left:4px;
margin-right:4px;
    }
}

@media (max-width:380px) {
.main-about { 
   word-break:break-all; 
    }
}

@media (min-width:992px) {
    .about-cont {
    margin-left: 1rem;
    /*margin:auto;*/
    }
}

.fade-cont { 
        margin:auto;    
        text-align:center;
}

.fade-cont img { 
 width:370px;
}

@media (min-width:1299px) {
    .fade-cont {
        display:flex;
        justify-content:flex-end;

    }
}

@media (max-width:480px) {
.fade-cont img { 
     width:100%;   
    }
}

@media (max-width:992px) {
    .container-rect {
    display:none;
    }
    
}

@media (max-width:768px) {
.counter-color h2 {
    font-size: 26px;
}
.counter-color {
    padding-top:2rem;
}
.promo_full_wp>div {
 padding:30px;   
}
 .brands img,.brands-2 img,.brands-3 img,.brands-4 img,.brands-5 img,.brands-6 img {
        max-width: 78px;
        object-fit:cover;
        padding:5px;
 }
 .logo_header {
  width:132px;   
 }
}

.showmore {
    font-size:14px;
    text-align:center;
    display:block;
    padding-bottom:.875rem;
    font-weight:700;
}

.cta {
  border: none;
  background: none;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 1.4px;
  padding-right: 8px;
  /*text-transform: uppercase;*/
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:hover {

color:#63381E;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9d4816;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover #arrow-horizontal path {
    fill:#9d4816;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}