@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Hahmlet:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tai+Heritage+Pro:wght@400;700&display=swap');
/* 
font-family: "Playfair Display", serif;
font-family: "Libre Baskerville", serif;
font-family: "Cormorant Garamond", serif;
font-family: "Great Vibes", cursive;
font-family: "Dancing Script", cursive;
 */

/*
font-family: "El Messiri", sans-serif;
font-family: "Fira Sans", sans-serif;
font-family: "Hahmlet", serif;
font-family: "Inter", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Tai Heritage Pro", serif;
*/

* {
    border: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", serif;
}
body {
    background: #000;
    display: none;
}
.common {
    display: flex;
    justify-content: center;
}
.common-even {
    display: flex;
    justify-content: space-evenly;
}
.common-bet {
    display: flex;
    justify-content: space-between;
}
.common-around {
    display: flex;
    justify-content: space-around;
}
.align {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.col-10 {
    width: 10%;
}
.col-15 {
    width: 15%;
}
.col-20 {
    width: 20%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-35 {
    width: 35%;
}
.col-40 {
    width: 40%;
}
.col-45 {
    width: 45%;
}
.col-50 {
    width: 50%;
}
.col-55 {
    width: 55%;
}
.col-60 {
    width: 60%;
}
.col-65 {
    width: 65%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-85 {
    width: 85%;
}
.col-90 {
    width: 90%;
}
.col-95 {
    width: 95%;
}
.col-100 {
    width: 100%;
}

/* ---------- Home Page --------- */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    padding: 1rem 2rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.activeNav {
    border-bottom: 1px solid #fff;
}
.logo a,
.footer-logo h4,
.footer-links h4,
.footer-social h4,
.footer-contact h4 {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.nav-links {
    list-style: none;
}
.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    transition: color 0.3s;
}
.nav-links a:hover {
    border-bottom: 1px solid #fff;
}
.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}
.slide.active {
    opacity: 1;
    z-index: 2;
}
.logo-heading {
    position: absolute;
    bottom: 0;
    height: 100vh;
    z-index: 2;
    opacity: 0;
    /* border: 2px solid white; */
    animation: banner 2.5s linear forwards;
    animation-delay: 1.5s;
}
.logo-heading h1 {
    font-size: 4.5pc;
    color: #fff;
    text-align: center;
}
.logo-heading p {
    color: #fff;
    font-size: 19px;
    text-align: center;
    letter-spacing: .4px;
}
.main-about {
    height: auto;
    padding: 1pc 0;
    /* border: 2px solid red; */
}
.about-scroll h2 {
    color: #fff;
    font-size: 6pc;
}
/* .about-left {
    align-items: flex-start;
} */
.about-left img {
    width: 100%;
    height: auto;
}
.main-about,
.main-draft,
.homeServices,
.happyClients,
.homeStory {
    margin: 4pc 0;
}
.about-left,
.about-right {
    padding: 2pc;
}
.about-right h2,
.homeServices h3,
.hc-right h3,
.homeStory span h3 {
    color: #FF9BAB;
    font-size: 3pc;
    letter-spacing: .6px;
    font-family: "Great Vibes", cursive;
}
.about-right h3 {
    color: #707070;
    font-size: 1.4pc;
    font-weight: 500;
}
.about-right p,
.footer-logo p {
    width: 65%;
    color: #fff;
    margin-top: 1pc;
    font-weight: 300;
    letter-spacing: .5px;
}
.about-right a {
    position: relative;
    top: 25px;
    text-decoration: none;
    color: #FF9BAB;
    border-radius: 5px;
    padding: 8px 25px;
    border: 1px solid #FF9BAB;
}
.about-right a:hover {
    transition: .4s;
    color: #000;
    background: #FF9BAB;
}
.homeGallery {
    flex-wrap: wrap;
    column-gap: 1.5pc;
    row-gap: 1.5pc;
}
.homeGallery a:hover,
.hs-box a img:hover {
    opacity: .4;
    transition: .3s;
}
.homeGallery a img {
    width: 400px;
    height: auto;
}
.draftBox {
    height: 300px;
    padding: 20px;
    background: #292929;
    border-radius: 10px;
}
.draftBox h2 {
    color: #FF9BAB;
    font-weight: 600;
    letter-spacing: .6px;
}
.draftBox p {
    color: #d4d4d4;
    margin: 10px 0;
}
.homeVideo iframe {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    border: 1px solid #d3a7ae;
}
.homeServices {
    height: auto;
}
.service-boxes {
    padding: 1pc 0;
    flex-wrap: wrap;
    row-gap: 2pc;
}
.sBox {
    width: 330px;
    height: 350px;
    padding: 1.5pc;
    border-radius: 5px;
    background: #292929;
}
.sBox h4 {
    font-size: 1.5pc;
    color: #ffffff;
}
hr {
    width: 120px;
    height: 1px;
    background-color: #FF9BAB;
}
.sBox p {
    color: #989898;
    margin-top: 25px;
    letter-spacing: .4px;
}
.happyClients {
    height: 600px;
}
.hc-right-boxes {
    flex-wrap: wrap;
    margin-top: 1pc;
}
.hc-left img {
    width: 550px;
    height: auto;
}
.hc-right {
    padding: 2pc;
}
.hcr-box {
    width: 300px;
    height: 200px;
}
.hcr-box span {
    font-size: 3pc;
    color: #989898;
    font-weight: 600;
}
.hcr-box h4 {
    color: #ffffff;
    font-size: 1.2pc;
    font-weight: 600;
    letter-spacing: .6px;
}
.hcr-box p {
    color: #989898;
    margin: 6px 0;
}
.homeStory {
    height: 600px;
    /* border: 2px solid red; */
}
.homeStory span h3 {
    margin: 0 15px;
}
.hs-boxes {
    height: 100%;
    flex-wrap: wrap;
    /* border: 2px solid white; */
}
.hs-box {
    width: 380px;
    height: 430px;
    padding: 10px;
    border-radius: 10px;
    /* background: #d3a7ae; */
    border-top: 1px solid #FF9BAB;
    border-bottom: 1px solid #FF9BAB;
    background: #171717;
    /* box-shadow: 1px 1px 10px 5px #2f2f2f; */
}
.hs-box a img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 250px;
}
.hs-box h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: .6px;
    margin: 10px 0;
}
#stories,
#moreStories,
#homeContact {
    color: #FF9BAB;
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    /* border: 1px solid #FF9BAB; */
}
#stories:hover {
    transition: .3s;
    letter-spacing: 2px;
}
#moreStories,
#homeContact {
    /* background: #FF9BAB; */
    color: #fff;
    border: 1px solid #FF9BAB;
}
#moreStories:hover,
#homeContact:hover {
    transition: .3s;
    background: #FF9BAB;
    color: #000;
}
#homeContact i {
    margin-right: 10px;
    transform: rotate(90deg);
}
.footer {
    background: #292929;
}
.footer-main {
    height: auto;
    padding: 1pc 0;
}
.footer-logo,
.footer-links,
.footer-social,
.footer-contact {
    padding: 10px;
    /* border: 1px solid red; */
}
.footer-logo p {
    width: 100%;
}
.fl-box a {
    margin: 5px 0;
    text-decoration: none;
}
.footer-logo p,
.fl-box a {
    color: #FF9BAB;
}
.fl-box a i {
    margin-right: 15px;
}
.footer-logo h4,
.footer-links h4,
.footer-social h4,
.footer-contact h4 {
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: .6px;
}
#copyright {
    text-align: center;
    color: #FF9BAB;
    padding: 10px 0;
}

