*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 100%
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-btm-30 {
    padding-bottom: 30px;
}
a {
    text-decoration: none;
    color: #00fdff;
}
a:hover {
    text-decoration: underline;
    color: #d9b633
}

.text-center {
    text-align: center;
}

.cl {
    clear: both;
}

.display-flex {
    display: flex;
}

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

.see-more-cate {
    margin-top: 10px;
}

.see-more-cate a {
    display: inline-block;
    font-size: 15px;
    background: #bb0e0e;
    padding: 1px 10px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff
}

.see-more-cate a:hover {
    background: #730808
}

.w-100 {
    width: 100%;
}

.w-25 {
    width: 25%;
}

.white-text {
    color: #fff;
}
.col-text {
    color: #f7bbfd;
}
.black-text {
    color: #000;
}
.container {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: black;
    color: white;
    padding-bottom: 20px;
}
.container-top {
    max-width: 1360px;
    margin: auto;
}
h1 {
    font-size: 34px;
    line-height: 44px;
    font-style: italic;
    font-weight: 700
}
h2 {
    font-size: 32px;
    line-height: 44px;
    font-style: italic;
    font-weight: 700
}
h3, .location-hd {
    font-size: 30px;
    line-height: 44px;
    font-style: italic;
    font-weight: 700
}
.main-hd {
    /* margin: 20px 0; */
}
.main-text p {
    font-size: 19px;
    line-height: 29px;
    /* color: #000; */
    margin-bottom: 10px;
    font-weight: 500;
    text-align: justify;
}
.main-text ul {
    margin: 10px 15px;
}
.main-text ul li {
    font-size: 22px;
    line-height: 27px;
    color: #ffa500;
    margin-bottom: 8px;
}
.purple-text {
    color: #ff0054;
}
.text-white {
    color: #fff;
}
.text-yellow {
    color: #ddb821
}
header {
    padding: 10px 30px;
    width: 100%;
    z-index: 999;
    background: linear-gradient(240deg, #7b0202, #1d085b);
}
.header-box {
    display: flex;
}

.logo {
    color: #fff;
    font-size: 40px;
    font-family: 'Georgia', serif;
    width: 200px;
    font-weight: 600;
}

.logo a {
    color: #fff;
}

.logo img {
    width: 100%
}

.logo .footer-social-icons {
    display: none;
}

.menu-trigger {
    display: none;
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
    position: relative;
}
.header-menu ul li a {
    color: rgb(214 255 0);
    font-size: 15px;
    font-family: 'MV Boli', sans-serif !important;
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.header-menu ul li ul {
    display: none;
    width: 250px;
    background: #bb0e0e;
    z-index: 99;
    position: absolute;
    top: 100%;
    border: rgba(255,255,255,0.2) solid 1px;
    border-radius: 7px;
}
.header-menu ul li ul li {
    width: 100%;
    text-align: left;
}

.header-menu ul li ul li a {
    display: block;
    color: rgba(255,255,255,0.9);
    text-transform: none;
    padding: 10px 15px;
    font-size: 16px;
}

.header-menu ul li ul li a:hover {
    background: rgba(0,0,0,0.1);
}

.header-menu ul li:hover ul {
    display: block
}

.arrow-down {
    position: relative;
    height: 0;
    width: 0;
    border-top: solid 4px rgba(255,255,255,0.7);
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    display: inline-block;
    top: -2px;
}

.banner-box {
    position: relative;
}

.banner-box img {
    aspect-ratio: 1/0;
    object-fit: cover;
}

.top-category {
    display: flex;
    flex-wrap: wrap;
}

.top-category-lf-box {
    display: flex;
    width: 48%;
    padding: 20px;
    border: #ccc solid 5px;
    background: #eee;
    margin: 10px;
    align-items: flex-start;
}

.top-category-lf {
    width: 30%;
}

.top-category-rt {
    width: 70%;
    padding-left: 30px;
}

.category-hd {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 10px;
}

.category-text {
    font-size: 17px;
    color: #000;
    line-height: 27px;
}

.top-box-inner {
    display: flex;
}

.top-box-lf {
    width: 60%;
}

.top-box-rt {
    width: 40%;
    padding-left: 30px;
}

.inner-box-inner {
    display: flex;
}

.inner-box-lf {
    width: 77%;
}

.inner-box-rt {
    width: 23%;
    padding-left: 30px;
    margin-top: 20px;
}
.inner-box-img {
    padding: 5px;
    background: #ff00a2;
    box-shadow: rgb(251 1 1 / 20%) 1px 1px 10px;
}
.gallery-box {
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}
.main-gallery ul {
    margin: 0 -10px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.main-gallery ul li {
    width: 20%;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}

.main-gallery-back {
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.main-gallery-caption {
    width: 600px;
    position: fixed;
    margin: 50px auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}
.main-gallery-img-pop {
    width: 70%;
}
.main-gallery-img-pop img {
    width: 100%;
}
.close-gallery {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999999;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
}
.close-gallery:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000;
}
.close-gallery:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(-45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000;
}
.main-gallery ul li.main-gallery-active .main-gallery-caption {
    display: flex;
}
.main-gallery-img {
    padding: 5px;
    overflow: hidden;
    background: #ff00c6;
    /* box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px; */
    position: relative;
}
.main-gallery-img img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: .3s ease;
}

.main-gallery-img:hover img {
    transform: scale(1.03);
    transition: .3s ease;
}
.main-gallery-pop-table {
    background: #fff;
    width: 70%;
    border: 5px #267101;
    border-bottom-color: #ff0101;
    border-style: dotted;
}

.main-gallery-pop-table table {
    width: 100%;
    border-collapse: collapse;
}

.main-gallery-pop-table table tr td {
    padding: 10px;
    font-size: 14px;
    color: #000;
}

.main-gallery-pop-table table tr:nth-child(odd) {
    background: #eee
}

.view-gallery {
    position: absolute;
    width: 65%;
    color: #fff;
    background: #000;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    text-align: center;
    z-index: 9999;
    border: #fff solid 2px;
    transform: scale(0);
    transition: .3s ease;
}

.main-gallery-img:hover .view-gallery {
    transform: scale(1);
    transition: .3s ease;
}

.location-btm-box {
    display: flex;
}

.location-btm-lf {
    width: 23%;
}

.location-btm-rt {
    width: 77%;
    padding-left: 30px;
}

.location-btm-lf-inner {
    border: #ddd solid 1px;
    border-top: 0;
    background: #fff
}
.location-btm-hd {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background: #b50063;
    text-align: center;
    padding: 10px;
}
.location-btm-list {
    height: 500px;
    overflow: auto;
}

.location-btm-list ul {
    margin: 15px 0;
    padding: 0;
}

.location-btm-list ul li {
    display: block;
    position: relative;
}

.location-btm-list ul li:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border: #000 solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-135deg);
    right: 15px;
    top: 17px;
}

.location-btm-list ul li:nth-child(even) {
    background: #f0f0f0
}

.location-btm-list ul li a {
    color: #000;
    font-size: 17px;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
}

.location-btm-rt .main-hd, .local-pages-text .main-hd {
    margin-top: 0;
}

.bottom-banner {
    padding: 30px 0
}

.bottom-banner-inner ul {
    display: flex;
    margin: 0 -10px;
    padding: 0
}

.bottom-banner-inner ul li {
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}

.bottom-banner-img {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}
.footer {
    padding: 30px 0;
    background: linear-gradient(240deg, #7b0202, #1d085b);
}
.footer-social-icons {
    margin-top: 20px;
}

.footer-social-icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social-icons ul li {
    display: inline-block;
    position: relative;
    margin: 5px;
}

.footer-social-icons ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}

.footer-social-icons ul li a img {
    width: 100%
}

.footer-box {
    display: flex;
}

.footer-foo {
    width: 25%;
    padding: 0 30px;
}
.footer-hd {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: 600;
    color: #00fff6;
}
.footer-foo p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.footer-foo ul {
    margin: 0;
    padding: 0;
}

.footer-foo ul li {
    display: block;
    position: relative;
}

.footer-foo ul li a {
    padding: 7px 0;
    color: #fff;
    font-size: 16px;
    display: block;
}

.footer-fixed {
    width: 100%;
    padding: 10px;
    padding-top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    display: none;
}

.footer-fixed-inner {
    position: relative;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 10px;
    border: #ddd solid 1px;
    background: #fff;
}

.whatsapp {
    position: absolute;
    left: 10px;
    top: 5px;
}

.whatsapp a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #0c6830;
    padding: 7px;
    display: inline-block;
}

