.js-cookie-consent.cookie-consent {
    display: none !important;
}

.move-up {
    bottom: 80px !important;
    right: 19px !important;
}

.language-switcher-wrapper img {
    display: none !important;
}

.svg-logo {
    width: 160px;
    height: auto
}

.svg-logo rect,
.svg-logo circle,
.svg-logo polygon,
.svg-logo path {
    fill: #fff;
    color: #fff
}

.ar-svg-logo {
    display: none;
}

.page--4.banner-header,
.page--9.banner-header,
.page--13.banner-header,
.page--14.banner-header {
    display: none !important;
}

section.page--8,
section.page--17 {
    display: none !important;
}

nav.nav-scroll .svg-logo rect,
nav.nav-scroll .svg-logo circle,
nav.nav-scroll .svg-logo path,
nav.nav-scroll .svg-logo polygon {
    fill: #8f8063;
    color: #8f8063
}

.news.bg-black {
    background-color: #fafafa;
}

section.services .row>div .img a {
    width: 100% !important
}

#pageages-page-carousel {
    background-size: cover !important;
    background-position: 50% !important;
    background-attachment: fixed !IMPORTANT;
}

.navbar.navbar-expand-lg+p {
    display: none !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 300;
    margin: 3px 9px;
    padding-inline: 3px;
}

.navbar.nav-scroll svg path {
    fill: #b29470;
}

.footer-bottom {
    padding: 16px 0 10px 0;
}

.footer-logo {
    width: 120px;
    height: auto;
}

.footer-logo svg {
    width: 100%;
    margin-bottom: -8px;
}

.ddd-flex-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ddd-flex-middle .footer-about-social-list {
    margin-top: 0px;
    margin-inline-end: 25px;
}

.ddd-flex-middle .footer-about-social-list a:last-child {
    margin-inline-end: 0px;
}

.ddd-flex-middle .footer-about-social-list a {
    background: rgb(255, 255, 255);
    color: rgb(170, 132, 83);
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-size: 84%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ddd-flex-middle .footer-about-social-list a:hover {
    background: rgb(170, 132, 83);
    color: rgb(255, 255, 255);
}

.footer-low-links span,
.footer-low-links a {
    color: rgb(255, 255, 255);
    margin-inline-end: 16px;
    font-size: 11.5px;
}

.awarded {
    max-width: 180px;
    height: auto;
}

.g-flex-end {
    display: flex;
    justify-content: flex-end;
}

.home-map {
    width: 100%;
    height: 400px;
}

.h-brown {
    color: rgb(171, 138, 98);
}

.gray-bg-1 {
    background: rgb(245, 245, 245);
}

.pinky-bg-1 {
    background: rgb(244, 239, 235);
    position: relative;
}

.countdown-container {
    position: relative;
}

.clock-item .inner {
    height: 100%;
    position: relative;
    width: 100%;
}

.clock-canvas {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.clock-item .wrap,
.clock-item .inner canvas,
.kineticjs-content {
    position: relative;
    width: 150px !important;
    height: 150px !important;
}

.kineticjs-content::before {
    content: "";
    position: absolute;
    inset: 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 1px;
    border-radius: 500px;
    padding: 5px;
}

.clock-item .text {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    margin-top: -85px;
    position: relative;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    width: 100%;
}

.clock-item .text .val {
    margin-bottom: 0px;
    line-height: unset;
    font-size: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fantasy;
    font-weight: 300;
    text-shadow: none;
    letter-spacing: 2px;
    transform: scale(1, 1.275);
    color: rgb(116, 97, 60);
}

.clock-item .text .type-time {
    margin-top: 80px;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: unset;
    display: flex;
    justify-content: center;
    text-shadow: none;
}

.cus-currency .dropdown-menu {
    width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .clock-item {
        margin: 0px 0px 20px;
    }
}

.clock-days .type-time {
    color: rgb(73, 192, 235) !important;
}

#canvas-days .kineticjs-content::before {
    box-shadow: rgb(73, 192, 235) 0px 0px 0px 2px;
}

.clock-hours .type-time {
    text-transform: lowercase;
    color: rgb(147, 0, 51) !important;
}

#canvas-hours .kineticjs-content::before {
    box-shadow: rgb(147, 0, 51) 0px 0px 0px 2px;
}

