@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #FC0066;
    --primary-dark: #D11470;
    --primary-light: #fdc1d8;
    --primary-gradiant: ;
    --secondry: #82BB84;
    --secondry-dark: #619f63;
    --secondry-light: #b9e9bb;
    --second-primary-light: #c1d0ed;
    --light-green: #45c73e;
    --dark-green: #21831b;
    --color-black: #000;
    --color-white: #fff;
    --light-gray: #c6c6c6;
    --text-gray: #828282;
    --bg-light: #f7f7f7;
    --gray: #e0e0e0;
    --how-bg-1: #f7f7f7;
    --how-bg-2: #efefef;
    --how-bg-3: #e8e8e8;
    --how-bg-4: #e1e1e1;
    --how-bg-5: #dadada;
    --font-main: "Montserrat", sans-serif;
    --font-sub: "Montserrat", sans-serif;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body,
p,
span,
li,
td,
th {
    font-family: var(--font-sub);
    font-weight: 400;
    color: var(--color-black);


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-main);
    font-weight: 600;

}

button,
a {
    font-family: var(--font-main) !important;
    font-weight: 500;
}

body {
    line-height: 1.7 !important;
}


@media screen and (min-width:991px) {
    .container {
        max-width: 1300px !important;
    }
}
 .top-header{
    background-color: #ffeff5;
} 
.top-header-content{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0;
    gap: 10px;

}
.top-header-content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.top-header-content ul li img{

    width:18px !important;
    height: 18px !important;
}
.top-header-content ul li{
    font-size:14px;
}
.top-header-content ul li i{
    font-size:13px;
}
.top-search{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    padding: 2px 5px;
    border: 1px solid #cccccc71; 
    border-radius: 30px;
    overflow: hidden;
}
.top-search input{
    width: 250px;
    border: 0;
    font-family: var(--font-main);
        height: 30px;
    font-size: 15px;
}
.top-search a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-dark);
    color: var(--color-white);
    width: 50px;
    height: 30px;
    text-decoration: none;
    border-radius: 50px;
}

.top-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-dark);
    color: var(--color-white);
    width: 50px;
    height: 27px;
    text-decoration: none;
    border-radius: 50px;
    border:1px solid var(--primary-dark);
    transition:0.5s;
}
.top-search button:hover{
    color:var(--primary-dark);
    background-color:transparent;
}
.nav-logo img {
    width: 180px;
}

/*.header {*/
/*    padding: 10px 0;*/
/*    padding-top: 0;*/
/*}*/
.header  nav{
    padding-top: 0 !important;
}
.navbar-menu-list li {
    margin: 0 5px;
    font-weight: 400;
    color: var(--color-black);
}

.navbar-menu-list li a {
    font-size: 17px;
     color: var(--color-black);
    
}

/*.navbar-menu-list li.nav-item a.nav-link {*/
     
/*     padding:0;*/
/*}*/
.padding-nav a{
    padding:7px 2px !important;
    font-size:15px !important;
    font-weight:500;
}

.navbar-menu-list li a:hover {
    color: var(--primary);
}

.dropdown-custom {
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 200px;
}

.dropdown-custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-custom ul li {
    margin: 5px 0 !important;

}

.dropdown-custom ul li a {
    font-size: 14px;
    color: var(--color-black);
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
    border-radius: 5px;
}

.dropdown-custom ul li a:hover {
    background-color: var(--primary-light);
    color: var(--primary);
}

.dropdown-pos {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 10px;
    z-index: 5;
    display: none;
    border-radius: 10px;
}

.dropDisplay {
    display: block !important;
}

.menu-relative {
    position: relative;
}

.top-auth-box {
    border: 1px solid #ccc;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    border-radius: 40px;
    background-color: var(--primary);
}

.top-auth-box a {
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #ccccccb8;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    padding: 8px 20px;
    white-space:nowrap;
}

.top-auth-box a:first-child {
    padding-right: 10px;

}

.top-auth-box a:last-child {
    border-right: 0;
    padding-left: 10px;
}

.top-auth-box a:hover {
    background-color: var(--primary-dark);
}

.top-language {
    cursor: pointer;
}

.top-language img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}



.baner-main-img {
    width: 100%;
    background-color: var(--primary);
    /* height: calc(100vh - 130px); */
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;

}

.baner-caption-card {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.baner-caption-card h1 {
    font-size:45px;
    color: var(--color-white);
    line-height: 60px;
    font-weight: 700;

}

.baner-caption-card p {
    font-size: 20px;
    color: var(--color-white);
}

.baner-caption-card h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--font-sub);
    text-align: center;
}

.section-padding {
    padding: 40px 0;
}




.carousel-btns .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.carousel-btns .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;
}

.carousel-btns .owl-nav button span {
    padding-bottom: 10px !important;
}



.carousel-btns .owl-nav button.owl-next {
    margin-right: -25px;

}

.carousel-btns .owl-nav button.owl-prev {
    margin-left: -25px;
}

.cities-carusel .owl-nav {
    width: 100%;
    position: absolute;
    top: -70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}



.cities-carusel .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc !important;
    border-radius: 10%;
}

