html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Serif 4", serif;
}

/* padding  */
.p-150 {
    padding: 150px 0px;
}

.p-140 {
    padding: 140px 0px;
}

.p-130 {
    padding: 130px 0px;
}

.p-120 {
    padding-top: 120px;
}

/* padding */
h1 {
    font-family: "Source Serif 4", serif;
    font-weight: 700;
    font-size: 127px;
    line-height: 116px;

}

h2 {
    font-size: 86px;
    line-height: 87px;

}

h3 {
    font-weight: 400;
    font-size: 66px;
    line-height: 100%;

}

h4 {
    font-size: 56px;
    line-height: 66px;
    color: #fff;

}

h5 {
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    color: #000;
}


a {
    text-decoration: none;
}

li {
    list-style: none;
}

.privacy ol li {
    list-style: decimal;
}

ul {
    margin-bottom: 0px;
}

button:focus {

    outline: unset;
}

/* header  */
header nav {
    padding: 16px 0px !important;
}

div#navbarSupportedContent {
    justify-content: center;
}

div#navbarSupportedContent ul li a.nav-link {
    color: #fff;
}

div#navbarSupportedContent ul li a.nav-link {
    font-size: 16px;
    line-height: 100%;
    position: relative;
    padding: 0px;
    padding-right: 57px;
    padding-bottom: 7px;
}

div#navbarSupportedContent ul li:last-child a {
    padding-right: 0px;
}

div#navbarSupportedContent ul li a.active::after {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    width: 20px;
    height: 1px;
    background-color: #D95F27;
}

header {
    position: fixed;
    width: 100%;
}

nav .btn-holder a {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border: 0.5px solid #FFFFFF24;
    background-color: #FFFFFF12;
    border-radius: 160px;
    padding: 12.5px 33px;
}

header {
    transition: background-color 0.3s ease;
}

header.scrolled {
    background-color: rgb(0 0 0);
    box-shadow: 0 2px 10px rgb(197 185 185 / 35%);
    z-index: 99;
}

.scrolled a.cta {
    background-color: #d95f27;
}

/* end of header */
/* banner */

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner_logo {
    text-align: -webkit-right;
}

.inner_banner {
    padding-top: 340px;
}

.banner_logo .b_logo {
    border: 0.5px solid #FFFFFF;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .banner_h h1 {
    color: #fff;
    max-width: 986px;
    margin-bottom: 0px;
}

.banner_explore {
    padding-left: 181px;
    padding-top: 84px;
}

.banner_explore p {
    color: #fff;

    position: relative;
}

.banner_explore p::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 100%;
    width: 44px;
    height: 1px;
    background-color: #fff;
    transform: translate(-15px, 0%);
}

.home-banner-co {
    padding-top: 98px;
    padding-bottom: 37px;
}

.home-banner-co .social-link .links-socil {
    display: flex;
    flex-direction: column;
}

.home-banner-co .social-link .links-socil a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF66;
    margin-bottom: 14px;
    color: #fff;
}

.home-banner-co .social-link .links-socil a:last-child {
    margin-bottom: 0px;
}


.home-banner-co .go_down .down {
    width: 44px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF80;
    border-radius: 10px;
    margin-left: auto;
}






/* footer  */


/* end of footer  */


footer h6 {
    color: #fff;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 5px;

}

.footer_1 .row>div {
    margin: 0px -15px;
}

.footer-1-1 {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #2F4358;
    padding: 70px 284px 98px 0px;

}

footer ul {
    padding-left: 0px;
}

footer ul li a {
    font-size: 14px;
    line-height: 46px;
    color: #fff;

}

.footer-1-1 .ul-2 h6 {
    opacity: 0;
}

.footer-1-1 .ul-3 h6 {
    margin-bottom: 19px;
}

.footer-1-1 .ul-3 ul li a i {
    margin-right: 11px;

}

.footer-1-1 .ul-3 ul li a {
    display: flex;
    align-items: center;
}

.footer-1-2 {
    padding-left: 83px;
    padding-top: 85px;
}

.addres {
    display: flex;
    justify-content: start;
    margin-bottom: 42px;
}


.addres .add-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    max-width: 83px;
    width: 100%;
    margin-right: 21px;
}

.addres .add2 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.addres .add2 a {
    color: #fff;
}

.full-width {
    width: 100%;
    height: 1px;
    background-color: #2F4358;
}