/* ---------- ABOUT ---------- */

.about-banner {
    z-index: 1;
}
.about-banner img {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    animation: opacity 1s linear forwards;
    animation-delay: .8s;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
}
.about-banner {
    position: absolute;
    height: 100vh;
    /* border: 2px solid red; */
}
.luxe-main-about {
    position: relative;
    top: 0;
    z-index: 5;
}
.about-quote {
    top: 0;
    height: 100vh;
    color: #ffffff;
}
.about-quote h1,
.about-quote p {
    font-family: "Hahmlet", serif;
}
.about-quote h1 {
    letter-spacing: 2px;
    font-size: 3pc;
    font-weight: 300;
    margin-bottom: 25px;
}
.about-quote p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
.about-start {
    height: auto;
    padding: 3pc 0;
    background: #000;
}
.as-left,
.as-right {
    padding: 2pc;
    /* border: 1px solid white; */
}
.as-right img {
    width: 400px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 1px #695d5e;
}
.as-left h2 {
    color: #FF9BAB;
    font-size: 2pc;
    font-weight: 500;
}
.as-left p {
    width: 75%;
    color: #fff;
    margin: 10px 0;
}
.as-images {
    position: relative;
}
#imageOne {
    box-shadow: none;
    width: 360px;
}
#imageTwo {
    position: absolute;
    width: 250px;
    top: 50px;
    right: 25px;
    box-shadow: none;
}
.about-studio {
    height: auto;
    background: #989898;
}
.studio-main {
    padding: 6pc 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
}
.studio-main h3 {
    color: #fff;
    font-weight: 500;
    font-size: 2pc;
    letter-spacing: .6px;
}
.studio-main p {
    width: 60%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: .5px;
    margin-top: 2pc;
}
.book-main {
    height: 400px;
    background: #000;
    /* background: rgba(0, 0, 0, 0.1); */
    /* backdrop-filter: blur(3px);     */
    /* border: 2px solid red; */
}
.book-box {
    /* width: 700px; */
    height: auto;
    padding: 2pc 0;
    border-radius: 10px;
    background: #d3a7ae;
}
.book-box i {
    font-size: 3pc;
    margin-bottom: 1.5pc;
}
.book-box h4 {
    font-size: 1.5pc;
    font-weight: 500;
    letter-spacing: .6px;
}
.book-box p {
    width: 60%;
    color: #695d5e;
    padding: 1pc 0;
    text-align: center;
}
.book-box a {
    color: #fff;
    padding: 5px 30px;
    background: #000;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #000;
}
.book-box a:hover {
    transition: .3s;
    color: #000;
    background: none;
}
/* ----------------- Portfolio ------------------ */
.pt-head {
    margin-top: 4pc;
}
.pt-head-main {
    height: auto;
    /* border: 2px solid white; */
}
.pt-head-main h2,
.contact-heading h2 {
    color: #FF9BAB;
    font-weight: 500;
    margin: 0 10px;
    font-size: 1.8pc;
    padding: 2pc 0;
    letter-spacing: .6px;
}
.pt-head-main iframe {
    width: 90%;
    height: 600px;
    box-shadow: 2px 2px 10px 1px #695d5e;
}
.pt-head-main p {
    width: 70%;
    color: #FF9BAB;
    text-align: center;
    margin: 1pc 0;
}
.pt-box {
    position: relative;
    width: 550px;
    height: auto;
    /* border: 1px solid #d4d4d4; */
}
.pt-box img {
    width: 100%;
    height: 340px;
}
.pt-box img:hover {
    opacity: .5;
    transition: .3s;
}
.pt-desc {
    position: relative;
    bottom: 2pc;
    width: 95%;
    height: auto;
    margin: auto;
    font-size: 20px;
    color: #FF9BAB;
    padding: 30px 20px;
    text-align: center;
    background: #292929;
    letter-spacing: 1.5px;
}
.portfolio-main {
    flex-wrap: wrap;
    row-gap: 3pc;
    margin: 2pc 0;
}
.wedding-pt-main {
    height: auto;
    padding: 4pc;
    /* background: #292929; */
}
.wpt-left h3 {
    color: #FF9BAB;
    font-size: 2pc;
    font-weight: 500;
}
.wpt-left p {
    color: #fff;
    margin: 15px 0 35px 0;
}
.wpt-left a {
    color: #FF9BAB;
    padding: 7px 25px;
    font-size: 15px;
    letter-spacing: .6px;
    border: 1px solid #FF9BAB;
    text-decoration: none;
}
.wpt-left a:hover {
    color: #000;
    transition: .3s;
    background: #FF9BAB;
}
.wpt-left a i {
    font-size: 14px;
    margin-left: 5px;
}
.wpt-right {
    flex-wrap: wrap;
    row-gap: 1pc;
    column-gap: 1pc;
}
.wpt-right img {
    width: 200px;
    height: 150px;
}
.pt-film-main,
.why-choose-us {
    padding: 4pc 0;
    /* height: 700px; */
    /* border: 2px solid white; */
}
.pt-film-main h2 {
    color: #FF9BAB;
    font-weight: 500;
    font-size: 2.3pc;
    margin-bottom: 1pc;
    font-family: "Cormorant Garamond", serif;
}
.pt-film-main iframe {
    width: 100%;
    height: 500px;
    border: .1px solid #695d5e;
}
.pt-film-main p {
    color: #FF9BAB;
    font-size: 20px;
    letter-spacing: .4px;
    font-weight: 400;
    padding: 1pc 0;
    /* font-family: "Playfair Display", serif; */
/* font-family: "Libre Baskerville", serif; */
    font-family: "Cormorant Garamond", serif;
/* font-family: "Great Vibes", cursive; */
/* font-family: "Dancing Script", cursive; */
}
.why-choose-us {
    background: #fff;
    background: #ffffffe0;
    backdrop-filter: blur(9px);
    /* border: 2px solid red; */
}
.wcu-main h3 {
    margin: 1pc 0 2pc 0;
}
.wcu-main p {
    width: 45%;
    text-align: center;
    margin: 1pc 0 2pc 0;
}
.wcu-box {
    width: 300px;
    height: 270px;
    border: 1px solid #707070;
}
.wcu-box img {
    width: 70px;
}
.wcu-box h3 {
    font-weight: 500;
    margin: 2pc 0 .8pc 0;
}
.wcu-box p {
    width: 100%;
    text-align: center;
}
.pt-marquee-main {
    margin: 2pc 0;
}
.pt-marquee-main marquee img {
    width: 300px;
    height: 200px;
    margin: 0 5px;
}
/* --------------- Contact --------------- */
.contact {
    margin: 4pc 0;
}
.contact-main {
    height: auto;
}
.cform-left,
.cform-right {
    padding: 2pc;
}
.cform-left {
    background: #292929;
}
.cform-right {
    border: .1px solid #707070;
}
.cform-left h2,
.cform-right h2 {
    color: #fff;
    font-weight: 400;
    font-size: 2.5pc;
    font-family: "Playfair Display", serif;
}
.cform-left p {
    color: #989898;
    margin: 18px 0;
}
.cform-right h2 {
    color: #FF9BAB;
}
.git a {
    font-size: 18px;
    margin-top: 2pc;
}
.git a:hover,
.git-social a:hover {
    color: #fff;
}
.git p {
    margin: -4px 0 0 35px;
    font-family: "Playfair Display", serif;    
}
.git-social {
    margin: 3pc 0;
}
.git-social a {
    width: auto;
    font-size: 27px;
}
.cform-main form {
    flex-wrap: wrap;
    margin-top: 2pc;
}
.cform-main form span {
    padding: 10px 0;
}
.cform-main form label {
    color: #fff;
    margin-bottom: 5px;
}
.cform-main form input,
.cform-main form textarea {
    width: 96%;
    background: #292929;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    outline: 0;
    border: 1px solid #3e393a;
}
.cform-main form input:focus,
.cform-main form textarea:focus {
    border: 1px solid #d4d4d4;
    transition: .3s;
}
.cform-main form input[type="submit"] {
    background: #FF9BAB;
    color: #000;
    width: 98%;
}
.cform-main form input[type="submit"]:hover {
    cursor: pointer;
    transition: .3s;
    background: #c67986;
}
.cmap-main iframe {
    width: 100%;
    height: 450px;
    padding: 3pc 0;
}
/* ---------------- Gallery --------------- */
.gallery-heading {
    margin: 5pc 0 2pc 0;
    /* border: 1px solid red; */
}
.gallery-heading h1 {
    color: #292929;
    font-size: 5pc;
    margin: 0 1pc;
}
.galleryOne {
    height: auto;
    flex-wrap: wrap;
    row-gap: 2pc;
    /* column-gap: 2pc; */
    /* border: 1px solid white; */
}
.galleryOne img:hover {
    opacity: .5;
    transition: .3s;
}
.galleryOne img {
    width: 320px;
    height: auto;
}
.gt-heading h2 {
    color: #707070;
    margin-top: 3pc;
    font-size: 3pc;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;    
}






@keyframes banner {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        height: 100vh;
    }
    70% {
        height: 100vh;
        opacity: 1;
    }
    100% {
        height: 30vh;
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}