.cities-carusel .owl-nav button:hover {
    background-color: var(--primary) !important;
}

.cities-carusel .owl-nav button:hover span {
    color: var(--color-white) !important;
}

.cities-carusel .owl-nav button span {
    padding-bottom: 10px !important;
}


/* .cities-carusel  .owl-nav button.owl-next {
    margin-right: -25px;

}

.cities-carusel  .owl-nav button.owl-prev {
    margin-left: -25px;
} */



.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 10px !important;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    left: -25px;

}

.carousel-btn3 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn3 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #ffffff5e !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn3 .owl-nav button span {
    padding-bottom: 5px !important;
}


.carousel-btn3 .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 10px;

}

.carousel-btn3 .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left:10px;

}
.carousel-btn3 .owl-nav button:hover{
    background-color: var(--color-white) !important;
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-title h3 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 40px;
}

.section-title p {
    font-size: 15.5px;
    color: #222;
    text-align: center;
}

.home-search-widget {
    background-color: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 25px;
    border-radius:400px;
    position: relative;
    top: -60px;
    z-index: 2;
     padding-left: 40px;
}

.home-search-widget label {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-main);
}

.home-search-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.home-search-field input,
.home-search-field select {
    border: 0;
    padding: 0;
    height: 50px;
    font-size: 16px;
    font-family: var(--font-main);
    padding-left: 5px;
    font-weight:500;
}

.home-search-field i {
    font-size: 20px;
    color: #898989;
}
.home-search-field select option{
    font-size: 14px;
    font-weight: 400;
}

.home-search-btn {
    width: 100%;
    height: 50px;
    border-radius:40px;
    background: #FC0066;
    background: linear-gradient(128deg, rgba(252, 0, 102, 1) 0%, rgba(209, 20, 112, 1) 100%);
    border: 0;
    color: var(--color-white);
    margin-top:25px;
   
}

.categories-container {
    padding: 8px;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.categories-img {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.categories-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.categories-container p {
    margin: 10px 0;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 0;
    text-align:center;
}

.a-custom {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.categories-container:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}


.deals-offer-container {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #ccc;
    position: relative;
}
.deals-offer-container span.premium-badge{
    padding: 5px 15px;
    background-color: var(--light-green);
    color: var(--color-white);
    font-size: 13px;
    font-weight: 500;
    position: absolute;
  top: 15px;
    left: 15px;
        border-radius: 15px;
}

.deals-offer-container .deals-ofer-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deals-offer-container .deals-ofer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deals-ofer-dt {
    padding: 10px 0;
    padding-bottom: 0;
}

.deals-ofer-dt .top-p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primary);
    font-weight: 600;
    margin: 0;
    margin-bottom:5px;
}

.deals-ofer-dt .top-p span {
    color: #000;
}

.deals-ofer-dt .top-p span i {
    color: #f0c14a;
}

.deals-ofer-dt h3 {
    font-size: 16px;
    font-weight: 600;
}
.deals-ofer-dt hr{
    margin:5px 0;
}
.deals-ofer-dt h3 a {
    text-decoration: none;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.deals-ofer-dt h3 a:hover {
    color: var(--primary-dark);
}

.deals-ofer-dt p {
    font-size: 13px;
    color: #212121;
    margin-bottom: 7px;
}

.deals-ofer-dt p i {
    width: 20px;

}

.deals-ofer-dt p i.fs_sm {
    font-size: 14px;
}

.deals-ofer-dt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 10px;
}

.deals-ofer-dt ul li {
    font-size: 13px;
    font-weight: 500;
    margin: 8px 0;
    color: var(--primary);
}

.deals-ofer-dt h4 {
    font-size: 18px;
}

.deals-ofer-dt h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.deals-ofer-dt a.deals_btn {
    width: 70%;
    height: 38px;
    background: #FC0066;
     background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
     /*background-color:#b88017 !important;*/
    color: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;

}

.deals-ofer-dt a.deals_btn:hover {
    border-radius: 40px;
    background-color: #f0864a;
    color: #fff;
}

.view-more-btn {
    width: fit-content;
    height: 38px;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;
    padding:7px 25px;
}

.view-more-btn:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
    color: var(--color-white);
}

.category-second {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.category-second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-second-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 15px;
    background-color: #0000002c;
}

.category-second:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.category-second-overlay p {
    font-size: 19px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
}


.cities-container {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.cities-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.cities-container:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.cities-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
    left: 0;
    top: 0;
    background: #000;
    background: linear-gradient(186deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.83) 100%);
}

.cities-overlay p {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
}

.bg-light-primary {
    background-color: var(--primary-light);
}

