html {
    font-size: 16px;
    --bg-primary: #181616;
    --bg-secondary: #413D3D;
    --text-color: #ffffff;
    --bg-color: #ffffff14;
    --accent-color: #EDD033;
    --accent-color-2: #15822D;
    overflow-x: hidden;
}

body {
    background-color: var(--bg-primary);
    color: var(--text-color);
}

a {
    text-decoration: none;
}

.modal {
    z-index: 999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 96px;
}

h2 {
    font-size: 48px;
}

a,
span,
p {
    font-family: 'Inter', sans-serif;
}

.text-black {
    color: #000 !important;
}

.font-64 {
    font-size: 64px !important;
}

.font-128 {
    font-size: 128px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.background-secondary-2 {
    background-color: var(--bg-color);
}

.background-accent {
    background-color: var(--accent-color) !important;
}

.line-height-07 {
    line-height: 0.7em;
}

.bg-position-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-repeat-none {
    background-repeat: no-repeat;
}

.bg-overlay-black-50 {
    position: relative;
}

.bg-overlay-black-50::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}

.container-xxl {
    max-width: 1920px;
    padding-right: 130px;
    padding-left: 130px;
}

.container-xxl-wo-p {
    max-width: 1920px;
}

.full-width-height-container {
    max-width: 100%;
    min-height: 100vh;
    padding: 0;
}

.height-100 {
    min-height: 100vh;
}

.background-secondary {
    background-color: var(--bg-secondary) !important;
}

.background-primary {
    background-color: var(--bg-primary) !important;
}

.background-accent-2 {
    background-color: var(--accent-color-2) !important;
}

.accent-color {
    color: var(--accent-color) !important;
}

.background-gradient-1 {
    background: linear-gradient(180deg, #EDD033 0%, #756820 100%);
}

.theme-active .active {
    background: linear-gradient(180deg, #EDD033 0%, #756820 100%) !important;
    border-color: var(--accent-color) !important;
    color: #fff !important;
}

.theme-active .nav-link {
    color: #fff;
}

.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.gradient-border-30 {
    border-bottom: 30px solid transparent !important;
    border-image: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-color-2) 100%) 1;
}

.gradient-triangle-1 {
    position: relative;
    padding-bottom: 30px;
    top: -30px
}

.gradient-triangle-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f06;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-color-2) 100%);
    /* clip-path: polygon(0 0, 100% 0, 50% 100%);  */
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
}

.menu-icon {
    position: relative;
    width: 100%;
    height: 30px;
    stroke: #fff;
    scale: 1.5;
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    cursor: pointer;
}

.home-hero {
    padding-bottom: 300px !important;
}

.home-hero-1 {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}

.home-hero-2 {
    padding: 50px 160px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}

.banner-iphone {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-100%, 20%) rotate(25deg);
    width: 35%;
    max-width: 400px;
    height: auto;
    z-index: 1;
}

.hero-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: var(--accent-color-2);
    background-color: #fff;
    border-radius: 20px;
    font-size: 32px;
    transition: 0.7s;
}

.triangular-section-button {
    font-size: 24px;
    /* transform: rotate(-90deg); */
    padding: 15px 55px;
    border-radius: 12px;
    color: #fff !important;
    background: linear-gradient(180deg, #EDD033 0%, #756820 100%);
    display: inline-block;
    z-index: 9;
    /* position: relative; */
    margin-top: 20px;
    z-index: 999;
}

/* .triangular-section-button-1{
    right: 200px;
    bottom:50%;
}
.triangular-section-button-2{
    right: -200px;
    bottom:50%;
} */
.hero-button:hover {
    color: var(--accent-color-2);
    background-color: #ffffff99;
}

.triangular-section-bg-image {
    padding: 25% 20px;
}

.triangular-section-bg-image-1 {
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
}

.triangular-section-bg-image-2 {
    clip-path: polygon(0 0, 100% 40%, 100% 60%, 0% 100%);
}

.m-n-15,
.m-n-15-2 {
    margin-top: -15%;
}

.m-n-25 {
    margin-top: -23%;

}

.triangular-section-text-col {
    padding: 315px 50px 350px 200px;
    z-index: 99999;
}

.triangular-section-text-col-2 {
    padding: 265px 200px 350px 50px;
}

.triangular-section-headings {
    position: absolute;
    padding-left: 130px;
    bottom: 65%;
    z-index: 0;
    width: 100% !important;
}

.triangular-section-headings>div {
    position: relative;
}

.triangular-section-headings .bg-heading {
    width: 100% !important;
    White-space: nowrap;
    color: rgba(255, 255, 255, 0.1);
}

.triangular-section-headings h2 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%, -30%);
}

