:root {
    --font1: 'Barlow Semi Condensed', sans-serif;
    --font2: 'Arizonia', cursive;
    --base: #ffcb05e6;
    --base2: #ed1b23;
    --dark: #0a0a0a;
    --light:#ffffff;
}

::selection {
    background: var(--base);
    color: var(--light);
}

html,
body {
    min-height: 100vh;
    font: 400 15px/1.4 var(--font1);
    color: var(--dark);
}

body {
    background: url('img/pattern.png')
}

a {
    color: inherit;
    transition: all 0.5s ease-out;
}

a:hover {
    text-decoration: none;
    color: var(--base);
}

button:active,
button:focus,
a:active,
a:focus {
    outline: none;
}

img {
    width: 100%;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3 {
    font-family: var(--font2);
}

h1 {
    font-size: 50px;
    line-height: 1;
    color: var(--dark);
    margin: 0 0 15px;
}

h1 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
    font-family: var(--font1);
}

h2 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1;
    color: var(--dark);
    margin: 0 0 15px;
}

h2 span {
    color: var(--base2);
}

p {
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 400;
}

.shape {
    position: absolute;
    width: 100%;
    background-size: cover;
    bottom: 0;
    z-index: 500;
    height: 83px;
}

/* .destop-important-notice-image{
    display: none;
} */


@media (max-width:992px) {
    .x-mas-main-sec {
    padding: 115px 10px 50px 10px !important;
}

    /* .section.notice {
    display: none;
} */
    .destop-important-notice-image {
        display: block;
    }

    h1 {
        font-size: 70px;
    }
}

.btn {
    padding: 10px 15px;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: var(--base2);
    border: 2px solid var(--base2);
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
}

.btn:hover {
    background: #db161d;
    color: var(--light);
}

.btn.base {
    background: var(--base);
    color: var(--dark);
    border-color: var(--base);
}

.btn.base:hover {
    background: var(--light);
    color: var(--dark);
}

@media (max-width:992px) {
    .btn {
        padding: 8px 10px;
        font-size: 12px;
    }
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0 0 0 0;
    background: var(--light);
}
header .add {
    display: none;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.5s ease-out;
    height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #53b8f8;
}

header .add .msg,
header .add a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--base2);
    padding: 0 10px;
}

header .add a:hover {
    color: var(--dark5);
}

header .nav {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    transition: all 0.5s ease-out;
}

header .nav .logo {
    display: block;
    height: auto;
    width: auto;
    /* padding: 10px 20px; */
    position: relative;
    z-index: 10;
}

header .nav .logo img:last-child {
    display: none;
}

header.on .nav .logo img:last-child {
    display: block;
}

header.on .nav .logo img:first-child {
    display: none;
}

header .nav .logo:hover img:first-child {
    display: none;
}

header .nav .logo:hover img:last-child {
    display: block;
}

header .nav .logo img {
    height: auto;
    width: 250px;
    transition: all 0.5s;
    top: -34px;
    position: absolute;
}

nav {
    margin: 0;
    height: 100vh;
    width: 100%;
    position: fixed !important;
    top: 30px;
    right: 0;
    padding: 100px 0;
    transition: .5s;
    z-index: 100;
    top: -100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #2a2a2a;
}

nav:after {
    background: url(img/design-5.png) no-repeat;
    background-size: 40%;
    background-position: 50% -8vw;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    filter: brightness(5.5);
}

nav:before {
    background: url(img/g5.png) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    filter: brightness(0.5);
}

nav.sidebar {
    right: 0px !important;
    transition: .5s;
    top: 0;
}

nav a {
    display: block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    color: var(--base2);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    text-align: left;
}

header .nav nav a.cta {
    display: flex;
    align-items: center;
    color: var(--light);
    border-left: 1px solid var(--light2);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 3px;
    position: relative;
}

header .nav nav a.cta small {
    text-align: center;
    display: block;
}

header .nav nav a.cta:hover {
    background: var(--base);
    color: var(--dark);
}

nav .my_menu a:after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 10px;
    position: absolute;
    transition: all 0.3s;
    left: -30px;
}

.my_menu {
    position: relative;
    right: -50px;
}

.my_menu:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 10px;
    position: absolute;
    transition: all 0.3s;
    right: -55px;
    background: url(img/design-6.png) no-repeat;
}

