@font-face {
  font-family: 'Adelia';
  src: url('../fonts/adelia.ttf');
  font-weight: normal;
  font-style: normal;
}
.wedding-banner {
    position: relative;
    height: 100vh;
}
.wedding-banner img{
  height: 100vh;
  object-fit: cover;
}
.wedding-banner-content h1,
.wedding-banner-content p{
  color: #fff;
}
.wedding-banner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
    text-align: center;
    width: 90%;
}

.wedding-content-section{
  padding-top: 80px;
  position: relative;
}
.wedding-feature-img{
  padding-bottom: 40px;
}
.wedding-content-section .inner-content h2:nth-child(3) {
    left: 57%;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.wedding-content-section .inner-content h2 span{
    font-family: 'Adelia';
    color: #FFA42E;
    font-size: 26px;
}
.wedding-content-section .inner-right-content {
  position: relative;
    margin-top: 35%;

}
.wedding-content-section .inner-right-content::before{
    position: absolute;
    content: '';
    border-left: 2px dotted #ccc;
    height: 140px;
    left: -20px;
    top: -10px;
}
.wedding-content-section .right-image-wrapper{
    padding: 80px 60px 100px;
}
.wedding-content-section .wedding-content-img {
    width: 53%;
    height: 720px;
    object-fit: cover;
}
.wedding-content-section .right-image-wrapper .wedding-title {
    color: #282828;
    font-size: 23px !important;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}
.wedding-right-container{
    position: absolute;
    left: 52%;
    top: 57%;
    transform: translate(-50%, -50%);
}


.wedding-haldi-section {
    padding-top: 80px;
}


.wedding-haldi-slider{
    width:100%;
}

.new_wedding_slider {
    display: none;
}



/* Story section */

.story-section{
    padding-top:80px;
    overflow:hidden;
}

.story-slider{
    position:relative;
}

.story-slide{
    padding:20px 200px 50px 40px;
}
.story-slider .slick-list{
    overflow: hidden;
}

.story-slider .slick-track{
    display: flex;
    align-items: center;
}

.story-slide{
    overflow: hidden;
}
.story-box{
    position:relative;
    background:#fff;
    min-height:500px;
    padding:60px 50px;
    box-shadow: 0 1px 15px #0003;
    overflow:visible;
}
.subtitles {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: block;
}
.new-heading span{
  color: #FFA42E;
}
/* Right Image */

.story-image{
    position:absolute;
    right:-120px;
    top:50%;
    transform:translateY(-50%);
    width:380px;
    z-index:5;
}

.story-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

/* Left Content */

.story-content{
    width:58%;
    position:relative;
    z-index:10;
}

.story-box .story-content .subtitle {
    margin: 10px 0;
}


/* Vertical Text */

.story-box::after{
    content: "meet";
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 100px;
    z-index: 0;
    font-family: "Adelia";
    color: #ffa42e38;
    font-weight: 400;
    pointer-events: none;

}

/* Slick Dots */

.story-slider .slick-dots{
    bottom:0;
}

.story-slider .slick-dots li,
.new_wedding_slider .slick-dots li{

    width:40px;

    height:6px;

    margin:0 6px;

}

.story-slider .slick-dots li button,
.new_wedding_slider .slick-dots li button{

    width:40px;

    height:6px;

    padding:0;

}

.story-slider .slick-dots li button:before,
.new_wedding_slider .slick-dots li button:before{

    content:"";

    width:40px;

    height:6px;

    background:#1f1f1f;

    opacity:.25;

    border-radius:20px;

}

.story-slider .slick-dots li.slick-active button:before,
.new_wedding_slider .slick-dots li.slick-active button:before{

    opacity:1;

    background:#d6953d;

}

/* Remove Outline */

.story-slider .slick-slide{

    outline:none;

}

/* Responsive */




.wedding-gallery .new-defaultbutn {
    margin-top: 50px;
}
.forever-section .new-defaultbutn {
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
.forever-section {
    padding-bottom: 90px;
    z-index: 2;
    position: relative;
    background: none;
}
.forever-section:before {
    background: linear-gradient(360deg, transparent 0%, #ffffff 10%);
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    top: 0px;
    width: 100%;
    z-index: 0;
}




/*==========================================================
NEW WEDDING GALLERY
==========================================================*/

.new-wedding-gallery-section{
    padding-top:140px;
    overflow:hidden;
    position:relative;
}

.new-wedding-gallery-section .container{
    max-width:1400px;
    margin:auto;
}

.new-wedding-subtitle{
    display:block;
    color:#b88d43;
    font-size:14px;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.new-wedding-title{
    color:#fff;
    font-size:62px;
    font-weight:300;
    line-height:1.1;
    margin-bottom:70px;
}

.new-wedding-title span{
    font-style:italic;
}

/*==========================================================
CAROUSEL
==========================================================*/

.new-wedding-carousel{

    position:relative;
    width:100%;
    max-width:1700px;
    height:700px;
    margin:auto;
    overflow:hidden;

}

.new-wedding-track{
    margin-top: 40px;
    position:relative;
    width:100%;
    height:100%;

}

/*==========================================================
CARD
==========================================================*/

.new-wedding-card{

    position:absolute;
    overflow:hidden;
    cursor:pointer;

    border-radius:0;

    /* box-shadow:0 30px 70px rgba(0,0,0,.35); */

    transition:
        left .9s cubic-bezier(.22,.61,.36,1),
        top .9s cubic-bezier(.22,.61,.36,1),
        width .9s cubic-bezier(.22,.61,.36,1),
        height .9s cubic-bezier(.22,.61,.36,1),
        transform .9s cubic-bezier(.22,.61,.36,1),
        opacity .9s cubic-bezier(.22,.61,.36,1);

}

.new-wedding-card img{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    transition:transform 1.2s ease;

}

/*==========================================================
OVERLAY
==========================================================*/

.new-wedding-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.78),
        rgba(0,0,0,.18),
        transparent
    );

    opacity:0;

    transition:.5s;

}

/*==========================================================
CONTENT
==========================================================*/

.new-wedding-content{

    position:absolute;

    left:40px;
    right:40px;
    bottom:45px;

    color:#fff;
    z-index:5;

    opacity:0;
    transform:translateY(35px);
text-align: center;
    transition:.6s;

}
.new-wedding-content p{
  text-align: center;
  color: #fff;
}

.new-wedding-content h3{

    font-size:46px;
    font-weight:300;
    margin:0 0 18px;

}

.new-wedding-content p{

    font-size:20px;
    line-height:1.7;
    margin:0;
    text-align: center;
    color: #fff;

}

/*==========================================================
POSITIONS
==========================================================*/

/* LEFT OUTER */

.pos0{

    width:210px;
    height:400px;

    left:60px;
    top:100px;

    z-index:1;
    opacity:.8;

}

/* LEFT INNER */

.pos1{

    width:240px;
    height:500px;

    left:270px;
    top:50px;

    z-index:2;

}

/* CENTER */

.pos2{

    width:520px;
    height:600px;

    left:50%;
    top:0;

    transform:translateX(-50%);

    z-index:3 !important;

}

.pos2 img{

    transform:scale(1.03);

}

.pos2 .new-wedding-overlay{

    opacity:1;

}

.pos2 .new-wedding-content{

    opacity:1;
    transform:translateY(0);

}

/* RIGHT INNER */

.pos3{

    width:240px;
    height:500px;
    right:270px;
    top:50px;
    z-index:2;

}

/* RIGHT OUTER */

.pos4{

    width:210px;
    height:400px;
    right:60px;
    top:100px;
    z-index:1;
    opacity:.8;

}

/* LEFT INNER */
.pos1{
    left:18%;
}

/* CENTER */
.pos2{
    left:50%;
}

/* RIGHT INNER */
.pos3{
    right:18%;
}
.desktop-hide{display: none;}
/*==========================================================
HIDDEN
==========================================================*/

.hidden-card{

    opacity:0;
    pointer-events:none;
    transform:scale(.9);

}

/*==========================================================
ARROWS
==========================================================*/

.new-wedding-arrow{

    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:58px;
    height:58px;

    border:none;
    outline:none;

    border-radius:50%;

    background:#fff;
    color:#111;

    cursor:pointer;

    font-size:24px;

    z-index:2;

    transition:.35s;

}

.new-wedding-arrow:hover{

    background:#FFA42E;
    color:#fff;

}

.new-wedding-prev{

    left:25px;

}

.new-wedding-next{

    right:25px;

}




/* .modal-xl{
    max-width:1200px;
} */

.modal-content{
    border-radius:20px;
}
.modal-content .new-defaultbutn {
    z-index: 2;
}
.object-fit-cover{
    object-fit:cover;
}
.form-title {
    font-size: 25px !important;
    font-weight: 800 !important;
    margin-bottom: 0;
    margin-top: 50px;
}
.custom-input{
    border:none;
    border-bottom:1px solid #cfcfcf;
    border-radius:0;
    box-shadow:none !important;
    padding:14px 0;
    font-size:15px;
    color:#444;
    background:transparent;
}


.person-counter{
    display:flex;
    align-items:center;
    border-bottom:1px solid #d9d9d9;
    gap:15px;
}

.person-counter .custom-input{
    border:none;
    box-shadow:none;
    text-align:center;
    padding:10px 0;
    background:transparent;
}

/* .counter-btn{
    width:30px;
    height:30px;
    border:1px solid #31302D;
    border-radius:50%;
    background:#fff;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
} */

.counter-btn:hover{
    background:#31302D;
    color:#fff;
}
.custom-input {
    position: relative;
}
.flatpickr-input[readonly] {
    cursor: pointer;
    background: transparent;
}

.custom-input:focus{
    border-bottom:1px solid #000;
}

.custom-input::placeholder{
    color:#7d7d7d;
}

textarea.custom-input{
    resize:none;
}

button.btn-close {
        background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0;
    z-index: 1;
    border: 1px solid #000;
}
.modal-xl{
    max-width:900px;
}

.new-defaultbutn{cursor: pointer;}