@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap');

body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #fbd000;
}

.bg-color2 {
    background-color: #333333;
}

.bg-color3 {
    background-color: #fbd000;
}

.bg-color4 {
    background-color: #e9e9e9;
}

.text-color1 {
    color: #fbd000 !important;
}

.text-color2 {
    color: #000000 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.header-bottom {
    background-color: transparent;
    padding: 20px;
    position: relative;
}

/*
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}*/

.home-parallax {
    position: relative;
    overflow: hidden;
    /* padding: 300px 0; */
}

.parallax-window {
    height: 550px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    content: '';
    text-align: center;
    width: 100%;
    top: 70%;

}

.sub-banner-overlay {
    background: rgb(32, 32, 32);
    background: linear-gradient(180deg,
            rgba(32, 32, 32, 0.40379901960784315) 29%,
            rgba(32, 32, 32, 0.8575805322128851) 98%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 70%;
}

.mobile-menu {
    display: none;
}

.cwdesign-header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px;
    background: #fff;
}

.cwdesign-header .cwdesign-logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    /*display: inline-block;*/
}

.cwdesign-header .cwdesign-logo img {
    width: 100%;
}

.cwdesign-header .social li {
    display: inline-block;
}

.cwdesign-header .social li a {
    color: #fff;
    padding: 0 10px;
}

.cwdesign-header .heading {
    color: #fff;
}

.cwdesign-header.scrolled {
    position: fixed;
    padding: 15px 0;
    top: 0;
    background: #fff;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.cwdesign-header.scrolled .social {
    margin-top: 10px;
}

.cwdesign-header.scrolled .social li a {
    color: #fff;
}

.cwdesign-header.scrolled .cwdesign-logo {
    line-height: 1em;
    padding: 0;
    color: #fff;
    font-size: 30px;
    /*display: inline-block;*/
    font-weight: 300;
}

.cwdesign-header.scrolled .cwdesign-logo img {
    width: 250px;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle {
    top: -1px !important;
}

.cwdesign-header.awake,
.cwdesign-header.awake.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.cwdesign-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    /*-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);*/
}

.cwdesign-nav-toggle {
    top: -3px !important;
}

.cwdesign-nav-toggle i,
.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    background: #fbd000 !important;
}

.cwdesign-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.cwdesign-nav-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}

.cwdesign-nav-toggle:hover i:before {
    top: -7px;
}

.cwdesign-nav-toggle:hover i:after {
    bottom: -7px;
}

.cwdesign-nav-toggle.active i {
    background: transparent !important;
}

.cwdesign-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.cwdesign-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.cwdesign-nav-toggle:hover,
.cwdesign-nav-toggle:focus,
.cwdesign-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.cwdesign-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 2px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fbd000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fbd000;
    position: absolute;
    left: -10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cwdesign-nav-toggle i:before {
    top: -6px;
}

.cwdesign-nav-toggle i:after {
    bottom: -6px;
}

.cwdesign-wrap {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid #f4f4f4
}

.cwdesign-wrap.cwdesign-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.cwdesign-logo-wrap {
    position: relative;
    z-index: 1021;
}

.cwdesign-menu {}

.cwdesign-menu ul {
    position: relative;
    margin-top: 180px;
    margin-bottom: 30px;
    padding: 0;
}

.cwdesign-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.cwdesign-menu ul li,
.cwdesign-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cwdesign-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    border-bottom: 1px solid #f4f4f4;
}

.cwdesign-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.cwdesign-menu ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.cwdesign-menu ul li a {
    display: inline-block;
}

.cwdesign-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.cwdesign-menu ul li a:hover::after {
    width: 100%;
}

.cwdesign-menu ul li a.active {
    color: #fbd000;
}

.cwdesign-menu ul li a.active:after {
    height: 0px;
}

.cwdesign-menu ul ul {
    display: none;
}

