.view-arr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.object-fit-cover {
    object-fit: cover;
    object-position: center top;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.opacitySwiper .swiper-slide {
    width: auto;
}

.opacitySwiper .swiper-slide-active img {
    /* opacity: 1 !important;
     */
    opacity: 1 !important;
}

.opacitySwiper .swiper-button-next {
    position: absolute;
    /* top: 0px; */
    right: -50% !important;
}

.opacitySwiper .swiper-button-prev {
    position: absolute;
    /* top: 0px; */
    left: -50% !important;
}

.opacitySwiper.active {
    opacity: 1;
    display: block !important;
}

.opacitySwiper {
    animation: hidean 0.3s forwards;
}

@keyframes hidean {
    0% {
        opacity: 0;
    }

    100% {

        display: none;
    }
}

.opacitySwiper .swiper-slide img {
    opacity: 0.3;
    /* overflow: hidden; */
}

.opbtn:hover {
    opacity: .6;
}

a {
    text-decoration: none;
}

.opbtn {
    opacity: 1;
}

.main-font {
    font-family: "Fraunces", serif;
}

.primary-text-color {
    color: #380809;
}

.a {
    color: #FFFFFF;
    text-decoration: none;
}

.a:hover {
    color: #FFFFFF;
}

.ser {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    outline: none;
}

input[type="search"],
input[type="tel"] {
    border: none;
    padding: 3px;
    outline: none;
}

.headings {
    color: #832729;
}

.btn {
    // background: linear-gradient(to right, #F2E7E9, #D9BDBE);
    font-size: 14px;
    border: 1px solid #832729;
    transition: all 500ms ease-in-out;
}

#maincontent .btn:hover {
    background: linear-gradient(to right, #e1c1c2, #f5e5e8);
}

.ic-btn {
    background: linear-gradient(to right, #631517, #832729);
}

/* Hero Section */
.hero-sec {
    margin-top: 1rem;
}

.hero {
    overflow: hidden;
    width: 100wh;
    min-height: 85vh;
    border-radius: 15px;
}

.expo {
    color: #070202;
}

@media(min-width:1600px) {
    .hero-box {
        width: 22px;
    }
}

.hero-box {
    width: 400px;
    background: rgba(35, 13, 14, 0.5);
    border-radius: 14px;
    border: 1px solid #cdbbbb;
    margin-bottom: 5px;
}

.hero-box-mob {
    width: 100%;
    background: rgba(35, 13, 14, 0.3);
}

.mob-h {
    font-size: 22px;
    font-weight: 400;
}

.mob-h-s {
    font-size: 33px;
    font-weight: 600;
}

.chip-set::-webkit-scrollbar,
.slider-wrapper::-webkit-scrollbar,
.subnav::-webkit-scrollbar {
    display: none;
}

.chip-set {
    margin-top: 40px;
    overflow-x: auto;
}

.chip {
    display: block;
    white-space: nowrap;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

.chip:hover {
    background: linear-gradient(to right, #F2E7E9, #D9BDBE);
    color: #300708;
    cursor: pointer;
    border: 1px solid #631517;
}

/* Assurance Section */
.assur {
    /* width: auto; */
    height: 50vh;
    background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-brides/telugu-bride/assets/Vector-md.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.assu-p {
    font-weight: 300;
}


/* media queries */

@media (max-width: 768px) {
    .hero-box {
        width: 70%;
    }

    .endSection {
        margin-bottom: 400px;
    }
}

@media (max-width: 512px) {
    .hero {
        /* background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-brides/telugu-bride/assets/mianbmob1.gif'); */
        height: 90vh;
    }

    .hero-box {
        width: 90%;
    }

    .assur {
        /* width: 100wh; */
        min-height: 83vh;
        background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-brides/telugu-bride/assets/Vetor-mob.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
}


/* occassion section */
/* .subnav {
    overflow-x: auto;
    background: linear-gradient(to right, #832729, #631517);
} */

.subnav {
    margin-top: 15px;
    background: linear-gradient(to right, #832729, #631517);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Smooth transition */
    overflow-x: auto;
}

.font-san {
    font-family: 'IBM Plex Sans';
}

.show-subnav {
    opacity: 1;
    /* Visible when scrolled to the section */
    visibility: visible;
}

.fixed-subnav {
    display: flex;
    height: 60px;
    justify-content: center;
    /* position: fixed; */
    top: 6.2rem;
    margin-top: 10px;
    /* left: 0; */
    z-index: 1;
    background: linear-gradient(to right, #832729, #631517);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.subnav-option {
    height: 50px;
    white-space: nowrap;
    border-radius: 3rem;
    display: flex;
    color: #efefef;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: 'IBM Plex Sans';
}

.subnav-option.active {
    background: linear-gradient(to right, #F2E7E9, #D9BDBE);
    box-shadow: 0 4px 8px rgba(11, 11, 11, 0.2);
    color: #631517;
    font-weight: 600;
}

.occassion {
    margin-top: 5rem;
    margin-bottom: 18px;
}

.slide-img {
    width: 200px;
    border-radius: 8px;
    /* height: 475px; */
}

.outfit {
    margin-top: 1rem;
}

.checklist {
    margin-top: 4rem;
}

.outfit-tile {
    width: 130px;
    height: 130px;
    background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-brides/telugu-bride/assets/Outfit-tile-normal.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 300ms ease-in-out;
}

.outfit-tile-active {
    background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-brides/telugu-bride/assets/outline-tile-hover.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.category__item.active p {
    font-weight: 700;
}

.outfit-tile:hover {

    background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-brides/telugu-bride/assets/outline-tile-hover.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


.content-slider-occ {
    transition: 0.25s ease;
}

.image-slider-occ {
    transition: 0.25s ease;
}

@media(max-width: 768px) {
    .content-slider-occ {
        text-align: center;
    }

    .content-slider-occ .d-flex {
        justify-content: center;
    }

    .content-slider-occ .d-flex button {
        margin: 0% auto;
    }

    .content-card {
        min-height: auto !important;
    }
}

.opacitySwiper .swiper-slide-prev,
.opacitySwiper .swiper-slide-next {
    top: 20px;
}

.arr {
    background: linear-gradient(to right, #832729, #631517);
    color: white;
}

.ring {
    width: 60px;
    margin-right: 10px;
}

.item:hover {
    font-weight: 700;
}

.choice {
    font-size: 18px;
    color: #832729;
    margin-top: 0.8rem;
}

.choice-text {
    color: rgba(0, 0, 0, 0.56);
    font-size: 12px;
    margin-top: -5px;
}


/* spotlight */
.spotlight-img {
    width: 250px;
    border-radius: 12px;
    cursor: pointer;
}

.spotlight-img img {
    width: 250px;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.spotlight-img img:hover {
    scale: 1.2;
    transition: all 300ms ease-in-out;
}

.spotlight-img .view-img {
    opacity: 50%;
}

.spotlight-img .view-img:hover {
    opacity: 100%;
}

.view-arr {
    border: 1px solid #490A0C;
    padding: 3px;
    border-radius: 50%;
    color: #490A0C;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
}

.view-arr:hover {
    background: #631517;
    color: white;
}

/* spotlight video */
.bg-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.background-video.active-video {
    opacity: 1;
}

.bg-video {
    z-index: 1;
    position: relative;
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.video-slider {
    display: flex;
    width: 59%;
    height: 59%;
}

.spot-title {
    padding: 5px;
    margin-top: -8.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #832729;
    background: #FFFFFF;
    z-index: 3;
}

.rig-sec {
    margin-top: -8rem;
}

.mob-arr {
    position: absolute;
    width: 375px;
    height: 525px;
    font-size: 20px;
    z-index: 2;
}

.brides {
    position: absolute;
    bottom: -25%;
    margin-bottom: 80px;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bride-card {
    border: 1px solid #832729;
    border-radius: 10px;
    padding: 15px;


    width: 250px;
    height: 300;
    cursor: pointer;
    background-color: white;
    transition: all 0.5s;
}

.bride-card img {
    border: 1px solid #832729;
    border-radius: 10px;
    width: 100%;
}

.bride-card .view-arr {
    padding: 12px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bride-card:hover .view-arr {
    background: #832729;
    color: white;
}

.bride-card:hover {
    box-shadow: 0 4px 8px rgba(11, 11, 11, 0.2);
}

.bride-heading {
    color: #832729;
    font-size: 50px;

    font-family: Fraunces;
}

.bride-tital {
    position: absolute;
    top: 10%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* checklist */

.pulse {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    top: 0;
    margin-top: -0.7rem;
    margin-left: -0.8rem;
    transform: translate(-5px, 5px);
}

.ping {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: ping 1s infinite;
}

.dot {
    background-color: rgba(255, 255, 255, 0.8);
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

@keyframes ping {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        transform: scale(2.5);
        opacity: 0;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

input[type="checkbox"] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    appearance: none;
    outline-offset: 2px;
    cursor: pointer;
    z-index: 100;
}

input[type="checkbox"]:checked {
    background-color: #490a0cc2;
}




/* Try your Wedding look today */
.try-look-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #832729;
    background: transparent;
    transition: 0.25s ease;
    border-radius: 50%;
    color: #832729;
}

.try-look-btn:hover {
    background: #832729;
    color: #fff;
}

.slider-container {
    width: 100%;
    overflow: hidden;
}

.slider-item-absolute {
    width: 100%;
    height: 300px;
    position: relative;
}

.slider-item-span {
    position: absolute;
    bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    display: flex;
    gap: 10px;
    color: #832729;
    background: linear-gradient(to right, #eee0e2, #dcc3c4);
    left: 1rem;
    align-items: center;
}

.slider-item-span span {
    font-size: 12px;
}

.slider-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
}



/* Get in Touch Slider */

.flex-basis-50 {
    flex-basis: 50%;
}



.txt-sm {
    font-size: 12px;
}

.check-head {
    font-size: 4rem;
    color: #490A0C;
}

.image-cover {
    object-fit: cover;
}

.image-contain {
    object-fit: contain;
}

.dark-text {
    color: #832729;
}

.dark-border {
    border: 1px solid #832729;
}

.darker-text {
    color: #300708;
}

.transparent-text {
    color: rgba(0, 0, 0, 0.75);
}

.chevron-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to right, #832729, #631517);
}

.gradient-btn {
    opacity: 70%;
    background: linear-gradient(to right, #832729, #631517);
    transition: all 300ms ease-in-out;
}

.gradient-btn:hover {
    opacity: 100%;
}

.small-font {
    font-size: 10px;
}

.number-font {
    font-size: 15rem;
    color: #eee1d1;
    z-index: -1;
}

.title-font {
    font-size: 3rem;
    color: #832729;
    line-height: 3rem;
}

.content-slider {
    transition: 0.25s ease;
}

.image-slider {
    transition: 0.25s ease;
}

.content-slider-wrapper {
    width: 500px;
}

.content-card {
    min-width: 500px;
    min-height: 425px;
    position: relative;
}

.slider-option {
    height: 50px;
    white-space: nowrap;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-option.active {
    background: linear-gradient(to right, #eee0e2, #dcc3c4);
    border: 1px solid #832729;
    box-shadow: 4px 18px 20px -5px rgba(73, 10, 12, 0.23);
    font-weight: 600;
}

.btn-box {
    position: absolute;
    width: 450px;
}

.mar-t {
    margin-top: 1rem;
}

@media (min-width: 993px) {
    .content-slider {
        --slide-width: 500px;
        /* Set the width for screens 992px and above */
    }

    .mar-t {
        margin-top: 3rem;
    }
}

@media (max-width: 980px) {
    .bg-video {
        z-index: 1;
        position: relative;
        width: 80%;
        height: 50%;
        object-fit: contain;
    }

    .bride-heading {
        color: #832729;
        font-size: 28px;

        font-family: Fraunces;
    }

    .brides {
        position: absolute;
        bottom: -90%;
        margin-bottom: 10px;
        width: 100%;
        min-width: 100%;

    }

    .bride-card {

        display: flex;
        width: 80%;
        padding: 0px;
        border: 0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        gap: 20px 0;
        margin: 10px 0;
        height: fit-content;
        cursor: pointer;
        background-color: white;
        transition: all 0.5s;
    }

    .bride-card img {

        width: 80px;
    }

    .video-slider {
        display: flex;
        width: 84%;
        height: 84%;
    }

    .spot-title {
        margin-top: 4px;
        font-weight: 700;
        font-size: 1rem;
        color: #832729;
    }

    .rig-sec {
        margin-top: 3rem;
    }
}

/* @media (max-width: 1100px) {} */

@media (max-width:992px) {
    .content-slider {
        --slide-width: 325px;
    }

    .title-font {
        margin-top: 8px;
    }

    .number-font {
        display: none;
    }

    .title-font {
        font-size: 1.5rem;
    }

    .content-slider-wrapper {
        width: 325px;
        text-align: center;
    }

    /* .content-slider-wrapper .d-flex {
            justify-content: center;
        }
        .content-slider-wrapper button {
            margin: 0% auto;
        } */

    .content-card {
        min-width: 325px;
        height: fit-content;
    }

    .btn-box {
        width: 300px;
        z-index: 10;
    }
}

@media (max-width:640px) {
    .slide-img {
        width: 90%;
        margin: auto;

        /* height: 475px; */
    }

    .slide-img .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .slide-img img {
        max-width: 200px;
        margin: auto;

        /* height: 475px; */
    }

    .mrevrse {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .slider-option {
        height: 45px;
        border-radius: 3rem;
        font-size: 12px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .slider-option.active {
        border: unset;
    }

    .choice {
        font-size: 15px;
    }

    .subnav {
        width: 100%;
    }

    .fixed-subnav {
        justify-content: start;
    }

    .fixed-subnav {
        display: flex;
        height: 60px;
        justify-content: start;
        /* position: fixed; */
        top: unset;
        bottom: 0;
        margin-bottom: 10px;
        /* left: 0; */
        z-index: 1000;
        background: linear-gradient(to right, #832729, #631517);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .choice-text {
        color: rgba(0, 0, 0, 0.56);
        font-size: 10px;
    }

    .check-head {
        font-size: 2rem;
    }

    .ring {
        width: 45px;
    }

    .spotlight-img {
        width: 150px;
    }

    .spotlight-img img {
        width: 150px;
    }
}

@media (max-width: 450px) {

    /* spotlight */
    .mob-arr {
        position: absolute;
        width: 310px;
        height: 525px;
        font-size: 20px;
        z-index: 2;
    }

    .spot-title {
        margin-top: -10px;
        font-weight: 700;
        font-size: 0.6rem;
        color: #832729;
    }

    /* checklist */
    .checkbox-1 {
        position: absolute;
        top: 55px;
        left: 170px;
    }

    .checkbox-2 {
        position: absolute;
        top: 133px;
        left: 170px;
    }

    .checkbox-3 {
        position: absolute;
        top: 150px;
        left: 270px;
    }

    .checkbox-4 {
        position: absolute;
        top: 160px;
        left: 170px;
    }

    .checkbox-5 {
        position: absolute;
        top: 200px;
        left: 170px;
    }

    .checkbox-6 {
        position: absolute;
        top: 290px;
        left: 130px;
    }

}

@media (max-width: 335px) {

    /* checklist */
    .checkbox-1 {
        position: absolute;
        top: 48px;
        left: 150px;
    }

    .checkbox-2 {
        position: absolute;
        top: 115px;
        left: 140px;
    }

    .checkbox-3 {
        position: absolute;
        top: 130px;
        left: 215px;
    }

    .checkbox-4 {
        position: absolute;
        top: 135px;
        left: 140px;
    }

    .checkbox-5 {
        position: absolute;
        top: 180px;
        left: 130px;
    }

    .checkbox-6 {
        position: absolute;
        top: 235px;
        left: 115px;
    }

}

.ellipisis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media(max-width:575px) {
    .res__slider {
        overflow-x: auto;
        flex-wrap: nowrap;
        max-width: calc(100% - 25px);
    }
}

.text-14 {
    font-size: 14px;
}

.gap-20 {
    gap: 20px;
}

.fd-10 {
    flex-direction: column;
    gap: 10px;
}

.catbtn-width {
    width: 190px;
}