*, ::after, ::before {
    box-sizing: border-box;
}
:focus { outline: none; }
a,p {
    text-decoration: none;
    color:#fff;

}
button{
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Poppins', sans-serif;
    padding:0;
    margin:0;
    background: #110801;
    color:#fff;
}
.d-flex {
    display:flex;
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.text-center{
    text-align: center;
}

.h-fixed.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #FFC700;
}
.h-fixed.sticky {

}
.pd-t {
    padding-top: 40px;
}

.container {

}
.container-main{
    height: 100%;
    position: relative;
}
.container-min{
    max-width: 950px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
header.main {
    position: relative;
    height: 810px;
    padding-top:40px;
    z-index:999;
    background-repeat: no-repeat;
    background-size: cover;


}
header.main:before {
    content: '';
    mix-blend-mode: multiply;
    background: #000;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
header.main:after {
    content:'';
    position: absolute;
    width:100%;
    height: 220px;
    left:0;
    bottom:0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 8, 1, 0) 0%, #110801 100%);
}
header.category {
    background: #FFC700;
}
header.main .menu li {
    position: relative;
}
header.main .menu li a {
    color:#fff;
}
.menu ul {
    list-style: none;
    padding:0;
    margin:0;
    gap: 0 25px;
}
.h-fixed.sticky .menu li a {
    color:#000;
    text-decoration: none;
    position: relative;
    transition: 0.4s all linear;
}
.logo-black {
    display:none
}
.h-fixed.sticky .logo-black{
    display:flex;
}
.h-fixed.sticky .logo{
    display:none;
}
.menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #F5CF11;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.h-fixed.sticky .menu li a:before{
    background-color: #000;
}

.menu li a:hover, .menu li.active a  {
    color: #F5CF11 ;
}
header.main .menu li.active a  {
    color: #F5CF11;
}
a.stretched-link  {
    color: #F5CF11;
}
header.main .mobile_menu_content .menu li.active a  {
    color: #ffffff;
}
.h-fixed.sticky .menu li a:hover, .h-fixed.sticky .menu li.active a  {
    color: #ffffff;
}
.h-fixed.sticky header.main .menu li.active a  {
    color: #ffffff !important;
}
.menu li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
header.main .phone a {
    color: #FFC700;
    transition: 0.4s all linear;
    gap: 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
}
header.main .phone a svg path {
    fill:#FFC700;
    transition: 0.4s all linear;
}
.h-fixed.sticky .phone a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color:#000;
    text-decoration: none;
    gap:0 10px;
    font-family: 'Ubuntu', sans-serif;
}
.h-fixed.sticky .phone a svg path{
    fill:#000;
}

.welcome{
    position: relative;
  }
.welcome p{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 20px;
    color:#fff;
    margin:0;
    letter-spacing: 0.193em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;;


}
.welcome img {
    max-width: 100%;
    height: auto;
}
.btn-yellow {
    background: #FFC700;
    border-radius: 4px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    color: #000000;
    padding:17px 40px;
    font-weight: 800;
    transition: .2s all linear;
    border:1px solid #FFC700;
    display: inline-block;
}
.btn-yellow:hover {
    background: #fff;
    color: #000;
}

.buttons .btn-yellow:hover {
    background: #000;
    color: #FFC700;
}