.clock-minutes .type-time {
    color: rgb(244, 156, 77) !important;
}

#canvas-minutes .kineticjs-content::before {
    box-shadow: rgb(244, 156, 77) 0px 0px 0px 2px;
}

.first-word-h>span span {
    font-size: 60px;
}

.wc1-container {
    position: absolute;
    bottom: 0;
    display: block;
    width: 500px;
    left: 0;
    right: 0;
    margin-inline-end: calc(50% - 500px);
    margin-inline-start: auto;
}

.wc1 {
    position: relative;
    mix-blend-mode: multiply;
    max-height: 550px;
}

.cus-weight {
    font-weight: 600;
}

.overflow-zz {}

.advert {
    display: flex !important;
}

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

.reservation {
    display: flex;
    color: #ab8a62;
    font-size: 90%;
}

.reservation div {
    line-height: 22px
}

.reservation .flaticon-call {
    color: #ab8a62;
    width: 62px;
    font-size: 40px;
    height: 62px;
    padding: 10px;
    border-radius: 100px;
    border: 2px solid #ab8a62;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 16px;
}

.reservation .flaticon-call:before {
    font-size: 34px;
}

.kicking {
    background-color: #fff;
    position: relative;
    padding-bottom: 30px;
}

.kicking {
    padding-block: 40px !important;
}

.kicking .row {
    display: flex;

}

.kicking>div>.row>div:first-child,
.kicking>div>.row>div:nth-child(2) {
    display: none
}

.kick-side-img {
    display: flex
}

.kick-side-img img {
    max-width: 370px;
    margin: 0 auto;
    display: inline-flex;
}

.kicking:before {
    content: "";
    position: absolute;
    top: calc(-10% - 25px);
    left: 0;
    right: 0;
    bottom: calc(-10% - 25px);
    background: url(../img/extra-data/kick.png);
    background-position: calc(50% - 120px) center;
    background-size: auto 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: 2;
    mix-blend-mode: darken;
}

.front-testimonials>div {
    background: #efeeec;
    /* background-image: none !important; */
    position: relative;
}

.restaurant-testimonials .front-testimonials>div {
    background-position: 50% 50%;
    background-size: cover;
}

.restaurant-testimonials .front-testimonials>div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b5;
}

.front-testimonials.testimonials .item p,
.front-testimonials.testimonials .head-box H6 {
    color: #333 !IMPORTANT
}

.restaurant-testimonials .front-testimonials.testimonials .item p,
.restaurant-testimonials .front-testimonials.testimonials .head-box H6 {
    color: #fff !IMPORTANT
}

.front-testimonials.testimonials .item .info span,
.front-testimonials.testimonials .item .info h6,
.front-testimonials.testimonials .head-box H4 {
    color: #aa8453 !IMPORTANT
}

.special-bg {
    background: url(../img/extra-data/special.jpg);
    background-size: cover;
}

.testimonials .item .info {
    padding-inline-start: 10px;
    display: flex;
    align-items: center;
}

.testimonials .item .info .author-img {
    border: 3px solid transparent;
    box-shadow: 0 0 0px 2px #aa8453;
    width: 90px;
    height: 90px;
}

.testimonials .item .info .cont {
    margin-inline-start: 20px !important;
}

.special-bg {
    position: relative;
}

.special-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000070;
}

.special-bg .ssss {
    font-size: 25px;
    line-height: 38px;
}

.special-bg .color-2 {
    color: #fff;
}

.facilties .single-facility h5 {
    color: #aa8453;
}

header.header {
    position: relative
}

.row-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 145%;
    letter-spacing: 2px;
}

.row-title svg {
    margin-inline-start: 15px;
    height: 24px;
}

.packages-row {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #8F8063;
    color: #fff;
}

.secondary-menu {
    margin-bottom: 0;
}

.nav-scroll .show>.btn-secondary.dropdown-toggle,
.nav-scroll .secondary-menu .nav-link {
    color: #222;
}

.navbar-collapse .btn-primary:not(:disabled):not(.disabled).active,
.navbar-collapse .btn-primary:not(:disabled):not(.disabled):active,
.navbar-collapse .show>.btn-primary.dropdown-toggle,
.navbar-collapse .show>.btn-primary.dropdown-toggle:focus,
.navbar .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important
}