.footer-2 p,
.last-p-2 ul li a {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 0px;
}

.last-p-2 ul {
    display: flex;
    justify-content: end;
    gap: 50px;
}

.last-p-1,
.last-p-2 {
    padding: 30px 0px;
}

.footer-3 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #D95F27;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 8%;
    right: 2%;
}


/* End of footer  */
/* start of join section  */
.join .box-head h4 {
    max-width: 1072px;
    margin: auto;
    text-align: center;
    margin-bottom: 59px;
}

.instagram a.cta:hover {
    background-color: transparent !important;
    color: #D95F27 !important;
}

section.join {
    background-position: center;
    background-repeat: no-repeat;
}

.join .join_email {
    max-width: 654px;
    margin: auto;
    border: 1px solid #FFFFFF33;
    border-right: none;
    border-left: none;
    position: relative;
}

.join .join_email::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    width: 45px;
    height: 18px;
}

.join .join_email p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
/*     padding: 25px 0px; */
}

/* end of join section  */


/* instgram sec  */
.insta {
    display: flex;
    justify-content: space-between;
}

.instagram h4 {
    font-size: 45px;
    line-height: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.instagram .btn-holder {
    text-align: center;
    margin-top: 50px;
}

.instagram .btn-holder a.cta {
    background-color: #D95F27;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border-radius: 160px;
    padding: 13.5px 29.5px;
    display: inline-block;
}

.instagram {
    padding-top: 100px;
}

/* end of instagram section  */




/* date - 1may 2025 */

.head_sound h2 {
    font-weight: 400;
    line-height: 96px;
    max-width: 918px;
    padding-left: 125px;
    margin-bottom: 75px;
}

.body_sound .inner_sound_1 h4 {
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    color: #000;
    position: relative;
    max-width: 431px;
    padding-top: 19px;
}

.body_sound .inner_sound_1 h4::after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 66px;
    height: 1px;
    background-color: #000000;
}

.inner_sound_1 .sound_1p {
    max-width: 614px;
}

.inner_sound_1 .sound_1p p:last-child {
    margin-bottom: 0px;
}

.inner_sound_1 .sound_1p p {
    margin-bottom: 28px;
}

.sound_img_1 {
    max-width: 548px;
    position: relative;
    margin-left: auto;
}

.sound_2 {
    padding-right: 54px;
}

.sound_img_1::after {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    width: 197px;
    height: 297px;
    transform: translate(40px, -80%);
}

a.cta {
    background: #D95F27;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    padding: 14px 34.3px;
    border-radius: 160px;
    display: inline-block;
    border: 2px solid transparent;
}

a.cta:hover {
    background-color: #fff;
    color: #D95F27;
    text-decoration: none;
    border: 2px solid #D95F27;
}

.inner_sound_1 .btn-holder {
    margin-top: 32px;
}

.driven_sound {
    position: relative;
}

/*.driven_sound.drive_after::after {
    left: 0;
    height: 470px;
}*/


.drive_after::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 470px;
    bottom: 0%;
    left: 0%;
    background-color: #E9E2D8;
    z-index: -1;
    opacity: 14%;
}

.drive_right{
    position: relative;
    padding-bottom: 120px;
}
.drive_right::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 470px;
    bottom: 0%;
    right: 0%;
    background-color: #E9E2D8;
    z-index: -1;
    opacity: 14%;
}


/* slider   */



.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    justify-content: space-between;
    gap: 15px;
}

.slider_container .buttons {
    display: flex;
    justify-content: start;
    gap: 7px;
}

.slider_container .buttons button {
    background-color: #1A2A3A;
    border-radius: 21px;
    cursor: pointer;
    width: 58px;
    height: 36px;
    border: 1px solid #1A2A3A1A;
}

.slider_container .buttons button:first-child img {
    transform: rotate(-180deg);
}

.slider_container .buttons button.disabled {
    /* background-color: #fff; */
    background-color: #1a2a3a;
    opacity: 0.5;
}

/* .slider_container .buttons button.disabled img {
    filter: blur(1px);
} */

.crafting h2 {
    max-width: 836px;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.crafting .slider_container .about_slider {
    flex: 0 0 26.32%;
}

.crafting .slider_container .about_slider h4 {
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 52px;
    color: #000;
}


.slider_container {
    display: flex;
    align-items: center;
}

.slider_box {
    width: 100%;
}

.slider_child .child_img {
    max-width: 47px;
    height: 50px;
}

.slider_child h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin: 20px 0px 10px;
}