main {
    background: #110801;
}
.d-left {
    margin-right:50px;
    flex: 0 0 60%;
}
.d-left p {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}
.d-left h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color:#fff;
}
.about {
    margin-bottom: 55px;
}
.crawls {
    padding-top:60px;
    padding-bottom: 45px;
}
.party-row {
    gap:0 25px;
}
.party-grid {
    background: #341B07;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 18px 15px;
    width: calc(100% / 3);
}
.party-img {
    background: #FFC700;
    border-radius: 4px;
    width:36px;
    padding:9px 10px;
}
.party-grid h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top:19px;
    margin-bottom:0;
}
.title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    text-shadow: 0px 1px 40px rgba(0, 0, 0, 0.6);
    font-family: 'Ubuntu', sans-serif;
    width:100%;
    position: relative;
    margin-bottom:35px;
}
.title:before {
    content:'';
    width:100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.title span {
    background: #110801;
    padding:0 50px;
    position: relative;

}
.row-grid > div {
    overflow: hidden;
}
.grid {
    height: 305px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    transition: transform .3s; /* Animation */

}
.grid:hover {
    transform: scale(1.1);
}


.grid .title-grid {
    color:#fff;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
}
.grid .title_sub-grid {
    color:#fff;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    margin-top:10px;
}
.row-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
.row-bottom{
    position: absolute;
    bottom:15px;
    left:0;
    width:99%;
    padding:0 15px;
}
.row-bottom:before {
    content:'';
    width:93%;
    top:-15px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    background: #fff;
    position: absolute;
}

.time {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    color:#fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    gap:0 10px;

}
.btn-party {
    background: #FFC700;
    border-radius: 2px;
    padding: 3px 10px;
    color:#000;
    font-weight: 500;
    font-size: 12px;
}
.reason-row{
    padding:45px 0;

}
.reason,
.what {
    background: #1B0D02;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.55);
}
.reason-grid{
    gap:0 30px;
}
.reason-box img {
    height: 54px;
    width: 60px;
}
.title-reason {
    font-weight: 700;
    font-size: 19.8919px;
    color:#fff;
    margin-bottom: 30px;
}
.reason-box {
    text-align: center;
    text-transform: lowercase;
}
.reason-box p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom:0;
    margin-top:35px;
    max-width: 135px;
}
.what {
    padding:60px 0;
}
.w-box {
   gap:0 40px;
}
.w-right{
    flex: 0 0 63%;
}
.w-right h2 {
    font-weight: 700;
    font-size: 32px;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    color:#fff;
}
.w-right p {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}
.w-left {
    position: relative;
    z-index: 1;
}
.w-left:before {
    content:'';
    left:-30px;
    top:-30px;
    position: absolute;
    width:100%;
    height:90%;

    background: rgba(217, 217, 217, 0.05);
    border: 4px solid #FFC700;
    z-index: -1;

}
.product-what .w-left:before {
    content:'';
    right:-30px;
    bottom:-30px;
    left:inherit;
    top:inherit;
    position: absolute;
    width:100%;
    height:90%;

    background: rgba(217, 217, 217, 0.05);
    border: 4px solid #FFC700;
    z-index: -1;

}