.cwdesign-menu>ul>li>a {
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu>ul>li.open>a {
    font-size: 15px;
    font-weight: 400;
    color: #fbd000;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu ul ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.cwdesign-menu ul li:hover>a,
.cwdesign-menu ul li.open>a,
.cwdesign-menu ul li.active>a,
.cwdesign-menu ul ul li:hover>a,
.cwdesign-menu ul ul li.open>a,
.cwdesign-menu ul ul li.active>a {
    color: #fbd000;
}

.cwdesign-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.cwdesign-menu ul li a em,
.cwdesign-menu ul ul li a em {
    font-size: 10px;
    background-color: #fbd000;
    padding: 1px 6px;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    margin-left: 10px;
    top: 5px;
    font-style: normal;
}

.cwdesign-menu i {
    padding-left: 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.cwdesign-menu-sub ul li a {
    position: relative;
}

.cwdesign-menu-sub ul li a:before {
    position: absolute;
    content: "\f135";
    left: 0;
    font-family: bootstrap-icons !important;
    font-size: 13px;
    color: #000;
}

.cwdesign-menu .active i {
    color: #fbd000;
}

.cwdesign-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 50px 0px 0px 0px;
    color: #999;
}

.cwdesign-menu-footer div.reservation {
    margin: 0;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.cwdesign-menu-footer a {
    color: #fbd000;
}

.cwdesign-menu-footer a {
    color: #fbd000;
}

.cwdesign-menu-footer div.reservation .icon {
    position: absolute;
    left: 0;
    /* top: -50px; */
    width: 50px;
    height: 50px;
    background-color: #fbd000;
    border: 1px solid #fbd000;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.cwdesign-menu-footer div.reservation a .icon i {
    color: #000;
    font-size: 24px;
}

.cwdesign-menu-footer div.reservation .call {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 60px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.boxshadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f26e';
    font-family: "bootstrap-icons";
    font-size: 24px;
    color: #fbd000;
}

.areas-list li:before {
    content: '\F3E7';
}

.areas-list a {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    background-color: #fbd000c9;
}

.areas-list a:hover {
    color: #707070;
}

.list2 li:before {
    color: #000;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

.new-areas-list {
    padding: 12px 25px;
    background: linear-gradient(to top right, #adb55e 12%, #fbd000 76%);
    border: 5px double #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 0 50px 50px 0;
    color: #fff;
    margin-bottom: 20px;
}

.new-areas-list i {
    padding-right: 10px;
}

.new-areas-list a {
    color: #222;
}

.new-areas-list a:hover,
.new-areas-list a:focus {
    color: #fff;
}

.site-map-list li a {
    color: #000000;
}

.site-map-list li a:hover {
    color: #000000;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: "";
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.border-box1 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
}

.border-box2 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box3 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 300px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box4 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 440px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}


/*...//// gallery-single /////.....*/

.gallery-single {
    position: relative;
    margin-bottom: 30px;
}

.gallery-single__img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-single__img {
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: transform 0.7s ease;
}

.gallery-single:hover .gallery-single__img {
    transform: scale(1.1);
}

.gallery-single__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(255 255 255 / 25%);
    transition: all 0.5s ease;
    border-radius: 10px;
}

.gallery-single:hover .gallery-single__overlay {
    top: 0;
    height: 100%;
}

.gallery-single__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 64px;
    height: 64px;
    border-radius: 11px;
    font-size: 28px;
    background-color: #fff;
    opacity: 0;
    transition: all 500ms ease;
}

@media (max-width: 1399px) {
    .gallery-single__btn {
        width: 50px;
        height: 50px;
    }
}

.gallery-single__btn:hover {
    background-color: #fff;
}

.gallery-single:hover .gallery-single__btn {
    opacity: 1;
}

.single-service-item {
    margin: 15px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    /* border-bottom: 5px solid #ffffff; */
    background-color: #fbd000;
    box-sizing: border-box;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6em;
    border-radius: 10px;
    /*  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

/* .contact-detail {
  background-color: #fff;
  padding: 60px 20px 20px;
  margin-top: -40px;
  min-height: 150px;
  box-shadow: rgb(122 122 122) 0px 20px 30px -10px;
} */
.contact-detail {
    border: 1px solid #b9bfba;
    padding: 30px;
}

.contact-lists {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-lists li {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #696969;
    padding: 10px 0;
}

.contact-lists li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000000;
    font-size: 20px;
    text-align: center;
    color: #fbd000;
}

.contact-lists li>div {
    width: 80%;
}

.contact-lists li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgb(9 9 9 / 65%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
    background-color: rgb(55 57 60 / 80%);
}

.widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fbd000;
    margin-bottom: 20px;
    display: inline-block;
    background: transparent;
    padding-right: 5px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.btn-1,
.btn-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s;
}

.btn-3 {
    border: 1px solid #fbd000;
    color: #000;
    transition: 0.5s ease-in-out;
}

.btn-1:before,
.btn-3:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fbd000;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-3:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-3:hover:before {
    color: #fff;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fbd000;
    transform: translateX(-100%);
}

.btn-3:hover {
    color: #fff;
}

.btn-3-edited .btn-3:before {
    z-index: 0;
}

.btn-3-edited .btn-3 span {
    position: relative;
    color: #000;
    transition: 0.5s ease-in-out;
}

.btn-3-edited .btn-3 span {
    position: relative;
    color: #000;
}

.btn-3:hover span {
    color: #fff;
}

.btn-1:hover:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #000;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-2 span {
    color: #000;
    position: relative;
    transition: all 0.5s;
}

.btn-2:hover:before {
    transform: translateX(0);
    z-index: 0;
}

.btn-2:hover span {
    color: #fff;
}

.btn-4 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem;
    text-transform: uppercase;
    border: 1px solid #fbd000;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.btn-4:hover {
    color: #000;
    background-color: #fbd000;
}




