@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: "TomBrother";
    src: url("../font/tom brother.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.banner-left {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.banner-text {
    font-family: "TomBrother", cursive;
    font-size: 180px;
    letter-spacing: 20px;
    text-transform: capitalize;
}

.banner-left p {
    margin-top: 20px !important;
}

a {
    text-decoration: none;
}

* {
    color: #B7B7B7;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

body {
    background: #282828;
}

header {
    padding: 30px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 111;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    width: 200px;
}

header #menu {
    font-size: 25px;
    cursor: pointer;
}

.btn-red {
    background: #B01F26;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
}

.btn-red:hover {
    background: #fff;
    color: #282828
}

.heroSection {
    position: relative;
}

.heroSection .weddingText {
    margin-top: 160px;
    margin-bottom: 0px;
}

.heroSection p {
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: -10px;
}

.heroSection small {
    display: block;
    margin-top: 30px;
    font-size: 14px;
}

.heroSection .heroimg {
    position: relative;
    z-index: 11;
}

.heroSection .blueImg {
    position: absolute;
    top: -12%;
    right: 4%;
    width: 760px;
    filter: blur(100px);
}

.serviceSwiper {
    margin-top: -250px;
    z-index: 111;

}

.serviceSwiper .singleService {
    /* height: 370px; */
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

.musicVideos {
    margin-top: 100px;
}

.musicVideos .row {
    margin-top: -150px;
}

.musicVideos .bigText {
    text-align: center;
    font-size: 350px;
    font-weight: 100;
    letter-spacing: 30px;
    color: #686868;
    line-height: 1;
}

.musicVideos .bigText.music {
    font-size: 170px;
    margin-bottom: 75px;
}

.musicVideos .card {
    border: none;
    background: transparent;
    transition: 0.3s;
}

.musicVideos .card:hover {
    transform: scale(1.03);
}

.musicVideos .card img {
    border-radius: 20px;
}

.musicVideos .card h3 {
    color: white;
    font-weight: 100;
    font-size: 50px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.musicVideos .card a {
    color: #f01a24;
}

.musicVideos .card.center {
    margin-top: 100px;
}

.musicVideos .videoSwiper {
    margin-top: -110px;
}

.musicVideos .singleService {
    width: 100%;
    border-radius: 20px;
}

.musicVideos .singleService img {
    width: 100%;
}

.highlightWhatInAPicture {
    margin-top: 120px;
}

.highlightWhatInAPicture.portfolio {
    margin-top: 120px !important;
}

.highlightWhatInAPicture.portfolio h2 {
    font-size: 50px !important;
}

.highlightWhatInAPicture.portfolio .catagories {
    margin-bottom: 40px;
    padding: 0px;
    text-align: center;
}

.highlightWhatInAPicture.portfolio .catagories li {
    list-style: none;
    display: inline-block;
    margin: 0px 6px;
}

.highlightWhatInAPicture.portfolio .catagories li a.active {
    background: #B01F26 !important;
    color: white !important;
}

.highlightWhatInAPicture.portfolio .catagories li a {
    background: #414141;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
}

.highlightWhatInAPicture .title {
    margin-bottom: 50px;
}

.highlightWhatInAPicture .title h2 {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-bottom: 20px;
}

.highlightWhatInAPicture .title p {
    font-size: 20px;
}

.highlightWhatInAPicture .singleImage img {
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.4s;
    cursor: pointer;
}

.highlightWhatInAPicture .singleImage img:hover {
    transform: scale(1.03);
}

.creativeOfferings {
    margin-top: 120px;
    padding-bottom: 100px;
}

.creativeOfferings.aboutpage {
    margin-top: 80px !important;
}

.creativeOfferings .title {
    margin-bottom: 30px;
}

.creativeOfferings .title p {
    font-size: 20px;
}

.creativeOfferings .title h2 {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-top: 20px;
}

.creativeOfferings .nav-pills {
    justify-content: center;
}

.creativeOfferings .nav-pills .nav-link {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0px 10px;
}

.creativeOfferings .nav-pills .nav-link.active {
    background: #B01F26;
    border-color: #B01F26;
    color: white;
}

.creativeOfferings .singleCreativeOffering img {
    width: 100%;
    margin-bottom: 30px;
    /* max-height: 450px; */
    /* background-color: #000; */
    border-radius: 20px;
    /* object-fit: contain; */
}

.creativeOfferings .singleCreativeOffering h5 {
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}

.creativeOfferings .singleCreativeOffering p {
    font-weight: 200;
}

.creativeOfferings .singleCreativeOffering a {
    color: #f01a24;
}

.testimonials {
    padding: 120px 0px;
}

.testimonials .title {
    margin-bottom: 50px;
}

.testimonials .title p {
    font-size: 20px;
}

.testimonials .title h2 {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-top: 20px;
}

.testimonials .testimonialSwiper .swiper-slide {
    position: relative;
}

.testimonials .testimonialSwiper img {
    width: 90%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.testimonials .testimonialSwiper .text {
    position: relative;
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    width: 90%;
    margin-left: auto;
    margin-top: -100px;
    z-index: 11111;
    color: black;
}

.testimonials .testimonialSwiper .text p {
    color: black;
}

.testimonials .testimonialSwiper .text small {
    color: black;
}

footer {
    background: black;
    padding-top: 70px;
    padding-bottom: 30px;
}

footer h5 {
    margin-bottom: 20px;
    color: white;
}

footer .logo {
    width: 200px;
    margin-bottom: 20px;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    list-style: none;
    /* width: 34%; */
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

footer ul li a {
    color: #B7B7B7;
}

.footerLink a.active {
    color: #B01F26;
    font-weight: 600;
    text-decoration: underline;
}

.extraPage li {
    width: auto;
}

footer h6 {
    margin-bottom: 20px;
}

footer h6 a {
    color: #B7B7B7;
}

footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 70px;
    border-top: 1px solid #303030;
}

.copyright p a {
    color: #B01F26;
}

footer .copyright .socialIcons i {
    color: white;
    font-size: 25px;
    margin-left: 20px;
}

.offcanvas-header {
    padding-left: 35px;
    padding-right: 35px;
}

.offcanvas-body {
    padding: 35px;
    padding-top: 10px;
}

.offcanvas-body .quickLinks {
    padding: 0px;
    margin-bottom: 30px;
}

.offcanvas-body .quickLinks li {
    list-style: none;
    margin-bottom: 15px;
}

.offcanvas-body .quickLinks li a {
    color: black;
    font-size: 18px;
}

.offcanvas-body .contactInfo {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.offcanvas-body .contactInfo h5 {
    color: #c90000;
    margin-bottom: 20px;
    font-size: 25px;
}

.offcanvas-body .contactList {
    padding: 0px;
    margin: 0px;
}

.offcanvas-body .contactList li {
    list-style: none;
    margin-bottom: 15px;
}

.offcanvas-body .contactList li i {
    color: black;
}

.offcanvas-body .contactList li a {
    color: black;
    font-size: 24px;
}

.lb-nav a.lb-next {
    opacity: 1 !important;
}

.lb-nav a.lb-prev {
    opacity: 1 !important;
}

.headerOther {
    position: static !important;
}

.about .bigText {
    text-align: center;
    font-size: 200px;
    font-weight: 100;
    letter-spacing: 10px;
    color: #b01f26;
    line-height: 1;
}

.about img {
    border-radius: 20px;
}

.about .pull {
    margin-top: -100px;
}

.about p {
    margin-top: 80px;
}

.about p span {
    text-decoration: underline;
}

.about .counter {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
    border-top: 1px solid #5c5c5c;
}

.about .counter h2 {
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.about .counter h2 span {
    font-size: 45px;
    color: white;
}


.ourValues {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #202020;
}

.ourValues .title {
    margin-bottom: 40px;
}

.ourValues .title h2 {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-bottom: 10px;
}

.ourValues .title p {
    font-size: 20px;
}

.ourValues .card {
    padding: 20px;
    flex-direction: row;
    gap: 20px;
    background: #303030;
    height: 100%;
    border-radius: 20px;
}

.ourValues .card i {
    width: 50px;
    min-width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #B01F26;
    color: white;
    font-size: 25px;
}

.ourValues .card h5 {
    color: white;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 300;
}

.ourValues .card p {
    margin-bottom: 0px;
}


.ourPhotographers {
    padding-top: 80px;
}

.ourPhotographers .title {
    margin-bottom: 40px;
}

.ourPhotographers .title h2 {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-bottom: 10px;
}

.ourPhotographers .title p {
    font-size: 20px;
}

.ourPhotographers .card {
    padding: 20px;
    background: #202020;
    height: 100%;
    border-radius: 20px;
}

.ourPhotographers .card img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

.ourPhotographers .card h5 {
    color: white;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
}

.ourPhotographers .card p {
    color: #f01a24;
}

.ctaSection {
    padding: 40px 0px;
    background: #b01f26;
    margin-top: 80px;
}

.ctaSection img {
    border-radius: 15px;
}

.ctaSection h2 {
    color: white;
    font-weight: 300;
    font-size: 40px;
}

.ctaSection p {
    margin-bottom: 0px;
    color: white;
}

.portFolioPage h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 50px;
}

.servicePricingPage .bigText {
    text-align: center;
    font-size: 150px;
    font-weight: 100;
    letter-spacing: 10px;
    color: #fff;
    line-height: 1;
}


.servicePricingPage .singleService {
    margin-bottom: 30px;
}

.servicePricingPage .singleService .card {
    background: #0505055c;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.servicePricingPage .singleService .card h2 {
    color: white;
    font-weight: 300;
    font-size: 45px;
    margin-bottom: 20px;
}

.servicePricingPage .singleService .card h3 {
    color: #c90000;
    margin-bottom: 20px;
    font-weight: 300;
}

.servicePricingPage .singleService .card p span {
    font-weight: 600;
    color: #c90000;
    display: block;
}

.servicePricingPage .title {
    margin-bottom: 40px;
}

.servicePricingPage .title p {
    text-align: center;
    color: #a2a2a2;
    font-size: 24px;
    font-weight: 200;
}

.contactPage .title {
    margin-bottom: 50px;
}

.contactPage .title h1 {
    text-align: center;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #fff;
    line-height: 1;
}

.contactPage .title p {
    text-align: center;
    color: #a2a2a2;
    font-size: 24px;
    font-weight: 200;
}

.contactPage .formsection {
    background: #212120;
    padding: 30px;
    border-radius: 20px;
}

.contactPage .formsection .contact-info .single {
    margin-bottom: 30px;
}

.contactPage .formsection .contact-info .single h4 {
    color: #b60810;
    font-size: 20px;
    margin-bottom: 0px;
}

.contactPage .formsection .contact-info .single p a {
    color: white;
    font-weight: 200;
    font-size: 25px;
}

.contactPage .formsection .form-control {
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    color: white;
}

.contactPage .formsection .form-control:focus {
    border-bottom: 1px solid #b01f26;
    box-shadow: none;
}

.blogPage .title {
    margin-bottom: 50px;
}

.blogPage .title h1 {
    text-align: center;
    font-size: 150px;
    font-weight: 100;
    letter-spacing: 10px;
    color: #fff;
    line-height: 1;
}

.blogPage .card {
    border-radius: 15px;
    overflow: hidden;
}

.blogPage .card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
}

.blogPage .card .toppart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blogPage .card .toppart span {
    color: #fff;
}

.blogPage .card .toppart span i {
    color: #fff;
}

.blogPage .card .toppart .catagory {
    padding: 3px 10px;
    background: #b01f262e;
    color: #b01f26;
    font-size: 14px;
    border-radius: 40px;
    font-weight: 500;
}
.blogPage .card-body{
    background-color: #161616;
}

.blogPage .card h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.blogPage .card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    opacity: 0.6;
}

.blogPage .card .readDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogPage .card .readDetails span {
    color: #fff;
    font-size: 14px;
}

.blogPage .card .readDetails span i {
    color: #fff;
}

.blogPage .card .readDetails .btn-link {
    color: #B01F26;
    text-decoration: none;
    font-weight: 600;
}

.blogPage .card .readDetails .btn-link i {
    color: #B01F26;
    margin-left: 5px;
}

.blogDetailsPage .blogBanner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.blogDetailsPage .blogBanner .blogBannerImg {
    margin: auto;
    display: block;
}

.blogDetailsPage .blogBanner .bg {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -2;
    filter: blur(150px);
    object-position: top;
    opacity: 0.6;
}

.blogDetailsPage .toppart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px;
}

.blogDetailsPage .toppart .catagory {
    padding: 3px 10px;
    background: #b01f26;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    font-weight: 500;
}

.blogDetailsPage h1 {
    color: white;
    font-weight: 300;
    font-size: 45px;
    margin-bottom: 30px;
}

.otherBlogs {
    margin-top: 60px;
}

.otherBlogs .toppart {
    padding-top: 0px;
}

.otherBlogs h2 {
    font-weight: 300;
    margin-bottom: 30px;
    color: white;
    font-size: 45px;
}


/* ============== Sidebar Mobile Manu CSS =============== */
.offcanvas.offcanvas-bottom.offcanvas-full {
    /* min-height: 100vh !important; */
    height: 100vh !important;
    /* max-height: 100vh !important; */
    background: #0a0a0a;
    background-image:
        radial-gradient(80% 60% at 50% 40%, rgba(255, 255, 255, 0.04), transparent 60%),
        radial-gradient(40% 50% at 80% 80%, rgba(255, 255, 255, 0.03), transparent 60%);
    color: #ffffff;
}

.offcanvas .offcanvas-body .quickLinks {
    margin-top: 50px;
}

.offcanvas .offcanvas-body .quickLinks li a {
    color: #ffffff;
    font-size: 35px;
}

.offcanvas .offcanvas-header {
    border: none;
    padding: 1rem 1.5rem;
}

.offcanvas .btn-close.btn-close-white {
    filter: invert(1) grayscale(100%);
}

.offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-y: auto;
    padding: 2rem;
}