.gallery {
    padding:60px 0 100px 0;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    position: relative;
    z-index: -1;
}
footer{
    background: #110801;
}
.footer-row {
    padding:10px 0;
    border-top: 1px solid #F5CF11;
    border-bottom: 1px solid #F5CF11;
}
.f-right {
    margin-left:auto;
}
.footer-menu {
    gap:0 20px;
    margin:0;
    padding:0;
    list-style: none;
}
.footer-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    transition: 0.4s all linear;
}
.footer-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #F5CF11;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.footer-menu li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.footer-menu li a:hover {
    color: #F5CF11;
}
.footer-bottom {
    padding:40px 0;
}
.title-footer{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    color:#fff;
    margin-bottom:22px;
}
.footer-box p{
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
}
.f-contact {
    gap: 0 15px;
    margin-bottom: 15px;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.f-contact a{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    transition: .2s all linear;
}
.f-contact:hover,
.f-contact a:hover  {
    color:#F5CF11;
}
.f-contact:hover svg path {
    fill:#F5CF11;
}
.f-flex {
    display:flex;
    justify-content: space-between;
}
.mails{
    flex-wrap: wrap;
}
.col-255 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 255px;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
}
.col-225 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
}
.col-355 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 355px;
    -ms-flex: 0 0 355px;
    flex: 0 0 355px;
    max-width: 355px;
}
.f-contact svg {
    width: 23px;
    position: relative;
    top:4px;
}
.f-social{
    display:flex;
    align-items: center;
    gap:0 15px;
}
.f-social {
    transition: .2s all linear;
}
.f-social a:hover {
    color:#FFC700;
}
.f-social a:hover svg path {
    fill:#FFC700;
}
.form-group {
    margin-bottom:10px;
}
.footer-form .form-control {
    width:100%;
    padding:10px;
    background: #212121;
    border: 1px solid #3C3C3C;
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.footer-terms{
    background: #F5CF11;
    padding:25px 0;
    position: relative;
}
.t-flex{
    list-style: none;
    position: relative;
    padding:0;
}
.t-flex li a {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    padding-right:10px;
    display:flex;
    align-items: center;
    transition: 0.4s all linear;
}
.t-flex li a:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #3C3C3C;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.t-flex li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}




.t-flex li a:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2.82861' width='4' height='4' transform='rotate(-45 0 2.82861)' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 10px;
    height: 10px;
}
.t-flex li:last-child a:after {
    display:none
}
.t-right {
    margin-left:auto;
    color: #3C3C3C;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 515px;
    position: relative;
}
.bg:before {
    content: '';
}
.bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 220px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 8, 1, 0) 0%, #110801 100%);
}
.title-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}
.title-position h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 90px;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-family: 'Ubuntu', sans-serif;
    margin:0;
}
.title_sub-category {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 36px;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-family: 'Ubuntu', sans-serif;
    text-transform: lowercase;
}
.btn-position {
    margin-top:40px;
}
.dates ul {
    list-style: none;
    padding:0;
    margin:0;
    justify-content: space-evenly;
}
.dates ul li {
    color:#fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding-right: 45px;
}
.dates ul li:last-child {
    border:0;
}
.dates ul li:before {

}
.dates ul li .p-title {
    margin-bottom:5px;
}
.dates ul li .p-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFC700;
}
.product-what{
    padding: 60px 0;
}
.include {
    background: #1B0D02;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.55);
    padding:80px 0;
}
.i-box  {
    display: flex;
}
.i-right h2 {
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    margin:0;
    margin-bottom:25px;
}
.i-left {
    position: relative;
    z-index: 1;
}
.i-left:before {
    content:'';
    left:-30px;
    bottom:-30px;
    position: absolute;
    width:60%;
    height:90%;

    background: rgba(217, 217, 217, 0.05);
    border: 4px solid #FFC700;
    z-index: -1;
}
.i-right ul {
    list-style: none;
    margin:0;
    padding:0;
}
.i-right ul li:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='55' height='56' viewBox='0 0 55 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28.375C0 13.2285 12.2461 0.875 27.5 0.875C42.6465 0.875 55 13.2285 55 28.375C55 43.6289 42.6465 55.875 27.5 55.875C12.2461 55.875 0 43.6289 0 28.375ZM39.8535 23.6484C41.0352 22.4668 41.0352 20.6406 39.8535 19.459C38.6719 18.2773 36.8457 18.2773 35.6641 19.459L24.0625 31.0605L19.2285 26.334C18.0469 25.1523 16.2207 25.1523 15.0391 26.334C13.8574 27.5156 13.8574 29.3418 15.0391 30.5234L21.9141 37.3984C23.0957 38.5801 24.9219 38.5801 26.1035 37.3984L39.8535 23.6484Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    width:15px;
    height: 15px;
    display:flex;
    content:'';
    margin-right:15px;

}
.i-right ul li {

    display: flex;
    align-items: center;
    margin-bottom:25px;
}
.e-row {
    gap:0 30px;
}
.e-box {
    padding:10px 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    width: calc(100%/3);
    background: #341B07;
    overflow: hidden;
    max-height: 145px;


}
.e-title{
    position: relative;
    font-weight: 300;
    font-size: 24px;

    letter-spacing: 0.215em;
    padding-bottom:18px;
}
.e-title p {
    margin:0;
}
.e-title:before{
    content: '';
    left: -20%;
    bottom: 0;
    position: absolute;
    width: 150%;
    height: 1px;
    background: #000;
}