.slider_child p {
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
}

.slider_child {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #0000001C;
}

.slider-p {
    padding: 0px 15px;
}

.slider_child:hover {
    box-shadow: 50px 34px 94px 0px #1A2A3A21;
}

section.crafting {
    overflow: hidden;
}

.crafting {
    padding-top: 86px;
}


.Reviews p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.Reviews h4 {
    font-weight: 400;
    font-size: 66px;
    line-height: 76px;
    color: #fff;
    margin-bottom: 34px;
    text-align: center;
}

#slider_2 .slider_reviews p {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}

#slider_2 .slider_reviews .starts img {
    margin: 0px auto 20px auto;
}

#slider_2 .slider_reviews .review_body p {
    font-family: DM Sans;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 0px auto 31px auto;
    max-width: 1108px;
}

#slider_2 .slider_reviews .review_body p:last-child {
    margin-bottom: 0px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;

}

.slider-cover {
    position: relative;
}

.slider-cover .buttons-2 button {
    position: absolute;
    top: 50%;
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    background-color: #1e2e3e;
    transform: rotate(-180deg);
    width: 83px;
    height: 51px;
}

.slider-cover .buttons-2 button.next {
    right: 0%;
    transform: rotate(0deg);
}

/* 
section wedding */
.wedding-img {
    display: none;
}

section.wedding {
    position: relative;
}


section.wedding::after {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    width: 50%;
    height: 100%;
}

.Wedding-p {
    max-width: 627px;
}

.dates {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.dtae1 {
    display: flex;
    align-items: center;
}

.Wedding-p .dates p {
    margin-bottom: 0px;
    color: #D95F27;
}

.dtae1 img {
    margin-right: 8px;
}

.Wedding-p p {
    color: #666A6E;
}

/*  wedding section end
.from_the-p  start */

.from_the {
    background-attachment: fixed;
}

.from_the-p {
    max-width: 693px;
    margin-left: auto;
}

.from_the-p h2 {
    color: #fff;
    margin-bottom: 13px;
}

.from_the-p p {
    color: #fff;
    padding-right: 62px;
    margin-bottom: 22px;
}

.from_the-p a.cta {
    background-color: #fff;
    color: #D95F27;
}

.from_the-p a.cta:hover {
    background-color: #D95F27;
    color: #fff;
}



/* start of faq accordin */

.accordion {
    width: 100%;
    max-width: 100%;
}

.faq .accordion-item {
    border: 1px solid #D95F271C;
    border-radius: 20px;
    overflow: hidden;
}

.faq .accordion-item .accordion-header {
    font-family: "Source Serif 4", serif;
    border: none;
    width: 100%;
    text-align: left;
    padding: 39px 20px;
    background: #fff;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    line-height: 30px;
}


.faq .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq .accordion-content p {
    margin: 15px 0;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}



.faq h2 {
    margin: 0px auto 50px auto;
    max-width: 728px;
    text-align: center;
}

.perent_faq {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.perent_faq .accordion-item {
    margin-bottom: 30px;
}


.perent_faq .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq .accordion-item .accordion-header::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0%;
    width: 18px;
    height: 9px;
    transform: translate(-23px, -50%);
    background-position: center;
    background-size: contain;
}

.perent_faq .accordion-item.open button::after {
    transform: translate(-23px, -50%) rotate(-180deg);
}

/* end of faq  */



/* drag slider  */
.admits-photos img {
    width: 100% ! important;
    height: 100% ! important;
}

.slider-overflow .admits-slider .slick-list.draggable {
    padding: 0 13vw !important;
}



/* .slider-overflow .slick-slide {
  transform: scale(0.8);
  opacity: 1;
  z-index: 0;
} */
.slider-overflow .slick-slide {
    transform: scale(0.6);
    opacity: 1;
    z-index: 0;
}


/* .slider-overflow  .slick-active.slick-slide {
  transition: transform 0.4s ease;
  opacity: 1;
  transform: scale(0.9);
  z-index: 1;
} */

.slider-overflow .slick-active.slick-slide {
    transition: transform 0.4s ease;
    opacity: 1;
    transform: scale(0.8);
    z-index: 1;
}

.slider-overflow .slick-active.slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.slider-overflow .admits-slider .slick-track {
    display: flex;
}

.slider-overflow .admits-slider .slick-track .admits-photos {
    height: auto;
}


/* .slider-overflow .admits-slider .slick-track .slick-center{
    width: 561px !important;
} */


/* drage mouse  */


.container-slider {
    position: relative;
    cursor: none;
}

#follower {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    color: white;
    transform: translate(-50%, -50%);
    display: none;

}