.ggg-flex {
    display: flex;
    align-items: center;
}

.ggg-flex,
.ggg-flex>div {
    padding-inline: 0;
    margin-inline: 0;
}

.ggg-flex>div:last-child {
    display: flex;
    justify-content: space-between;
}

.ggg-flex>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3332%;
    background: #00000038;
    padding-block: 20px;
    position: relative;
}

.package-title {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    align-items: center;
    text-transform: uppercase;
    padding-block: 8px 2px;
    align-content: center;
}

.package-title>span {
    line-height: initial;
}

.package-title>span:first-child {
    font-size: 112%;
}

.package-title>span:last-child {
    font-size: 90%;
    font-weight: 300;
}

.ball-con {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.ball-con svg {
    height: 150%;
    margin-top: -6px;
    margin-inline-start: 10px;
    opacity: 0.1;
}

.ggg-flex>div a {
    background: #930033;
}

.ggg-flex>div a:first-child {
    background: #49C0EB;
}

.ggg-flex>div a:last-child {
    background: #F49C4D;
}

.ggg-flex>div a .package-title span {
    text-align: center;
}

.ggg-flex>div a .package-title span {
    transition: all 0.65s cubic-bezier(0.91, 0.05, 0, 0.97);
    FONT-WEIGHT: 600;
}

.ggg-flex>div a:hover .package-title {
    text-shadow: -1px 0px 7px white;
}

.ggg-flex>div a:hover .package-title span:not(.lastt) {
    margin-inline-end: 16px;
}

.ggg-flex>div a:hover .package-title span.lastt,
.ggg-flex>div a:hover .package-title span.lastt {
    margin-inline-start: 40px;
}

.ggg-flex>div a:hover .ball-con {
    background: #00000012;
}

.ggg-flex>div a .package-title {
    transition: text-shadow 0.2s linear
}

.ggg-flex>div a:nth-child(1) .g2,
.ggg-flex>div a:nth-child(1) .g3 {
    display: none;
}

.ggg-flex>div a:nth-child(2) .g1,
.ggg-flex>div a:nth-child(2) .g3 {
    display: none;
}

.ggg-flex>div a:nth-child(3) .g1,
.ggg-flex>div a:nth-child(3) .g2 {
    display: none;
}

.secondary-menu,
ul.navbar-nav {
    border-top: 1px solid #fff
}

.language-switcher-wrapper {
    margin-top: 0;
}

.language-switcher-wrapper .language-label {
    display: none;
}

.nav-scroll .cus-currency>a,
.nav-scroll .language-switcher-wrapper button {
    color: #111 !IMPORTANT;
}

.language-switcher-wrapper .btn {
    padding-block: 7px;
    border: 0;
    background: transparent;
    font-size: 100%;
    font-weight: 300;
    text-transform: uppercase;
    /* display: flex; */
    align-items: center;
}

.language-switcher-wrapper .btn:hover,
.language-switcher-wrapper .show .btn,
.language-switcher-wrapper .btn:focus {
    background: transparent !important;
}

.language-switcher-wrapper .dropdown {
    margin: 6px 0px;
}

.language-switcher-wrapper img {
    width: 18px;
    height: auto;
    margin-top: -2px;
}

.language-switcher-wrapper .dropdown-menu {
    padding: 0;
    background: #ffffff;
    width: 120px;
}

.language_bar_chooser.dropdown-menu li a {
    color: #111;
    line-height: 40px;
    width: 160px;
    padding-inline: 15px;
}

.language_bar_chooser.dropdown-menu li a span {
    color: #333;
    margin-inline-start: 8px;
}

.select-group select {
    border-radius: 0;
    border: 0;
    min-height: 44px;
    background: #f2f2f2;
    margin-bottom: 32px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

.cus-booking h3 {
    color: #ab8a62
}

.yspss {
    border: 2px solid #ab8a62;
    /* border-radius: 12px 12px 0 0; */
    padding: 30px;
}

.yspss>div:first-child p {
    font-size: 130%;
    font-weight: bold;
    padding-block: 0px 18px;
    color: #ab8a62;
}

.yspss p:last-child {
    margin-bottom: 0
}

.your-total {
    background: #ab8a62;
    font-size: 150%;
    /* border-radius:  0 0 12px 12px; */
    font-family: sans-serif;
    padding-block: 15px;
}

.payment-checkout-btn {
    padding-block: 4px;
    cursor: pointer;
}

.select-group select,
input[type="password"],
input[type="date"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    border-bottom: 2px solid #ab8a62;
    padding-inline: 8px;
}

.terms-1 {
    margin-block: 35px;
}

.ess-h2 {
    font-weight: 600;
    font-size: 150%;
    color: #555;
}

.ess-i {
    font-size: 120%;
    color: #ab8a62;
}

.explore-content p {
    text-align: justify;
}

.explore-image {
    display: flex;
    height: 100%;
}

.explore-image img {
    object-fit: cover;
    height: 100%;
    display: block;
}

.packages-link-click {
    display: inline-flex !important;
    padding: 20px 40px;
    min-width: 380px;
    font-size: 130%;
    margin-inline-start: 5px;
    color: #fff !important;
    position: relative;
    background-image: linear-gradient(to right, #49c0eb, #54a4e5, #7584d2, #9161ae, #9f3a7d, #ab3167, #b12e50, #b03238, #c44d3b, #d66740, #e68145, #f49c4d);
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    font-weight: 300;
}

.packages-link-click:hover {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff;
    transform: scale(1.02);

}

.packages-row a.package .ball-con svg {
    transition: all 1s cubic-bezier(0.8, 0.07, 0.2, 0.95);
}

.packages-link-click .ball-con svg {
    transition: all 1.250s cubic-bezier(0.8, 0.07, 0.2, 0.95);
}

.packages-row a.package:hover .ball-con svg,
.packages-link-click:hover .ball-con svg {
    margin-inline-start: calc(100% - 110px);
    transform: rotate(180deg);
    opacity: 0.23;
}

.bootkingpage-success .banner-header {
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/extra-data/booking.info-01.jpg);
}


.dashbord-banner.banner-header {
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/extra-data/dashboard.jpg);
}













.custom-checkbox label {
    display: flex;
    align-items: center;
}

.custom-checkbox label input {
    margin-inline-end: 6px
}



input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type=checkbox]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type=checkbox]:checked::before {
    transform: scale(1);
}

