@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Sora:wght@100..800&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

html {
    height: auto;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #fff3f7;
    visibility: visible;
    font-family: "Open Sans", Roboto;
    color: #242424;
    padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p {
    margin-bottom: 0 !important;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button {
    border: none;
    background-color: white;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

/* a:hover {
    text-decoration: none;
    color: #B0000D !important;
} */

button,
input[type="submit"] {
    cursor: pointer;
}

html {
    height: auto;
}

body {
    min-height: 100%;
}


img {
    max-width: 100%;
    height: auto;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0px 2px 4px grey;
    animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
    transition: 0.5s;
    left: 0;
    right: 0;
    /* padding-left: 5%;
    padding-right: 5%; */
    border-radius: 0px;
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@media (max-width: 768px) {
    #header1.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 1000;
        box-shadow: 0px 2px 4px grey;
        animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
        transition: 0.5s;
        left: 0;
        right: 0;
        border-radius: 0px;
    }
}
.nav-logo img {
    height: 60px;
}
.top-header-main{
    background-color: white;
    border-bottom: 1px solid rgb(185, 182, 182);
}
.header-section {
    border-top: 4px solid #910C28;
}
.search-input {
    height: 40px;
    padding-right: 40px;
    /* Adjust padding */
}

.input-group-text {
    background: white;
    border-left: none;
    height: 40px;
    padding: 8px 12px;
    border-color: #2e2e2e;
    color: #3b3b3b;
}

.input-group .form-control {
    height: 40px;
    border-right: none;
    border-color: #2e2e2e;
    padding-right: 10px;
    /* Ensures text does not overlap with icon */
}

.input-group {
    width: 280px !important;
    height: 40px;
    border-radius: 10px;
    border-color: #2e2e2e;
}

.search-input {
    max-width: 100%;
    /* Ensures it does not shrink too much */
    white-space: nowrap;
    /* Prevents text wrapping */
    overflow: visible;
    /* Ensures text is not hidden */
}

.input-group-text {
    background: white;
    border-left: none;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: #2e2e2e;
}

.dropdown-menu li a:hover {
    background-color: transparent;
}

/* @media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu {
        margin-top: 0; /* Prevents extra spacing */
/* }
}  */
.navbar {
    border-bottom: 1px solid rgb(218, 217, 217);
    /* padding: 0 !important;
    margin: 0 !important;
    overflow: hidden; */
}

.nav-text a {
    margin: 10px;
    font-weight: 500;
    font-size: 15px;
    color: rgb(85, 83, 83) !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-text a:hover {
    color: #dd105d !important;
}

.header-icon {
    font-size: 22px;
    color: #910C28;
}

.category-wrapper img {
    border: 1px solid #dd105d;
    padding: 11px;
    border-radius: 14px;
    height: 66px;
}

.category-wrapper h3 {
    font-weight: 700;
    font-size: 15px;
    margin: 5px;
    color: rgb(43, 43, 43);
    font-family: Figtree;
}

.banner-first-container img {
    width: 100%;
    border-radius: 30px;
}

.home-title-heading h2 {
    font-family: Figtree;
    font-weight: 700;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0%;
    background: linear-gradient(to right, #e21463, #1498e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-title-heading h2 span {
    font-family: Figtree;
    font-weight: 700;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0%;
    background: linear-gradient(to right, #e21463, #1498e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-title-heading p {
    font-family: Figtree;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #474747;
}

/* for decoration card */
.decoration-card-img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.decoration-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-color: white;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.decoration-card:hover {
    transform: scale(1.05);
    /* Slightly enlarges the card */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Adds a soft shadow */
}

.decoration-card-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.decoration-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(145, 12, 40, 0.4), rgba(145, 12, 40, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 20px;
}

.decoration-card:hover .decoration-card-img::before {
    opacity: 1;
}

.decoration-card-content h3 {
    font-family: Figtree;
    font-weight: 700;
    font-size: 19px;

}

.decoration-card-content p {
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    color: #910C28;
    margin: 5px;
}

/* Adjust font sizes for mobile screens */
@media (max-width: 768px) {
    .decoration-card-content h3 {
        font-size: 16px;
    }

    .decoration-card-content p {
        font-size: 14px;
    }

    .decoration-card-img img {
        height: 208px;
    }
}

.price-container p {
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    color: rgb(63, 62, 62);
    margin: 5px;
}

/* Scale Background Button */
.scale-button {
    position: relative;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    color: rgb(68, 68, 68);
    background: none;
    border: 1px solid #9c4457;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
}

.scale-text {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.scale-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9c4457;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 0;
}

.scale-button:hover .scale-bg {
    transform: scale(1);

}

.scale-button:hover {
    color: white !important;
}

.banner-2 img {
    width: 100%;
    border-radius: 22px;

}

@media (max-width: 768px) {

    /* Applies to mobile screens */
    .banner-2 img {
        height: 250px;
        object-fit: cover;
        /* Ensures the image is properly cropped */
    }
}

.occasion-img-wrapper img {
    height: 244px;

    width: 100%;
    object-fit: cover;
    border-radius: 22px;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .occasion-img-wrapper img {
        height: 170px !important;
        /* Adjust height for mobile screens */
        width: 100%;
        object-fit: cover;
        border-radius: 22px;
    }
}
.occasion-card {
    position: relative;
    overflow: hidden;
}
.occasion-card h4 {
    font-family: Figtree;
    font-weight: 600;
    font-size: 19px;
    color: #2e2e2e;
}
.occasion-img-wrapper {
    position: relative;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
    border-radius: 22px;
}
/* Ensure the icon is above the overlay */
.card-icon {
    background-color: white;
    padding: 2px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 16px;
    transition: 0.3s color, 0.3s background-color;
    z-index: 2;
    /* Ensure it is above the overlay */
}
.card-icon:hover{
    color: #9c4457;
}
.occasion-img-wrapper:hover .card-icon {
    background-color: #910C28;
    color: white;
    z-index: 3;
    /* Keep the icon at the highest layer */
}
.occasion-img-wrapper:hover img {
    transform: scale(1.1);
}
.occasion-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}
.occasion-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Dark overlay */
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    /* Ensure it's above the image */
}
.occasion-img-wrapper:hover::before {
    opacity: 1;
}
.occasion-img-wrapper img {
    height: 244px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    /* Ensure it's below the overlay */
}
.occasion-img-wrapper:hover img {
    transform: scale(1.1);
}
.counter-content-wrapper img {
    background-color: #910C28;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 120px 40px 120px 200px;
    top: -30%;
    left: 35%;
}
.conuter-card {
    position: relative;
    background-color: white;
    transition: 0.5s background-color;
}
.conter-text {
    font-size: 19px;
    font-weight: 500;
    color: #302f2f;
    font-family: Figtree;
}
.conuter-card:hover .counter-content-wrapper img {
    background-color: #3777C7;
}
.rating-blog {
    color: #eeb931;
    margin-right: 4px;
}
.testi-img {
    flex-shrink: 0;
    width: 100px;
}
.testi-img-container img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.testi-name {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    line-height: 20px;
    font-family: Figtree;
}

.postion {
    font-size: 14px;
    font-weight: 500;
    color: #910C28;
    font-family: Figtree;
}

.testimonail-container {
    border-radius: 20px;
    background-color: white;
}

.card-text-1 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #474747;
}

.purchase-img img {
    height: 60px;
    width: 90px;
    object-fit: cover;
}

.customer-purchase-desc {
    border-top: 1px solid gray;
    margin: 10px;
    padding-top: 10px;
}

.customer-purchase-desc p {
    font-family: Figtree;
    font-weight: 700;
    font-size: 15px;
    color: #3a3a3a;
}

.fotter-text li a {
    color: white;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 25px; */
    font-family: Figtree;
}

.fotter-text {
    color: white;
    font-weight: 400;
    font-size: 17px;
    font-family: Figtree;
}

.fotter-text li:hover a {
    color: #1a98c2;
}

.fotter-headings {
    color: white;
    font-weight: 600;
    font-size: 19px;
    line-height: 21.29px;
    font-family: Figtree;
}

.footer-class {
    background-color: #910C28;
    color: white;
}

.social-icon {
    font-size: 21px;
}

.dropdown-toggle::after {
    display: none !important;
}

.fotter-css {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.29px;
    font-family: Figtree;
}

.fotter-img {
    height: 88px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="message"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    background: #efeff3;
    border-radius: 8px;
    box-sizing: border-box;
}

.form-group input[type="submit"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input[type="submit"]:hover {
    background: #0056b3;
}

.asterisk {
    color: #ad3535;
}

.form-group-half {
    width: 100%;
}

.contact-form {
    border-radius: 20px;
}

.form-label {
    font-weight: 600;
    font-size: 14px;
    font-family: Figtree;
}

.contact-img img {
    height: 615px;
    width: 100%;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgb(255 6 100 / 15%) !important;
}

@media (min-width: 992px) {

    /* LG breakpoint */
    .custom-col {
        flex: 0 0 12.5%;
        /* 100% / 8 = 12.5% */
        max-width: 12.5%;
    }
}

/* @media (min-width: 992px) { */
/* .dropdown-menu-wide {
        width: 80vw !important;
        padding: 10px;
        position: absolute;
        right: 10%;
        left: 10%;
    }  */
/* } */

.header-img-section img {
    height: 70px;
    width: 100px;
    object-fit: cover;
}

.header-title {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;

}

.header-img-title {
    font-size: 15px;
    font-weight: 500;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
    width: 200px;
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    margin: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/* Hide dropdown menu by default */
/* .nav-item.dropdown .dropdown-menu {
  display: none;
} */

/* Show dropdown on hover for large screens */
/* @media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
} */

.container-fluid {
    width: 95%;
    margin: 0 auto;
    max-width: 1440px;
    /* padding: 0 2px */
}

@media screen and (max-width:1900px) {
    .d_container {
        width: 95%;
        margin: 0 auto;
        max-width: 1870px;
        padding: 0 15px
    }
}

@media screen and (max-width:1800px) {
    .d_container {
        width: 95%;
        margin: 0 auto;
        max-width: 1700px;
        padding: 0 15px
    }
}

@media screen and (max-width:1700px) {
    .d_container {
        width: 95%;
        margin: 0 auto;
        max-width: 1600px;
        padding: 0 15px
    }
}

@media screen and (max-width:1600px) {
    .d_container {
        width: 95%;
        margin: 0 auto;
        max-width: 1500px;
        padding: 0 15px
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #db4565;
    /* Attractive Orange on Hover */
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}
/* Swiper Pagination Dots */
.swiper-pagination-bullet {
    background-color: #db4565;
    /* Custom Orange Dots */
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background-color: #910C28;
    /* Red for Active Dot */
    transform: scale(1.3);
}

.navbar-light .navbar-toggler {
    border: 0 !important;
    color: #136cd8;
}


button:focus:not(:focus-visible) {
    outline: 0 !important;
    border: 0 !important;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    /* Full viewport height */
    text-align: center;
    background: linear-gradient(to right, #ee6b9f, #e40650, #5badf0);
    color: white;
}

.banner-content h1 {
    font-size: 24px;
    font-weight: 600;
    font-family: Figtree;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size:18px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.banner-content p {
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins;
}

.title-border {
    border-bottom: 2px solid #cfd1d3;
    margin: 5px;
}

.home-title-heading h3 {
    font-family: Figtree;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3777C7;
}

.home-title-heading h3 span {
    font-family: Figtree;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #910C28;
}

.gallery-swiper img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.gallery-lower-part img {
    height: 125px;
    object-fit: contain;
    width: 100%;
    background-color: #fff3f7;
}

.package-detail-banner {
    background-color: white;
    /* Light background */
    padding: 10px 20px;
    border-radius: 5px;
}

.package-detail-banner ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.package-detail-banner li {
    font-size: 16px;
    font-family: Figtree;
    color: #333;
}

.package-detail-banner ul .active {
    color: #910C28;
}

.package-detail-banner h4 {
    font-size: 22px;
    font-family: Figtree;
    font-weight: 600;
    padding-top: 10px;
}

.package-detail-banner p {
    font-size: 15px;
    font-family: Figtree;
    font-weight: 400;

}

.custom-list {
    list-style: none !important;
    font-size: 1.125rem;
    margin-bottom: 10px;
    word-wrap: break-word;

}

.custom-list li {
    margin-bottom: 0.6rem;
    position: relative;
    list-style: none !important;
}

.custom-list li:before {
    content: "✓";
    color: #006960;
    display: inline-block;
    position: absolute;
    top: 8%;
    left: -40px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

.inclusion-content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: Figtree;
    border-bottom: 1px solid #aaabac;
    padding: 5px;
}

.exclusice-list {
    list-style: none !important;
    font-size: 1.125rem;
    margin-bottom: 10px;
    word-wrap: break-word;

}

.exclusice-list li {
    margin-bottom: 0.6rem;
    position: relative;
    list-style: none !important;
}

.exclusice-list li:before {
    content: "✗";
    color: #db1414;
    display: inline-block;
    position: absolute;
    top: 8%;
    left: -40px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

.inclusion-content p {
    font-size: 16px;
    font-weight: 500;
    font-family: Figtree;
    color: #474646;
    padding: 5px;
}

.sidebar-content {
    top: 50px;
    position: sticky;
    z-index: 1;
}

.why-us-card h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: Figtree;
    padding: 5px;
    text-align: center;
}

.custom-list ul strong {
    color: #910C28;
    font-size: 16px;
    font-weight: 600;
    font-family: Figtree;
}

.recommendation-swiper .card img {
    height: 100px;
}

.recomendation-card-img img {
    height: 100px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.recomendation-card-content h3 {
    font-family: Figtree;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
}

.recomendation-card-content p {
    font-family: Figtree;
    font-weight: 600;
    font-size: 10px;
    color: #910C28;

}

.recomendation-card {
    background-color: white;
}

/* Scale Background Button */
.scale-button-rd {
    position: relative;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    color: rgb(68, 68, 68);
    background: none;
    border: 1px solid #9c4457;
    border-radius: 8px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
}

.scale-text {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.scale-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9c4457;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 0;
}

.scale-button:hover .scale-bg {
    transform: scale(1);

}

.scale-button:hover {
    color: white !important;
}

.pricing-part h5 {
    font-weight: 700;
    font-size: 22px;
    font-family: Figtree;
}

.pricing-part h5 span {
    font-weight: 400;
    font-size: 16px;
    font-family: Figtree;
}

/* .booking-form-container{
    margin: 14px 14px 0px 0px;
} */

.date-picker-container label {
    font-weight: 400;
    font-size: 14px;
    font-family: Figtree;
}

.date-picker-container input {
    font-weight: 400;
    font-size: 14px;
    font-family: Figtree;
    width: 44%;
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    background-color: white;
    font-size: 16px;
}

.book-now-btn {
    background-color: #de1863;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.book-now-btn:hover {
    background-color: #2489d5;
}

.recommendation-content-title {
    font-weight: 600;
    font-size: 18px;
    font-family: Figtree;
    color: #424242;
}

.login-image img {
    height: 505px;
    width: 100%;
    object-fit: cover;
}

.form-control:focus {
    border-color: #910C28 !important;
    /* Bootstrap pink */
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.login-icon-btn {
    background-color: #3b5998;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

.google-icon-btn {
    background-color: #a8a6a6;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

.email-icon-btn {
    background-color: #008b8b;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

.register-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-desc-section h3 {
    font-weight: 600;
    font-size: 33px;
    font-family: Figtree;

}

.service-desc-section p {
    font-weight: 500;
    font-size: 17px;
    font-family: Figtree;
    line-height: 22px;
    color: #505050;

}
.city-card p {
    font-weight: 500;
    font-size: 15px;
    font-family: Figtree;
    margin: 5px;
}
.modal-title {
    font-weight: 600;
    font-size: 18px;
    font-family: Figtree;
    margin: 5px;
    color: #4e4e4e;
}
 .packageSwiper .swiper-slide{
    margin-right: 20px !important;
}
/* .mySwiper .swiper-wrapper .swiper-slide{
    margin-right: 40px !important;
} */
 .category-banner img{
    width: 100%;
 }
 .brand-card-container img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid #05c1fa;
}.nav-pills .nav-link:hover{
    color: #910C28 !important;
}
.nav-pills .nav-link.active {
    color: rgb(95, 95, 95) !important;
    background-color: rgb(233, 239, 247);
    border-radius: 0px !important;
}
.tab-content > .tab-pane {
    padding: 20px;
    border-radius: 5px;
    min-height: 250px;
}
.profile-detail-container img{
    height: 140px;
    width: 140px;
    border-radius: 50%;
}
.profile-detail-container h4{
    font-size: 18px;
    font-weight: 600;
    color: #424242;
}
.side-content-text{
    font-size: 18px;
    font-weight: 500;
    color: #5f5f5f;
}
.sidebar-icon{
    color: #1f8dd8;
    font-size: 18px;
    padding-right: 20px;
}
.form-card-header h4{
    font-size: 20px;
    font-weight: 500;
    color: #383838;
}
.form-card-header {
    border-bottom: 1px solid #7c7c7c;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.btn-primary{
    background-color: #910C28 !important;
    border-color:#910C28 !important ;
}
.booking-img img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.wishlist-card-img img {
    height: 222px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.wishlist-card h4{
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    color: #3f3e3f;
    margin: 5px;
}
.wishlist-card{
    border-radius: 20px;
}
.error-container img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
}
.error-container{
    background-color: white;
}
.text-container {
    padding-bottom: 60px;
}
.service-card-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.text-css {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636262;
}
.contact-button {
    background-color: #910C28;
    padding: 10px 10px;
    color: white;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #29afec;
}
.gallery-lower-part{
    height: 135px;
}
.gallerySwiper2{
    height: 550px;
}
.gallerySwiper2 img{
    height: 550px !important;
    width: 100%;

}