.triangular-section-heading-mobile {
    position: relative;
}

.triangular-section-heading-mobile .bg-heading {
    width: 100% !important;
    White-space: nowrap;
    color: rgba(255, 255, 255, 0.1);
}

.triangular-section-heading-mobile h2 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%, -30%);
}

.triangular-section-text-box p {
    font-size: 24px;
}

.streaming-services {
    margin-top: -10%;
}

.streaming-services-img-col-1 {
    padding-left: 130px;
}

.streaming-services-img-col-2 {
    padding-right: 130px;
}

/* .streaming-services-image{
    display: inline-block !important;
    margin-top: -100px;
    translate: 0px -100px;
} */
ul.service-features {
    color: #fff !important;
    font-size: 36px;
    padding: 60px;
}

.streaming-services-text-col {
    padding: 150px 100px;
}

.streaming-services-text-col-2 {
    padding: 150px 100px 150px 450px;
}

.streaming-services-text-col-1 {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.streaming-services-text-col-2 {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}


/* Model CSS */
#popupVideoModel .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#popupVideoModel .modal-body {
    position: relative;
    padding: 0px;
}

#popupVideoModel .btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}



/* Search Bar */
#search-menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 999;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#search-menu.toggled {
    opacity: 1;
    visibility: visible;
}

#search-menu .wrapper {
    min-width: 1024px;
}

#search-menu input,
#search-menu select {
    height: 76px;
    outline: none;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

#search-menu input::placeholder,
#search-menu select {
    color: #000;
}

/* #search-menu .wrapper input {
    width: 100%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    font-size: 22px;
    color: #bfbfbf;
    padding:15px;
}
#search-menu .wrapper input:focus {
    outline: none;
}
#search-menu .wrapper button:hover {
    color: #fff;
}
#search-menu .wrapper button:focus {
    outline: none;
} */

/* Inner Pages CSS */
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.carousel-container>.carousel-caption {
    position: inherit;
    z-index: 99;
}

#miami-hotel-images .carousel-control-prev-icon,
#miami-hotel-images .carousel-control-next-icon {
    filter: invert(100%);
    background-color: #000;
    padding: 10px !important;
}

#miami-hotel-images img {
    max-height: 300px;
    object-fit: cover;
}

/* Hotel Capacity Page */
.img-header-title-image {
    width: 100%;
    height: 60px;
}

.img-thead {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

/* Hotel Capacity Page */
.responsive-table td {
    padding: 20px 5px;
}

/* DMC */
.registry-product {
    min-height: 300px;
    display: flex !important;
    align-items: flex-end;
    border: 1px solid var(--accent-color);
}

.registry-product:hover h5 {
    height: 298px !important;
}

.registry-product h5 {
    transition: .5s;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: rgba(65, 61, 61, 0.9) !important;
}



/* sigin page */
a.boldandblack {
    color: #edd033;
    font-weight: 700;
}

/* find my location */
.bdr-rihts {
    margin-top: 7px;
}

.menu li a:hover {
    color: #edd033;
}

.menu li a {
    color: #9d9999;
}

.local-time-heading {
    border-bottom: 2px solid #15822d;
    padding-bottom: 5px;
}

/* find your meeting venue */
.background-dark {
    background-color: #000;
}

.underline-heading {
    border-bottom: 2px solid #15822d;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn:hover {
    color: #ffffff !important;
    background-color: #0d541d !important;
}

/* proposal page */
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text;
    border-radius: 0px;
    margin-top: 8px;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #181616 !important;
    border: 1px solid #000000 !important;
    color: #fff;
    word-break: break-all;
}

.choices__list--dropdown {
    color: black !important;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid #e9ecef !important;
}

.choices__heading {
    font-weight: 600;
    font-size: 18px !important;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: #040404 !important;
}


