/* home page  */
body{
    font-family: 'Lato', sans-serif;
}
.font-style{
    font-family: 'MADE Mirage', serif;
    font-weight: 400;
    line-height: 30px;
}
p{
    word-spacing:5px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px
}
.space{
    word-spacing: 10px;
}
/* Cover Video */
.vimeo-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 100vh;
    overflow: hidden;
    max-width: 100%;
}
.vimeo-container iframe{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom:40px;
    width: 100%;
    height: 100%;
}
/* button  */
.btn1 {
    background-color:#044ccc;
    color:white;
    border-radius: 32px;
    padding: 15px 30px;
    letter-spacing: 3px;
}
.btn1:hover {
    background-color:#ff7200;
}


/* carousel slides */
.carousel-control-prev,
.carousel-control-next {
    width:auto;
    padding: 50px 30px;
    z-index: 3;
}

/* Carousel overlay */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.10) 45%,
        rgba(0, 0, 0, 0.70) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    pointer-events: none;
    text-align: center;
    padding: 0 20px 60px;
}
.carousel-overlay a,
.carousel-overlay button {
    pointer-events: all;
}
.carousel-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.65rem, 1vw, 0.8rem);
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 8px;
    animation: fadeInDown 1s ease both;
}
.carousel-title {
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    color: white !important;
    margin-bottom: 8px;
    animation: fadeInDown 1.1s ease both;
}
.carousel-tagline {
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.7rem, 1.1vw, 0.88rem);
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    animation: fadeInDown 1.2s ease both;
}
.cta-button-outline {
    border: 1.5px solid white;
    color: white;
    border-radius: 32px;
    padding: 10px 24px;
    letter-spacing: 2px;
    font-size: 0.85rem;
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease;
    animation: fadeInDown 1.4s ease both;
}
.cta-button-outline:hover {
    background: white;
    color: #044ccc;
}
.cta-button {
    animation: fadeInDown 1.4s ease both;
}
.carousel-overlay .cta-button,
.carousel-overlay .cta-button-outline {
    width: auto;
    min-width: 140px;
    margin-top: 0;
    padding: 11px 28px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-18px); }
    to   { opacity: 1; transform: translateY(0); }
}
.carousel-control-prev-icon ,
.carousel-control-next-icon{
    width: 50px;
    height:50px;
    text-shadow: 1px 1px black;
    
}
#carouselExampleFade .carousel-item {
    height: 100vh;
    max-height: 100%;
}
.pic {
    height: 100vh;
    max-height: 100%;
    object-fit: cover;
}
.instagram-grid-img {
    height: 260px;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Home - Why Infini Studios section */
.home-section-img {
    height: 520px;
    object-fit: cover;
    display: block;
}
.home-text-col {
    padding: 3rem 2.5rem;
}
@media (max-width: 991.98px) {
    .home-section-img {
        height: 380px;
    }
    .home-text-col {
        padding: 2.5rem 1.5rem;
    }
}

/* review */
 .testimonial {
   row-gap:70px;
}
.testimonial-div1 {
    background-color:rgba(255, 114, 0, 0.7);
    border-radius: 20px;
    width: 250px;
    aspect-ratio: 1/1;
    transform: rotate(20deg);
    position: absolute;
    z-index: -1;
}
.cardcolor1 {
    color:rgba(255, 114, 0, 0.7);
}
.testimonial-div2 {
    background-color: rgba(4, 76, 204,0.7);
    border-radius: 20px;
    width: 250px;
    aspect-ratio: 1/1;
    transform: rotate(20deg);
    position: absolute;
    z-index: -1;
}
.cardcolor2 {
    color:rgba(4, 76, 204, 0.7);
}
.testimonial-div3 {
    background-color:rgba(255, 114,0,0.7);
    border-radius: 20px;
    width: 250px;
    aspect-ratio: 1/1;
    transform: rotate(20deg);
    position: absolute;
    z-index: -1;
}
.cardcolor3 {
    color:rgba(255, 114, 0, 0.7);
}
.card{
    background-color: white;
    border-radius: 20px;
    width: 250px;
    aspect-ratio: 1/1;
    box-shadow: 0 0 5px grey;
    padding:15px;
    text-align: center;
}
.card-paragraph{
    text-align: center;
    width:200px;
}
.testimonial .col-lg-4,
.testimonial .col-md-6,
.testimonial .col-12 {
    display: flex;
    justify-content: center;
}

/* portfolio-main page  */
.portfolio-text{
    color: white;
    margin-top: 40%;
    text-align: center;
    text-shadow: 1px 1px black;
    z-index: 1000;
}


/*pre-wedding page */
.passage{
    text-align: justify;
    padding:50px;
    line-height: 1.8;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}
/* Overlay */
.image-container {
    position: relative;
    width:100%;
    height:100%;
    overflow: hidden;
    border-radius: 25px;
}
/* Styling for the image */
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
/* Black overlay styling (hidden by default) */
.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    border-radius: 8px;
    /* opacity: 0; */
}
/* image caption  */
.text{
    color:white;
    margin-top:55%;
    text-align: center;
    text-shadow:1px 1px black;
    z-index: 1000;
}
.portfolio-row{
    row-gap: 60px;
}

