@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
padding: 0px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
background: #020000;
color: white;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 30px;
padding: 10px 0;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 26px;
}
h5 {
font-size: 24px;
}
h6 {
font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #fed545;
margin: 0px 0 0px 0;
text-transform: capitalize;
font-weight: bolder;
}
span {
color: #fed545;
}
strong {
color: #fff906;
}
b {
color: #fff906;
}
p {
padding: 0;
font-size: 18px;
color: #fff;
margin: 0px 0 8px 0;
text-align: justify;
line-height: 30px;
}
a {
color: #fb1cc9;
text-decoration: none;
}
a:hover {
color: #e1bed9;
text-decoration: none;
}
.page_wrapper_full {
width: 100%;
margin: auto auto auto auto;
display: table;
text-align: center;
background: #040303;
position: fixed;
z-index: 999;
border-bottom: 1px solid #efefef;
top: 0;
}
.navigation_container {
width: 100%;
margin: 0 auto;
padding: 0px 0 0px 0;
display: block;
}
#nav {
position: relative;
font-weight: bold;
float: right;
text-decoration: none;
z-index: 9999;
text-align: center;
padding: 0px 0 0 0;
}

#nav > a {
display: none;
}

#nav li {
position: relative;
list-style: none;
}
#nav li a {
color: #ffffff;
display: block;
}
#nav li a:active {
background-color: none !important;
}

#nav span:after {
width: 0;
height: 0;
border: 0.313em solid transparent; /* 5 */
border-bottom: none;
border-top-color: #fff;
content: "";
vertical-align: middle;
display: inline-block;
position: relative;
right: -0.313em; /* 5 */
}

/* first level */

#nav > ul {
/* 60 */
/*background-color: #003d98;*/
list-style: none;
padding: 0px;
margin: 0px;
}
#nav > ul > li {
height: auto;
float: left;
}
#nav > ul > li > a {
padding: 0px 18px 0px 18px;
height: auto;
font-size: 16px; /* 24 */
line-height: 40px; /* 60 (24) */
text-align: center;
text-decoration: none;
margin: 0 0px 0 0px;
text-transform: uppercase;
color: #fff;
}
 
#nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
background-color: #fed545;
text-decoration: none;
color: #fff;
}

#nav > ul > li a.selected {
background-color: none;
text-decoration: none;
color: #fed545;
}

/* second level */

#nav li ul {
background-color: #000000;
display: none;
position: absolute;
top: 100%;
width: 300px;
margin: 0px;
padding: 0px;
}
#nav li:hover ul {
display: block;
left: 0;
right: 0;
}
#nav li:not(:first-child):hover ul {
left: 0px;
}
#nav li ul a {
font-size: 14px; /* 20 */
border-bottom: 1px solid #ffffff;
padding: 0px 0 0 8px;
line-height: 40px;
text-decoration: none; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
background-color: none;
border-right: 0px;
color: #c10505;
text-decoration: none;
}

@media only screen and (max-width: 62.5em) /* 1000 */ {
#nav {
width: 100%;
position: static;
margin: 0;
}
}

@media only screen and (max-width: 767px) /* 640 */ {
#nav {
top: auto;
left: auto;
}
#nav > a {
width: 3.125em; /* 50 */
height: 3.125em; /* 50 */
text-align: left;
text-indent: -9999px;
background-color: #000;
position: relative;
}
#nav > a:before,
#nav > a:after {
position: absolute;
border: 2px solid #fff;
top: 35%;
left: 25%;
right: 25%;
content: "";
}
#nav > a:after {
top: 60%;
}

#nav:not(:target) > a:first-of-type,
#nav:target > a:last-of-type {
display: block;
}

/* first level */

#nav > ul {
height: auto;
display: none;
position: absolute;
left: 0;
color: #ffffff;
right: 0;
background-color: #000000;
width: 100%;
}
#nav:target > ul {
display: block;
border-top: 1px solid white;
}
#nav > ul > li {
width: 100%;
float: none;
border-bottom: 1px solid #ffffff;
}
#nav > ul > li > a {
height: auto;
text-align: left;
padding: 6px 40px;
border: none;
color: #fff;
font-size: 14px;
}
#nav > ul > li:not(:last-child) > a {
border-right: none;
color: #fff;
background: #000;
border-bottom: none;
padding: 6px 40px;
font-size: 14px;
}