.offcanvas .quickLinks {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.offcanvas .quickLinks>li {
    margin: 10px 0;
}

.offcanvas .quickLinks>li>a,
.offcanvas .quickLinks>li>button.menu-toggle {
    font-size: 35px;
    color: #ffffff;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 100;
    transition: letter-spacing 0.3s ease, opacity 0.3s ease;
}

.offcanvas .quickLinks>li>a:hover,
.offcanvas .quickLinks>li>button.menu-toggle:hover {
    letter-spacing: 1.5px;
    opacity: 0.85;
}

.offcanvas .submenu {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.offcanvas .submenu li {
    margin: 12px 0;
}

.offcanvas .submenu a {
    font-size: 35px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 100;
    transition: letter-spacing 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}

.offcanvas .submenu a:hover {
    color: #ffffff;
    letter-spacing: 1.5px;
    opacity: 0.85;
    color: #B01F26 !important;
}

.offcanvas .quickLinks>li.active>a,
.offcanvas .quickLinks>li.active>button.menu-toggle {
    color: #B01F26;
    font-weight: 500;
}

.offcanvas .offcanvas-body .quickLinks .submenu li a.active {
    color: #B01F26;
    font-weight: 500;
}

/* ============== Sidebar Mobile Manu CSS =============== */

/* ==================== Weddign Page CSS ======================== */
.pageBannerSection {
    width: 100%;
    padding: 115px 0px;
    position: relative;
}

.pageBannerSection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05050594;
}

.pageBannerimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pageBannerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 36%;
}