.taj {
    margin-left: 80px;
}

.taj a {
    padding: 10px 0;
}

.taj .btn {
    padding: 10px;
}

nav.sidebar a {
    color: var(--light);
    font-weight: 600;
}

nav .my_menu a:after {
    background: url(img/design-3.png) no-repeat;
}

nav a:hover {
    color: var(--base2);
}

header .order.btn {
    margin-right: 25px;
    border: 2px solid var(--dark);
    color: var(--dark);
    /* margin-top: 20px; */
}

header .nav #toggler i.las.la-times{
    display: none;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: none;
    border: 2px solid var(--light);
    color: var(--light);
    border-radius: 0;
    cursor: pointer;
    font-size: 30px;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 200;
}
header .nav #toggler i.las.la-bars{
    display: none;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: none;
    border: 2px solid var(--dark);
    color: var(--dark);
    border-radius: 0;
    cursor: pointer;
    font-size: 30px;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 200;
}

header.on .add {
    height: 0;
    padding: 0;
}

header.on .nav {
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.small,
small {
    font-size: 100%;
    font-weight: bold;
}

footer .shape {
    top: -70px;
}

@media (max-width:992px) {
    .taj .btn {
        position: absolute;
        width: 88%;
        bottom: 150px;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-decor {
        padding: 0;
    }

    header .add {
        justify-content: center;
        height: auto;
        flex-wrap: wrap;
        padding: 5px 0;
    }

    header .add .msg,
    header .add div,
    header .add a {
        display: block;
        font-size: 11px;
        line-height: 12px;
        padding: 0;
    }

    header .nav nav a:hover {
        color: var(--dark) !important;
    }

header .nav {
    padding: 10px 12px;
    box-shadow: none;
}
header .nav .logo {
    display: block;
    height: auto;
    width: auto;
    padding: 0;
}
    header .nav .logo img {
    height: 85px;
    width: auto;
    /* margin-left: 7px; */
    top: -23px;
}

    header .nav #toggler {
        display: block;
    }

    header .order.btn {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        letter-spacing: 0;
        border-radius: 2px;
        border: 0;
        color: var(--base2);
        border: 2px solid var(--base2)
    }

    header .order.btn small {
        display: block;
        font-size: 11px;
    }

    header .nav nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--dark9);
        width: 100%;
        height: auto;
        border-bottom: 2px solid var(--base);
    }

    header .nav nav a {
        padding: 10px;
    }

    header .nav nav a.cta {
        display: none;
    }

    header .nav nav a:not(.cta):after {
        bottom: 0;
    }
}

.banner {
    position: relative;
    z-index: 10;
}

.banner .row {
    padding-top: 150px;
}

.banner .owl-banner {
    position: relative;
    z-index: 500;
}

.banner .item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner h1 {
    margin: 0;
}

.banner .item img {
    height: 133px;
    width: 178px;
    position: absolute;
    top: 18%;
    left: 3%;
}

/*blue Water -- start */
.home-decor {}

.inner_ckk:hover {
    transform: scale(1.1);
}

.inner_ckk {
    transition: .8s ease-in-out;
}

.voucher_docor h2 span {
    color: var(--base2);
}

.voucher_docor strong {
    color: #d7c6aa
}

.voucher_docor strong {
    font-family: var(--font1);
    text-transform: uppercase;
}

.inner_ckk {
    border-radius: 15px;
    box-shadow: 0 0 10px #00000087;
}

.voucher_docor {
    text-align: center;
}

.voucher_docor .btn,
section.home-1 .btn {
    color: var(--light);
    background: var(--base2);
    border-color: var(--base2);
    font-family: var(--font1);
}