.e-desc{
    padding-top:10px;
    font-weight: 700;
    font-size: 20px;

}
.e-desc span {
    font-weight: 300;
    font-size: 12px;
}
.maps {
    padding:60px 0 90px 0;
}
.visit{
    padding:60px 0;
    background: #1B0D02;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.55);
}
.visit h2 {
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    margin-top:0;
    margin-bottom:15px;
    text-transform: uppercase;
}
.visit .v_sub-title {
    font-weight: 500;
    font-size: 15px;
}
.visit-slider{
    margin-top:50px;
}
.visit-box {
    position: relative;
    background: linear-gradient(177deg, #090909 0%, rgba(32, 32, 32, 0) 100%);
    height: 100%;

    width: 100%;
}
.v-title {
    position: absolute;
    left:20px;
    top:20px;
    z-index: 2;
    text-align: left;
}
.v-title h3 {
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    font-family: 'Ubuntu', sans-serif;
    margin-top:0;
    margin-bottom: 0;
}
.v-title a {
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    font-family: 'Ubuntu', sans-serif;
}
.book-now {
    padding:40px 0;
}

.content p,
.content ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
.content h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom:10px;
    margin-top:25px;
}
.content a {
    color:#FFC700;
}

.acc-container {

}

  .acc {
    margin-bottom: 18px;
    background: #241305;
    border: 1.26122px solid #EEEEEE;
    border-radius: 8px;
  }

  .acc-head {
        padding: 12px 22px;
        position: relative;
        cursor: pointer;
        border-bottom:1px solid #AA9F95;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
   }

   .acc-head::before
    {
        content: '';
        position: absolute;
        top: 50%;
        transition: all .3s;
   }

   .acc-head::before {
        right: 20px;
        width: 20px;
        height: 20px;
        margin-top: -5px;

        background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8C6.71875 8 6.46875 7.90625 6.28125 7.71875L1.28125 2.71875C0.875 2.34375 0.875 1.6875 1.28125 1.3125C1.65625 0.90625 2.3125 0.90625 2.6875 1.3125L7 5.59375L11.2812 1.3125C11.6562 0.90625 12.3125 0.90625 12.6875 1.3125C13.0938 1.6875 13.0938 2.34375 12.6875 2.71875L7.6875 7.71875C7.5 7.90625 7.25 8 7 8Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100%;
  }
  .acc-head.active::before{
        transform: rotate(180deg);
        margin-top: -15px;
  }

  .acc-head::after {
        right: 21px;
        width: 20px;
        height: 3px;
        margin-top: -2px;
  }

  .acc-head p {
    color: #fff;
    font-weight: bold;
  }

  .acc-content {
    padding: 12px 22px;
    display: none;
  }
  .acc-content p {
    margin:0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
  .last-name {
    color: #FFC700;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    margin-bottom:20px;
  }
  .title_sub-category a {
    text-decoration: underline;
  }
  .fancybox__content {
    padding:0;
  }
  #dialog h2,
  #book h2  {
    margin: 0;
    color:#000;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    background: #FFC700;
    padding:15px 30px;
  }
  .booking-form{
    padding:15px 30px;
  }

.form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px;
    display: block;

}
.form-group label sup {
    color:#BE0505;
}
.form-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.26122px solid #EEEEEE;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
    color:#000;
}
.select2-container {
    width:100% !important;
}
.select2-search {
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.select2-container .select2-selection--single {
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 1.26122px solid #EEEEEE;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    font-weight: 700;
    font-size: 18px;
    color:#000;
}
.select2-container--default .select2-results__option--selected{
    background: #E2E2E2;
    color:#000;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #1B0D02;
    color:#fff;
}
.select2-results__option {
    padding-left:16px;
    padding-right:16px;
    color:#000;
}
.form-group p {
    font-weight: 300;
    font-size: 14px;
    color: #404040;
    margin:0;
    padding:0 16px;
}
.booking-form .form-group {
    margin-bottom:20px;
}
.form-line {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom:20px;
}

.form-group ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ABABAB;
    font-weight: 300;
    font-size: 14px;
    opacity: 1; /* Firefox */
  }

.form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ABABAB;
    font-weight: 300;
    font-size: 14px;
  }

.form-group ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ABABAB;
    font-weight: 300;
    font-size: 14px;
  }