.how-it-works-container {
    padding: 25px;
    border-radius: 30px;
    /*border: 1px solid #9f9f9f;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}

.how-it-works-container span {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--primary);
    color: var(--primary);
    font-size: 20px;
    border-radius: 50%;
}

.how-it-works-container h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    color: var(--color-black);
}

.how-it-works-container p {
    margin: 0;
}

.how-it-works-container:hover {
    background-color: var(--bg-light);
}

.logo-color {
    color: var(--primary);
    font-weight: 600;
}

.home-text-widget {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-right: 20px;
}

.home-text-widget i {
    font-size: 35px;
    color: var(--primary-dark);
}

.home-text-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.home-text-content p {
    color: var(--color-black);
    font-size: 15px;
}


.events-container {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 13px;
    position: relative;
    height: 100%;
        border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.events-container span.private-badge{
       padding: 5px 15px;
    background-color: orange;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    left: 20px;
        border-radius:15px;
}
.events-image {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:10px;
    overflow: hidden;

}

.events-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-info p {
    font-size: 13px;
    margin: 5px 0;
}
.events-info p i{
    width:25px;
}

.events-info h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-black);
    margin-top:5px;
}

.events-container a {
    width: 60%;
    height: 38px;
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;
}

.events-container a:hover {
    border-radius: 40px;
}

.footer {
    padding: 50px 0;
    padding-bottom: 20px;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);

}

.footer-logo img{
    width:250px;
}
.footer-top-contact ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 0;
    margin-top: 10px;
}
.footer-top-contact ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.footer-top-contact ul li i{
    width: 40px;
    height: 40px;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary);
}
.footer-top-contact-box p{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: var(--color-white);
}
.footer-top-contact-box a{
    font-size: 15px;
    color: var(--color-white);
    font-weight: 500;
    text-decoration: none;
}

.border-bottom-cs{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.footer-about h3{
    font-size: 22px;
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-about p{
    font-size: 14px;
    margin: 0;
    color: var(--color-white);
}
.footer-widget,.footer-about{
    padding: 10px;
}
.footer-widget{
    padding-left: 40px;
}
.footer-widget h3{
    font-size: 22px;
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 30px;
}
.footer-widget ul li{
    margin: 12px 0;
}
.footer-widget ul li a{
    text-decoration: none;
    color: var(--bg-light);
    font-size: 14px;
}
.footer-widget ul li a:hover{
    color: #ccc;
}
.footer-bottom{
     background: linear-gradient(90deg, #b3153d, #54074f), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom p{
    font-size: 14px;
    color: var(--bg-light);
    margin: 0;
}

.secondry-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.auth-box{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.auth-box h3{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;

}
.auth-box input,.auth-box select{
    height: 50px;
    border: 1px solid #4a4a4a;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 500;
}
.auth-box p{
    font-size: 13px;
}
.auth-box a.sign-btn{
      width: 70%;
    height: 50px;
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;
    border: 0;
    border-radius: 40px;
}
.auth-box span{
    text-align: center;
    border: 1px solid #ccc;
    width: fit-content;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-box a.google-login{
    padding: 7px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 10px;
    text-decoration: none;
    color: var(--color-black);
}
.auth-box a.google-login img{
    width: 20px;
}
.auth-box small{
    font-family: var(--font-main);
}
.auth-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.auth-box ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin: 10px 0;
}
.auth-box ul li input{
    width: 20px;
    height: 20px;
}
.preflix-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preflix-box input{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.preflix-box  label{
    font-size: 16px;
    font-family: var(--font-main);
    font-weight: 500;
}

.pages-baner{
        width: 100%;
    background-color: var(--primary);
    /* height: calc(100vh - 130px); */
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}
.deals-badge-title{
     font-size: 28px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 40px;
    margin-bottom: 15px;
}



.deals-details-baner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.deals-details-baner img {
  width: 20%;
  height: 350px;
  object-fit: cover;
}

.deals-details-baner a {
  width: fit-content;
  padding: 7px 15px;
  background-color: var(--color-white);
  color: var(--primary);
  border-radius: 5px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 16px;
  font-weight: 600;

}

.deals-details-baner a:hover {
  border-radius: 40px;
}

.deals-main-dt {
  padding: 10px 0;
}

.deals-main-dt h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-black);
}

.deals-main-dt p {
  font-size: 16px;
  color: var(--color-black);
  line-height: 26px;
}

.deals-main-dt p.date-p {
  font-size: 16px;
  font-weight: 600;
}

.deals-main-dt p.date-p i {
  margin-right: 5px;
  color: #909090;
}

.deals-main-dt p.deals-dt-location {
  font-size: 19px;
  color: #4a4a4a;
  line-height: 27px;
  font-weight: 700;
}

.deals-main-dt p.deals-dt-location i {
  color: var(--primary);
  margin-right: 5px;
}

.deals-main-dt h4 {
  font-size: 25px;
  font-weight: 600;
  color: var(--color-black);
  margin: 10px 0;
}

.deals-main-dt ul li {
  font-size: 16px;
  color: var(--color-black);
  line-height: 26px;
  margin: 10px 0;
}

.deals-main-dt strong {
  color: var(--color-black);
  font-size: 18px;
  font-family: var(--font-main);
}

.deals-dt-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.deals-main-dt-right {
  width: 100%;
   /*padding: 20px; */
  border-radius: 10px;
   /*background-color: #f2f2f2; */
   
  /*padding-left: 20px;*/
  /*border:1px solid #ccc;*/

}