#nav > ul > li > a:hover {
border: none;
background-color: #00b068;
color: #fff;
}
#nav > ul > li a.selected {
background-color: none;
border: none;
background-color: #c10505;
color: #fff;
}

/* second level */

#nav li ul {
position: static;
padding: 0px; /* 20 */
width: 100%;
display: block;
border-bottom: none;
color: #ffffff;
}
#nav li ul a {
font-size: 14px; /* 20 */
border-bottom: none;
padding: 0px 0 0 25px;
line-height: 30px;
color: #ffffff; /* 15 (20) */
}
}

/********************menu end******************/
.breadcrumbs {
margin-top: 59px;
margin-left: 0px;
}


#breadcrumbs span{margin-top: 16px;}


.banner img {
width: 100%;
height: auto;
}
.profile-banner img {
width: 100%;
height: auto;
}
.profile_border {
border: solid 1px #fff;
padding: 0px;
margin: 0px;
line-height: none;
}
.col p {
color: #fff;
font-size: 16px;
text-transform: uppercase;
line-height: 20px;
}
.flex-gallery {
position: relative;
left: 0;
top: 0;
z-index: 33;
opacity: 0.9;
background: linear-gradient(
112.4deg,
rgb(169 28 28) 21.6%,
rgb(40 56 193) 92.2%
);
height: 98%;
padding: 21px;
color: #fff;
text-decoration: none;
font-size: 39px;
text-transform: uppercase;
text-align: center;
}
.flex-gallery a {
text-decoration: none;
color: #fff;
}
.flex-gallery2 {
color: #fff;
font-size: 26px;
text-transform: uppercase;
text-align: center;
padding: 0px;
margin: 0px;
position: relative;
}
.flex-gallery2 a {
color: #fff;
text-decoration: none;
padding: 0px;
margin: 0px;
z-index: 200;
top: 50px;
}
.btn-grad {
background: radial-gradient(
circle at 10% 20%,
rgb(210, 36, 129) 0%,
rgb(152, 75, 215) 90%
);
margin: 10px;
padding: 5px 8px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
border-top-left-radius: 20px;
border-bottom-right-radius: 10px;
display: block;
width: 200px;
float: left;
font-size: 11px;
font-weight: 900;
}
.btn-grad a {
color: #fff;
text-decoration: none;
}
.btn-grad:hover {
background-position: right center;
color: #fff;
text-decoration: none;
}

.local {
width: 100%;
background-color: #101130;
display: table;
}
.localarea {
margin: 20px;
}
.local h2 {
text-align: center;
}
.columns.css-columns ul {
column-count: 4;
list-style-type: disclosure-closed;
color: white;
}
.columns.css-columns li {
padding: 7px;
}
.all-local-area-scroll {
height: 50vh;
overflow: scroll;
}
.all-local-area-scroll ul li a {
color: #ffec84;
text-decoration: none;
font-size: 14px;
}
.all-local-area-scroll ul li a:hover {
color: white;
}
.all-local-area-scroll::-webkit-scrollbar {
display: none;
}
@media (max-width: 600px) {
.columns.css-columns ul {
column-count: auto;
}
.banner_mobile{margin-top: 60px; }
}
.footerbg {
width: 100%;
margin: 10px 0 0 0;
padding: 30px 0 30px 0;
background-color: #101130;
background-color: #200000;
display: table;
}
.footerbg h2 {
font-size: 20px;
color: #fed545;
text-align: left;
margin: 0px;
padding: 0px;
}
.footerbg p {
font-size: 15px;
color: #fff;
text-align: left;
}
.footerbg p a {
text-decoration: none;
color: #fff;
line-height: 20px;
}
.footerbg p a:hover {
text-decoration: none;
color: #fed545;
line-height: 20px;
}
.footer-bottom {
background: #000;
padding: 0px 0;
font-size: 18px;
text-align: center;
margin: 0;
color: #fff;
width: 100%;
display: table;
}
.bottom_icon {
background: transparent;
border: none;
position: fixed;
bottom: 55px;
right: 5px;
}
.bottom_icon:hover {
cursor: pointer;
}
ul {
color: white;
}
.footer-logo {
width: 100%;
padding: 15px;
}
.footer-address ul {
list-style: none;
padding: 0px;
}
.footer-address ul li {
padding: 5px;
}
@media only screen and (max-width: 600px) {
.banner img {
width: 100%;
height: auto;
}
}