.bannerContents {
    position: relative;
    z-index: 1;
}

.bannerContents h1 {
    font-size: 60px;
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 36px;
}

.bannerContents h1 span {
    display: block;
    font-weight: 400;
    color: #B01F26;
}

.bannerContents p {
    font-size: 18px;
    color: #B7B7B7;
    margin-bottom: 36px;
}

.weddingPhotoGallery {
    margin: 80px 0px;
}

.weddingPhotoGallery .singleImage img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.serviceSection {
    padding-top: 100px;
}

.serviceSection .title {
    margin-bottom: 50px;
    max-width: 700px;
}

.serviceSection .title h2 {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-bottom: 20px;
}

.serviceSection .title p {
    font-size: 20px;
}

.serviceSection .card .card-body h5 {
    font-size: 24px;
    color: #ffffff;
}

.serviceSection .card {
    background-color: #0505055c;
}

.userGot {
    list-style: none;
    padding: 0;
}

.userGot li {
    position: relative;
    margin-bottom: 6px;
    font-size: 14px;
    padding-left: 16px;
    color: #B7B7B7;
}

.userGot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #B01F26;
    border-radius: 50%;
}

.userGot li:last-child {
    margin-bottom: 16px;
}



.bridalBills,
.inDoorCeremony,
.weddingCeremony {
    padding: 75px 0px;
    position: relative;
}

