@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    /* color:; */
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


body {
    background-color: #000000e7;
}

.main-scroll {
    overflow: hidden;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #2196F3;
    border-radius: 10px;
}

/* header css start */

header {
    background-color: #fff;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.10);
    padding: 0.75rem 0;
    z-index: 9999;
    position: sticky;
    top: 0;
    left: 0;
}

/* Sticky Header Effects */
header.sticky {
    border-bottom: 0.0625rem solid rgba(255, 200, 39, 0.1);
    box-shadow: rgba(0, 0, 0, 0.16) 0rem 0.0625rem 0.25rem;
}

.navbar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    overflow: hidden;
}

.navbar img {
    max-width: 9.5rem;
    justify-self: start;
    /* margin-left: 1.25rem; */
}

.navbar ul {
    display: flex;
    justify-content: flex-end;
}

.navbar ul li {
    padding: 0 0 0 24px;
}

.nav-item a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 6px;
}

.nav-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 0.3125rem;
    height: 0.09375rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0064c2;
    transform-origin: center;
    transition: all 0.3sease-out;
}

.logo {
    background-image: url(../images/logo.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 43px;
}

.nav-item a.active::after {
    transform: scaleX(0.9);
    transform-origin: center;
}

.nav-item a.active,
.nav-item a:hover {
    color: #0064c2;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-80 {
    padding: 80px 0;
}

.bg_light {
    background-color: #fff;
}

.text_dark {
    color: #191919;
}

/* 
=================================
Mobile Menu Styles
=================================
*/
.menu-toggle {
    justify-self: end;
    margin-right: 1.5625rem;
    display: none;
}

.menu-toggle .bar {
    width: 1.5625rem;
    height: 0.1875rem;
    background-color: #000;
    margin: 0.3125rem auto;
    transition: all 0.3s ease-in-out;
}

.menu-toggle:hover {
    cursor: pointer;
}

/* Mobile Menu Active State */

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}

/* 
=================================
Keyframe Animations
=================================
*/
@keyframes gradbar {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* banner section css start */

.hero-bg {
    background-image: url(../images/home-banner.png);
    width: 100%;
    padding: 140px 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 640px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    z-index: -1;
}

.hero-bnr {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.hero-text {
    max-width: 900px;
    margin: auto;
    transition: opacity 1s ease-in-out;
    margin-bottom: 100px;
    padding: 0 15px;
}

.hero-text2 p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.hero-text2 {
    margin-top: 2rem;
}


.hero-text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* banner section end */




/*newsletter sec  */
.newsletter {
    background-image: url("../images/home-banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.newsletter::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(26 0 0 / 50%)
}

.newsletter_formWrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-self: center;
    background-color: #fff;
    max-width: 480px;
    width: 100%;
    padding: 4px;
    border-radius: 4px;
    margin: 0 auto;
}

.newsletter_formWrap .newsletter_input {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.newsletter_formWrap .newsletter_input::placeholder {
    color: #222;
    opacity: 50%;
}

.newsletter_wrapper {
    background-color: #1e1e1ed6;
    padding: 24px;
    max-width: 700px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.newsletter_wrapper .page-heading {
    margin-bottom: 8px;
}

.newsletter_content p {
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    line-height: normal;
    border: 1px solid transparent;
    outline: none;
    transition: 0.3s ease-in-out;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.btn:hover {
    color: #e1bd85;
    background-color: #fff;
    border: 1px solid #e1bd85;
}

h2.page-heading {
    font-size: 30px;
    font-weight: 600;
}

.hero-text p {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}



/* festival card css start */


.read-more-heading h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #0064c2;
    padding-bottom: 20px;
}

.zeuzie-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.listing {
    flex: 1 1 30%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1rem;
    margin-bottom: 20px;
}

.listing img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.listing h3 {
    margin: 0.5rem 0;
    color: #000;
}

.listing p {
    color: #555;
}

.listing a {
    text-decoration: none;
}

.listing a:hover h3 {
    text-decoration: underline;
    color: #0064c2;
}

.read-more-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
}

.read-more-main {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.read-more-img:hover {
    transform: scale(1.2);
}

/* festival card css end */


/* big event css start */

.event-heading h4 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    width: 303px;
}

.big-event-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 370px;
    border-radius: 0 30px;
}

.big-event-text p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.big-event-text {
    padding-top: 25px;
}

.glow-button {
    padding: 12px 24px;
    font-size: 16px;
    color: white;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(174, 113, 230, 0.3);
    position: relative;
    overflow: hidden;
}

.glow-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 15%);
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: scale(0);
}

.glow-button:hover::after {
    opacity: 1;
    transform: scale(1);
}

.glow-button:hover {
    box-shadow: 0 0 20px rgba(174, 113, 230, 0.6), 0 0 40px rgba(174, 113, 230, 0.4);
    transform: translateY(-2px);
}