.deals-main-right-box {
    background-color: #fff;
    padding: 20px;
    /*border: 1px solid #ccc;*/
    border-radius:10px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
    /*border:1px solid #ccc;*/

}
.deals-main-right-box-count-box input.deal-checkbox{
    position:absolute;
    top:10px;
    left:10px;
    width:22px !important;
    height:22px !important;
}

.deals-main-right-box span {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff2626;
  font-size: 13px;
}

.deals-main-right-box h3 {
    font-size: 15px;
    margin-top: 20px;
    color: #000;
    line-height: 23px;
    font-weight: 600;
}

.deals-main-right-box-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deals-main-right-box-count-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.deals-main-right-box-count-box input {
  padding: 5px;
  text-align: center;
  width: 80px;
  height: 30px;
  font-size: 14px;
}

.deals-main-right-box-count-box button {
  border: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--text-gray);
  border: 1px solid var(--text-gray);
  font-size: 13px;
  transition: 0.5s;
}

.deals-main-right-box-count-box button:hover {
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
  color: var(--color-white);
  border: 0;
}

.deals-main-price h4 {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  margin:0;
}

.deals-main-right-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.deals-main-right-bottom h6 {
  font-size: 20px;
  font-weight:600;
  margin: 0;
     color: #a04f70;
  text-align: end;
    width: 100%;
}

.deals-main-right-bottom a {
     width: 57%;
    height: 42px;
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
}

.deals-main-right-bottom a:hover {
  border-radius: 40px;

}

.deals-main-right-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.deals-main-right-bottom ul li {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  color: var(--primary-dark);
  font-weight: 500;
}

.deals-offers-slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.deals-main-terms {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
     background-color: #ffeff0ba;
}

.deals-main-terms h6 {
  color: red;
}

.deals-main-terms p {
  font-size: 14px;
  color: var(--color-black);
  line-height: 26px;
}
.deals-right-mob {
  display: none;
}

@media screen and (max-width:991px){
  /*    .deals-main-dt-right {*/
  /*  display: none;*/
  /*}*/

  .deals-right-mob,
  .deals-right-mob .deals-main-dt-right {
    display: block;
  }
}


