* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Philosopher;
    ;
}

mark {
    background-color: #00FFFF!important;
    color: #000!important;
}

mark b i a {
    color: #000!important;
}

.container {
    max-width: 1366px!important;
    text-align: justify;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.navigation {
    height: 90px;
    background: linear-gradient(230deg, hsla(300, 100%, 64%, 1) 0%, rgb(255, 255, 255) 70%);*/
    background: linear-gradient(230deg, hsl(227.08deg 1.97% 5.94%) 0%, rgb(36 32 34) 70%));
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand img {
    height: 100px;
    width: 257px;
}

.brand a,
.brand a:visited {
    color: #ffff;
    text-decoration: none;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 10px 20px 0 20px;
    line-height: 50px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

nav ul li a::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 0%;
    bottom: 0px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

nav ul li a:hover::before {
    width: 70%;
}

nav ul li a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 799px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 65px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li a:hover::before {
        width: 20%;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
    p.card-text {
        white-space: nowrap;
        width: 250px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000000;
    }
    .btns {
        display: flex;
        justify-content: left;
        align-items: center;
        padding-top: 15px;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ff00ff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

@media screen and (min-width: 980px) {
    .card-img-top {
        /* border-radius: 20px 0 0 20px; */
        width: 161px !important;
        height: 230px !important;
        aspect-ratio: 161/261;
        object-fit: cover;
    }
}

.Premium {
    background-color: #494A4A;
}

.Premium-text h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.video {
    padding-bottom: 20px;
    padding-top: 10px;
}

.contant-section {
    background-color: #050505;
    padding: 50px 0;
}

.heading {
    color: #fdff00;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.heading-2 {
    color: #FF00FF;
    font-size: 28px;
    font-weight: 600;
}

.heading-3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.heading-4 {
    color: #FF00FF;
    font-size: 20px;
    font-weight: 600;
}

.text {
    /*color: rgb(0, 0, 0)!important;*/
    color: rgb(255 255 255) !important; 
    font-family: Philosopher;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
}

.bs-example {
    margin: 10px 0;
}

.card {
    /* border-radius: 20px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-img-top {
    /* border-radius: 20px 0 0 20px; */
    width: 140px;
    height: 240px;
    aspect-ratio: 161/261;
    object-fit: cover;
}

.card-body a {
    color: rgb(51, 78, 111);
    font-size: 22px;
    font-family: Philosopher;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}

.card-text {
    color: #000000;
    line-height: 28px;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 20px 15px 0;
}

.card-body a:hover {
    color: #FF00FF;
    text-decoration: none;
    transition: 1s;
}

a.profile-btn {
    background-color: transparent;
    background-color: #FF00FF;
    font-size: 18px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    margin: 0 25px;
    border: 2px solid transparent;
    visibility: hidden;
}

a.profile-btn:hover {
    color: #FF00FF;
    transition: 1s;
    background: transparent;
    border: 2px solid #FF00FF;
    ;
}

.social-btn i {
    background-color: #cc2222;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    border: 2px solid #131314;
}

.social-btn i:hover {
    background-color: transparent;
    border: 2px solid #FF00FF;
    color: #FF00FF;
}

.btns {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 10px;
}

.btns1 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 75px;
}

.sidebar-div {
    border: 1px solid #555;
    border-radius: 5px;
}

.locbutton {
    width: 24%;
    background-color: #FF00FF;
    text-align: center;
    margin: 5px 6px;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.locbutton a {
    color: #fff;
    text-align: center;
}

.sidebar {
    width: 100%;
    background-color: #FF00FF;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar a {
    color: #fff;
    text-align: center;
}

.table-borde#FF00FF {
    background-color: #000;
    color: #fff;
}

.right-sidebar-image {
    width: 100%;
    padding-bottom: 10px;
}

.right-sidebar-image:first-child {
    padding-top: 10px;
}

.local-area2 {
    display: none;
}

.white-section {
    padding: 15px 0;
}

.class-round {
    border-radius: 15px!important;
}

.citylist {
    padding: 30px 0;
}

.citylist-heading {
    font-size: 26px;
    padding: 18px;
    background-color: #e7e7e7;
    border-radius: 6px;
    color: #0b00ff;
}

.faq {
    padding: 60px 0;
}

.faq-heading {
    font-size: 26px;
    padding: 18px;
    background-color: #e7e7e7;
    border-radius: 6px;
    color: #0b00ff;
    font-family: Philosopher;
}

.accordion {
    background-color: transparent;
    color: #00c0fa;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #dfcfcf;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 5px 0;
    border-radius: 6px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: Philosopher;
}

.active,
.accordion:hover {
    background-color: #FFD9DD;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    background: #FF00FF;
    border-radius: 50%;
    padding: 0px 10px;
}

.active:after {
    content: "\2212";
    border: none;
}

.panel {
    padding: 0 18px;
    background-color: #8c00ff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0 0 6px 6px;
}

.panel p {
    padding: 20px 10px 10px 10px;
    font-size: 18px;
    font-weight: 400;
}

button:focus {
    outline: 1px solid #FFD9DD!important;
    outline: 5px auto -webkit-focus-ring-color;
}

.key-word {
    padding: 40PX 0;
    position: relative;
}

.key-word:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFD9DD;
    opacity: 1;
}

.key-word-text {
    line-height: 42PX;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Philosopher;
    font-weight: 500;
    word-spacing: 1PX;
}

.heading-keyword {
    color: #334E6F;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.hr-line {
    margin: 2em 0 1em;
    font-size: 12.2px;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    top: 16px;
    top: center;
}

.hr-line hr {
    display: block;
    border-top: 2px solid #FF00FF;
    z-index: -1;
    width: 50%;
    margin: 0;
    z-index: 9999;
}

.hr-line hr.right {
    left: auto;
    right: 0px;
}

.hr-line hr#thread1 {
    top: 0.8em;
    -webkit-animation: thread2 4s infinite;
    -moz-animation: thread2 4s infinite;
    -o-animation: thread2 7s infinite;
    animation: thread2 7s infinite;
}

@media (min-width: 768px) {
    .hr-line {
        font-size: 18px;
    }
    .hr-line hr {
        border-width: 3px;
    }
}

@-webkit-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.footer {
    width: 100%;
    background: #e6e6e6;
    display: block;
}

.inner-footer {
    width: 100%;
    margin: auto;
    padding: 30px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.borders {
    border-top: 1px solid rgb(0, 0, 0) !important;
    border-bottom: 1px solid rgb(0, 0, 0) !important;
}

.borderright {
    border-right: 1px solid white !important;
}

.footer-items1 {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items2 {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items .footer-items2 .footer-items1 p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: #000000;
}

.footer-items .footer-items2 .footer-items1 h1 {
    color: #fff;
}

.border1 {
    height: 3px;
    width: 40px;
    background: #FF00FF;
    color: #FF00FF;
    background-color: #FF00FF;
    border: 0px;
}

ul {
    list-style: none;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
}

ul a {
    text-decoration: none;
    outline: none;
    color: #000000;
    transition: 0.3s;
}

ul a:hover {
    color: #FF00FF;
}

ul li {
    margin: 10px 0;
    height: 25px;
}

ol {
    padding-left: 20px;
}

li i {
    margin-right: 20px;
}

.social-media {
    width: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    z-index: 999;
    position: relative;
}

.social-media i:first-child {
    margin-left: 0!important;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    height: 25px;
    width: 25px;
    color: #fff;
    transition: 0.5s;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    background: #FF00FF;
    border-radius: 50%;
    margin: 5px;
    margin-left: 5px;
    padding: 13px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.contacticon {
    color: #fff;
    transition: 0.5s;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    background: #FF00FF;
    border-radius: 50%;
    margin-left: 26px;
    margin-left: 5px;
    margin-left: 0px;
    padding: 13px;
}

.social-media i:hover {
    transform: scale(1.5);
}

.footer-bottom {
    padding: 10px 0px 30px;
    background: #00121b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

.footer-items2,
.footer-items h3 {
    font-size: 22px!important;
}

.footer-items2 h3 {
    font-size: 22px!important;
}

.footer-items1 p {
    line-height: 30px;
}

@media screen and (max-width: 1275px) {
    .footer-items,
    .footer-items1,
    .footer-items2,
    .footer-items3 {
        width: 50%;
    }
}

@media screen and (max-width: 660px) {
    .footer-items,
    .footer-items1,
    .footer-items2,
    .footer-items3 {
        width: 100%;
    }
    .locbutton {
        width: 100%;
        background-color: #FF00FF;
        text-align: center;
        margin: 5px 6px;
        padding: 10px 0;
        border-radius: 5px;
        cursor: pointer;
        color: white;
    }
    .brand img {
        height: 75px;
        width: 193px;
    }
    .card-img-top {
        /* border-radius: 20px 0 0 20px; */
        width: 108px !important;
        height: 175px !important;
        aspect-ratio: 108/175;
        object-fit: cover;
    }
    .card-body {
        padding-bottom: 0 !important;
        margin-left: 38px;
    }
    .social-btn i {
        background-color: #FF00FF !important;
        color: #fff;
        padding: 10px 12px !important;
        border-radius: 2px !important;
        border: 2px solid #FF00FF;
    }
}

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 25%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 22px;
    font-family: Philosopher;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.Facebook {
    background-color: #dc3545;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #53c5ff;
    color: #FFF;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Google {
    background-color: #d34836;
    color: #FFF;
}

.whatsapp {
    background-color: #28a745;
    color: #000000;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}

.fas fa-shopping-cart {
    background-color: #FFF;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

.second {
    background-color: #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
}

#mybutton {
    position: fixed;
    bottom: 10%;
    right: 50%;
}

#mybutton a {
    text-decoration: none;
    padding: 6px 27px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
    font-family: Philosopher;
}

@media(max-width:1440px) {
    #mybutton {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
}

@media(max-width:767px) {
    #mybutton {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
}

@media(max-width:2560px) {
    #mybutton {
        position: fixed;
        bottom: 0%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: #a83c7f;
        padding: 10px;
        z-index: 1000;
    }
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #FF00FF;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #FF00FF;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
   .gallery-item {
           
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            overflow: hidden;
			
        }
        .gallery-item img {
            width: 100%;
            height: auto;
			
        }
        
        .details {
            text-align: center;
            padding: 10px;
			color:white;
        }
		
		.gallery-item-2 {
			padding:10px;
			margin-bottom:20px;
            border: 6px double #ccc;
            border-radius: 10px;
            overflow: hidden;
			background: black;
			
        }
		 .gallery-item-2 img {
            width: 100%;
            height: auto;
			transition: transform 0.3s ease; 
        }
		.gallery-item-2 img:hover {
			transform: scale(1.025);
        }
		