/* big event css start */



/* trip plan css start */

.trip-plan-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 370px;
    border-radius: 30px 0;
}

.trip-plan-heading h4 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
}

.trip-plan-heading p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 2px solid #ffffffad;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.trip-plan-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}

.trip-plan-text {
    padding-top: 20px;
}

/* trip plan css end */


/* find las vegas hotel section start */

.right-hotel-heading {
    text-align: center;
    margin-bottom: 40px;
}

.right-hotel-heading h2 {
    color: #0064c2;
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
}

.right-hotel-heading p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.card {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    transition: transform 0.5s ease;
    transform: translateY(100%);
}


.card-heading {
    font-size: 18px;
    margin: 0;
}


.card-text {
    margin: 10px 0 0;
    opacity: 0;
    font-size: 1rem;
    transition: opacity 0.3s ease 0.2s;
}


.card:hover .card-content {
    transform: translateY(0);
}

.card:hover .card-text {
    opacity: 1;
}

/* find las vegas hotel section end */



/* Built for Travellers  css start */

.built-heading h2 {
    font-size: 40px;
    color: #0064c2;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
}

.built-heading p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
}

.built-card-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.built-card-heading {
    /* padding: 3px; */
    position: absolute;
    top: 13px;
    left: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.built-card-inner {
    position: relative;
}

.built-card-heading h5 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    color: #fff;
    background: #0064c2;
}

/* Built for Travellers  end */

/* -------------------------------------- */
/* Featured Hotels css start */

.feature-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;

}

.feature-heading {
    text-align: center;
    margin-bottom: 40px;
}

p.rate {
    /* border: 2px solid #00000054; */
    /* border-bottom: 2px solid #0000005c; */
    border-top: 2px solid #fff;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    /* color: #000000c7; */
}

.feature-content {
    border: 2px solid #fff;
    height: 100%;
}

.feature-text a p {
    color: #fff;
    font-size: 18px;
}

.feature-text a p:hover {
    color: #0064c2;
}

.feature-text {
    text-align: center;
}

/* Featured Hotels css end */



/* ------------ */






/* footer css start */


.footer_disclaimer {
    margin-bottom: 2.2rem;
    text-align: center;
}

.footer_disclaimer h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 1.25rem;
}

.footer_disclaimer p {
    color: #fff;
}

.footer_navbar {
    border-bottom: 1px solid gray;
    padding-bottom: 2.2rem;
}

.footer_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2rem;
}

.footer_item a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.footer_item a:hover {
    color: #0064c2;
}

.footer_btm {
    padding-block: 24px;
}

.copyright p {
    color: #fff;
}

.footer_btmWrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ssl {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.sslLink {
    background-image: url("../images/ssl.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 134px;
    width: 100%;
    height: 40px;
    display: inline-block;
}

.socials {
    padding-block: 2rem;
}

.social_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.social a {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid gray;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.social a:hover {
    background-color: #0064c2;
    border-color: transparent;
    transform: translateY(-10px);
    color: #fff;
}

.social i {
    font-size: 24px;
    color: #fff;
}

.social a svg {
    height: 100%;
    width: 100%;
    fill: #fff;
    padding: 9px;
}

.social svg {
    padding: 5px;
}

/* footer css end */


.bg-dark {
    background-color: #e5eff9;
}

.section_heading {
    color: #0064c2;
}

/* --------------------------------------- */

/* festival page css start */

/* after-banner css start */
.after-banner-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.after-banner-text h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0064c2;

}

.after-banner-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}

.after-banner-text {
    padding: 57px 0;
}


/* festival hotel css start */

.top-hotel-leftImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.budget-hotel-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.budget-hotel-heading h2 {
    color: #0064c2;
    font-size: 32px;
    font-weight: 600;
}

.budget-hotel-heading p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

p.rating {
    margin-bottom: 0px;
}

.hotel-section {
    border: 1px solid #ddd;
    padding: 20px;
    /* text-align: center; */
    font-family: Arial, sans-serif;
    height: 100%;
}

.hotel-image {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}

.hotel-name {
    font-size: 24px;
    margin: 10px 0;
    color: #0064c2;
}

.night-stay,
.hotel-price {
    font-size: 16px;
    margin: 5px 0;
}

.amenities-list {
    list-style-type: none;
    padding: 0;
    margin: 15px 0;
}

.amenities-list li {
    background: #f4f4f4;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.description h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.description-main p {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}

.description {
    display: none;
}

.text-close {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.text-close svg {
    height: 17px;
    width: 17px;
    fill: #fff;
}

button.close-text-button {
    border-radius: 6px;
    padding: 13px 20px;
    font-size: 14px;
    margin-top: 9px;
}


.top-hotel-second {
    margin-top: 25px;
}

/* festival hotel css end */


/* festival page css end */


/* privacy policy page css start */


.personal-banner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 29.625rem;
    position: relative;
}

.personal-banner::before {
    content: '';
    position: absolute;
    background: rgba(0 0 0 / 40%);
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_personal {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 80%;
    transform: translate(-50%, -50%);
}

.banner_personal h1 {
    font-size: 40px;
    font-weight: 700;
}


.after-banner-text-main {
    font-size: 1rem;
    color: #000;
    line-height: 27px;
    padding: 23px 105px 23px 105px;
    text-align: center;
    background: #e1bd85;
    border-radius: 30px;
}

.after-banner-text-main p a {
    color: #000;
}

.after-banner-text-main p a:hover {
    color: #fff;
}

.after-banner-text-main p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
}

.personal-page-content ul {
    padding-left: 20px;
}


.personal-page-content h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #af8c3e;
    margin-bottom: 10px;
}

.personal-page-content p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.personal-page-content h4 {
    font-size: 20px;
    color: #af8c3e;
    font-size: 20px;
    margin-bottom: 0.9375rem;
    line-height: 1.4;
}

.personal-page-content p a {
    color: #fff;
}

.personal-page-content p a:hover {
    color: #ab8965;
}

.personal-page-content ul li {
    list-style: none;
    position: relative;
}

.personal-page-content ul li::before {
    content: ".";
    position: absolute;
    color: #fff;
    border-radius: 50%;
    left: -21px;
    top: -50px;
    font-size: 60px;

}



/* why choose us css start */

.why-choose-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.why-choose-heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    padding-bottom: 20px;
    text-align: center;
}