.form-group textarea::placeholder {
    font-weight: 300;
    font-size: 14px;
}
.total {
    justify-content: space-between;
    background: #E2E2E2;
    border: 1.26122px solid #EEEEEE;
    padding: 2px 20px;
    flex: 0 0 68%;
    gap: 0 20px;
}
.total span {
    font-weight: 400;
    font-size: 14px;
}
.total .full-total {
    font-weight: 700;
    font-size: 32px;
    color:#000;
}
.ui-widget.ui-widget-content,
.ui-timepicker-standard {
    z-index: 9999999999 !important;
}
#date {

}
.select-date {
    position: relative;
    z-index: 2;
    background: transparent;
}
.relative span {
    position: absolute;
    top: 53%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: 1;
}
.relative {
    position: relative;
}
.ui-timepicker-standard .ui-state-hover {
    background: #1B0D02;
    border: 1px solid #1B0D02;
    border-radius: 0;
    color: #FFFFFF;
}
.ui-widget.ui-widget-content {
    border: 0;
}
.ui-timepicker-standard,
.select2-dropdown {
    border:1.26122px solid #EEEEEE
}

.ui-timepicker-standard a {
    border-bottom:1.26122px solid #EEEEEE
}
.payment{
    justify-content: space-between;
    background: #1B0D02;
    padding:0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFC700;
    gap: 0 20px;
    position: relative;
    top: 3px;
}



.sub-total {
    font-weight: 700;
    font-size: 32px;
}
.menu_container {
    display: none;
}
.mobile_menu_container{
    display:none;
}
.middle-top-row{
    display:none;
}
#message {
    height: 125px;
}
#bodyContent,
#bodyContent p,
#bodyContent a {
    color:#000;
}
.maps-flex {
    gap: 0 10px;
}
.gm-style .gm-style-iw-c {
    border-radius:0 !important;
}
.maps-right{
    max-width: 135px;
}
.g-maps {
    margin-top:50px;
    border: 6px solid #FFC700;
    position: relative;
}
.g-maps:before {
    content:'';
    width:35px;
    height: 24px;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='24' viewBox='0 0 36 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0L35.3205 24H0.679491L18 0Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
.footer-book-now{
    position: fixed;
    right: 30px;
    bottom: 75px;
    z-index: 999999;
}
.form-title {
    font-weight: 700;
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    flex-direction: column;
    padding-left:20px;
    color:#000;
    position: relative;
    margin-bottom: 30px;
    margin-top:20px;
}
.form-title span {
    font-weight:400;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}
.form-title:before {
    content:'';
    width:10px;
    height: 100%;
    background: #000;
    position: absolute;
    left:0;
    top:0;
}
.footer-book-mobile {
    display: none;
}

/* dropdown*/

.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.26122px solid #EEEEEE;
    border-radius: 0;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 16px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #110801;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #110801;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width:100%;
}
.bootstrap-select>.dropdown-toggle {
    border:none;
    background: transparent;

    padding: 0.375rem 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.26122px solid #EEEEEE;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
    max-height: 200px;
}

.datepicker-dropdown {
    color:#000;
}
.datepicker-panel > ul > li.highlighted {
    background-color:#F5CF11;
    font-weight: bold;
    border-radius: 100%;
    color:#000;
}