.weddingCeremony .imageSider img {
    max-height: 500px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.preWeddingCeremony .imageSider img {
    max-height: 500px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.allTilte .title {
    font-size: 60px;
    color: white;
    font-weight: 200;
    margin-bottom: 20px;
}

.outDoorCeremony,
.preWeddingCeremony,
.multiculturalCeremony {
    padding: 75px 0px;
    background-color: #000;
    position: relative;
}

.outDoorCeremony .leftImg img {
    position: absolute;
    top: 120px;
    left: 0;
    max-width: 400px;
}

.outDoorCeremony .rightImg img {
    max-width: 410px;
    position: absolute;
    top: -20px;
    right: 0;
}

.multiculturalCeremony .imageSider img {
    max-height: 500px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.bridalBills {
    padding-bottom: 140px;
    overflow: hidden;
}

.bridalBills .rightImg img {
    position: absolute;
    right: 0;
    top: 0;
    height: 420px;
    object-fit: cover;
    overflow: hidden;
    max-width: 420px;
}

.bridalBills .overImg img {
    position: absolute;
    right: 200px;
    top: 20%;
}

.outdoorSection {
    padding: 75px 0px;
    position: relative;
    background-color: #000;
}

.outDoorImages .fullImg img {
    height: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
}

.outDoorImages .halfImg img:first-child {
    width: 65%;
    height: 200px;
    border-radius: 8px;
}

.outDoorImages .halfImg img {
    height: 375px;
    object-fit: cover;
    border-radius: 8px;
}

.outDoorTxtDetails {
    padding: 75px 0px;
    position: relative;
    background-color: #000;
}



.weddingAddsection {
    padding: 75px 0 0px 0px;
}

.weddingAddsection .subtitle {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.weddingAddsection .description {
    /* color: #6c7a89; */
    margin-bottom: 0px;
}

/* Wedding Services Cards */
.weddingCarosul .addedServices {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    /* remove underline */
}

.weddingCarosul .addedServices img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 6px;
    height: 265px;
    object-fit: cover;
}

.weddingCarosul .addedServices:hover img {
    transform: scale(1.05);
}

.weddingCarosul .addedServices h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    z-index: 4;
    margin: 0;
}

/* Dark overlay behind text */
.weddingCarosul .addedServices::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: background 0.3s ease;
    border-radius: 6px;
}

.weddingCarosul .addedServices:hover::after {
    background: rgba(0, 0, 0, 0.5);
}




.weddingCarosul .swiper-slide {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.weddingCarosul .swiper-slide:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.weddingCarosul .swiper-slide img,
.weddingCarosul .swiper-slide video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    transition: transform 0.5s ease;
}

.weddingCarosul .overlay-text {
    position: absolute;
    inset: 0;
    /* cover full slide */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    padding: 10px;
}

.weddingCarosul .swiper-slide:hover .overlay-text {
    opacity: 1;
}

.video-slide .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

.video-slide:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.2);
    color: #fff;
}