#follower .DRAG {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.drag_slider h2 {
    margin-bottom: 60px;
    text-align: center;
}


/* button  */

.custom-toggler {
    border: none;
    background: transparent;
    padding: 10px;
    cursor: pointer;
    z-index: 1001;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
}

.hamburger .line {
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animate to X when toggled */
#toggle {
    width: 28px;
    height: 30px;
    margin: auto;
}

#toggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

/* date 2 may 2025  */

.from_the,
.join {
    background-repeat: no-repeat;
    background-size: cover;
}






/* second page start  */


/* inner banner  */
.inner-banner .inner_box {
    max-width: 821px;
    margin: auto;
}


.inner-banner .inner_box h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 31px;
}

.inner-banner .inner_box p {
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.inner-banner {
    padding: 262px 0px 162px 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}




/* tabs section of banner-2 */
.tabination-gallery .tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    justify-content: center;
}

.tabination-gallery .tab {
    border: 1px solid #D95F271C;
    padding: 15px 20px;
    background: transparent;
    cursor: pointer;
    line-height: 100%;
    border-radius: 8px;
    max-width: 172px;
    width: 100%;
    text-align: center;
}

.tabination-gallery .tab.active {
    background: #D95F27;
    color: white;
}

.tabination-gallery .tab-content {
    display: none;
}

.tabination-gallery .tab-content.active {
    display: block;
}




.tabination-gallery h4 {
    font-weight: 400;
    line-height: 68px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}

.tabination-gallery p {
    text-align: center;
    max-width: 873px;
    margin: 0px auto 80px auto;
}

.inner-tabs,
.inner-tabs .tab-imgs {
    width: 100%;
}

.inner-tabs .tab-imgs img {
    width: 100%;
}

.inner-tabs .tab-imgs {
    margin-bottom: 28px;
    position: relative;
}

.tabination-gallery .btn-holder {
    text-align: center;
    margin-top: 22px;
}

.inner-tabs .tab-imgs::after {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #FFFFFF4D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.inner-tabs .tab-imgs:hover::after {
    opacity: 1;
    transition: ease-in-out .5s;
}

.inner-tabs .tab-imgs:hover {
    background-blend-mode: overlay;
    background-color: #0000004D;
}

/* end of gallery page  */
/* faq page css  */

.need_help .header_need h4 {
    font-weight: 400;
    line-height: 68px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
}

.need_help .header_need p {
    color: #000;
    text-align: center;
    max-width: 682px;
    margin: 0px auto 72px auto;
}


/* need help page ends  */

/* next page hear_what  */


.hear_what h4 {
    max-width: 945px;
    margin: auto;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
    color: #000;
    margin-bottom: 90px;
}

.inner_hear-r {
    width: 100%;
}

.inner_hear-r .reviews_about:hover{
    transition: 0.3s ease-in-out;
    background-color: #d95f2714;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner_hear-r .reviews_about {
    width: 100%;
    border: 1px solid #D95F271C;
    border-radius: 20px;
    padding: 40px 35px;
    margin-bottom: 30px;
    height: 296px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner_hear-r .reviews_about h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 13px;
}

.inner_hear-r .reviews_about .star-review {
    height: 11px;
    display: flex;
    align-items: start;
}

.inner_hear-r .reviews_about p {
    font-size: 16px;
    color: #666A6E;
    margin-top: 16px;
}

.inner_hear-r .reviews_about span {
    font-family: "Source Serif 4", serif;
    line-height: 100%;
    color: #000;
    position: relative;
    padding-left: 37px;
    display: block;
}

.inner_hear-r .reviews_about span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    width: 27px;
    height: 1px;
    background-color: #D95F27;
}

.inner_hear-r .reviews_about:last-child {
    margin-bottom: 0px;
}

/* contact us page  */
.inquiries {
    height: 100%;
}

.reach h4 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.reach p {
    max-width: 613px;
    margin: 0px auto 50px auto;
    text-align: center;
}