/*---------------------------------------*/
.centertext {
text-align: center;
}
.w100 {
width: 100%;
height: auto;
}
.mx1 {
margin-left: 5px;
margin-right: 5px;
}
.px1 {
padding-left: 5px;
padding-right: 5px;
}
.borderfff {
border-left: 1px #007b50;
margin-right: 20px;
}

div {
display: block;
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
*,
::after,
::before {
box-sizing: border-box;
}
.spacet {
padding: 10px;
display: flex;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
padding: 10px;
}
.col {
width: 15.6%;
padding: 2px;
float: left;
background: linear-gradient(
91.1deg,
rgb(54 37 44) -2.3%,
rgb(104 27 90) 44.4%,
rgb(66 28 59) 103.4%
);
border: solid 2px #fff;
border-radius: 5px;
margin: 6px;
}
.col img {
border-radius: 5px;
}

@media (min-width: 1260px) {
.container {
max-width: 1200px;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
float: left;
}
.col-12 {
width: 100%;
}
.col-11 {
width: 91.66666667%;
}
.col-10 {
width: 83.33333333%;
}
.col-9 {
width: 75%;
}
.col-8 {
width: 66.66666667%;
}
.col-7 {
width: 58.33333333%;
}
.col-6 {
width: 50%;
}
.col-5 {
width: 41.66666667%;
}
.col-4 {
width: 33.33333333%;
}
.col-3 {
width: 25%;
}
.col-2 {
width: 16.66666667%;
}
.col-1 {
width: 8.33333333%;
}
}

@media only screen and (min-width: 768px) and (max-width: 998px) {
.mobile {
display: none;
}

.heading2 {
font-size: 60px;
text-align: center;
font-weight: 900;
text-shadow: #fc0 1px 0 10px;
}
.heading5 {
font-size: 29px;
color: #fff;
text-align: center;
margin: 30px 0 30px 0;
line-height: 59px;
}
.nav ul li {
width: 100%;
}
.nav ul li a:link {
text-align: center;
margin: 0px;
border-bottom: solid 1px #fff;
}
.booknw {
color: #fff;
font-size: 45px;
text-align: center;
width: 100%;
display: block;
margin: 30px 0 30px 0;
}
.mobile_header {
position: absolute;
left: 100px;
}
}

@media only screen and (max-width: 768px) {
.mobile_header {
position: absolute;
left: 100px;
}
.col {
width: 46%;
padding: 2px;
float: left;
background: #930100;
border: solid 1px #ff2d2d;
border-radius: 5px;
margin: 6px;
}
}

@media only screen and (max-width: 479px) {
.mobile_header {
position: absolute;
left: 60px;
padding: 2px 10px;
}
.col {
width: 46%;
padding: 2px;
float: left;
background: #930100;
border: solid 1px #ff2d2d;
border-radius: 5px;
margin: 6px;
}
.m_location{ column-count: 2;margin-left: -20px;}
.btn-grad {
width: 100%;
font-size: 10px;
}
}

.nowcalling {
display: block;
position: fixed;
bottom: 0;
width: 100%;
z-index: 9999;
}
.lcol,
.rcol,
.ccol {
float: left;
width: 50%;
}
.lcol {
background-color: #b8017e;
}
.rcol {
background-color: #058937;
}
.lcol a,
.rcol a,
.ccol a {
display: block;
padding: 10px 0;
text-align: center;
text-decoration: none;
color: #fff;
}

.Profile_t {
width: 100%;
padding: 0px 13px 0px;
margin-top: 18px;
}
.t_tr {
display: flex;
align-content: space-between;
justify-content: space-between;
border-top: 1px solid gold;
padding: 5px 0px;
}
.t_tr_1 {
display: flex;
align-content: space-between;
justify-content: space-between;
border-bottom: 1px solid;
}
.t_td_1 span {
font-size: 14px;
color: #c3c3c3;
font-weight: 600;
}
.t_td_1_1 span {
font-size: 14px;
color: #c3c3c3;
font-weight: 600;
}
.t_td_2 {
padding: 0px 5px 3px;
}
.t_td_2 span {
font-size: 14px;
color: white;
}

.tab_profile {
margin: 24px 5px 17px;
}
.tab_button {
padding: 17px 28px;
margin: -7px 0px -13px;
position: relative;
border: none;
font-size: 22px;
font-weight: 700;
text-transform: math-auto;
border-radius: 4px;
}
.tab_button:hover {
cursor: pointer;
}
.aboutprofile {
border: 1px solid #5e5e5e91;
padding: 16px 28px;
border-radius: 10px;
}

.tab_t_td {
padding: 10px;
}
.tab_t_tr:nth-child(even) {
background-color: #56183b;
}
.tab_t_tr:nth-child(odd) {
background-color: #b51845;
}


.slider-container {
position: relative;
width: 100%;

margin: auto;
overflow: hidden;
border: 1px solid #ddd;
}
.slides {
display: flex;
transition: transform 1s ease-in-out;
}
.slide {
min-width: 100%;
box-sizing: border-box;
padding: 6px 6px 0px;
}
.slide img {
width: 100%;
}
.prev,
.next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
}
.prev {
left: 0px;
}
.next {
right: 0px;
}