.sliderbtn-wrap .btn-2:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.subtitle {
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #666 !important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.heading-h1,
.heading-h2 {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.heading-h2 {
    font-size: 40px;
}

.booking-box .heading-h2 {
    font-size: 40px;
}

.reservations {
    display: flex;
    align-items: center;
}

.reservations .text a {
    font-size: 27px;
    color: #fbd000;
    letter-spacing: -1px;
}

.reservations.choice .text a {
    font-size: 18px;
}

.reservations .icon {
    position: relative;
    transform: rotate(32deg);
    top: 3px;
}

.reservations .text p {
    font-size: 15px;
    margin: 0;
}

.reservations .icon span {
    font-size: 40px;
    color: #fbd000;
}

.imgboxshadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.section2 .item:hover .con {
    bottom: 0;
}

.section2 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.section2 .item .category a {
    color: #fff;
}

.section2 .item .category:hover {
    color: #fff;
}

.section2 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .3) 1%, rgba(0, 0, 0, .85) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .03) 1%, rgba(0, 0, 0, .85) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .03) 1%, rgba(0, 0, 0, .85) 90%);
}

.section2 .item .con h6,
.section2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.section2 .item .con h5,
.section2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section2 .item .con .permalink,
.section2 .item .con .permalink a {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con p {
    color: #fff;
}

.section2 .item .con i {
    color: #fff;
    font-size: 18px;
}

.section2 .item .con i:hover {
    color: #fff;
}

.section2 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.section2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.section2 .item .con .butn-light:hover {
    border-color: #fbd000;
}

.contentli-img-wrap .list1 li {
    font-size: 22px;
    padding: 0px 0 15px 35px;
}

.contentli-img-wrap .list1 li:before {
    font-size: 32px;
    color: #000;
}

.contentli-img-wrap .content-div {
    padding: 22px 15px;
    background: #fff;
    color: #000;
}

.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
}