.inquiries {
    width: 100%;
    border: 1px solid #D95F271C;
    border-radius: 20px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reach_boxs {
    max-width: 1266px;
    margin: auto;
}

.inquiries h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}

.inquiries p {
    line-height: 24px;
    text-align: center;
    color: #807F7F;
    margin: 13px 0px 26px 0px;
}

.inquiries a {
    line-height: 100%;
    color: #D95F27;
    display: block;
    text-align: center;
}



.contact_1,
.contact_1 img {
    width: 100%;
}

.contact_2 h5 {
    margin-bottom: 29px;
}

.from_box input,
.from_box textarea {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #D95F271C;
    padding: 20px;
    border-radius: 10px;
}

.from_box input::placeholder,
.from_box textarea::placeholder {
    font-size: 16px;
    line-height: 100%;

}

.from_box input:focus,
.from_box textarea:focus {
    outline: none;
}

.contact_2 {
    padding-left: 65px;
}

.contact_us {
    position: relative;
}

.contact_us::after {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    width: 197px;
    height: 297px;
    transform: translate(-80px, -65%);
}

.contact_us .sound_img_1::after {
    display: none;
}

.reach p span {
    font-weight: 600;
}


/* privacy page */
.privacy h2 {
    color: #000;
    margin-bottom: 15px;
}


header.stick {
    position: static;
    background-color: #000;
}

.box_privacy {
    margin-bottom: 40px;
}

.box_privacy p {
    max-width: 1260px;
    color: #666A6E;
    margin-bottom: 0px;
}

.box_privacy h6 {
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    margin-bottom: 5px;
    color: #000;
}

.box_privacy span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
    display: block;
}

.box_privacy ul li {
    list-style: disc;
    color: #666A6E;
}

.ul_no ul li {
    list-style: decimal;
}

.privacy .ul_no ul li {
    list-style: initial;
}


.box_privacy .ids {
    display: flex;
    gap: 6px;
}

.box_privacy .ids .id_1 {
    color: #666A6E;
}

.box_privacy .ids .id_2 a {
    color: #000;
}

.box_privacy a:hover {
    color: #000;
}



/* blog page  */

.blog h3 {
    color: #000;
    margin-bottom: 50px;
}

.nblog_container .innerblogs_1,
.innerblogs_1,
.nblog_container .innerblogs_1 .blogs_1,
.nblog_container .innerblogs_1 .blogs_1 .blog_img,
.nblog_container .innerblogs_1 .blogs_1 .blog_img img {
    width: 100%;

}

.blogs_1 .music_date {
    display: flex;
    justify-content: space-between;
    padding: 22px 0px 28px 0px;
    font-size: 16px;
    line-height: 100%;
}

.blogs_1 .music_date p {
    margin-bottom: 0px;
    color: #666A6E;
}

.blogs_1 .detail_img {
    color: #666A6E;
}

.innerblogs_1 .blogs_1 {
    margin-bottom: 100px;
}

.innerblogs_1 .blogs_1:last-child {
    margin-bottom: 0px;
}

.blogs_1 .detail_img h6 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
}


.inner_blog_2 h6 {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #000;
    margin-bottom: 18px;
}


.post_p {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D95F271C;
    margin-bottom: 30px;
}

/*.post_img {
    flex: 0 0 90px;
}*/


.post_img img {
    width: 90px;
    height: 90px;
}

.post_p .post_infos p {
    color: #000;
    margin-bottom: 0px;
    max-width: 228px;
}

.post_p .post_infos .date_post {
    display: flex;
    gap: 9px;
    margin-top: 9px;
}

.post_p .post_infos .date_post span,
.post_p .post_infos .date_post p {
    font-size: 14px;
    line-height: 100%;
    color: #666A6E;
}

.inner_blog_2 {
    padding-left: 90px;
}


.categories .list_coti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #D95F271C;
    margin-bottom: 27px;
}

.categories .list_coti p,
.categories .list_coti span {
    margin-bottom: 0px;
    font-size: 16px;
}

.btns_blog {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #D95F271C;
    padding-top: 50px;
    margin-top: 60px;
}

.btns_blog button {
    border: 1px solid #1A2A3A1A;
    background: transparent;
    width: 69px;
    height: 52px;
    border-radius: 21px;
}

.btns_blog button:first-child {
/*    transform: rotate(-180deg);*/

}

.btns_blog .blog_prev_btn {
    transform: rotate(-180deg);
}