section.home-1 h2,
.home-3 h2,
.home-part-2 h2,
.gallery-h h2 {
    font-family: var(--font1);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

section.home-1 h2 span,
.home-3 h2 span,
.home-part-2 h2 span,
.gallery-h h2 span {
    color: var(--base2);
    font-family: var(--font2);
    display: block;
    text-transform: capitalize;
}

section.home-1.g {
    padding: 150px 0 !important;
}

footer .content:before {
    background: url(img/g5.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    filter: brightness(0.5);

}

.gallery-h h2 {
    color: var(--light);
}

@media (max-width:992px) {
    .banner .item {
        height: 90vh;
    }
    
}

.home-welcome {}

.inner_ckk {
    background-size: 100%;
    background-position: 100% 100%;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(115 104 146 / 23%);
    background: rgb(254 254 255 / 58%);
    position: relative;
    z-index: 50;
}

.t_w {
    padding: 150px 0;
}

.home-decor {
    position: relative;
    padding: 60px 0;
    background: url(img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
}

.home-decor:after {
    background: url(img/design-7.png) no-repeat;
    background-size: 40vh;
    background-position: 0% center;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    /* opacity: 0.3; */
    /* filter: brightness(5.5); */
}

.home-decor:before {
    background: url(img/design-7.png) no-repeat;
    background-size: 40vh;
    transform: rotate(180deg);
    background-position: 0% 100%;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.home-welcome img {
    width: 100%;
    border: 3px solid var(--base);
}

@media (max-width:992px) {
    .home-welcome {
        padding: 0;
    }

    .home-welcome img {
        margin-bottom: 30px;
    }
}

.home-0 {
    padding: 100px 30px;
    background: url('img/home-0.jpg') no-repeat 50% 50% / cover var(--light);
    background-blend-mode: multiply;
}

.home-0 img {
    width: 100%;
    border: 3px solid var(--base);
}

@media (max-width:992px) {

    .voucher_docor .btn,
    section.home-1 .btn {
        display: block;
    }

    .voucher_docor {
        padding: 30px 20px;
    }

    .voucher_docor strong {
        font-size: 30px;
    }

    .home-0 {
        background: var(--base);
        padding: 30px;
        margin-bottom: 30px;
    }

    .home-0 .text {
        max-width: calc(100vw - 30px);
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-0 .text h2 {
        margin: 0 0 30px;
    }
}

.home-1 {
    background: var(--dark);
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.home-1 img {
    width: 100%;
}

.home-1:before {
    background: url(img/design-8.png) no-repeat;
    background-size: 40%;
    /* transform: rotate(180deg); */
    background-position: 0% 100%;
    width: 100%;
    height: 100%;
    /* background-attachment: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}

.home-1:after {
    background: url(img/design-9.png) no-repeat;
    background-size: 30%;
    /* transform: rotate(180deg); */
    background-position: 100% 100%;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0.2;
}

section.home-1 p {
    color: #fff;
}

.home-part-2:after {
    background: url(img/design-1.png) no-repeat;
    background-size: contain;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.home-part-2:before {
    background: url(img/design-2.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
    content: "";
    opacity: .5;
}

.imgjj-g {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1881127450980392) 100%), url(img/home-img-slider-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 150px 0;
    background-size: 144%;
    background-position: 40% 67%;
}

section.home-part-2 {
    padding: 150px 0;
    position: relative;
}

header.on,
header.in {
    background: var(--light);
}

header.on .order,
header.in .order {
    border: 2px solid var(--base2);
    color: var(--base2);
}

header.on #toggler,
header.in #toggler {
    color: var(--base2);
    border-color: var(--base2);
}

.overlay {
    background: linear-gradient(-90deg, rgba(21, 137, 214, 1) 0%, rgba(21, 137, 214, 0.7) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.home-1 .text {
    display: table;
    margin: 0 0 0 auto;
    width: 50%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
}

.home-1 .text .btn {
    display: table;
    margin: 0 0 0 auto;
}

@media (max-width:992px) {
    .home-1 {
        padding: 0 0px 50px 0;
        background-size: cover;
    }

    section.home-1.g .row {
        flex-flow: column-reverse;
    }

    .home-1 img {
        height: 175px;
        width: 225px;
        display: table;
        margin: 20px auto;
    }

    section.home-1 h2 {
        text-align: center;
    }

    section.home-1 p {
        text-align: center;
    }

    .home-1 .text {
        margin: 0 auto;
        width: 100%;
    }
}

section.home-1.g {
    padding: 0 !important;
    background-position: 20% 100%;
}

.home-2 .item {
    display: block;
    background: var(--dark);
    position: relative;
    height: 40vh;
    background-size: cover !important;
    margin-left: 20px;
    border-radius: 10px;
}

.home-2 .item img {
    position: relative;
    border: 3px solid var(--base);
    border-right: 0;
    z-index: 10;
}

.home-2 .item:after {
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--base);
    z-index: 30;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    transition: all 0.5s;
}

.home-2 .item:hover:after {
    opacity: 0;
}

@media (max-width:992px) {
    .home-2 {
        margin: 0;
    }
}

.home-3 {
    padding: 100px 0;
    position: relative;
    background: url('img/design-4.jpg') no-repeat center / cover;
}

.contact-us h3{
    color: var(--light);
}

.contact-us p a{
    color: var(--light);
}

.home-3 .item {}

.home-3 h5 {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.home-3 p {
    color: var(--base2);
    font-style: italic;
    margin: 0;
    font-weight: 700;
}

.home-3 svg {
    margin: 15px 0;
    max-width: 100px;
}

.home-3 svg polygon {
    fill: var(--base2);
}

.home-3 .owl-dots {
    margin: 20px 0 0;
}

.home-3 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid var(--base2);
    margin: 0 3px;
    transition: all 0.5s;
}

.home-3 .owl-dots .owl-dot.active {
    background: var(--base);
}

.home-3 .separator {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
}

@media (max-width:992px) {
    .contact-us h3 {
    margin-top: 15px;
}
    .home-3 {
        padding: 60px 0;
        background: url(img/design-4.jpg);
        background-position: 40% 102%;
        background-size: cover;
    }

    .home-3 p {
        font-size: 15px;
        color: var(--base2);
    }
}

footer .content {
    background: linear-gradient(180deg, rgb(14 14 16) 10%, rgba(0, 0, 0, 0.1881127450980392) 100%), url(img/footer_bg.png);
    padding: 30px 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

footer .content p {
    margin: 0 0 10px;
    columns: var(--light);
    font-weight: 400;
}

footer .content a {
    display: block;
    margin: 0 0 10px;
    color: var(--light);
    font-weight: 400;
    font-size: 14px;
}

footer .content a:before {
    content: "• ";
    color: var(--base);
}

footer .content a:hover {
    color: var(--base);
}

footer .content a:last-child {
    margin: 0;
}

footer .content .contact {
    margin-bottom: 10px;
}

footer .content .contact img {
    width: 100%;
    max-width: 200px;
    margin: 0 0 15px;
}

footer .content .link {
    display: flex;
    justify-content: space-around;
}

footer .content .time p {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--light);
}

footer .content .time table tr td {
    padding: 2px 10px;
    color: var(--light);
}

footer .content .time table tr td:first-child {
    font-weight: 700;
    text-align: right;
}

footer .content .time table tr.active td {
    background: var(--base2);
    color: var(--light);
}

footer .copy {
    background: #18171a;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: var(--light);
}

section.page-title.hh {
    padding: 170px 0 10px;
}

@media (max-width:992px) {
    footer {
        margin: 0;
    }

    footer .content a,
    footer .content p {
        display: block;
        text-align: center;
        color: #fff;
    }

    footer .content .contact img {
        max-width: 200px;
        margin: 0 auto 30px;
        display: table;
    }

    footer .content .time {
        display: none;
    }

    footer .content .time {
        display: none;
    }
}

footer .content a,
footer .content p {
    color: #fff;
}

.page-title {
    padding: 240px 0 50px;
}

#menu .item {
    width: 33%;
    padding: 0 10px 20px;
}

#menu .item .title {
    background: var(--base2);
    color: var(--light);
    padding: 10px;
    border: 1px solid var(--base2);
}

#menu .item .title p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

#menu .item .title small {
    font-size: 12px;
    display: block;
    margin: 0;
    font-style: italic;
    opacity: 0.9;
}

#menu .content {
    padding: 20px 15px 10px;
    border: 1px solid var(--base2);
    border-top: 0;
}

#menu .content .meal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

#menu .content .meal .name {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--light);
}

#menu .content .meal .dots {
    flex-grow: 1;
    border-bottom: 2px dashed var(--base2);
    height: 15px;
    margin: 0 10px;
}

#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: var(--light);
}
.text h2,.text p {
    color: var(--light);
}
#menu .content .detail {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin: -7px 0 15px;
    color: var(--light);
    /* text-align: justify; */
    /* opacity: 0.7; */
}

