/********** Template CSS **********/
:root {
    --primary: #091e3e;
    --secondary: #34ad54;
    --light: #eef9ff;
    --dark: #091e3e;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/*** Spinner ***/

/*** Heading ***/
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}

h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

/*** Button ***/

/*** Navbar ***/
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    /* background-image: url("/front/images/background-img/Rectangle 59.png");
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #fdb140;
    height: 100px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}

.logo {
    /* margin-top: 30px; */
    margin-left: 45px;
    width: 90px;
    height: 90px;
    transition: 0.5s;
}
@media screen and (min-device-width: 315px) and (max-device-width: 991px) {
    .logo {
        margin-top: 4px;
        margin-left: 15px;
        width: 75px;
        height: 75px;
        transition: 0.5s;
        border-radius: 50px;
    }
    nav.navbar.navbar-expand-lg.bg-body-tertiary {
        height: auto;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1135px) {
    .social-menu {
        margin-right: 16px;
        text-align: end;
        word-spacing: 4px;
        margin-top: 5px !important;
    }
}

/* .logo:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    border-radius: 50px;
    transform: scale(1.09, 1.09);
} */
a.nav-link.active {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    background: -webkit-linear-gradient(
        90deg,
        rgba(88, 4, 72, 1) 50%,
        rgba(73, 0, 163, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    background: -webkit-linear-gradient(
        90deg,
        rgba(88, 4, 72, 1) 50%,
        rgba(73, 0, 163, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
li.nav-item {
    font-family: "Red Hat Text", sans-serif;
    padding: 10px;
    font-size: 16px;
}

.navbar-nav .nav-item .nav-link {
    color: gray;
    position: relative;
    transition: 0.3s;
    font-weight: 400;
}

/* .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to right,
        rgba(88, 4, 72, 1),
        rgba(73, 0, 163, 1)
    );
    transition: 0.3s;
    color: rgba(88, 4, 72, 1) !important;
} */

.navbar-nav .nav-item .nav-link:hover {
    color: rgba(88, 4, 72, 1);
    content: "";
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    color: #fff;
}

@media (min-width: 1136px) and (max-width: 1262px) {
    li.nav-item {
        padding: 6px;
        font-size: 18px;
    }
}

@media (min-width: 1050px) and (max-width: 1135px) {
    li.nav-item {
        padding: 0px;
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {
    li.nav-item {
        padding: 0px;
        font-size: 16px;
    }
}
/*-------------- POPUP--------------*/
.popup {
    height: 390px;
    width: 540px;
    background-image: url("/front/images/background-img/Group 173.png");
    background-size: 100% 100%;
    display: none;
    position: fixed;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    padding: 22px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
}

.popup.show {
    display: block;
    opacity: 1;
}

.close-btn {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    right: 5px;
    font-size: 17px;
    cursor: pointer;
    background-color: #610000;
    color: white;
    padding: 3px;
    border-radius: 100%;
}

ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

/* Define the font using @font-face */
@font-face {
    font-family: myFont;
    src: url("/front/adam.ttf");
}

.pop-h2-1 {
    font-family: myFont;
    color: #47226d;
    font-size: 36px;
    line-height: 45px;
}

.pop-h2 {
    font-family: myFont;
    color: #c50c74;
    font-size: 40px;
    margin-top: 14px;
}

.venue-1 {
    color: black;
    font-size: 24px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    margin-top: 25px;
    margin-bottom: 16px;
}

.small-t {
    text-align: center;
    color: gray;
    font-size: 15px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .popup {
        width: 90%;
        height: auto;
        padding: 20px;
    }

    .pop-h2 {
        font-size: 30px;
    }

    .pop-h2-1 {
        font-size: 28px;
    }

    .venue-1 {
        font-size: 20px;
    }

    .small-t {
        font-size: 16px;
    }

    .close-btn {
        font-size: 14px;
        padding: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popup {
        width: 70%;
        height: auto;
        padding: 22px;
    }

    .pop-h2 {
        font-size: 35px;
    }

    .pop-h2-1 {
        font-size: 32px;
    }

    .venue-1 {
        font-size: 22px;
    }

    .small-t {
        font-size: 17px;
    }

    .close-btn {
        font-size: 15px;
        padding: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popup {
        width: 60%;
        height: auto;
        padding: 22px;
    }

    .pop-h2 {
        font-size: 38px;
    }

    .pop-h2-1 {
        font-size: 34px;
    }

    .venue-1 {
        font-size: 23px;
    }

    .small-t {
        font-size: 17px;
    }

    .close-btn {
        font-size: 16px;
        padding: 5px;
    }
}

@media (min-width: 1200px) {
    .popup {
        width: 540px; /* default width */
        height: 390px; /* default height */
    }
}

/*** Social ***/
.social-menu {
    margin-right: 16px;
    text-align: end;
    word-spacing: 4px;
    margin-top: 16px;
}

.social-menu-img {
    transition: 0.5s;
}

.social-menu-img:hover {
    box-shadow: 2px 2px 3px #808080ad;
    border-radius: 50px;
    transition: 0.5s;
    transform: scale(1.09, 1.09);
}

/*** Silder-1***/
/* .slide-img {
    background-image: url("/front/images/slider-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 430px;
} */

/* .mask {
    background-color: #00000000;
    width: 100%;
    height: 430px;
    text-align: center;
    padding: 9%;
} */

.slider-title {
    color: white;
    font-family: "Poppins", sans-serif;
    /* text-shadow: 4px 4px #0000006e; */
    margin-bottom: 20px;
    /* margin-top: 50px; */
    text-align: center;
    padding-top: 9%;
}

.slider-p {
    color: white;
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 70%;

    margin-left: 16%;
}

/*** Silder-2 ***/
.slider-2 {
    padding-top: 40px;
    background-image: url("/front/images/background-img/Group 161.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
@media (min-width: 315px) and (max-width: 575px) {
    .slider-2 {
        padding-top: 40px;
        background-size: 100%;
        padding-bottom: 0px;
    }
}
@media (min-width: 315px) and (max-width: 991px) {
    .social-menu {
        margin-right: 16px;
        text-align: start;
        word-spacing: 4px;
        margin-top: 16px;
    }
    .nav-link.active::before {
        width: 35% !important;
    }
    .garbaimg {
        display: none !important;
    }
    .slider-2-titles {
        text-align: center !important;
    }
}

.slider-2-titles {
    text-align: center;
    font-family: "Poppins", sans-serif;

    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #12102a;
    margin-bottom: 20px;
}
@media (min-width: 315px) and (max-width: 508px) {
    h2.slider-2-titles {
        font-size: 30px;
    }
    #garba-night {
        font-size: 19px !important;
    }
    .date {
        font-size: 15px !important;
    }
    .time {
        font-size: 15px !important;
    }
    .ganesh-temple {
        font-size: 14px !important;
    }
    .parvati-hall {
        font-size: 10px !important;
    }
    .flushing {
        font-size: 10px !important;
    }
}
img.slider2-img-4 {
    padding-bottom: 15px;
}

img.slider2-img-1 {
    width: 100%;

    animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}
@media (min-width: 315px) and (max-width: 1199px) {
    img.slider2-img-1 {
        display: none;
    }
    img.slider2-img-2 {
        display: none;
    }
    .slider-2.wow.fadeInUp {
        background-color: antiquewhite;
    }
    .slider-2 {
        padding-top: 40px;
        background-size: 100%;
        padding-bottom: 0px;
    }
    .form-img-left {
        display: none;
    }
    .form-img-right {
        display: none;
    }
    img.para-img {
        width: 40%;
    }
    .Copyright {
        text-align: center;
    }
}
@media (min-width: 315px) and (max-width: 767px) {
    img.slider2-img-3 {
        width: 70% !important;
        margin-top: -32% !important;
        margin-left: 44% !important;
    }
    img.slider2-img-5 {
        width: 70% !important;
        margin-top: -33% !important;
        margin-left: -22% !important;
    }
    img.slider2-img-4 {
        width: 60%;
    }
    #subscribe-update {
        font-size: 20px !important;
    }
    .second-box {
        padding: 0px 0px 21px 0px !important;
    }
    /* input.E-mail-box {
        padding: 8px 16px 8px 16px !important;
        font-size: 10px !important;
    } */
    .sub-box {
        width: 54% !important;
    }
    .slider-p {
        color: white;
        font-family: "Poppins", sans-serif;
        font-size: 13px !important;
    }
    .flickity-prev-next-button.next {
        right: 3px !important;
        border: 1px solid grey;
        color: gray;
    }
    .flickity-prev-next-button.previous {
        left: 3px !important;
        border: 1px solid grey;
        color: gray;
    }
    .book-form {
        padding-bottom: 15px !important;
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1080px) {
}
img.slider2-img-2 {
    width: 100%;

    animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* #slider2-section {
    background-color: white;
    border-radius: 50px;
} */

img.slider2-img-3 {
    width: 35%;
    margin-top: -17%;
    margin-left: 80%;
    /* position: absolute;
    bottom:1%;
    left:30%; */
}

img.slider2-img-5 {
    width: 35%;
    margin-top: -17%;
    margin-left: -14%;
    /* position: absolute;
    bottom:1%;
    right:30%; */
}

p.slider-2-pera {
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.zoom-in-zoom-out {
    margin: 24px;
    width: 50px;
    height: 50px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

/*** Silder-3 ***/

/* form-section start */
.form-section {
    position: relative;
}

.form-img-left {
    background-image: url("/front/images/background-img/back-3.png");
    background-size: cover;
}

.form-box {
    background: linear-gradient(rgb(255 255 255), rgb(249 241 241)),
        url("/front/images/background-img/back-1.png");
    /* background-image: url(/images/background-img/back-1.png); */
    background-size: cover;
    text-align: center;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
    box-shadow: 10px 10px 40px #0000003b;
}

.form-img-right {
    background-image: url("/front/images/background-img/back-2.png");
    background-size: cover;
}

img.form-section-1-img {
    margin-top: -17%;
}

.button.from-btn {
    background-image: url("/front/images/background-img/download.png");
}

#start-form {
    margin-top: -4%;
    margin-bottom: 0px;
}

/* form-section end */
button.from-btn {
    background-image: url("/front/images/background-img/download.png");
    background-size: cover;
    padding: 10px 13px 10px 13px;
    font-size: 16px;
    font-weight: 800;
    color: white;
    border-radius: 20px;
    border: 1px solid #001435;
}

.date {
    font-family: "Poppins", sans-serif;
    margin-bottom: 2px;
    color: #610000;
    font-weight: 500;
    font-size: 25px;
}

.time {
    color: gray;
    font-weight: 500;
    font-size: 25px;
    margin-top: -8px;
}

#venue {
    margin-bottom: 0px;
    margin-top: -5px;
}

.ganesh-temple {
    font-size: 16px;
    color: gray;
    font-weight: 500;
}

.parvati-hall {
    margin-bottom: 0px;
    margin-top: -16px;
    font-size: 13px;
    color: gray;
    font-weight: 500;
}

.flushing {
    font-size: 13px;
    color: gray;
    font-weight: 500;
}

.book-form {
    padding-bottom: 80px;
    width: 65%;
}

/*** Silder-3 End ***/

/*** Silder-4 Start ***/
.subscribe-box {
    padding: 25px;
    background-image: url("/front/images/background-img/back-4.png");
    background-size: cover;
}

.second-box {
    padding: 40px 0px 20px 0px;
    border-radius: 25px;
    background-image: url("/front/images/background-img/back-5.png");
}

#subscribe-update {
    font-size: 20px;
}
input.E-mail-box {
    border: 2px dotted gray;
    border-radius: 7px;
    padding: 10px 21px 10px 21px;
    font-size: 13px;
    background-color: #f0ffff00;
    color: gray;
    font-weight: 500;
}
.footer {
    padding: 31px 15px 15px 15px;
    background-color: #001435;
    color: white;
    font-weight: 300 !important;
}
h6 {
    font-size: 16px;
}
/*** Silder-4 End ***/

/*** About-Us Start ***/

.about-img {
    background-image: url("/front/images/vactor-front-img/about-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1.about-title {
    padding: 70px;
    color: white;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.second-section {
    padding-top: 50px;
}
.about-pera-img {
    position: absolute;
    top: 67%;
    left: 39%;
    width: 23%;
}
p.pera-about {
    font-size: 17px;
    color: #5f5a5a;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}

/*** About-Us End ***/
/*** Contact Us Start ***/

.contact-img {
    background-image: url("/front/images/background-img/Group 176.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
h1.contact-title {
    padding: 70px;
    color: white;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
@media (min-width: 315px) and (max-width: 580px) {
    #Get-In-Touch {
        font-size: 25px;
    }
    .contact-dandiya-2 {
        margin-top: -10% !important;
        margin-right: 7% !important;
        width: 22% !important;
    }
    .submit-btn {
        margin-top: 12px;
        width: 40% !important;
    }
    .contact-dandiya-1 {
        margin-top: -23% !important;
        margin-left: -5% !important;
        width: 22% !important;
    }
    .input-text-msg {
        padding: 13px 57px 13px 28px !important;
        width: 79% !important;
    }
    .map {
        padding: 20px !important;
    }
}
.contact-slider-2 {
    background-image: url("/front/images/background-img/Rectangle 84.png");
    background-size: cover;
}
.contact-slider-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.text-icon {
    text-shadow: 3px 3px #5247852e;
    text-align: center;
    font-family: "Poppins", sans-serif;
    background-image: url("/front/images/background-img/download.png");
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #12102a;
    font-size: 23px;
    border: 1px solid gray;
    padding: 7px;
    border-radius: 25px;
}
.icon-text {
    color: #3f3d3d;
    font-size: 20px;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    word-spacing: 4px;
}
.icon-text-1 {
    color: gray;
    font-size: 14px;
    font-weight: 500;
    margin-left: 45px;
    word-spacing: 0px;
}
.input-text {
    margin: 10px;
    padding: 12px 70px 13px 12px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid gray;
    font-size: 12px;
}
.input-text-msg {
    width: 91%;
    margin: 10px;
    padding: 24px 13px 24px 28px;
    text-align: start;
    border-radius: 15px;
    border: 1px solid gray;
    font-size: 12px;
}
.submit-btn {
    margin-top: 12px;
    width: 30%;
}
.contact-dandiya-1 {
    margin-top: -11%;
    margin-left: -7%;
    width: 10%;
}
.contact-dandiya-2 {
    margin-top: -10%;
    padding-top: -45px;
    margin-right: -5%;
    width: 10%;
}
.map {
    background-image: url("/front/images/background-img/bg2.jpg");
    background-size: 100% 100%;
    padding: 50px;
}

/* form */

/*** Contact Us End ***/

/*** Ticket Start ***/
.ticket-img {
    background-image: url("/front/images/background-img/Group 176.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
h1.ticket-title {
    padding: 70px;
    color: white;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.ticket-img-2 {
    width: 50%;
}
.ticket-pages-2 {
    background-image: url("/front/images/background-img/back-7.png");
    background-size: cover;
}
#Booking {
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 3px;
}
.date-color {
    color: #d8603a;
    text-decoration-line: underline;
}
p.Booking-Details {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 700;
    margin-top: -25px;
    margin-bottom: 1px;
    /* margin-left: 2px; */
}
.ticket-date {
    font-size: 18px;
    color: #4b3c3c;
    font-weight: 600;
}
.ticket-form-bg {
    background-image: url("/front/images/background-img/Rectangle 95.png");
    background-size: cover;
    padding: 30px;
    margin-bottom: 20px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}
.book-now {
    margin-top: 30px;
    width: 20%;
}
.ticket-input-text {
    font-family: "Poppins", sans-serif;
    width: 50%;
    margin: 10px;
    padding: 12px 70px 13px 12px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid gray;
    font-size: 12px;
    color: grey;
}
img.ticket-img-left {
    margin-top: -50%;
    margin-left: -60px;
    width: 45%;
}
img.ticket-img-right {
    margin-top: -53%;
    width: 55%;
    margin-right: -60px;
}
.ticket-pera {
    padding-top: 10px;
    background-image: url("/front/images/background-img/bg3.jpg");
    background-size: cover;
}
.ticket-pera-1 {
    padding-bottom: 10%;
}
.Terms-Conditions {
    font-family: "Poppins", sans-serif;
    color: #c51111;
    font-size: 25px;
    margin-bottom: 20px;
}
.ticket-pera ul li {
    font-family: "Poppins", sans-serif;
    margin-left: 35px;
    list-style: disc;
    color: gray;
    font-size: 16px;
    text-align: justify;
}
/* form */
.main-section {
    padding: 15px;
    background: #f1f1f1;
}
.custom-file-control::after {
    content: "Choose file...";
}
.custom-file-control::before {
    content: "Browse";
}

.ticket-pages-bg {
    background-image: url("/front/images/background-img/Rectangle 95.png");
    background-size: cover;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 40px;
}
.btn-info {
    background-color: #f0f8ff00 !important;
    border: none !important;
    margin: 20px;
}
.form-control {
    display: block;
    font-family: "Poppins", sans-serif;
    width: 65% !important;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: gray !important;
    border: 2px dotted gray !important;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.invalid-feedback {
    text-align: center;
}
.btn-info {
    --bs-btn-hover-color: #00000000 !important;
    --bs-btn-hover-bg: #31d2f200 !important;
    box-shadow: none !important;
}
.form-control:disabled,
.form-control:read-only {
    opacity: 1;
    border: 2px dotted gray;
}
/* media quary */
@media (min-width: 315px) and (max-width: 1200px) {
    #Booking {
        font-size: 15px;
        margin-top: 6px;
        margin-bottom: 3px;
        text-align: center;
    }
    .ticket-date {
        font-size: 11px;
        color: #4b3c3c;
        font-weight: 600;
        text-align: center;
    }
    p.Booking-Details {
        text-align: center !important;
    }
    .form-control {
        width: 100% !important;
        border: 2px dotted gray !important;
    }
    img.ticket-img-right {
        margin-top: -45%;
        width: 45%;
        margin-right: -12px;
    }
    img.ticket-img-left {
        margin-top: -34%;
        margin-left: -12px;
        width: 35%;
    }
}
@media (min-width: 315px) and (max-width: 475px) {
    img.submit-btn-1 {
        width: 65% !important;
    }
}
@media (min-width: 315px) and (max-width: 575px) {
    img.ticket-img-right {
        margin-top: -45%;
        width: 45%;
        margin-right: -12px;
    }
    .col-b {
        display: none !important;
    }
    .ticket-date {
        margin-bottom: 40px;
        font-size: 17px;
    }
    .Terms-Conditions {
        text-align: center;
    }
    img.submit-btn-1 {
        width: 45%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    img.ticket-img-right {
        margin-top: -30%;
        width: 35%;
        margin-right: -50px;
    }
    img.ticket-img-left {
        margin-top: -25%;
        margin-left: -38px;
        width: 25%;
    }
    .col-b {
        display: none !important;
    }
    .Terms-Conditions {
        text-align: center;
    }
    img.submit-btn-1 {
        width: 45% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ticket-img-center {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .ticket-img-center {
        display: block;
    }
}
/*** Ticket End ***/

/*** Gallery Start ***/
.gallery-slider {
    margin-bottom: 50px;
    margin-top: 30px;
}
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 15px;
    background-color: white;
    border: 1px solid black;
}
.flickity-prev-next-button.next {
    right: 15px;
    border: 1px solid grey;
    color: gray;
}
.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #9b9494;
}
/* .flickity-viewport {
    height:550px !important;
} */
.carousel {
    background: #fafafa00;
}
.carousel.carousel-main.flickity-enabled.is-draggable {
    height: 388px !important;
}
.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 391px;
    margin-right: 8px;
    background: #f8f8f8;
    border-radius: 5px;
}
.carousel.carousel-nav.flickity-enabled.is-draggable {
    padding-top: 10px;
}

.carousel-nav .carousel-cell {
    height: 90px;
    width: 33% !important;
}

.carousel-main img {
    display: block;
    margin: 0 auto;
}

.slider-box {
    max-width: 100%;
    margin: 0 auto;
}
#slider-box {
    margin-top: 30px;
}

img.navratri-line {
    margin-bottom: 12px !important;
}

.gallery-title.text-center {
    margin-top: 30px !important;
}

.gallery-title.text-center {
    margin-top: 30px !important;
}

@media screen and (min-device-width: 314px) and (max-device-width: 500px) {
    .slider-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .flickity-prev-next-button {
        width: 20px;
        height: 20px;
    }

    .carousel.carousel-main.flickity-enabled.is-draggable {
        height: 193px !important;
    }
    .carousel-cell {
        height: 193px !important;
    }
    p.pera-about {
        font-size: 12px !important;
    }
    .flickity-slider {
        position: absolute;
        width: 100% !important;
        height: 100%;
    }
    .carousel-nav .carousel-cell {
        height: 90px;
        width: 100% !important;
    }
    .slider-2 {
        background-image: none !important;
    }
    p.slider-2-pera {
        font-size: 15px !important;
    }
    .slider-title {
        padding-top: 31% !important;
    }
}
@media screen and (min-device-width: 500px) and (max-device-width: 1075px) {
    .slider-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .carousel.carousel-main.flickity-enabled.is-draggable {
        height: 286px !important;
    }

    .scrollbar {
        height: 406px;
    }
    .scrollbar1 {
        height: 406px;
    }
    .carousel.carousel-nav {
        padding-top: 10px;
        height: 99px;
    }
}
#diwali-slider-box {
    margin-top: 10%;
    margin-bottom: 5%;
}

/* Set the height for Navratri and Diwali thumbnail sliders */
#navratri-slider-box,
#diwali-slider-box {
    height: 170px; /* Set the desired height */
}

.carousel.carousel-nav .carousel-cell {
    height: 170px; /* Ensure each carousel cell in these sliders matches the height */
}

.carousel.carousel-nav img {
    height: 100%; /* Make sure images fill the height of the carousel cell */
    object-fit: cover; /* Adjust image fit within the cell */
}

/* media */

@media screen and (min-device-width: 315px) and (max-device-width: 350px) {
    #diwali-slider-box {
        margin-top: 20%;
        margin-bottom: 7%;
    }
}
@media screen and (min-device-width: 351px) and (max-device-width: 500px) {
    #diwali-slider-box {
        margin-top: 15%;
        margin-bottom: 7%;
    }
}
@media screen and (min-device-width: 315px) and (max-device-width: 767px) {
    .gallery-side-icon {
        width: 16%;
    }
    .navratri-line {
        width: 30%;
    }
    .navaratri-pera {
        margin-bottom: -3px !important;
    }
}
/*** Gallery End ***/