.align-items-center {
align-items: center !important;
}

.d-flex {
display: flex !important;
}

.list-unstyle {
margin: 0;
padding: 0;
list-style: none;
}

.rating li {
display: inline-block;
}

.rating li i {
color: #ffbb0b;
font-size: 18px;
}
.reviews {
font-size: 13px;
color: white;
margin: 8px;
margin-top: 16px;
}

#load-more {
margin: 0 auto;
position: relative;
padding: 10px 30px;
font-size: 17px;
font-weight: 700;
border: none;
}

#load-more:hover {
margin: 0 auto;
position: relative;
padding: 10px 30px;
font-size: 17px;
font-weight: 700;
background-color: #f0d4ff;
border: none;
cursor: pointer;
}

#loader {
display: none;
text-align: center;
margin: 20px 0;
font-size: 18px;
color: #007bff;
}

.footerbg ul li {
padding: 0px 0px 6px;
}
.footerbg ul li a {
color: #e7e7e7;
}
.footerbg ul li a:hover {
color: #f5f948;
}

input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

input[type="submit"] {
    font-size: 18px;
    font-weight: 800;
    background-color: aquamarine;
    
}
input[type="submit"]:hover {
cursor: pointer;
background-color: #e5e5e5;
}

textarea{
    width: 100%;
    border: none;
    border-radius: 5px;
}

.home_box{
    border: 1px solid white;
    padding: 0px 18px;
    border-radius: 8px;
    background-color: #600000;
    box-shadow: 2px 2px 6px 2px rgb(255 255 255 / 34%), 0 6px 20px 0 rgb(247 247 247 / 30%);
}
.home_box h2{
    font-size: 18px;
}

.home_ol{ font-size: 18px;}
.home_ol li{padding:10px;}

.home_ul{ font-size: 18px;}

.faq-content {
  padding: 9px 25px 3rem; 
}


.faq-accordion {
  border-bottom: 1px solid hsl(240, 5%, 91%);
}


  
input.tgg-title {
  appearance: unset;
  all:unset;
}

.faq-accordion-title label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h3{
  font-size: 18px /*var(--font-size)*/;
  font-weight: 400;
  color: var(--neutral-dark-color);
}



.faq-accordion-title span{
  margin-left: auto;
  transition: transform .4s ease-in-out;
}


/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}


/* Effects */
/*================================================*/

/* main title, accordion title effects */

.faq-accordion-title:hover h3{
  color: var(--primary-soft-color)
}

/* onclick "" */
.faq-accordion .tgg-title:checked + div>label>h3 {
  font-weight: 600;
    color: darkorange;
}

.faq-accordion .tgg-title:checked + div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

/* main content, acordion text effect */

.faq-accordion .tgg-title:checked ~ .faq-accordion-content{
  will-change: max-height;
  max-height: 150px;
}

.bottom_icon img{width: 100%;}