.why-choose-text {
    text-align: center;
    padding-top: 20px;
}

.why-choose-img svg {
    width: 45px;
    height: 45px;
    transition: 0.4s all ease-in-out;
}

.why-choose {
    height: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.4s all ease-in-out;
    border: 2px solid #FFEB3B;
}

.why-choose:hover {
    background: #fff;
}

.why-choose:hover svg {
    fill: #0064c2;
}

.why-choose-text p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 0;
}

.why-choose-text h2 {
    font-size: 25px;
    color: #000;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 0;
}

/* why choose us css end */




/* personal page section end */

.hotel_read_more .listing {
    flex: 1 1 20%;
}

.hotel_read_more .listing {
    flex: 1 1 20%;
}

.hotel_read_more .listing h3 {
    font-size: 1.2rem;
}

.hotel_read_more .read-more-main {
    height: 200px;
}

.text_white {
    color: #fff;
}














































/* Praveen */
/* Footer Pages CSS Start*/
.footer-pages-wrap {
    max-width: 81.25rem;
    margin: 0 auto;
    padding: 3.125rem 1.875rem;
    border-radius: 20px;
    margin-top: -5rem;
    position: relative;
    background-color: #fff;
}

footer.footer.pt-80.main-scroll {
    box-shadow: rgba(255, 255, 255) 0px 3px 8px;
    margin-top: 60px;
}

.footer-pages-content-grp {
    margin-bottom: 1.2rem;
    border-radius: 0.625rem;
}

.footer-pages-content-grp:last-child {
    margin-bottom: 0px;
}

.footer-pages-content-grp h3 {
    font-size: 1.7rem;
    margin-bottom: 0.9375rem;
    color: #0064c2;
    line-height: 1.4;
}

.footer-pages-content-grp strong {
    font-size: 1.125rem;
}

.footer-pages-content-grp p {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
    color: #222222;
    font-weight: 500;
}

.footer-pages-content-grp ul {
    list-style: none;
    padding-left: 1.25rem;
}

.footer-pages-content-grp ul li {
    list-style-type: disc;
}

.footer-pages-content-grp ul li::marker {
    color: #0064c2;
}

.footer-pages-content-grp p a {
    color: #0064c2;
    display: inline-block;
    transition: 0.4s all ease-in-out;
    text-underline-offset: 4px;
    font-weight: 600;
}

.footer-pages-content-grp p a:hover {
    text-decoration: underline;
}

/* Footer Pages CSS End*/



/* Contact  CSS Start */
.header_pages_content_section {
    position: relative;
    background-image: url(../images/contact_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0 0 0/90%);
    background-blend-mode: multiply;
}

.header_pages_content_wrap {
    padding: 1.5625rem;

}

.header_pages_content_grps h3 {
    font-size: 4rem;
    margin-bottom: 0.625erm;
    color: #fff;
}

.header_pages_content_grps {
    border-top: 1px solid #c3c8ca;
    padding: 1.25rem;
}

.header_pages_content_grps p {
    margin-bottom: 0.625rem;
    line-height: 1.4;
    font-size: 1rem;
    color: #fff;
}

.contact-left h3 {
    font-size: 1.5rem;
    margin: 0.9375rem 0;
    font-weight: 600;
    color: #0064c2;
}