.familyPhotography {
    padding: 75px 0px;
}

.lefterSide .texts {
    width: 60%;
}

.lefterSide {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 16px;
}

.lefterSide img {
    width: 40%;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    min-height: 250px;
    height: 250px;
    object-fit: cover;
}

.leftBorderSide {
    border-right: 1px solid #ffffff;
}


.righterSide .texts {
    width: 60%;
}

.righterSide {
    border-top: 1px solid #ffffff;
    padding-top: 16px;
}

.righterSide img {
    width: 40%;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    min-height: 250px;
    object-fit: cover;
    height: 250px;
}

.flarge {
    max-height: 250px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.serviceTab .nav-tabs {
    justify-content: center;
}

.serviceTab .nav-tabs .nav-link {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0px 10px;
}

.serviceTab .nav-tabs .nav-link.active {
    background: #B01F26;
    border-color: #B01F26;
    color: white;
}

/* Video Formats */
.videoMusic {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.videoMusic .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite;
    z-index: 2;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}


.musicVideos .songCard img {
    border-radius: 20px;
    width: 100%;
}

.musicVideos .music-thumb {
    position: relative;
}

.musicVideos .music-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.musicVideos .music-play-btn:hover {
    background: rgba(255, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.musicBanner .music-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.musicBanner .music-play-btn:hover {
    background: rgba(255, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Faq sections */
.faqSection {
    padding: 90px 0;
    background-color: #000;
}

.faqSection .faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.faqSection .accordion-item {
    border-radius: 8px;
    border: none;
    background: #282828;
}

.faqSection .accordion-button::after {
    display: none;
    /* Remove default Bootstrap arrow */
}

.faqSection .accordion-button {
    font-weight: 400;
    font-size: 20px;
    padding-right: 3rem;
    position: relative;
    background-color: #282828;
    color: #B7B7B7;
    border-radius: 8px;
}

.faqSection .accordion-button:focus {
    box-shadow: none;
}

.faqSection .accordion-body {
    background: #282828e6;
    color: #B7B7B7;
    border-radius: 8px;
}

.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #ffffff;
}

.faqSection .accordion-button .faq-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    color: #ffffff;
    transition: transform 0.3s;
}

.faqSection .accordion-button:not(.collapsed) .faq-icon {
    transform: translateY(-50%) rotate(45deg);
    /* Rotate icon when open */
}

.musicArea {
    padding-top: 200px;
    position: relative;
}

.musicTitle .title {
    font-size: 350px;
    line-height: 1;
    font-weight: 100;
    color: #686868;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10%);
}

.musicCards {
    padding: 16px;
    border-radius: 20px;
    background-color: #0505055c;
}

.musicCards h4 {
    font-size: 18px;
}

.musicCards p {
    margin-bottom: 0;
    font-size: 14px;
}

.musicCards .musicBanner {
    position: relative;
    margin-bottom: 16px;
    /* height: 240px; */
    overflow: hidden;
}

.musicCards .musicBanner img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
    /* object-position: 50% center; */
    /* background-color: #000; */
    border-radius: 16px;
}

.portfolioService {
    padding: 100px 0px;
    background-color: #0505055c;
}

.portfolioCards {
    position: relative;
    background: #282828;
    border-radius: 20px;
    padding: 16px;
}

.portfolioCards img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
    height: 220px;
    object-fit: cover;
}

.portfolioCards .subText h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

.portfolioCards .subText p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

.portfolioTabscontent .nav-tabs {
    justify-content: center;
    gap: 16px;
}

.portfolioTabscontent .nav-tabs .nav-link {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    /* margin: 0px 10px; */
}

.portfolioTabscontent .nav-tabs .nav-link.active {
    background: #B01F26;
    border-color: #B01F26;
    color: white;
}


.portfolioTabscontent .singleImage img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}