input[type=checkbox]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.35em;
    height: 1.35em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: inline-flex;
    place-content: center;
}

input[type=checkbox]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type=checkbox]:checked::before {
    transform: scale(1.2) translate(-1px, 3px);
}

input[type=checkbox]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.secondary-menu .img-circle {
    width: 28px;
}

.bb-top {
    border-top: 1px solid #fff;
}

.navbar-collapse .btn-primary,
.navbar-collapse .btn-primary:not(:disabled):not(.disabled).active,
.navbar-collapse .btn-primary:not(:disabled):not(.disabled):active,
.navbar-collapse .show>.btn-primary.dropdown-toggle,
.navbar-collapse .show>.btn-primary.dropdown-toggle {
    border: 0;
    background: transparent;
    font-weight: 300;
    margin: 6px 0px;
}

.cus-currency .dropdown-menu a,
.cus-currency .sub-menu .dropdown-item {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    position: relative;
    -webkit-transition: all .4s;
    display: flex;
    transition: all .4s;
    border-bottom: 1px solid #f4f4f4;
    background-color: transparent;
}

.pppp-title {
    margin: 0 0 10px 0;
    font-size: 28px;
    color: #ab8a62;
    font-weight: 400;
    line-height: 1.5em;
}

.login-form * {
    border-radius: 0
}