@media screen and (max-width: 1200px) {
    .menu ul{
        gap: 0 15px;
    }

}
@media screen and (max-width: 1024px) {
    .footer-menu li a {
        font-size: 14px;
    }
    .what {
        padding: 30px 0;
    }
    .reason-box p {
        margin-top: 20px;
        max-width: 200px;
    }
    .reason-grid {
        gap: 0 15px;
    }

}
@media screen and (max-width: 992px) {

    .h-fixed.sticky .logo {
        display: flex;
    }

    .f-flex {
        flex-wrap: wrap;
    }
    .col-255,.col-225 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .col-355 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu-desctop{
        display:none;
    }
    .mobile_menu_overlay, .mobile_menu_container {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mobile_menu_container.loaded {
        transform: translateX(0px);
    }
    .mobile_menu_container {
        transform: translateX(-100%);
        width: 100%;
        overflow: hidden;
        z-index: 9999999;
        background: #FFC700;
    }
    .mobile_menu_overlay {
        display: none;
        cursor: pointer;
        z-index: 10200;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_menu_container, .mobile_menu_container .mobile_menu_content ul li ul {
        transition: all 350ms ease 0s;
    }
    .mobile_menu_container-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 18px;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px;
        position: relative;
        z-index: 99999;
        border-bottom:1px solid #000;
    }
    .mobile_menu_container-title-left {
        display: flex;
        align-items: center;
    }
    a.close-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_menu_container-title-left p {
        font-weight: 400;
        font-size: 22px;
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        margin-left: 20px;
        margin-top:0;
        margin-bottom:0;
    }
    .close-menu img {
        width: 19.5px;
    }
    .mobile_menu_container .mobile_menu_content {
        max-height: 100%;
        padding: 15px 18px;
        border-bottom: 1px solid #000;
    }
    .burger-menu {
        width: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        padding-left: 8px;
    }
    .menu_container {
        display: block;
    }
    .middle-top-row-right {
        display: flex;
        align-items: center;
    }
    .middle-top-row-left {
    }
    .cont-middle-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .middle-top-row {
        padding: 15px 0;
        position: fixed;
        top: 0;
        z-index: 9999999;
        width: 100%;
        background: #FFC700;
        display:block;
        left:0;
    }
    .burger-menu img {
        width: 21px;
        height: 19px;
    }
    .burger-menu {
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        padding-left: 8px;
    }
    .container-main{
        padding:0;
    }
    header.main .phone a svg path {
        fill: #000;
        transition: 0.4s all linear;
    }

    .logo,
    .logo-black{
        display:flex;
    }
    .welcome p {
        font-size: 31px;
    }
    .main-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:100%;
        z-index: 2;
    }
    header.main .menu li a {
        color:#000;
    }
    .menu ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    header.main .menu li {
        margin-top: 15px;
        margin-bottom:15px;
    }
    header.main .phone a {
        color:#000;
    }

}