.btns_blog button:last-child {
    border: 1px solid #000000;
}

.btns_blog button:first-child img {
/*    filter: brightness(0.5) sepia(1) hue-rotate(180deg) opacity(0.1);*/
}




/* blog_details page  */

.blog_middle {
    border-left: 3px solid #D95F27;
    padding: 9px 0px 9px 33px;
    margin: 40px 0px;
}

.blog_middle h6 {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #000;
}

.blog_middle p {
    font-size: 20px;
    line-height: 100%;
    color: #454545;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0px;
}

.blog_middle p::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 20px;
    height: 15px;
}

.btn-next-prv button {
    background-color: transparent;
    border: none;
}

.bd_prev_btn {
    transform: rotate(-180deg);
}

.btn-next-prv button:first-child img {
/*    transform: rotate(-180deg);*/
/*    filter: brightness(0.5) sepia(1) hue-rotate(180deg) opacity(0.1);*/
    padding-left: 12px;
}
.btn-next-prv button a, img {
   color: black;
}

.btn-next-prv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0px;
    border: 1px solid #D95F271C;
    border-right: none;
    border-left: none;
    margin-top: 50px;
}

.btn-next-prv button:first-child {
/*    color: #666A6E99;*/
}

.btn-next-prv button:last-child img {
    padding-left: 12px;
}



.faq {
    padding-top: 0px;
}

/* slider  */

.slider_container .slick-track {
    display: flex;
}

.slider_container .slider-p {
    height: auto;
}

.slider_container .slider_child {
    height: 100%;
}

/* (anureet 7/5) */
footer ul li a:hover {
    color: #fff;
}

header {
    z-index: 9 !important;
}

header.scrolled {
    box-shadow: -3px 5px 10px rgb(0 0 0 / 60%) !important;
}

.Reviews .slider-cover .slick-list.draggable {
    margin-inline: 100px;
}
#slider_2 .slider_reviews .review_body p {
    text-transform: unset !important;
}
.dates .dtae1 p {
    font-size: 14px !important;
}
.Wedding-p .btn-holder {
    margin-top: 32px !important;
}
.nblog_container .detail_img {
    position: relative;
}

.nblog_container .detail_img::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background: #D95F271C;
    bottom: -50px;
}
.nblog_container .blogs_1.noafter .detail_img::after {
    display: none !important;
}
.privacy ul {
    padding-left: 28px;
}
footer ul.s-media li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #fff;
}
footer ul.s-media li i {
    flex: 0 0 18px;
}
.home-banner-co .go_down .down {
    border: none !important;
    border-radius: 0px !important;
    margin-left: auto;
}
.home-banner-co .go_down .down a {
   display: inline-block;
    border: 1px solid #FFFFFF80;
    border-radius: 10px;
    padding: 16px 12px;
}
.slider-p.slick-current .slider_child {
    box-shadow: 50px 34px 94px 0px #1A2A3A21;
}
/* 22may2025 start  */
.join .join_email .input_joinmail {
/*    padding: 25px 0;*/
    outline: none;
    border: 0;
    width: 90%;
    background-color: transparent;
    color: #fff;
    font-size: 21px;
}

.inquiries:hover {
    background-color: #d95f2736;
    transition: 0.2s ease-in-out;
}
.inner-tabs .tab-imgs{
    overflow: hidden;
   
}
.inner-tabs .tab-imgs:hover img {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;

}



/* 22may2025 end  */




/* @media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {  
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
} */


/* cstm css  */

ul{
    margin-left: 0px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta {
    background-color: #D95F27;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border-radius: 160px;
    padding: 13.5px 29.5px;
    display: inline-block;
    width: 20%;
}

.slider-p.service p {
    margin-bottom: 15px;
}

.sound_img_2 img {
    width: 100%;
}

.body_sound .inner_sound_2 h4 {
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    color: #000;
    position: relative;
    max-width: 600px;
    padding-top: 19px;
}

.head_sound1 h2 {
    font-weight: 400;
    line-height: 96px;
    padding-left: 131px;
    margin-bottom: 75px;
}

/* 6jun2025 start */

.hdg_meet {
    text-align: center;
    margin-bottom: 50px;
}

.met_teamotr {
    background-color: rgba(26, 42, 58, 0.98);
    color: #fff;
}

.boxtm_otr {
    display: flex;
    align-items: center;
    gap: 30px;
}

.boxtm_otr .contnt_box {
    text-align: center;
    padding: 15px;
}

.boxtm_otr .contnt_box h6 {
    font-size: 30px;
    line-height: 33px;
}

.boxtm_otr .contnt_box p {
    margin: 0;
}

.boxtm_otr .box_team {
    width: 30%;
}

.boxtm_otr .box_team .img_bostm img {
    width: 100%;
}

.hdg_meet p {
    font-family: "Source Serif 4", serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    max-width: 770px;
    margin: auto;
}

.event_sol {
    background-color: rgba(26, 42, 58, 0.98);
    color: #fff;
}

.hdg_meet h2 {
    margin-bottom: 20px;
}

.event_pacbox {
    width: 32%;
    border: 1px solid #fff;
    padding: 40px;
    transition: 0.3s all ease;
}

.event_pacbox h6 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}