#menu .content .meal.sub {
    padding-left: 15px;
}

#menu .content .meal.sub .name {
    /* opacity: 0.7; */
    color: var(--light);
}

#menu .content .meal.sub .name:before {
    content: "• ";
    color: var(--base);
}

@media (max-width:992px) {
    #menu .item {
        width: 100%;
        padding: 0 0 10px;
    }
}

.gallery {
    padding: 0 0 60px;
}

.gallery #gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery #gallery a {
    display: block;
    background: var(--dark);
    margin: 10px;
    position: relative;
    width: calc(33% - 20px);
    box-shadow: 0 0 0 3px var(--base) inset;
}

.gallery #gallery a img {
    width: 100%;
    transition: all 0.4s;
    opacity: 0.8;
}

.gallery #gallery a:hover img {
    opacity: 1;
}

@media (max-width:992px) {
    .home-decor {
        padding: 40px 0;
    }

    .gallery #gallery a {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
}

.contact {
    position: relative;
}

.contact-details {
    padding: 10px 0 60px;
}

.contact-details iframe {
    width: 100%;
    border: 0;
    position: relative;
    z-index: 10;
}

.contact-details>p {
    text-align: center;
}

.contact-details form input,
.contact-details form textarea {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: var(--base2);
    border: 1px solid var(--light);
    border-bottom: 0;
    margin: 0;
    background: transparent;
}