/* overview page */
img.image-overview {
    width: 100%;
    border-radius: 5px;
}

ul.overview-ul {
    list-style: square;
    line-height: 35px;
}

ul.dates-ul {
    list-style: none;
    line-height: 25px;
    padding-left: 0px;
}

.only-bottom {
    position: relative;
    display: inline-block;
    /* Ensure the underline only covers the text width */
}

.only-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    /* Adjust this value to control the distance of the underline from the text */
    border-bottom: 2px solid;
    /* Customize the width and style of the underline */
}

img.d-block.w-100 {
    border-radius: 7px;
}

p.go-gap {
    line-height: 30px;
    padding-top: 5px;
}

/* consultation page */
p.spacing-consltant {
    line-height: 30px;
}

/* packages page */
.wedding-image {
    border-radius: 5px;
    width: 100%;
}

.package-image {
    height: 200px;
    width: 100%;
    border-bottom: 1px solid;
}

/* audio and video excellence */

.image-text-container {
    clear: both;
}

.image-text-container img {
    float: left;
    margin-right: 10px;
    max-width: 50%;
}

.image-text-container p {
    margin: 0;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.testimonial {
    /* background-color: #f8f9fa; */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.testimonial h5 {
    margin-top: 10px;
}

.testimonial p:last-child {
    margin-bottom: 0;
    padding: 0px 50px 0px 50px;
}

.testimonial img {
    width: 100px;
    /* Adjust the image size as needed */
    height: 100px;
    border-radius: 50%;
    /* Creates a circular shape */
    margin-bottom: 20px;
    /* Add some spacing between image and text */
}


/* find by location places */
img.card-img-top.places-image {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.anchor-hover .card:hover {
    background-color: #15822d !important;
}




/* back to top button css */
#back-to-top {
    display: inline-block;
    background-color: #15822d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #0d541d;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}


img.meeting-image {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

/* Style for the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style for the dropdown links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change the color of links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown content on hover */
.nav-item:hover .dropdown-content {
    display: block;
}



aside {
    height: 100%;
    width: 100%;
    background: #222527;
}

aside ul {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #1c1f21;
}

aside ul li {
    list-style-type: none;
    color: #5a5b5b;
    padding: 10px;
    border-bottom: 1px solid #272a2c;
    border-top: 1px solid #1c1f21;
    overflow: auto;
    cursor: pointer;
}

aside ul li:first-child {
    border-top: none;
}

.fa {
    color: #edc121;
    display: block;
}

aside ul li:hover .fa {
    color: #edc121;
}

aside ul li:hover .linktitle {
    color: #edd033;
}

aside ul li div {
    float: left;
}

.icons {
    padding: 10px;
}

.linktitle {
    line-height: 35px;
    padding-left: 10px;
    color: white;
    font-size: 14px;
}

/* charts */
.card.chart-container.text-center.pt-4.pb-4 {
    background-color: transparent;
}




/* dashboard */
.form-check-input:checked {
    background-color: #eed132;
    border-color: #eed132;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #edc121;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(237 193 33);
}


.aveo ul {
    list-style-type: none;
}

.aveo li {
    display: inline-block;
}

.aveo input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.aveo label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.aveo label:before {
    background-color: #eed132 !important;
    color: black;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.aveo label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.aveo :checked+label {
    border-color: #ddd;
}

.aveo :checked+label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

.aveo :checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

#promotional_slider {
    width: 100%;
    padding: 25px 20px;
    margin: 0 auto;
    background: #413d3d;
    max-height: 840px;
    overflow: auto;
}

#promotional_sliders {
    width: 100%;
    padding: 25px 20px;
    margin: 0 auto;
    background: #413d3d;
    max-height: 840px;
    overflow: auto;
    margin-left: -61%;
}

.sliders{
    margin-top: 520px;
}

#vendor_details {
    position: relative;
    left: 20px; /* Adjust position slightly */
    width: 100%;
}

img.image-equipement {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
}

#promotional_sliderr {
	width: 100%;
	padding: 25px 20px;
	margin: 0 auto;
	background: #413d3d;
	max-height: 840px;
	overflow: auto;
	margin-left: 14%;
}

#promotional_sliderss {
	width: 100%;
	/* padding: 25px 20px; */
	/* margin: 0 auto; */
	background: #413d3d;
	max-height: 840px;
	overflow: auto;
	/* margin-left: -89%; */
}