.testimonials-box .head-box h6 {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 span {
    color: #222;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.news-section .item {
    position: relative;
    overflow: hidden;
}

.news-section .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news-section .item:hover .con {
    bottom: 0;
}

.news-section .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.news-section .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news-section .item .date span {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news-section .item .date i {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news-section .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news-section .item .con .category {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
    display: block;
    color: #000;
}

.news-section .item .con .category {
    margin-right: 5px;
    position: relative;
    color: #000;
}

.news-section .item .con .category :hover {
    color: #222;
}

.news-section .item .con .category :last-child {
    margin-right: 0;
}

.news-section .item .con .category :last-child:after {
    display: none;
}

.news-section .item .con h5,
.news-section .item .con h5 p {
    color: #000;
    font-size: 24px;
    font-family: 'Gilda Display', serif;
    ;
    font-weight: 400;
    margin-bottom: 0px;
}

.news-section .item .con h5:hover,
.news-section .item .con h5 a:hover {
    color: #fbd000;
}

.news-section .item .con p {
    color: #4f4f4f;
}

.news-section .item .con i {
    color: #fff;
    font-size: 20px;
}

.news-section .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 35%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-section .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.news-section .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.news-section .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.news-section .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.third-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}


/* ======= Amenities style ======= */
.amenities {
    position: relative;
}

.amenities .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    border-radius: 6px !important;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    background-color: #fff;
}

.amenities .item .cont {
    padding-left: 10% !important;
    padding-bottom: 13% !important;
    padding-right: 10% !important;
    padding-top: 13% !important;
}

.amenities .item .cont .icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 50px;
    color: #BD945A;
    justify-content: center !important;
}

.amenities .item .cont .icon img {
    margin-bottom: 15px;
}

.amenities .item .cont .text h5 {
    display: inline-block !important;
    font-size: 21px;
    font-weight: 400;
    color: #141414;
    margin-bottom: 10px;
}

.amenities .item .cont .text p {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
    /*color: rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0;
    padding: 0 0;
}

.amenities .item .cont.up {
    will-change: transform;
    /*-webkit-transform: translateY(30px);*/
    /*transform: translateY(30px);*/
}

.amenities .item .cont.up .text-visible {
    opacity: 0;
}

.amenities .item.hover-box * {
    -webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1);
    transition: all .5s cubic-bezier(.5, 1, .89, 1);
    will-change: transform;
}

.amenities .item:hover {
    background: #333333;
}

.amenities .item:hover .cont h5,
.amenities .item:hover .cont .icon i {
    color: #fff
}

.amenities .item:hover .cont p {
    color: #8b8b8b;
}

.amenities .item:hover .cont.up {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.amenities .item:hover .cont.up .text-visible {
    opacity: 1
}


@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 0;
        padding: 35px 20px;
    }
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}

.testimonials .item p {
    color: #fff;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    padding-left: 20px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    margin-left: 85px;
}

.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    color: #fbd000;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonials .item .info span {
    font-size: 12px;
    color: #fff;
    line-height: 1em;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: #fff;
    font-size: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fbd000;
}

.testimonials .overlap1::before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(11 10 10 / 76%) 0%, rgb(62 62 62 / 56%) 100%);
}

.footermain {
    position: relative;
}

.footermain:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footermain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 81%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footer-top {
    position: relative;
    z-index: 0;
}

.footer-widget .user-links li {
    position: relative;
}