.contact-details form textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
    border-bottom: 1px solid  var(--light);
}

.contact-details form input:focus,
.contact-details form textarea:focus {
    box-shadow: none;
    outline: none;
    background: #ddd;
}

.contact-details form button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--light);
    margin-top: 5px;
    border-radius: 0;
}

.contact-details .social a {
    font-size: 30px;
    color: var(--base);
    margin-right: 5px;
}

.contact-details a:hover {
    color: var(--base);
}

.contact-details .msg {
    margin-top: 20px;
}

.contact-details .msg.success {
    color: green;
}

.contact-details .msg.error {
    color: red;
}

section.page-title.book {
    padding: 240px 0 150px 0;
}

@media (max-width:992px) {
    section.page-title.book {
        padding: 110px 0 60px 0 !important;
    }


    header .nav #toggler {
        margin: 0 0 0 0;
    }

    header {
        padding: 0 0 0 0;
    }

    section.page-title.hh {
        padding: 120px 0 0;
    }

    .home-decor:after {
        background-size: 20vh;
    }

    .home-decor {
        background-size: cover;
        background-position: 100% 0%;
    }

    section.home-1.g {
        padding: 0 0 50px 0 !important;
    }

    .home-1:before {
        background-size: contain;
    }

    .home-1:after {
        background-size: 30%;
        background-position: 100% 60%;
        opacity: 0.5;
    }

    section.home-part-2 {
        padding: 50px 0;
    }

    section.home-part-2 .btn {
        margin-bottom: 30px;
    }

    .imgjj-g {
        padding: 60px 0;
        background-size: cover !important;
        background-position: 10% 38% !important;
    }

    .gallery-h {
        margin-bottom: 50px;
    }

    .gallery-h h2 {
        font-size: 38px;
    }

    .contact-details p,
    .contact-details h3 {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .contact-details .social {
        text-align: center;
    }

    .home-2 .item {
        margin-left: 0;
    }

    div#menu {
        margin-top: 50px;
    }

    .page-title {
        padding: 100px 0 50px;
    }
}

.tos {
    padding: 150px 0 0;
}

.tos p {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 10px;
    font-weight: 600;
    text-align: justify;
    letter-spacing: 0;
}

.tos p strong {
    font-weight: 700;
}








.upper-part-nav {
    position: relative;
    z-index: 99;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    background: #002984;
    text-align: center;
    background-image: url('./top-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.upper-part-nav-close {
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.upper-part-nav .text-div p {
    margin: 0;
}

.upper-part-nav .img-div img {
    height: 100px;
    width: 100%;
}

.mdb {
    display: inline-block;
    padding: 8px 15px;
    margin-top: 7px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: rgba(255, 255, 255, .87);
    text-decoration: none;
}
.x-mas-main-sec {
    padding: 154px 10px 50px 10px;
}

.font-italic {
    font-style: italic !important;
    font-size: 22px;
    font-weight: 700;
}