/* portfolio customers  */
/* animate while refresh  */
.animate {
    animation: image-refresh 1.0s ease-out forwards;
}
@keyframes image-refresh {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* images in  gallery  */
.zoom-image{
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
   
}
.image-container:hover .zoom-image {
    transform: scale(1.1);
}
/* Hover effect - fade in black overlay */
.image-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    /* Fades in the black overlay */
}


/* Wedding films page */
.youtube-passage {
    text-align: center;
    display: flex;
    align-items:center ;      
}
.films-button{
    display:flex;
    justify-content: center;
    text-align: center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width:100%;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.film-div{
    width:100%;
    padding-left:10%;
    padding-right:10%;
}


/* form  page*/
.enquire-form {
     width: 80%;
 }
 h1 {
     text-align: center;
     color: #333;
 }
 .form-group {
     margin-bottom: 15px;
 }
 label {
     display: block;
     margin-top: 10px;
     color: #555;
 }
 input {
     width: 50%;
 }
 input,
 textarea {
     width: 100%;
     padding: 10px;
     margin-top: 5px;
     border: 1px solid #ddd;
     border-radius: 4px;
 }
 .button-form {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
 }
 .button-form:hover {
    background-color: #0056B3;
 }
 .error {
     color: red;
     font-size: 14px;
 }
 .contact-info {
    margin-top: 30px;
    text-align: center;
    color: #555;
 }
 .contact-info a {
    color: #007BFF;
    text-decoration: none;
 }
 .contact-info a:hover {
    text-decoration: underline;
 }
.input-underline {
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
}
.input-underline:focus {
    border-bottom: 2px solid #5d738a;
}


/* Map */
.div-map{
    margin-top:300px;;
}
.slider{
    margin-top:100px;
}
#slider-head{
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
}


/* modal  */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}
 .modal >img {
    max-width: 100%;
    max-height: 100%;
    /* height:300vh;
    width:500vh; */
 } 

.close-btn{
    position: absolute;
    top: 50px;
    right: 25px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
 }


/* text animate  */
.typing-section {
   width: 100%;
   height:100%;
   display:flex;
   justify-content: center;
   text-align: center;
}
.typing-text {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #032f61;
    width:100%;
    height:100%;
    display: inline-block;
}

.cta-button {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color:#e28426;
    border-radius: 32px;
    width:270px;
    gap:10px;
}
.cta-button:hover {
    background-color:#032f61;
}

/* Footer */
.footer-main {
    background-color: #111111;
}
.footer-logo {
    max-height: 55px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}
.footer-heading {
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-muted {
    color: rgba(255,255,255,0.80);
    font-size: 0.875rem;
    line-height: 1.8;
}
.footer-link {
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}
.footer-link:hover {
    color: #ff7200;
}
.footer-link-inline {
    color: rgba(255,255,255,0.80);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-link-inline:hover {
    color: #ff7200;
}
.footer-social {
    color: rgba(255,255,255,0.80);
    font-size: 1.3rem;
    transition: color 0.2s ease;
    text-decoration: none;
}
.footer-social:hover {
    color: #ff7200;
}
.footer-bottom {
    background-color: #0a0a0a;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.footer-copy {
    color: rgba(255,255,255,0.60);
    font-size: 0.8rem;
}
.footer-copy-link {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}
.footer-copy-link:hover {
    color: #ff7200;
}


/* Cover image (portfolio pages) */
.cover-image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About page photographer image */
.about-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Fade-in image animation (pre-wedding page) */
.imagefade {
    animation: fadeIn 1.2s ease-in forwards;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(1.03); }
    to   { opacity: 1; transform: scale(1); }
}

/* About */
.plus-icon{
    font-size:30px;
    float: right;
    color:grey;
    font-weight: lighter;
}
.about-div{
   width:100%;
   height:100%;
   padding:10%;
}
.about-div >img{
    width:100%;
}
.content-div{
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgb(143, 116, 116);
    /* Set top border */
    border-bottom: 1px solid  grey;
}

/* Initial state for the left image: off the left side */
.image-left {
    transform: translateX(-10%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Initial state for the right image: off the right side */
.image-right {
    transform: translateX(10%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* When image is in view, move to its final position */
.image-left.visible {
    transform: translateX(0);
    opacity: 1;
}

.image-right.visible {
    transform: translateX(0);
    opacity: 1;
}