.deals-img-container{
       border-radius: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;

}
.deals-img-container-img{
    width: 100%;
    height: 450px;
  
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.deals-img-container-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-carousel .item{
    padding: 2px;
}
.deals-share-icon ul{
      display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.deals-share-icon ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: var(--color-white);
}

.deals-share-icon ul li a.twitter {
  background-color: #3cbfe9 !important;
}

.deals-share-icon ul li a.fb {
  background-color: #3c3ce9 !important;
}

.deals-share-icon ul li a.google {
  background-color: #e53939 !important;
}

.deals-share-icon ul li a.whatsapp {
  background-color: #6ae539 !important;
}
.title-breadcrump{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-breadcrump h3{
    font-size: 40px;
    color: var(--color-white);
    padding: 0;
    margin: 0;
}
.title-breadcrump ol{
    margin: 0;
}
.title-breadcrump ol li a,.title-breadcrump ol li{
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
}
.title-breadcrump .breadcrumb-item+.breadcrumb-item::before{
    color: #ccc;
}



.event-details-box {
  background-color: #fff;
  border-radius: 10px;
}

.event-img-vd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.event-details-box .event-photo-carusel{*/
/*      width: 49% !important;*/
/*}*/
.event-details-box img {
  width: 100% !important;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

.event-details-box video {
  width: 49%;
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}

.event-details-box h3 {
  font-size:30px;
  font-weight: 600;
  color: #000;
  margin: 15px 0;
  letter-spacing: 0.5s;
}

.event-details-box p {
  color: #000;
  font-size: 15px;
  text-align:justify;
}

.event-right {
  background-color: #ffeff5;
  border-radius: 20px;
 /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
 border: 1px solid #f5bcd1;
  padding: 20px;
  position: sticky;
  top: 50px;
}
.event-venue-info-container{
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:7px;
}

.event-right h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-black);
  text-align:center;
  border-bottom:1px solid #ccc;
  display:flex;
  justify-content:center;
  align-items:Center;
  padding-bottom:15px;

}

.event-right p {
  font-size: 16px;
  color: #646464;
  font-weight: 600;
}
.event-right a{
        width: 80%;
    height: 45px;
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: #fff;
    border-radius: 4px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;
}
.event-right a:hover{
    border-radius: 40px;
}
.event-right ul{
    margin:0;
    padding:0;
    list-style:none;
    padding-left:20px;
}
.event-right ul li{
    position:relative;
    margin:10px 0;
    font-size:16px;
    font-weight:600;
    position:relative;
}
.event-right ul li::before{
   width: 12px;
    height: 12px;
    background-color: var(--primary);
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    rotate: 54deg;
}
.event-info-check{
    display:flex;
    justify-content:space-between;
    align-items:Center;
}
.event-info-check p{
    font-size:25px;
    font-weight:600;
    margin:0;
    color:#000;
    
}
.event-info-check input{
    width:22px;
    height:22px;
    border:1px solid #222;
}
.event-modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

.event-modal-content .modal-header {
    background-color: var(--primary-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-modal-content .modal-header h1 {
    font-size:18px;
    color: var(--color-white);
}
.event-venue-carusel .item{
    padding:2px;
}
.event-modal-content .modal-header button {
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff8a;
    color: var(--second-primary);
    font-size: 15px;
    border: 3px solid #fff;
    color: var(--primary);
}

.event-modal-content .modal-header button:hover {
    background-color: var(--color-white);

}

.event-modal-content .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 0 !important;
    padding: 10px !important;
    padding-top: 0 !important;
}

.event-modal-content .modal-footer .event-next-btn {
    width: 150px;
    height: 40px;
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: var(--color-white);
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 5px;
}

.event-modal-content .modal-footer .event-next-btn:hover {
    border-radius: 40px;
}

.event-modal-content .modal-footer .event-prev-btn {
    width: 150px;
    height: 40px;
    background-color: var(--text-gray);
    color: var(--color-white);
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 5px;
}

.event-modal-content .modal-footer .event-prev-btn:hover {
    background-color: var(--primary-dark);
}


.event-modal-field label {
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 500;
    margin-bottom: 2px;

}

.event-modal-field input,
.event-modal-field select {
    height: 50px;
    border: 1px solid var(--text-gray);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-main);
    color: var(--color-black);
    border-radius: 7px;
}

.event-modal-field input:focus,
.event-modal-field select:focus,
.event-modal-field textarea:focus {
    border: 1px dashed var(--primary-dark);
}

.event-modal-field textarea {
    height: 100px;
    border: 1px solid var(--text-gray);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-main);
    color: var(--color-black);
    border-radius: 7px;
}
.event-modal-field ul{
    margin: 0;
    padding: 0;
    list-style: none;

}
.event-modal-field ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.event-modal-field ul li input{
    width: 20px;
    height: 20px;
}
.event-modal-field ul li label{
    font-size: 15px;
}
.modal.fade {
    background: #7f4c6b61;
}
.text-baner{
    background-color: #f7f7f7;
}
.text-baner h3{
    color: var(--color-black);
}
.text-baner ol li,.text-baner ol li a{
    color: #4e4e4e;
}
.cms-title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.cms-title h3{
    font-size: 28px;
    text-align: center;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 40px;
}
.cms-container p, .cms-container ul li{
    font-size: 16px;
}
.cms-container h6{
     font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 40px;
}
.event-successfull{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.event-successfull h3{
    color: var(--primary-dark);
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}
.event-successfull p{
    font-size: 15px;
    margin: 7px 0;
}
.event-successfull img{
    width: 250px;
}

.event-direction{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


h3.event-direction a.get-direction{
    background-color: var(--dark-green) !important;
    background: unset;
    width: fit-content;
    margin: unset;
    height: unset;
    padding: 7px 15px;
    font-size: 15px;
}

.contact-widget{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 100%;
    background-color: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.contact-widget h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-dark);
}
.contact-widget p{
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
.contactus-top{
    position: relative;
    top: -65px;
}


.contact-us-form {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 25px;
}

.contact-us-form h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  font-family: var(--font-main);
}

.contact-field label {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: var(--font-main);
  font-weight: 500;
}
.contact-field input{
  height: 45px;
  font-family: var(--font-main);
  font-size: 14px;
  border: 1px solid #ccc;
}
.contact-field .form-phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-field .form-phone span {
  height:45px;
  background-color: #f1f1f1;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: var(--color-black);
  font-weight: 500;
  border-radius: 4px 0 0 4px;
}

.contact-field .form-phone input {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.contact-field input::file-selector-button {
  background-color: #6AB436 !important;
  color: #fff !important;
  height: 45px;
  padding-left: 15px;
}

.contact-field textarea {
  height: 150px !important;
    border: 1px solid #ccc;
}
.contact-field input:focus,.contact-field textarea:focus{
    border: 1px dashed var(--primary-dark);
}
.contact-btn {
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
 background: #FC0066;
    background: linear-gradient(128deg, rgba(252, 0, 102, 1) 0%, rgba(209, 20, 112, 1) 100%);
  margin: 10px auto;
  border-radius: 5px;
}

.contact-btn:hover {
  border-radius: 40px;
  background-color: #f0864a;
}
.contact-map{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}
.contact-map iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}



.search-result p {
  font-size: 19px;
  color: var(--color-black);
  margin: 0;
  font-weight: 600;
  margin-bottom: 15px;
}

.search-result-field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.search-result-field input {
  height: 50px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  border: 0px solid #22222269;
  background: #f2f2f2;
  width: 100%;
  font-family: var(--font-main);
}

.search-result-field input:focus {
  background: #f2f2f2;
}

.search-result-field button {
  width: 110px;
  height: 50px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 0 5px 5px 0;
  border: 0;
}

.search-result-field button:hover {
  background-color: var(--primary-dark);
}

.search-result-list {
  padding-top: 10px;
}

.search-result-list h3 {
  margin: 0;
  margin-bottom: 8px;
  color: var(--color-black);
  cursor: pointer;

}

.search_list_result_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.search_list_result_main img {
  width: 110px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.search_list_result_info {
  width: 80%;
}

.search-result-list h3 a {
  font-weight: 600;
  font-size: 23px;
  color: #000;
}

.search-result-list h3 a:hover,
.search-result-list h3:hover {
  color: var(--primary);
}

.search-result-list small {
  font-size: 14px;
  color: #4a4949;
}

.search-result-list small i {
  margin-right: 5px;
}

.search-result-list p {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0;
}
.search-for-right{
    position: sticky;
    top: 50px;
}
.search-for-right p {
  font-size: 19px;
  color: #000;
  margin: 0;
  font-weight: 600;
  margin-bottom: 15px;
}

.search-for-right ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.search-for-right ul li {
  list-style: none;
  margin: 0px 4px;
  margin-top: 12px;

}

.search-for-right ul li a {
  padding: 8px 15px;
  height: 40px;
  border: 1px solid #676565;
  text-decoration: none;
  color: #676565;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.search-for-right ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

.search-right-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.search-right-img img.h-150 {
  height: 150px;
}


.basic-details{
    padding: 15px;
    background-color: var(--bg-light);
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;

}
.basic-details h3{
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
}

.modal-form-field label{
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-main);
}
.modal-form-field input,.modal-form-field select{
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal-form-field input:focus,.modal-form-field select:focus,.modal-form-field textarea:focus{
    border: 1px dashed var(--primary);
}
.modal-form-fieldtextarea{
     border-radius: 5px;
    border: 1px solid #ccc;
}
label.fileUpload{
    width: 100%;
    height: 80px;
    background-color: var(--color-white);
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px dashed var(--primary-light);
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    font-family: var(--font-main);
    cursor: pointer;
}
.modal-form-field ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.modal-form-field ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    
}
.modal-form-field ul li{
    margin: 5px 0;
}
.modal-form-field ul li input{
    width: 20px;
    height: 20px;
}
.modal-form-field ul li label{
    font-weight: 400;
    font-size: 15px;
}

.form-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;

}
.form-btns button{
    width: 150px;
    height: 40px;
    border: 0;
    background-color: var(--primary);
    color: var(--color-white);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.form-btns button:hover{
    border-radius: 40px;
    background-color: var(--primary-dark);
}


.checkout-table {
  background-color: var(--color-white);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
}

.checkout-table thead,
.checkout-table thead tr {
  border: 0 !important;
}

.checkout-table thead tr th {
  font-size: 17px;
  font-weight: 600;
  background-color: var(--primary);
  border: 0 !important;
  text-align: center;
  padding: 12px 5px !important;
  color: var(--color-white);

}

.checkout-table tbody {
  border-top: 0 !important;
}

.checkout-table tbody tr td {
  text-align: center;
  font-size: 15px;
  padding: 12px 5px !important;
  vertical-align: middle;
    max-width: 200px;
}

.td-img {
  width: 120px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.action-box a {
  padding: 4px 6px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 12px;
  transition: 0.5s;
  border: 1px solid #ccc;
}

.action-box a.edit {
  background-color: #2e868e;
}

.action-box a.delete {
  background-color: #b23939;
}

.checkout-table ul {

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-table ul li {
  background-color: #f2f2f2;
  padding: 10px;
  margin: 10px 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  color: #000;
}

.deals_qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.deals_qty button {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  font-size: 12px;
}

.deals_qty button:hover {
  background-color: var(--primary-dark);
  color: var(--color-white);
}

.deals_qty input {
  height: 35px;
  width: 50px;
  padding: 5px;
  border: 0;
  text-align: center;
  border: 1px solid #ccc;
}


.deals-checkout-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.deals-checkout-bottom h3 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.deals-checkout-bottom button {
  width: 250px;
  height: 45px;
  background: #FC0066;
     background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  transition: 0.5s;
}

.deals-checkout-bottom button:hover {
  border-radius: 40px;

}

.deals-right-mob {
  display: none;
}
.checkout-table h3{

    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.deals-accordion-container .accordion-button{
    box-shadow:none !important;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    border: 0 !important;
}
.deals-accordion-container .accordion-item{
    border: 1px solid #ccc !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
}
.deals-accordion-container .accordion-button:not(.collapsed){
    background-color: var(--primary-light) !important;
    color: var(--color-white);
}
.deal-right-find{
    padding: 10px;
    /*background-color: var(--bg-light);*/
    border-radius: 10px;
    margin-top: 10px;

}
.deal-right-find .deals-offer-container{
    background-color: var(--color-white);
}
.deal-right-find h5{
    font-size: 20px;
    font-weight: 600;
}
.deal-right-find .item{
    padding: 2px;
}
.deal-right-find .owl-nav button{
    margin: 0 !important; 
}
.deal-right-find .owl-nav {
    top: 30% !important;
}

/* BUSINESS */
.business-widget{
        width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    /*border: 1px solid #ccc;*/
    position: relative;
}


.business-widget-img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-widget-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.business-widget-info h3 {
    font-size: 18px;
    font-weight: 600;
}

.business-widget-info h3 a {
    text-decoration: none;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.business-widget-info h3 a:hover {
    color: var(--primary-dark);
}

.business-widget-info p {
    font-size: 13.5px;
    color: #212121;
    margin-bottom: 7px;
    word-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    
}
.flex-span{
       display: flex
;
    align-items: flex-start;
    gap: 7px;
    justify-content: flex-start;
}
.flex-span i{
    margin-top:5px;
}
.business-widget-info p i {
    width: 20px;

}
.business-widget-info{
    padding: 10px 0;
    padding-bottom: 0;
}


.business-widget-info a.deals_btn {
    width: 180px;
    height: 38px;
    background: #FC0066;
     background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;

}

.business-widget-info a.deals_btn:hover {
    border-radius: 40px;
    background-color: #f0864a;
    color: #fff;
}
.w-200-mx{
    width: 200px;
    margin: auto;
}


.business-img-container-img{
    width: 100%;
    height: 450px;
  
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.business-img-container-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.business-right-info h3{
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.business-right-info ul.business-contact-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.business-right-info ul.business-contact-ul li{
    margin: 5px 0;
    font-weight: 600;
}
.business-right-info ul.business-contact-ul li span{
    font-weight: 600;
}
.business-right-info ul.business-contact-ul li i{
    color: var(--primary);
}
.business-right-info p{
    font-size: 15px;
    margin-bottom: 5px;
}
.business-right-info ul.business-info-ul{
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
.business-right-info ul.business-info-ul li{
    font-weight: 600;
    margin: 5px 0;
    font-size:15px;
}
.business-social-icons{
    display: flex;
    justify-content: space-between;
}
.business-social-icons ul{
    justify-content: flex-start;
}
.business-social-icons ul.rating li{
    margin: 0 4px;
}
.business-social-icons ul.rating li a{
    color: #cb7411;
    width: fit-content;

}
.business-contact-information{
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 10px;
}
.business-contact-information h3{
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-dark);

}
.business-contact-info-widget ul.business-contact-info-ul{
    padding: 0;
    list-style: none;
    margin: 0;
    padding:0 20px ;
}
.business-contact-info-widget ul.business-contact-info-ul  li{
    margin: 5px 0;
    font-weight: 400;
}
.business-contact-info-row{
    margin: 0;
    padding: 0 15px;
}
.business-contact-info-row ul{
    background-color: #f7f7f7;
    padding:10px 15px;
    border-radius: 10px;
    list-style: none;
    margin: 10px 0;
}
.business-contact-info-row ul li{
    margin: 5px 0;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.business-contact-info-row ul li i{
    margin-right: 5px;
    margin-top: 5px;
}
.business-right-btn-groups{
    position: sticky;
    top: 15px;
    padding-top: 10px;
}
.business-right-btn-groups ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.business-right-btn-groups ul li{
    width: 49%;
    margin-bottom: 10px;
}
.business-right-btn-groups ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    text-decoration: none;
    font-weight: 500;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 5px;
    transition: 0.5s;
    /*background-color:#f7f7f7;*/
    /*border:1px solid #ccc;*/
    /*color:#222;*/
}
.business-right-btn-groups ul li a:hover{
    background-color: var(--primary-dark);
    color: var(--color-white);
    border-radius: 40px;
}
.business-tab-container ul.nav-tabs {
    border: 0 !important;
    gap: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 10px;
}
.business-tab-container ul.nav-tabs li button{
    border: 1px solid #ccc;
    border-radius: 5px !important;
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}
.business-tab-container ul.nav-tabs li button.active,.business-tab-container ul.nav-tabs li button:hover{
    background-color: var(--primary-dark);
    color: var(--color-white);
    border-color: var(--primary-dark);
}
.business-profile-tab-content{
    padding: 5px 20px 5px 0;
}
.business-profile-tab-content p{
    font-size: 15px;
    margin: 5px 0;
    line-height:32px;
}
.business-profile-top-btn-groups ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 10px;
}
.business-profile-top-btn-groups ul li a{
     display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    text-decoration: none;
    font-weight: 500;
    /*color: var(--primary);*/
    /*border: 1px solid var(--primary);*/
    border-radius: 30px;
    transition: 0.5s;
    padding: 0 15px;
    font-size: 14px;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    color:#222;
}
.business-profile-top-btn-groups ul li a:hover{
     background-color: var(--primary-dark);
    color: var(--color-white);
    border-radius: 40px;
}
.download-profile-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.download-profile-list ul li{
    margin-bottom: 5px;
}
.download-profile-list ul li a{
    width: 100%;
    padding: 5px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: var(--color-black);
}
.download-profile-list ul li a:hover{
    background-color: #e5e5e5;
}
.business-profile-direction form{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 5px;
}
.business-profile-direction form input{
    height: 50px;
    border-radius: 4px;
}
.business-profile-direction form button{
     display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    text-decoration: none;
    font-weight: 500;
    color: var(--color-white);
    border: 1px solid var(--primary-dark);
    background-color: var(--primary-dark);
    border-radius: 5px;
    transition: 0.5s;
    padding: 0 15px;
    font-size: 14px;
    white-space: nowrap;

}
.business-profile-direction  iframe{
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    height: 500px;
}
.modal-tips{
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.modal-tips h5{
    font-size: 18px;
    font-weight: 600;
}
.modal-tips p{
    font-size: 14px;
    margin: 0;
}
.no-coupon-data{
    background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.no-coupon-data p{
    color: red;
    margin: 0;
    font-weight: 600;
}
.table-container{
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
}
.table-container .table-custom{
    margin: 0;
}
.table-container .table-custom tr th{
    background-color: var(--primary-dark);
    color: var(--color-white);
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.table-container .table-custom tr td{
    border: 1px solid #ccc;
    vertical-align: middle;
}

.membership-container{
    padding: 20px;
    background-color: var(--color-white);
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
    border-radius: 25px;
    height: 100%;
    /*border: 1px solid #e5e5e5;*/
}
.membership-container h3{
    font-size:23px;
    font-weight: 600;
    color: var(--color-black);
    text-align: center;
    margin-top: 10px;
}
.membership-info ul{
    margin:20px 0;
    padding: 0;
    list-style: none;
    

}
.membership-info ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px;
}
.membership-info ul li span{
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    color: var(--primary);
}
.host-icon{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: var(--primary-dark);
    border-radius: 50%;
    color: var(--color-white);
    font-size: 40px;
    margin: auto;
}
.host-icon img{
    width: 100%;
}


.membership-info button.deals_btn {
       width: 70%;
    height: 45px;
    background: #FC0066;
    background: linear-gradient(90deg, #d0214e, #6c0c65), linear-gradient(270deg, #ec1b3c, #ec1b3c);
    color: #fff;
    border-radius: 4px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;
    border: 0;

}

.membership-info button.deals_btn:hover {
    border-radius: 40px;
    background-color: #f0864a;
    color: #fff;
}

.membership-container.mtop-minus{
    margin-top: -20px;
}


.table-over{
  
    width:100%;
    overflow-y:auto;
}

.table-over::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
.table-over::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
.table-over::-webkit-scrollbar-thumb {
  background: #696969; 
  border-radius: 10px;
}


.home-form-height{
    height:55px;
}

/*.section-padding-top-0{*/
/*    padding-top:0;*/
/*}*/

.bg-section{
    background-color:#f9f9f9;
}
.deals-container-bg{
    /*background-color:#fff;*/
    border:1px solid #ccc;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.bg-logo-light{
    background-color: #ffeff5;
}


.newsletter-container{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:25px;
    border-radius:300px;
    background-color:#fff;
}



.newsletter-container form .newsletter-input{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    width:100%;
   
}

.newsletter-container form .newsletter-input input{
    height:60px;
    border-radius:40px;
     font-family:var(--font-main);
    padding-left:25px;
    border:1px solid #9f9f9f;
}

.newsletter-container form .newsletter-input button{
    width:200px;
    height:50px;
    border-radius:40px;
    background-color:var(--primary);
    color:var(--color-white);
    border:1px solid var(--primary);
    transition:0.5s;
}

.newsletter-container form .newsletter-input button:hover{
    background-color:transparent;
    color:var(--primary);
}
.deals-main-info-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}
.deals-main-info-top h3{
    font-size:23px;
    font-weight:600;
    margin:0;
    margin-top: .5rem !important;
}
.deals-main-info-top p{
    padding: 5px 13px;
         background-color: #bbf7d66b;
    border: 1px solid #08974887;
    color: #089748;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin:0;
}

.b-top-head{
        border-top: 1px solid #cccc;
}

.deals-main-info-top p a{
    color:inherit;
    text-decoration:none;
}
/*.deals-info-location-main{*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*    align-items:center;*/
/*}*/

.deals-info-location-main p{
    margin:0;
    margin-bottom:5px;
    font-weight:500 !important;
    font-size:15px !important;
}

.deals-info-location-main p i{
       color: #848484 !important;
}
.bg-white-widget{
    background-color:#fff;
}


.business-contact-more-info  ul{
    margin:0;
    padding:0;
    list-style:none;
    padding-left:50px;
}
.business-contact-more-info  ul li{
    position:relative;
    margin:7px 0;
    font-size:15px;
    font-weight:600;
    position:relative;
}
.business-contact-more-info  ul li::before{
   width: 8px;
    height: 8px;
    background-color: var(--primary);
    content: '';
    position: absolute;
    top:8px;
    left: -20px;
    rotate: 54deg;
}

.business-contact-more-info  ul li strong{
    font-weight:500;
}
.top-60-cs .col-xl-3:nth-child(2) .membership-container{
    margin-top:-60px;
}
.cms-container h3,.cms-container h2{
    font-size:20px !important;
    font-weight:600;
}
.cms-container h3 strong,.cms-container h2 strong{
    font-weight:600 !important;
}

.bg-light-color{
    background-color: #ffeff5;
}
.cms-container{
    background-color:#fff;
    padding:25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:15px;
}

.ck.ck-editor__main>.ck-editor__editable{
    height: 200px;
}
.mx-minus-10{
    margin:0 -10px;
}

.event-venue-info-cs ul li{
    flex-direction:column;
    display:flex;
    
}
.event-venue-info-cs ul li span{
    font-size:14px;
}