.phone {
    position: absolute;
    right: 10px;
    top: 5px;
}

.phone a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #bb0e0e;
    padding: 5px;
    display: inline-block;
}

.whatsapp a img, .phone a img {
    width: 100%;
}

.phone-txt {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.local-pages-box {
    display: flex;
}

.local-pages-img {
    width: 25%;
}

.local-pages-images {
    background: #fff;
    padding: 10px;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}

.local-pages-text {
    width: 75%;
    padding-left: 30px;
}

.contact-us-form {
    border-radius: 10px;
    background: #eee;
    padding: 30px;
}

.contact-us-head {
    font-size: 29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-inputs {
    margin-bottom: 15px;
}

.contact-inputs label {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.contact-inp {
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding: 10px;
}

.contact-inputs textarea {
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding: 10px;
    height: 75px;
}

.contact-submit {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #bb0e0e;
    padding: 13px;
    text-align: center;
    border: 0;
    width: 60%;
    margin: auto;
}

.faq-accor {
    padding-bottom: 50px;
}

.faq-accor ul {
    margin: 0;
    padding: 0;
}

.faq-accor ul li {
    display: block;
    position: relative;
    background: #eee;
    border: #ddd solid 1px;
    margin-bottom: 10px;
}

.faq-head {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 50px;
}

.count {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}

.down-arrw-faq {
    position: absolute;
    display: inline-block;
    right: 10px;
    border: #aaa solid 2px;
    height: 9px;
    width: 9px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    top: 13px;
}

.faq-txt {
    font-size: 19px;
    line-height: 29px;
    padding: 10px;
    padding-left: 50px;
}

@media(max-width: 767px) {
    .logo {
        width: 100%;
        text-align: center;
    }

    .logo a img {
        width: 255px;
    }

    .header-box {
        display: block;
    }

    .header-menu ul li {
        display: block;
    }

    .header-menu ul li a {
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }

    .cg-loc {
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }

    .header-menu ul li:hover ul {
        display: none;
    }

    .header-menu ul li ul {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: auto;
    }

    .header-menu ul li.open-menu ul {
        display: block;
    }

    .header-menu ul li ul li a {
        font-size: 16px;
        text-align: center;
    }

    .header-menu {
        display: block;
    }

    .banner-box img {
        height: 230px;
        aspect-ratio: 1/0;
        object-fit: cover;
    }

    .banner-video {
        display: block;
    }

    .top-box-inner {
        display: block;
    }

    .top-box-lf {
        width: 100%;
    }

    .top-box-rt {
        width: 100%;
        padding-left: 0;
    }

    .main-gallery ul li {
        width: 50%
    }

    .top-category {
        display: block;
    }

    .top-category-lf-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .top-category-lf {
        width: 100%;
    }

    .top-category-rt {
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }

    .location-btm-box {
        display: block;
    }

    .location-btm-lf {
        width: 100%;
    }

    .location-btm-rt {
        width: 100%;
        padding-left: 0;
    }

    .bottom-banner-inner ul {
        display: block;
    }

    .bottom-banner-inner ul li {
        width: 100%;
        margin: 10px 0;
    }

    .footer-fixed {
        display: block;
    }

    .footer {
        padding-bottom: 80px;
    }

    .footer-box {
        display: block;
    }

    .footer-foo {
        width: 100%;
        padding: 0;
    }

    .footer-hd {
        margin-top: 30px;
    }

    .inner-box-inner {
        display: block;
    }

    .inner-box-lf {
        width: 100%;
    }

    .inner-box-rt {
        width: 100%;
        padding-left: 0;
    }

    .footer-social-icons {
        display: none;
    }

    .logo .footer-social-icons {
        display: block;
    }

    .logo .footer-social-icons ul li a {
        height: 30px;
        width: 30px;
    }

    .logo .footer-social-icons ul li a img {
        position: relative;
        top: -21px;
    }

    .logo .footer-social-icons ul li {
        margin: 0;
    }

    .logo .footer-social-icons {
        margin-top: 10px;
    }

    .footer-hd {
        font-size: 20px;
        text-align: center
    }

    .footer-foo p {
        text-align: center;
        font-size: 18px;
    }

    .footer-foo ul li a {
        text-align: center;
        font-size: 18px;
    }

    .main-gallery-caption {
        width: 90%;
    }

    .main-gallery ul li.main-gallery-active .main-gallery-caption {
        display: block;
        height: 90vh;
        overflow: auto;
        margin: 10px auto
    }

    .main-gallery-img-pop {
        height: 350px;
        overflow: hidden;
    }

    .main-gallery-img-pop img {
        height: auto;
    }

    .main-gallery-img-pop {
        width: 100%;
    }

    .main-gallery-pop-table {
        width: 100%;
    }
}

@media(max-width: 580px) {
    .banner-box img {
        height: 213px;
    }
}

@media(max-width: 480px) {
    .banner-box img {
        height: 171px;
    }
}

@media(max-width: 380px) {
    .banner-box img {
        height: 155px;
    }
}