.profile_nav{display: flex; justify-content: space-between;}
.profile_nav a {color: white;font-weight: 600;font-size: 16px;} 
.profile_nav a:hover {color: red;font-weight: 600;font-size: 16px;} 
.profile_nav .button{ background-color: #97027f;padding: 6px 20px;border-radius: 3px; }

    .blog-index{border: 1px solid #ffffff3b; padding: 10px 18px; border-radius: 7px; margin: 10px;}
    .blog-index img {width: 100%; height: auto;}
    .blog-date{padding: 0px 0px 10px;}
    .blog-index .text{ padding:10px }
    .blog-button{margin: 20px 0px 11px;}
    .blog-button a {background-color: white;color: black; padding: 6px 21px; position: relative; font-weight: 700; border-radius: 6px;}
    .blog-button a:hover{background-color: #e2e317;}
    .blog-cat{ margin:0px }
    .blog-cat-div{margin: 10px; border: 1px solid #ffffff38;padding: 10px; border-radius: 5px;}
    .blog-cat-div ul{ padding: 0px 30px; }
    .blog-cat .title{border-bottom: 1px solid #8080808c; padding: 0px 0px 6px; text-transform: uppercase;}
    .blog-cat .title span{font-size: 20px; padding: 10px;}
    .blog-cat-div ul li{ list-style: circle; font-size: 15px; font-weight: 600;padding: 0px 0px 5px;}
    .blog-cat-div ul li a{color: white;}
    .blog-cat-div ul li a:hover{color: #f7f33b;}
    .blog-single-tag{display: flex;   flex-wrap: wrap;}
    .blog-single-tag span{font-size: 20px; color: #b5b4b4; text-transform: uppercase;font-weight: 700;}
    .blog-single-tag a {  text-transform: uppercase; font-size: 12px; color: black;  padding: 6px 8px; background-color: white; margin: 3px; font-weight: 800; border-radius: 3px;}
    .blog-single-tag a:hover { color:#a33434; background-color: #ddadcc;} 
    
.newslider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.newnewnewslider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.newnewnewslider-wrapper {
    overflow: hidden;
}

.newnewslider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.newslide {
    flex: 0 0 calc(100% / 6); /* 100% / 6 images per newslide */
    padding: 0px 3px;
}

.newslide img {
    width: 100%;
    height: auto;
    display: block;
}

.newslide img:hover {
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

button.prev {
    left: 0;
}

button.next {
    right: 0;
}

button.prev:hover, button.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .newslide {
        flex: 0 0 calc(100% / 3); /* 100% / 3 images per newslide */
        padding: 0px 3px;
    }
}

/* Zoomed image styles */
#zoomedImageContainer {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

#zoomedImage {
    max-width: 90%;
    max-height: 90%;
}

button.close, button.prev-zoom, button.next-zoom {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 30;
}

button.close {
    top: 10px;
    right: 10px;
}

button.prev-zoom {
    left: 10px;
}

button.next-zoom {
    right: 10px;
}

button.close:hover, button.prev-zoom:hover, button.next-zoom:hover {
    background-color: rgba(0, 0, 0, 0.8);
} 

.location-title{text-align:center;}
.area-scroll { height: 50vh;  overflow: scroll; margin-bottom:20px;}
.area-scroll::-webkit-scrollbar { display: none;}
.area-scroll ul{column-count: 5; margin-left: -58px;}
@media (max-width: 600px) { .area-scroll ul { column-count: 2; } }


.grecaptcha-badge { 
    visibility: hidden;
}


.popup {
            position: fixed;
            left: 20px;
            bottom: 20px;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            max-width: 300px;
            width: calc(100% - 40px);
            z-index: 1000;
            display: none;
        }

        .popup-content {
            margin-right: 20px;
        }

        .popup-text {
            margin-bottom: 15px;
            line-height: 1.5;
            color: #333;
        }

        .popup-button {
            background-color: #ff0000;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
            transition: background-color 0.3s;
        }

        .popup-button:hover {
            background-color: #cc0000;
        }

        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #666;
        }

        .close-button:hover {
            color: #333;
        }

        @media (max-width: 480px) {
            .popup {
                left: 10px;
                bottom: 10px;
                width: calc(100% - 20px);
                padding: 15px;
            }
        }

::-webkit-scrollbar {
width: 12px;
background-color: #282828;
}

::-webkit-scrollbar-thumb {
border-radius: 12px;
background: #ff3464;
-webkit-box-shadow: inset 0 0 5px #ff0072;
}