.footer-widget .user-links li a:before {
    content: "\f280";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #fbd000;
    font-size: 13px;
    left: 0;
    top: 2px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a {
    color: #c7c7c7;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 15px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a:hover::before {
    opacity: 1;
}

.footer-widget .user-links li a:hover {
    color: #fff;
    padding-left: 18px;
}

.footer-logo a img {
    width: 250px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.footersocial a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.footersocial a>i {
    font-size: 18px;
}

.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-bottom {
    background-color: #1e1e1e;
}

.footer-bottom .footer-link a {
    color: #fff;
}

.linehere {
    display: inline-block;
    position: relative;
}

.linehere:after {
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    height: 1px;
    background: #ddd;
    top: -6px;
    opacity: 0.3;
    z-index: -1;
}

.footer-middle {
    background-color: #222;
}

.phonewrap-footer .reservations .icon span {
    font-size: 30px;
    color: #fbd000;
    line-height: 30px;
}

.phonewrap-footer .reservations .icon {
    transform: rotate(2deg);
    padding-right: 10px;
}

.footemail a {
    color: #c7c7c7;
}

.footemail a:hover,
.footemail a:active,
.footemail a:focus {
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.form-section.overlap1:before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgba(8, 8, 8, 0.432) 0%, rgb(0 0 0 / 71%) 100%);
}

.form-section h2 {
    font-size: 50px;
}

.form-p {
    color: #fff;
    font-size: 20px;
}

.accordion-item:first-of-type .accordion-button {
    background-color: #000;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #000;
    color: #fff;
}

.accordion-button {
    background-color: #000;
    color: #fff;
}

.addresscontact {
    position: relative;
    background: #fbd000;
    padding: 45px;
    margin-bottom: -75px;
}

.addresscontact .btn-2 {
    display: flex;
    margin: 1rem 0;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.submit-icon {
    display: none;
}

.rotating i {
    color: #fbd000;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section3 p {
    color: #b5b5b5;
}

.section3 .btn-1:hover {
    color: #fff;
}

.price-block_one-inner {
    overflow: hidden;
    border-radius: 20px;
}

.imgonewrap {
    border: 5px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.patch-contact-devider {
    position: relative;
    overflow: hidden;
}

.patch-contact-devider:before {
    position: absolute;
    content: '';
    right: 0;
    height: 100%;
    width: 45%;
    background-color: #fbd000;
    top: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1
}

.editbtn-1 .btn-1:hover:before {
    z-index: 0;
}

.editbtn-1 .btn-1 span {
    position: relative;
    transition: all 0.5s;
}

.editbtn-1 .btn-1:hover span {
    color: #000;
}

.team-style1 {
    position: relative;
}

.team-style1 .team-img {
    max-width: 223px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80px);
    height: 170px;
    text-align: center;
    background: #000;
}

.team-img {
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
}

.team-img a {
    display: block;
    transition: all ease 0.4s;
}

.team-img img {
    width: 120px;
    padding: 25px 0 0 0;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.team-style1 .team-content {
    padding: 120px 20px 24px 20px;
    margin-top: 80px;
    background-color: #fbd000;
    border-radius: 20px;
    transition: all 0.5s ease;
    text-align: center;
    min-height: 260px;
}

.team-title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #fff;
}

.team-desi {
    color: #2e2e2e;
    font-size: 15px;
}

.halfpatch-section {
    position: relative;
}

.halfpatch-section:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    background-color: #ededed;
    width: 100%;
    height: 250px;
}

/* ======= FAQs (Accordion) style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 10px;
}

.accordion-box .block.active-block {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    /*    font-size: 21px;*/
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    padding: 18px 60px 18px 25px;
    color: #141414;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn:hover {
    color: #141414;
}

.accordion-box .block:hover .acc-btn:before,
.accordion-box .block:hover .acc-btn.active:before {
    background-color: #141414;
    color: #fff;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 12px;
    color: #fff;
    content: "\F282";
    font-family: "bootstrap-icons";
    transition: all 500ms ease;
    background: #fbd000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.accordion-box .block .acc-btn.active {
    background-color: transparent;
    color: #141414;
    border-radius: 10px 10px 0 0;
}

.accordion-box .block .acc-btn.active:before {
    color: #fff;
    content: "\F286";
    font-family: "bootstrap-icons";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: transparent;
    border-radius: 0 0 7px 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.accordion-box .block .content {
    position: relative;
    padding: 20px 20px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content p {
    display: block;
    position: relative;
    color: #707070;
    margin-bottom: 0px;
}

.top-con-wrap {
    display: flex;
    justify-content: space-evenly;
}

.cwdesign-header.scrolled .top-con-wrap {
    display: none;
}

.cjboje {
    z-index: 99 !important;
}

.slide-text .reservations {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-text .reservations .icon {
    position: relative;
    transform: rotate(32deg);
    top: 0;
}

.slide-text .reservations .icon span {
    font-size: 30px;
    color: #fbd000;
}

.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerbox {
    padding: 30px;
    background-color: #f3d022;
    color: #000;
}

.innerbox1 {
    padding: 30px;
    border: 1px solid #fbd000;
}

.innerbox2 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.price-block_one-shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .accordion-box .block .acc-btn {
        padding: 20px 60px 20px 20px;
        font-size: 17px;
        line-height: 24px;
    }

    .accordion-box .block .acc-btn:before {
        right: 25px;
        top: 18px;
    }

    .accordion-box .block .content {
        padding: 20px;
    }

}

#faqs .animation-float1 {
    animation: float1 2000ms linear 400ms infinite alternate both;
}

@keyframes float1 {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(10px);
    }
}