.login-banner {
    background: url(https://thecurvehotel.com.qa/themes/transylvania/img/extra-data/DSC08087.jpg);
    background-size: cover;
    background-position: 50%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 14vh;
}

.light-black {
    background: #4343438f;
    width: 100%;
    padding: 26px 10px;
}

.light-black .row>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.light-black .arrow-down {
    margin-top: 15px;
}

.light-black .arrow-down svg {
    width: 30px;
    height: auto;
}

.login-banner.banner-header h1 {
    font-weight: 200;
    margin-bottom: 0;
    font-size: 215%;
}

section.pricing {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

section.pricing:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: #000000;
    opacity: 0.55;
}

.adv-section {
    background: #fff !important;
}

.pricing-card {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.pricing-card .desc {
    background-color: #ffffff;
    margin-bottom: 30px;
    color: #000
}

.pricing-card .desc p {
    color: #333
}

.pricing-card .icon-service {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0 20px 0;
    font-size: 26px;
    color: #fff;
    background: #aa8453;
}

.breadcrumb-area {
    padding-top: 150px;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.breadcrumb-area .page-title,
.breadcrumb-area h5,
.breadcrumb-area a {
    color: #fff;
    font-weight: 300
}

.boking-summery {
    display: flex;
    flex-direction: column;
}

.boking-summery .text-danger {
    background-color: #aa8453;
    display: inline-flex;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 400;
}

.do-you {
    margin-bottom: 12px;
    background: #f4f4f4;
    padding: 8px 10px;
}

.do-you a {
    color: #a6865f;
    font-weight: 500;
}

.selection {
    display: inline-flex;
    width: 100%;
}

.select2-selection {
    width: 100%
}

.booking-inner .select2 {
    /* margin-bottom: 0 !important; */
}

.footer-bottom-copy-right {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.single-package {}

.single-package.item .con h5 a {
    font-size: 22px;
}

.packages-page {}

.content--page {
    background-size: cover;
    background-position: center center
}

.content--page h1 {
    display: none;
}

.gallery-a-con {
    position: relative;
    margin-bottom: 30px;
}

.img-desc {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    text-shadow: 2px 1px 2px #000000bf;
    right: 0;
    padding: 10px;
    font-weight: 300;
    display: flex;
    min-height: 80px;
    color: #fff;
    z-index: 2;
    background: #00000075;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.gallery-a-con a {
    position: relative;
    display: flex;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.gallery-a-con a img {
    object-fit: cover;
    min-height: 100%;
    object-position: center;
    transition: all 1.05s ease-in-out;
}

.gallery-a-con a:hover img {
    transform: scale(1.2)
}

.page--18.news br {
    display: none;
}

.footer-bottom .row {
    align-items: center;
}

.section-title.ssss {
    font-size: 38px;
}

.footer-contact-phone {
    font-size: 18px;
}

.logo-rest svg {
    width: 240px;
}

.fake-height {
    height: 500px;
}

section.front-testimonials .testimonials-box {
    margin-bottom: 60px;
}

.facilties.section-padding {
    padding-bottom: 65px
}

.dashboard {
    margin-top: 80px;
}

.dashboard .payment-checkout-btn {
    padding-block: 10px;
    padding-inline: 30px;
    min-width: 180px;

}

.dashboard-pages {
    border-bottom: 1px solid #cacaca47;
    padding-block: 20px;
    background: #efefef;
    margin-bottom: 50px;
}

.dashboard-pages.nav-scroll {
    padding-bottom: 0px;
}

.extra-heading-dashboard .navbar svg path,
.dashboard-pages.navbar svg path {
    fill: #b29470;
}

.dashboard-pages.navbar a {
    font-weight: 300;
}

.dashboard-pages .navbar-nav li {
    margin-inline-end: 15px
}

.dashboard-pages .navbar-nav li:last-child {
    margin-inline-end: 0px
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ab8a62;
    border-color: #ab8a62;
}

.dashboard input,
.dashboard select,
.dashboard textarea {
    border-radius: 0 !important
}

.custom-menu-dash {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-menu-dash ul {
    display: flex;
    margin-bottom: 0;
}

.custom-menu-dash ul li {
    margin-inline-end: 12px
}

.custom-menu-dash ul li:last-child {
    margin-inline-end: 0px
}

.custom-menu-dash ul li a {
    padding-inline: 10px;
    transition: all 0.2s linear;
}

.custom-menu-dash ul li a:hover {
    color: #ab8a62
}

.package-desc {
    background: #111;
    color: #ece8e2;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-inline-start: 6px solid #aa8453
}

.room-worldcup-message {}

@media only screen and (min-width: 1200px) {
    .navbar {
        padding-inline: 40px;
    }
}

@media only screen and (min-width: 992px) {

    .navbar-expand-lg .navbar-collapse {
        display: flex;
        align-items: flex-start;
    }

}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        max-height: 400px !important;
    }

    .cus-currency>a,
    .language-switcher-wrapper button {
        color: #111 !IMPORTANT;
    }

    .nav-scroll .language-switcher-wrapper button,
    .language-switcher-wrapper .btn {
        padding-inline: 0 !important;
    }

    .fake-height {
        height: 0;
    }

    .language-switcher-wrapper .btn {
        display: flex;
        width: 100%;
        padding-inline: 4px;
    }

    .secondary-menu .nav-link {
        margin: unset !important;
    }

    .show>.btn-primary.dropdown-toggle {
        color: #333;
        padding-inline: 0 !important;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .cus-currency a {
        width: 100%;
        display: flex;
        padding-inline: 4px;
        align-items: center;
        padding-block: 0;
    }

    .dropdown-toggle::after {
        margin-inline-start: auto !important;
    }

    .dropdown-menu {
        padding: 2px 0;
        position: relative
    }

    .language-switcher-wrapper .dropdown {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-scroll .language-switcher-wrapper button {
        padding-inline: 4px !important;
        display: flex;
        width: 100%;
    }

    .cus-currency {
        display: flex;
        flex-direction: column
    }

    .wc1-container {
        margin-inline-end: calc(50% - 390px);
        margin-inline-start: auto;
        width: 370px;
    }

    .packages-link-click {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .explore-image {
        display: flex;
        height: unset;
    }

    .explore-image img {
        object-fit: unset;
        height: auto;
    }

    .section-title.ssss {
        font-size: 32px;
    }

    .pricing .owl-carousel {
        margin-top: 30px;
    }

    .footer-bottom .row>div {
        display: flex;
        justify-content: center;
    }

    .footer-bottom .row>div:first-child {
        margin-bottom: 10px;
    }

    .awarded {
        margin-bottom: 15px
    }

    .footer-top {

        padding: 60px 0 30px 0;
    }

    section .row img {
        margin-bottom: 15px
    }

    section .author-img img {
        margin-bottom: 0px !important
    }

    .wc1-container img {
        margin-bottom: 0;
    }

    h1,
    h2 {
        font-size: 170%
    }

    .front-testimonials .row>div:first-child img {
        max-width: 70%;
        margin: 0 15% 15px 15%;
    }

    .ggg-flex {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .row-title {
        padding-block: 15px;
        font-size: 98%
    }

    .special-bg .reservation {
        margin-bottom: 25px
    }

    .first-word-h>span {
        font-size: 42px;
    }



    .big-fan-section>.container>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    .kicking:before {
        display: none
    }



}

@media only screen and (min-width: 768px) {
    .big-fan-section>.container>.row>div:last-child {
        position: unset;
    }
}

@media only screen and (max-width: 767px) {

    .wc1-container {
        position: relative;
        bottom: 0;
        display: block;
        width: 310px;
        left: 0;
        right: 0;
        margin-inline-end: auto;
        margin-inline-start: auto;
    }


    .section-padding {
        padding: 50px 0;
    }

    .ddd-flex-middle {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .ddd-flex-middle .footer-about-social-list {
        margin-block: 5px;
        margin-inline: 0;
    }

    h1,
    h2 {
        font-size: 135%
    }

    .clock-item .wrap,
    .clock-item .inner canvas,
    .kineticjs-content {
        width: 100px !important;
        height: 100px !important;
    }

    .clock-item .text .val {
        margin-bottom: 0px;
        line-height: unset;
        font-size: 45px;
    }

    .clock-item .text .type-time {
        margin-top: 50px;
        font-size: 18px;
    }

    .payment-checkout-btn,
    .butn-dark a {
        font-size: 84%;
        padding: 10px 18px;
    }

    .row-title svg {
        height: 16px;
    }

    .ggg-flex>div a:hover .package-title span:first-child {
        margin-inline-end: 8px;
    }

    .ggg-flex>div a:hover .package-title span:last-child {
        margin-inline-start: 20px;
    }

    .package-title>span:first-child {
        font-size: 96%;
    }

    .package-title>span:last-child {
        font-size: 80%;
        font-weight: 400;
    }

    .package-title {
        padding-block: 4px 2px;
    }

    .clock-item .text {
        margin-top: -65px;
    }

    .pricing-card .desc {
        padding: 30px;
    }

    .first-word-h>span {
        font-size: 35px;
    }

}


/*   992-2 */