.background-easy {
    background-color: #181616;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    border-radius: 0px;
    text-decoration: none;
    background-color: #181616;
    line-height: 35px;
    padding: 4px;
    width: 150%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

ul.dropdown-menu li a {
    color: #ffff;
}

ul.dropdown-menu:hover {
    color: #edd033;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #edd033;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {
    ul.navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
}

.navbar-nav li.nav-item:hover {
    color: #edd033 !important;
}

.left-100 {
    left: 100%;
    top: 0px;
}

ul.dropdown-menu.left-100 li {
    border-bottom: 1px solid grey;
    padding-left: 5px;
}

ul.dropdown-menu li {
    border-bottom: 1px solid grey;
    padding-left: 5px;
}



/* delete account page */
.background-danger-hov {
    background-color: red;
}

.background-danger-hov:hover {
    background-color: rgb(237 55 55) !important;
}


a.nav-link.text-white:hover {
    color: #edd033 !important;
}

.danger-alert {
    color: #ff0018 !important;
    font-weight: 100;
    font-size: small;
}

a.text-white:hover {
    color: #e6c72d !important;
}

.triangular-section-headings-inner {
    position: absolute;
    z-index: 0;
    width: 100% !important;
}

.set-width-100 iframe {
    width: 100% !important;
}

/* for home hotel slider */
#carouselExampleControls .card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

#carouselExampleControls .carousel-inner {
    padding: 1em;
}

#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    background-color: #edd033;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#carouselExampleControls .carousel-control-prev span,
#carouselExampleControls .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
}

@media screen and (min-width: 577px) {
    #carouselExampleControls .cards-wrapper {
        display: flex;
    }

    #carouselExampleControls .card {
        margin: 0 0.5em;
        width: calc(100% / 2);
    }

    #carouselExampleControls .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    #carouselExampleControls .card:not(:first-child) {
        display: none;
    }
}

#carouselExampleControls .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

img.carousal-image {
    height: 100%;
}

.media-services {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
}

ul.service-details {
    text-align: center;
    font-size: x-large;
    list-style: none;
}

/* table.table {
    border: 1px solid #edd033;
} */
table.table {
    border: 1px solid rgb(149 151 153 / 75%);
}

.image-card {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-list {
    width: 100%;
    height: 260px;
    margin: 5px;
    border-radius: 2px;
}

.selected-template {
    background-color: black;
    opacity: 25%;
}

.selected-text {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.single-back {
    border-radius: 2px;
    width: 104%;
    border: 1px solid;
}

.single-label {
    width: 100%;
    text-align: center;
}

/* Hide default checkbox */
.custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    /* Yellow border */
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

/* Checked state */
.custom-checkbox:checked::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #FFD700 !important;
    /* Yellow background */
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 4px;
}

.custom-checkbox:checked::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff !important;
    /* Yellow background */
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 4px;
}

.image-area {
    position: relative;
    width: 100%;
    background: #333;
    height: 300px;
}

.image-area img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 10px;
}

.card-fixed {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    object-fit: fill;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
    /* Optional: spacing between links */
}

.pagination li a {
    text-decoration: none;
    padding: 8px 12px;
    color: #000000;
    /* Customize color */
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.pagination li a:hover {
    background-color: #EDD033 !important;
    color: #000000;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000000;
    background-color: #EDD033;
    border-color: #ffffff;
}

.card-img-top {
    width: 100%;
    height: 190px;
    object-fit: fill;
}

#user-details {
	margin-right: 565px;
	padding-right: 197px;
}
.cart-image {
    width: 100%;
    border-radius: 20px;
    height: 200px;
}
.set-hover:hover {
    background-color: #18161688 !important;
}
.row.flex-lg-row.flex-column-reverse.mb-2 {
    padding-top: 280px;
}
@media only screen and (max-width: 1440px){
    .triangular-section-headings {
        position: absolute;
        padding-left: 130px;
        bottom: 80%;
        z-index: 0;
        width: 100% !important;
    }
}