@media screen and (max-width: 767px) {

    .product-what .w-left:before {
        display:none;
    }

    .w-left {
        margin-top:30px;
    }

    .i-left {
        display:none;
    }

    .dates ul li {
        padding-right:0;
        border:0;
        margin-bottom:15px;
    }

    .booking-form .row{
        flex-direction: column;
        display: block;
    }

    .h-fixed.sticky {
      position: static;
    }
    .select2-container
    {
        display: block;
        width:auto !important;
    }
    .is-compact .fancybox__content>.f-button.is-close-btn {
        top: 15px;
    }
    .footer-book-mobile {
        display:flex;
        justify-content: center;
    }

    .footer-book-desctop{
        display:none;
    }

    .footer-book-now {
        display:none;
    }

    .w-right,
    .d-left {
        flex: 0 0 100%;
    }

    .thank-you .title-position h1 {
        font-size: 50px;
    }
    .thank-you .last-name {
        font-size: 40px;
    }
    .thank-you .title_sub-category{
        font-size: 18px;
    }
    .e-row{
        flex-wrap: wrap;
        gap:0;
        justify-content: center;
    }
    .e-box {
        width: calc(100%/2);
        height: 165px;
        padding: 10px 15px;
        max-height: 100%;
    }
    .product-what {
        padding: 30px 0;
    }
    .e-desc {
        font-size: 16px;
    }
    .maps {
        padding: 30px 0 30px 0;
    }
    .dates ul {
        flex-wrap: wrap;
    }
    .dates ul li {
        width: calc(100%/2);
    }
    .title-position h1 {
        font-size: 70px;
    }
    .include {
        padding:30px 0;
    }
    .f-right {
        margin:0;
    }
    .i-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .i-right{
        margin-top:20px;
    }
    .a-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .party-row {
        gap: 0;
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .party-img {
        margin:0 auto
    }
    .title span {
        padding: 0 30px;
    }
    .title {
        font-size: 30px;
    }
    .d-left {
        margin-right: 0;
    }
    .party-grid {
        text-align: center;
        flex:0 0 50%;
        gap:0;
        width:auto;
    }
    .about {
        margin-bottom: 0;
    }
    .reason-grid {
        gap: 30px 30px;
        flex-wrap: wrap;
    }
    .reason-box p {
        margin-top: 15px;
        height: 42px;
    }
    .w-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-menu {
        flex-wrap: wrap;
         justify-content: center;
    }
    .t-flex {
        flex-wrap: wrap;
        justify-content: center;
        padding:0;
    }
    .t-left{
        flex:0 0 100%;
    }
    .t-right{
        flex:0 0 100%;
        text-align: center;
    }
    header.main {
        height: 500px;
    }
    .welcome p {
        font-size: 20px;
    }
}
@media screen and (max-width: 550px) {
    .acc-content p {
        font-size: 14px;
    }

    .title {
        font-size: 22px;
    }

    .title-position {
        width:90%;
    }

    .title-position h1 {
        font-size: 50px;
    }
    .title_sub-category {
        font-size:22px;
    }

    .maps-flex img{
        width:90px;
    }

    .e-box {
        width: 100%;
        height: auto;
    }

    .total {
        justify-content: space-between;
    }
    .buttons {
        gap: 15px 0;
    }
    .payment  {
        justify-content: space-between;
        margin-bottom:15px;
    }
    .col-255, .col-225 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .welcome p {
        font-size: 14px;
    }
    .acc-head {
        font-size: 14px;
        padding: 12px 15px;
    }
    .form-group label {
        font-size: 12px;
    }
    .buttons {
        flex-wrap: wrap-reverse;
    }
    .total {
        flex:0 0 100%;
    }
    .buttons .btn-yellow {
        flex:0 0 100%;
    }
    .footer-book-now {

    }
    .acc-content {
        padding: 12px 15px;
    }

}



.menu.langs {
    border-top: 1px solid black;
    margin-left: -20px;
    margin-right: -20px;

}
.menu.langs > ul{
    margin-left: 40px;
}

.menu.langs > ul > li{
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block !important;
          list-style: none !important;
    width: 80px;
}
b.infoPopup{
   width: 1.3em;
   height: 1.3em;
    line-height: 1em;
    border: 1px solid red;
    border-radius: 2em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: red;
    animation: blink 1s steps(5, start) infinite;
        -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@keyframes blink {
    0% {opacity: 0;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}
@-webkit-keyframes blink {
    5% {opacity: 0.05;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}




/* Language*/

.call__now {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: 'MyriadRegular', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    gap:0 7px;


}
.tel__now{
    display: flex;
    align-items: center;
    gap:0 10px;
    color:#fff;
    letter-spacing: 2px;

}
.call__now a{
    color:#FFD810;
    letter-spacing: 2px;

}

.lang a.actives {
    display: flex;
    align-items: center;
    gap: 0 7px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: transparent;
    padding: 6px 7px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    transition: .4s all ease-out;
}

.sticky .lang a.actives {
    border-color: #000;
    color: #000;
}

.sticky .lang a.actives svg path {
    fill: #000;
}

.lang a.actives svg path {
    transition: .4s all ease-out;
}

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 123123;
    top: 38px;
    transition: .4s all ease-out;
    border-radius: 8px;
    background: #FFF;
}
.lang {
    position: relative;
    transition: .4s all ease-out;

}
.lang span{
    transition: .4s all ease-out;

}
.lang:hover span  {
    rotate: 180deg;
    position: relative;
    top:2px
}
.dropdown-content a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #505050;
    text-align: center;
    margin: 3px 0;
    padding: 2px 0;
    display: block;
    width: 100%;
    transition: .4s all ease-out;

}
.dropdown-content a:hover {
    background: #5F5F5F;
    color: #fff;

}
.lang:hover .dropdown-content {
    visibility: visible;
    opacity: 1;

}
@media (max-width: 1300px) {

}
@media (max-width: 991px) {
    .lang a.actives {
        border:0;
        padding: 0;
        background: transparent;
    }
    .lang a.actives svg path {
        fill:#000;
    }
    .middle-top-row-right {
        gap:0 15px
    }
    .dropdown-content{
        min-width: max-content;
        padding: 0 5px;
        left: -25px;
    }
}

/* Language END*/