.event_pacbox p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.event_pacbox .month_pr {
    font-family: "Source Serif 4", serif;
}

.event_pacbox .month_pr sup {
    font-size: 54px;
    display: contents;
    line-height: 100%;
    font-family: "Source Serif 4", serif;
    font-weight: 700;
}

.evnt_a {
    border: 1px solid rgba(255, 255, 255, 1);
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;

} .evnt_a:hover {
    color: white;
    text-decoration: none;
}

.event_pacbox .a_box {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);

}

.event_otrbox {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.event_ulbox .ul_event {
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 18px;
}

.event_ulbox .ul_event li {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.event_ulbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.event_pacbox .strevent_img {
    margin-bottom: 20px;
}

.event_pacbox:hover {
    background-color: #fff;
    color: #000;
}

.event_pacbox:hover .a_box .evnt_a {
    background-color: rgba(217, 95, 39, 1);
    border-color: rgba(217, 95, 39, 1);
}


@media only screen and (min-width: 1500px) {
    body.blog {
        padding-top: 0px !important;
    }
}

.inner_sound_2 ol li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -28px;
    top: 6px;
}

.inner_sound_2 ol li {
    position: relative;
}

.inner_sound_2 ol {
    padding-left: 32px;
}

.post_infos a, .list_coti a {
    color: #000;
}



/*.btns_blog a {
    border: 1px solid #1A2A3A1A;
    background: transparent;
    width: 69px;
    height: 52px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.btns_blog .current {
    border: 1px solid #1A2A3A1A;
    background: transparent;
    width: 69px;
    height: 52px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns_blog a:first-child {
    transform: rotate(-180deg);

}

.btns_blog a:last-child {
    border: 1px solid #000000;
}

.btns_blog a:first-child img {
    filter: brightness(0.5) sepia(1) hue-rotate(180deg) opacity(0.1);
}*/

.btns_blog .page-numbers.current{
    color: #1A2A3A1A;
}

.btns_blog .page-numbers {
    color: black;
}
.drive_after {
    padding-bottom: 120px;
}
section.crafting.service_sec {
    padding-top: 120px;
}
section.event_sol.p-120 {
    padding: 120px 0px;
    margin-bottom: 120px;
}
div#navbarSupportedContent ul li.current_page_item {
    position: relative; /* Ensure the pseudo-element is positioned relative to this li */
}

div#navbarSupportedContent ul li.current_page_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px; /* Or 100% for full underline */
    height: 2px;
    background-color: #D95F27;
}
section.error-404.not-found.p-130 {
    text-align: center;
}
h1.page-title {
    font-size: 86px;
}
section.no-results.not-found {
    text-align: center;
}

.baja_b {
    position: relative;
}

.baja_b::after {
    position: absolute;
    content: "";
    top: 0%;
    right: 60px;
    width: 251px;
    height: 303px;
    transform: translate(0%, -80%);
    z-index: -1;
}
.after_line {
    position: relative;
}

.after_line::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 1px;
    background-color: #000;
    top: 0px;
    left: 0px;
}
.join_btn{
    width: 65px;
    margin-top: 29px;
    opacity: 0;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form.invalid .wpcf7-response-output {
    border: none;
    color: red;
    text-align: center;
}
.wpcf7-form.invalid .join_email {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}
.wpcf7-form.sent .wpcf7-response-output {
    border: none;
    color: #46b450;
    text-align: center;
}
p.evnt_title {
    text-align: center;
    color: #D95F27;
}
.join_btn {
    position: relative;
    z-index: 9;
    cursor: pointer;
}