#faqs .animation-float2 {
    animation: float2 2000ms linear 400ms infinite alternate both;
}

@keyframes float2 {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(30px);
    }
}



@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}

/* col-xxl */
@media (min-width: 1400px) {}

/* col-xl */
@media (min-width: 1300px) and (max-width:1400px) {
    .new-areas-list {
        padding: 12px 18px;
    }

    .border-box1 {
        min-height: 401px;
    }

    .border-box3 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 460px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .new-areas-list {
        padding: 12px 7px;
    }

    .border-box1 {
        min-height: 430px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 530px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .amenities .item .cont .text p {
        font-size: 16px;
    }

    .amenities .item .cont {
        padding-left: 5% !important;
        padding-bottom: 10% !important;
        padding-right: 5% !important;
        padding-top: 10% !important;
    }

}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .section2 .item .con {
        bottom: -70px;
    }

    .addresscontact {
        padding: 20px;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
    .mobile-menu {
        display: block;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #292a60;
        cursor: pointer;
        margin: 0 auto;
        text-align: left;
    }

    .mobile-menu i {
        float: right;
    }

    .amenities .item {
        margin-bottom: 20px;
    }

    .amenities .item .cont .text p {
        font-size: 16px;
    }

    .amenities .item .cont {
        padding-left: 5% !important;
        padding-bottom: 10% !important;
        padding-right: 5% !important;
        padding-top: 10% !important;
    }

    .cwdesign-menu ul {
        margin-top: 0;
    }

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: #fff;
        border-bottom: 0.5px solid #dfdfdf;
    }

    .addresscontact {
        margin-bottom: 0;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .m-parallax-bg {
        background-image: none !important;
        min-height: auto !important;
    }

    .cwdesign-header .cwdesign-logo img {
        /* width: 320px; */
    }

    .border-box1 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box2 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box3 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box4 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .contact-detail {
        /* margin-bottom: 30px; */
    }

    .home-slide {
        position: relative !important;
    }

    .cwdesign-wrap-inner {
        position: relative;
        top: 215px;
    }

    .cwdesign-wrap-burger-wrap {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .top-con-wrap {
        display: flex;
        justify-content: start;
        column-gap: 15px;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 420px;
    }

    .cwdesign-menu-footer div.reservation .call {
        margin-left: 0;
    }

    .cwdesign-menu-footer div.reservation .icon {
        display: none !important;
    }

    .parallax-window {
        height: 450px;
    }
    .cwdesign-menu-footer.contact_on_toggle div.reservation .icon {
        display: flex !important;
        position: absolute;
    }
    .cwdesign-menu-footer.contact_on_toggle .reservation .call {
        display: inline-block;
        margin-left: 60px;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .parallax-window {
        height: 350px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
    .cwdesign-wrap {
        z-index: 999;
    }

    .cwdesign-header .cwdesign-logo img {
        max-width: 100%;
        width: 100%;
    }

    .cwdesign-wrap {
        background-color: #fff;
        /* border-left: 1px solid #000; */
    }

    .cwdesign-menu>ul>li>a,
    .cwdesign-menu i,
    .cwdesign-menu-footer div.reservation .call {
        color: #000;
    }

    /* .cwdesign-menu ul ul li a,
	.cwdesign-menu-sub ul li a:before{
		color: #fff;
	} */
    .section2 .item .con {
        position: relative;
        bottom: 0;
        background: #000;
    }

    .third-box {
        padding: 30px;
    }

    .home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .cwdesign-menu-footer div.reservation .icon {
        display: none !important;
    }
    .cwdesign-menu-footer.contact_on_toggle div.reservation .icon {
        display: flex !important;
        position: absolute;
    }
    .cwdesign-menu-footer.contact_on_toggle .reservation .call {
        display: inline-block;
        margin-left: 60px;
    }
    .cwdesign-menu-footer div.reservation .call {
        margin-left: 0;
    }

    .cwdesign-menu-footer {
        bottom: inherit;
        padding-top: 15px;
    }

    .cwdesign-wrap-burger-wrap {
        margin-top: 10px;
    }

    .cwdesign-nav-toggle {
        width: 1px;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:991px) {
    .cwdesign-header.scrolled .cwdesign-logo img {
        width: 50%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .addresscontact {
        padding: 15px;
    }

    .heading-h2 {
        font-size: 30px !important;
    }

    .form-section h2 {
        font-size: 30px !important;
    }

    .news-section .item .con {
        margin: 0 10px;
        padding: 20px;
        bottom: 13px;
    }

    .btn-3 {
        font-size: 13px;
        padding: 6px 16px;
    }

    .cwdesign-header.scrolled .cwdesign-logo img {
        width: 100%;
    }

    .slide-text .reservations .text a {
        font-size: 18px;
        color: #fbd000;
        letter-spacing: -1px;
    }

    .slide-text .reservations .icon span {
        font-size: 20px;
        color: #fbd000;
    }

    .top-con-wrap {
        /*display: block;*/
    }

    .top-con-wrap {
        justify-content: stretch;
    }

    .cwdesign-menu-footer div.reservation .icon {
        display: inline-flex !important;
        top: 0;
        position: relative;
    }

    .cwdesign-menu-footer div.reservation .call {
        display: none;
    }
    .cwdesign-menu-footer.phoneinmobile .reservation .call{
        display: block;
    }
    .cwdesign-menu-footer.phoneinmobile .reservation .icon{
        display: none !important;
    }
    .cwdesign-header.scrolled .top-con-wrap.viewscrollmobile {
        display: block;
    }
    /* .cwdesign-wrap-burger-wrap{
        display: block;
    } */
    .cwdesign-wrap-burger-wrap {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .innerbox {
        padding: 15px;
    }

    .innerbox1 {
        padding: 15px;
    }

    .innerbox2 {
        padding: 15px;
    }

    .contact-detail {
        padding: 10px;
    }

    .contact-lists li {
        flex-direction: column;
        align-items: center;
    }

    .contact-lists li>div {
        width: 100%;
        text-align: center;
    }

    .fs-13 {
        font-size: 14px;
    }

    .parallax-window {
        height: 250px;
    }
    .accordions_title h3 {
        font-size: 20px;
    }

    .accordions_title {
        padding: 20px;
    }

    .accordions_content {
        padding: 15px 15px 15px 20px;
    }

    .accordions_content h5 {
        font-size: 14px;
    }
    .cwdesign-menu-footer.contact_on_toggle{
        padding-top: 0;
    }
    .cwdesign-menu-footer.contact_on_toggle div.reservation .icon{
        display: flex;
        position: absolute;
    }
    .cwdesign-menu-footer.contact_on_toggle .reservation .call{
        display: inline-block;
        margin-left: 60px;
    }
    
}

.hcCqAM {
    z-index: 99 !important;
}

.accordions_title {
    display: grid;
    grid-template-columns: 1fr 20px;
    padding: 20px 0;
    background-color: #EBEBEB;
    cursor: pointer;
    margin-top: 15px;
    padding: 20px 28px;
    transition: 0.3s linear;
}

.accordions_title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1D1D29;
    transition: 0.3s linear;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 25px;
    font-weight: 700;
}

.accordions_title span {
    align-self: center;
    justify-self: end;
    display: block;
}

.accordions_title span:after {
    content: "+";
    display: inline-block;
    transition: 0.3s linear;
    font-size: 16px;
    position: relative;
    color: #000;
    margin-left: 5px;
    font-size: 30px;
}

.accordions_title.active {
    background-color: #fbd000c9;
    color: #000;
}

.accordions_title.active h3 {
    color: #000;
}

.accordions_title.active span:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #1D1D29;
}

.accordions_content {
    display: none;
    padding: 25px 25px 25px 65px;
    background-color: #ebebeb;
}

.accordions_content h5 {
    color: #000;
    font-size: 19px;
}

.accordions_content h5 a:hover,
.accordions_content h5 a:focus {
    color: #fbd000c9;
}

.accordions_content ul {
    color: #FFF;
}