.contact-left p {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    color: #fff;
}

.contact-left p a {
    color: #fff;
}

.contact-right p {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    color: #fff;
}

.contact-right {
    border: 5px solid #0064c2;
    padding: 1.25rem;
    border-radius: 0 20px;
}

.contact-right h3 {
    color: #0064c2;
}

#contact {
    height: auto;
    max-width: 31.25rem;
    margin-bottom: 2.5rem;
}

.contact_us_content .row {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.contact_us_content fieldset:last-child {
    margin-bottom: 0;
}

.contact_us_content #contact button {
    margin-bottom: 0;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input,
#contact textarea,
#contact select {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 0.625rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
}

#contact textarea {
    height: 6.25rem;
    max-width: 100%;
    resize: none;
}

#contact select {
    max-width: 100%;
    color: #444546;
    outline: none;
}



#contact button:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #444546;
}

::-webkit-input-placeholder,
::-webkit-select-placeholder {
    color: #444546;
}

:-moz-placeholder {
    color: #444546;
}

:-ms-input-placeholder {
    color: #444546;
}

/* Contact  CSS End*/


/* About Page CSS Start */
.about_img_card {
    width: 100%;
    margin: 1.25rem auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
    height: 100%;
}

.about_img_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about_image-container {
    height: 15.625rem;
    overflow: hidden;
}

.about_card-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.about_img_card:hover .about_card-image {
    transform: scale(1.1);
}

.about_img_card-content {
    padding: 1.25rem;
}

.about_img_card h3 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    color: #333;
    font-size: 1.5em;
}

.about_img_card p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}


.about_cards {
    background: #fff;
    padding: 1.875rem;
    border-radius: 20px;
    height: 100%;
    transition: 0.2s all ease-in-out;
    height: 100%;
}

.about_cards:hover {
    transform: translateY(-4px)
}

.about_cards p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #191919;
}

.about_cards ul li {
    list-style: disc;
    margin-left: 16px;
}

.about_cards_icon {
    height: 4.375rem;
    margin-bottom: 20px;
    width: 4.375rem;
}

.about_cards_icon_inner {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.big-event.about_last_sec p {
    color: #191919;
}

/* About Page CSS End */

/* Guide Page CSS Start */
.guides_cards {
    height: 25rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.6);
    background-size: cover;
    background-position: center;
    transition: 0.3s all ease-in-out;
    display: block;
    cursor: pointer;
}

.guides_cards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    z-index: 1;
}

.guides_cards:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

.guide_card_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    text-align: center;
    z-index: 2;
}

.guide_card_content .card-heading {
    margin: 0;
    font-size: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.guides_cards:hover .card-heading {
    transform: translateY(-10px);
}

.guide_card_content .card-button {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    margin-top: 0.9375rem;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    z-index: 3;
}

.guides_cards:hover .card-button {
    opacity: 1;
    transform: translateY(0);
}

.guides_cards:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.9);
}

.guides_cards_wrap .row .col-md-6 {
    margin-bottom: 2.8125rem;
}

/* Guide Page CSS End */


/* Guides Details CSS Start */
.guides_desc_content h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.guides_desc_content p {
    color: #fff;
    font-size: 1.1rem;
}

.guides_desc_content h3 {
    color: #0064c2;
    font-size: 1.5rem;
}

/* Guides Details CSS End*/



/* Description Pages CSS Start */
.hotel_desc_wrap {
    padding: 50px;
}

.hotel_desc_wrap>h2 {
    font-size: 2rem;
    color: #fff;
}

.hotel_desc_img {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

h4.hotel_desc_subhead {
    color: #0064c2;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.hotel_desc_list li svg {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.hotel_desc_list li {
    color: #fff;
    padding-bottom: 10px;
}

/* Description Pages CSS End */


/* form.newsletter_form {
    margin: 0 auto;
} */

.newsletter_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*  */
.heading-text {
    margin-bottom: 50px;
    text-align: center;
}

.heading-text h3 {
    font-size: 32px;
    font-weight: 600;
    color: #0064c2;
}

section.budget-hotel-las-vegas.casino .row .col-md-6 {
    margin-bottom: 30px;
}

section.budget-hotel-las-vegas.casino section.budget-hotel-las-vegas.casino .row .col-md-6 {
    margin-bottom: 30px;
}

section.budget-hotel-las-vegas.casino .description-main strong {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

section.budget-hotel-las-vegas.casino .description-main ul li {
    color: #ffff;
    padding-bottom: 10px;
}

[data-bg-src] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.hotels-across-inner .row {
    align-items: center;
}

.hotels-across-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0064c2;
    margin-bottom: 10px;
}

.hotels-across-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}

.hotels-across-content {
    padding: 30px;
}

.hotels-across {
    background: #121212;
    padding: 50px 0;
}