.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider .heroSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-slider .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-slider .container {
    position: relative;
    z-index: 2;
}

.hero-slider .title {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.3;
}

.hero-slider .desc {
    font-size: 20px;
    line-height: 1.8;
    max-width: 500px;
}

.hero-slider .btn-outline-light {
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.hero-slider .btn-outline-light:hover {
    background: #fff;
    color: #000;
}

/* ✅ Fix: Visible Thumbnails */
.thumbsSwiper {
    width: 100%;
    max-width: 1024px;
    margin: 20px auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    /* Ensure it's above overlay */
    transform: translate(-50%);
}

.thumbsSwiper .swiper-slide {
    width: 160px !important;
    height: 120px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.thumbsSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #dc3545;
}

.thumbsSwiper img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}


.thumbsSwiper .thumb-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.3s ease;
}

/* Highlight active thumbnail */
.thumbsSwiper .swiper-slide-thumb-active .thumb-title {
    background: rgba(220, 53, 69, 0.85);
    /* matches your active border color */
}



/* Background video styling */
.musicVideos {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.musicVideos .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3;
    /* adjust transparency */
}

.musicVideos .content {
    position: relative;
    z-index: 2;
}

/* Optional: small enhancement to your existing play button */
.musicVideos .play-btn {
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* .musicVideos .play-btn:hover {
  transform: scale(1.1);
} */
.category-list span {
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease;
}

.category-list span:hover {
    color: #ff4d4d;
}

.category-list span.active {
    color: #ff4d4d;
    font-weight: 600;
    text-decoration: underline;
}


/* ==================== Weddign Page CSS ======================== */

@media only screen and (max-width: 1440px) {

    .outDoorCeremony .rightImg img,
    .outDoorCeremony .leftImg img {
        max-width: 350px;
    }
}

@media only screen and (max-width: 1366.99px) {
    .musicVideos .bigText.music {
        font-size: 130px;
        margin-bottom: 100px;
    }

    .outDoorCeremony .rightImg img,
    .outDoorCeremony .leftImg img {
        max-width: 320px;
    }

    .serviceSwiper {
        margin-top: -180px;
    }
}

@media only screen and (max-width: 1280.9px) {

    .outDoorCeremony .rightImg img,
    .outDoorCeremony .leftImg img {
        max-width: 275px;
    }
}

@media only screen and (max-width: 1200.9px) {

    .outDoorCeremony .rightImg img,
    .outDoorCeremony .leftImg img {
        max-width: 250px;
    }

    .serviceSwiper {
        margin-top: -180px;
    }

    /* .outDoorCeremony .leftImg img{
        top: auto;
        bottom: 0;
    } */
}

@media only screen and (max-width: 1199.9px) {
    .musicVideos .bigText.music {
        font-size: 100px;
    }

    .serviceSwiper {
        margin-top: 0;
    }

    .outDoorCeremony .rightImg img,
    .outDoorCeremony .leftImg img {
        max-width: 240px;
    }

    .allTilte .title {
        font-size: 52px;
    }

    .bridalBills .overImg img {
        right: 130px;
    }

    .serviceSection .card .card-body h5 {
        font-size: 20px;
    }

    .musicVideos .bigText {
        font-size: 290px;
    }
}

@media only screen and (max-width: 991.9px) {

    .outDoorImages .halfImg img:first-child {
        width: 100%;
        height: 241px;
    }

    .outDoorImages .halfImg img {
        height: 241px;
    }

    .groupImages {
        margin-bottom: 32px;
    }

    .weddingPhotoGallery {
        margin-top: 50px;
    }

    .allTilte.border-end {
        border: none !important;
    }

    .weddingAddsection .description {
        margin-bottom: 32px;
    }

    .leftBorderSide {
        border-right: none;
        /* border-bottom: 1px solid #ffffff; */
    }

    .leftBorderSide .flarge {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 16px;
    }

    .weddingCeremony .imageSider img {
        width: 100%;
    }

    .allTilte .title {
        font-size: 46px;
    }

    /* .outDoorCeremony .rightImg img, .outDoorCeremony .leftImg img{
        opacity: .3;
    } */
    .textSider.allTilte {
        position: relative;
        z-index: 1;
    }

    .inDoorBnnar img {
        min-height: 300px;
        object-fit: cover;
    }

    .multiculturalCeremony .imageSider img {
        width: 100%;
    }

    .bridalBills .overImg img {
        right: 50px;
        top: 25%;
    }

    .bridalBills .rightImg img {
        height: 350px;
    }

    .preWeddingCeremony .imageSider img {
        width: 100%;
    }

    .weddingPhotoGallery .singleImage img {
        height: 175px;
    }

    .serviceSection .btn-red {
        padding: 10px 24px;
    }

    .serviceSection .card .card-body h5 {
        font-size: 22px;
    }

    .serviceSection .card .card-body p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767.99px) {
    .musicVideos .bigText {
        font-size: 190px;
    }

    .outDoorCeremony .rightImg img,
    .outDoorCeremony .leftImg img {
        opacity: .1;
        max-width: 370px;
    }

    .bridalBills {
        padding-bottom: 75px;
    }

    .bridalBills .rightImg img {
        opacity: .1;
    }

    .bridalBills .overImg img {
        left: 0;
        opacity: .1;
    }

    .preWeddingCeremony .imageSider img,
    .multiculturalCeremony .imageSider img,
    .weddingCeremony .imageSider img {
        max-height: inherit;
        margin-bottom: 36px;
    }

    .inDoorBnnar img {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 600px) {

    .faqSection,
    .portfolioService,
    .outDoorTxtDetails,
    .familyPhotography,
    .bridalBills,
    .inDoorCeremony,
    .weddingCeremony {
        padding: 50px 0px;
    }

    .serviceSection {
        padding-top: 50px;
    }

    /* .highlightWhatInAPicture .singleImage.lastImg{
        margin-bottom: 0;
    } */
    .portfolioTabscontent .nav-tabs .nav-link {
        padding: 10px 20px;
    }

    .highlightWhatInAPicture.portfolio,
    .ctaSection,
    .creativeOfferings.aboutpage,
    .creativeOfferings,
    .highlightWhatInAPicture,
    .musicVideos,
    .musicVideos {
        margin-top: 50px !important;
    }

    .highlightWhatInAPicture.weddingPhotoGallery {
        margin: 0 !important;
        padding-bottom: 30px;
        margin-top: 50px !important;
    }

    .ourValues,
    .testimonials {
        padding: 50px 0px;
    }

    .ourPhotographers {
        padding-top: 50px;
    }

    .blogPage .title h1 {
        font-size: 60px;
    }

    .ctaSection h2 {
        font-size: 36px;
    }

    .contactPage .formsection {
        padding: 16px;
        border-radius: 0px;
    }

    .offcanvas .submenu a {
        font-size: 18px !important;
    }

    .heroSection .weddingText {
        max-width: 100%;
        width: 300px;
        margin-top: 120px;
    }

    .heroSection p {
        margin-top: 0px;
    }

    .heroSection p br {
        display: none;
    }

    .serviceSwiper .singleService {
        height: 240px;
    }

    .musicVideos .bigText {
        font-size: 100px;
        letter-spacing: 10px;
    }

    .musicVideos .row {
        margin-top: 0px;
    }

    .musicVideos .card h3 {
        font-size: 40px;
    }

    .musicVideos .card.center {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .musicVideos .videoSwiper {
        margin-top: 0px;
    }

    .highlightWhatInAPicture .title h2 {
        font-size: 45px !important;
    }

    .creativeOfferings .title h2 {
        font-size: 50px;
    }

    .creativeOfferings .nav-pills .nav-link {
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 50px;
        margin: 5px 5px;
    }


    .creativeOfferings .singleCreativeOffering {
        margin-bottom: 30px;
    }

    .testimonials .title h2 {
        font-size: 50px;
    }

    .about .bigText {
        text-align: center;
        font-size: 60px;
        letter-spacing: 1px;
    }

    .about .pull {
        margin-top: 0px;
    }

    .about p {
        margin-top: 30px;
    }

    .ourValues .title h2 {
        font-size: 50px;
    }

    .ourValues .card {
        margin-bottom: 20px;
        height: unset;
    }

    .ourPhotographers .title h2 {
        font-size: 50px;
    }

    .ctaSection .text-end {
        text-align: left !important;
    }

    .ctaSection p {
        margin-bottom: 30px;
        margin-top: 20px;
        color: white;
    }

    footer .copyright {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .portFolioPage h1 {
        margin-top: 20px;
    }

    .highlightWhatInAPicture.portfolio .catagories li a {
        background: #414141;
        color: white;
        padding: 10px 15px;
        border-radius: 50px;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .servicePricingPage .bigText {
        text-align: center;
        font-size: 80px;
        font-weight: 100;
        letter-spacing: 0px;
    }

    .servicePricingPage .title p {
        font-size: 20px;
    }

    .servicePricingPage .singleService .card h2 {
        font-size: 30px;
    }

    .contactPage .title h1 {
        text-align: center;
        font-size: 60px;
    }

    .contactPage .title p {
        font-size: 20px;
    }

    .pageBannerSection {
        padding: 75px 0px;
    }

    .pageBannerimage img {
        object-position: center;
    }

    .blogDetailsPage h1 {
        font-size: 35px;
    }

    .bannerContents h1 {
        font-size: 42px;
    }

    .bannerContents p {
        margin-bottom: 0;
    }

    .bannerContents a {
        margin-top: 24px;
        display: inline-block;
    }

    .weddingAddsection,
    .outDoorCeremony,
    .preWeddingCeremony,
    .multiculturalCeremony {
        padding: 50px 0px;
    }

    .multiculturalCeremony .imageSider img {
        width: 100%;
    }


}

@media only screen and (max-width: 475.9px) {
    .musicVideos .bigText.music {
        margin-bottom: 0;
    }

    .allTilte .title {
        font-size: 36px;
    }

    .serviceTab .nav-tabs .nav-link {
        padding: 10px 24px;
    }

    .musicTitle .title {
        font-size: 145px;
        transform: translate(-50%, 15%);
    }

    .testimonials .title h2,
    .creativeOfferings .title h2,
    .serviceSection .title h2,
    .highlightWhatInAPicture .title h2 {
        font-size: 36px !important;
    }

    .outDoorImages .halfImg img:first-child {
        width: 100%;
        height: 117px;
    }

    .outDoorImages .halfImg img {
        height: 117px;
    }

    .outDoorImages .fullImg img {
        height: 250px;
    }

    .righterSide,
    .lefterSide {
        flex-direction: column-reverse;
        border: none;
    }

    .flarge {
        border: none !important;
        max-height: fit-content;
    }

    .righterSide img,
    .lefterSide img {
        width: 100%;
        border: none;
        padding: 0;
    }

    .righterSide .texts,
    .lefterSide .texts {
        width: 100%;
    }
}

.lb-data .lb-close {
    position: absolute;
    top: 0px;
    right: 330px;
}