/* Tablets*/

@media (max-width: 767.98px) {



}



/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 320px) and (max-width: 480px) {

    .nav-container{
        display: none;
    }

    hammenu-component {
        width: 100%;
       display: block;
       position: fixed;
       z-index: 9999999;
    }

    h1 {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        line-height: 1;
        color: rgb(14, 14, 14);
        margin: 10px 10px;
        padding: 0;
    }
    
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 200;
        color: rgb(14, 14, 14);
        margin: 0;
        padding: 0;
    }
    
    h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 200;
        letter-spacing: 10px;
        color: rgb(14, 14, 14);
        margin: 0;
        padding: 0;
    }
    
    p{
        font-size: 20px;
        line-height: 1.8;
       
    }

    .main-header{
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }


    .clip {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
        transition: 1s ease-in-out;
    }

    .clip video {
    max-width: 90%;
    height: 90%;
   
    }

    .clip.active {
        transition-delay: .5s;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .clip .close {
        position: absolute;
        top: 100px;
        right: 50px;
        cursor: pointer;
        font-weight: 400;
        letter-spacing: 1rem;
        text-transform: uppercase;
        color: #efefef;

    }



    
          .intro-text{
            width: 100%;
            display:flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;
            align-items: center;
            padding: 10px 10px 10px 10px;
            margin-top: 80px;
        }
        
        .intro-text h1 {
            text-align: center;
            width: 85%;
           }
        
           .intro-text p {
            text-align: center;
            width: 90%;
           }



/* ABOUT US */

.about-us{
    
    width: 100%;
    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    
}

  .read-more{
    
        width: 90%;
        display:flex;
        flex-direction: column;
        text-align: justify;
        justify-content: center;
        align-items: center;
        padding: 10px 10px 10px 10px;
        margin-bottom: 40px;
        
    }
    
    .about-us h1 {
        text-align: center;
        width: 60%;
        margin-bottom: 0px;
       }

       .about-us h2 {
        text-align: center;
        text-transform: uppercase;
        width: 85%;
        margin-bottom: 40px;
       }
    
       .read-more p {
        font-size: 20px;
        line-height: 1.8;
        text-align:justify;
        width: 100%;
       }

    /* OUR STORY - MEET THE TEAM */

.team{
    display: flex;
    width: 100%;
    height: 50vh;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url("../media/our-story-bg.jpeg");
    background-size: cover;
    background-position: center;
    filter: grayscale(80%);
    padding: 10px 10px;
}

.meet {
    background-color: rgba(35, 35, 35, 0.762);
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 10px 10px;
}

.meet h1 {
    color: #fbfaf8;
    text-align: left;
    margin-left:0;
}

.meet h2 {
    color: #fbfaf8;
    text-align: left;
    margin-left:0;
}
.meet p{
    width: 100%;
    color: #fbfaf8;
    text-align: left;
    margin-left:0;
}

/* OUR WEDDINGS */
.our-weddings{
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin-top: 40px;

}

.wedding-highlight{
        display: flex;
        width: 100%;
        height: auto;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 20px;
        
}

.highlight-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(80%);
    transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 2s ease;
}

.highlight-info{
    top:-50px;
    background-color: rgba(211, 211, 211, 0.5);
    color: #fbfaf8;
    padding: 5px 5px;
    text-align: left;
   
 
}
 

.wedding-highlight a:hover>img{
    scale: 1.1;
    filter: grayscale(0%);
}

.weddings-portfolio{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    padding: 0px 10px;
    margin-top: 10px;
   
}
.wedding-card{
    
    width: 350px;
    height: 450px;
   

}

.wedding-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(80%);
    
    
}

.card-info{
    position: absolute;
    bottom: 150px;
    left: 20px;
    background-color: rgba(211, 211, 211, 0.8);
    color: #fbfaf8;
    padding: 10px 10px;
    text-align: left;
    overflow: hidden;

}

 
.card-info h1{
    font-size: 40px;
    margin: 0;
    
}
.card-info h2{
    font-size: 24px;
    margin: 0;
    
}

.wedding-card a:hover>img{
    scale: 1.1;
    filter: grayscale(0%);
}



/* OUR PHILOSOPHY */

.our-philosophy-container {
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding: 10px 10px 0px 10px;
}

.our-philosophy-text{
width: 85%;
display:flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
padding: 10px 10px 0px 10px;
}


.read-more2{

    width: 100%;
    display:flex;
    flex-direction: column;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    
}

.our-philosophy-text h1 {
    text-align: center;
    width: 85%;
    margin-bottom: 0px;
   }

   .our-philosophy-text h2 {
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    margin-bottom: 40px;
   }

   .our-philosophy-text p {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    text-align: center;
   }

   #more2 {display: none;}


   .read-more-btn2 {
    margin-top: 20px;
    padding: 20px 40px;
    background-color: rgb(251, 250, 248, .5);
    border: 1px solid #c2c2c2;
    cursor: pointer;
    transition: .8s ease-in-out;
   }

   .read-more-btn2:hover{
    background-color: rgb(213, 213, 213);
           }


/* LETS WORK TOGETHER */

.lets-work{
    background-image: url("../media/gallery/img\ \(15\).jpeg");
    background-size: cover;
    display: flex;
    width: 100%;
    max-width: 480px;
    height: auto;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.left{
    display: none;
    position: relative;
    flex: 33.33%;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.right{
    display: none;
    position: relative;
    flex: 33.33%;
}
.work-textbox{
    width:100%;
    height:fit-content;
    max-width: 480px;
    text-align: center;
    justify-content: center;
    margin:20px 0px;
    background-color: #f0f0f07f;
    padding: 10px 10px;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); */
   

}

.work-textbox h1{
    font-weight: 100;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 40px;

}

.work-textbox h2{
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    

}

.top-left{
    position: absolute;
    top: 0;
    left: -450px;
    width: 800px;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    z-index: -1;
   
}

.bottom-left{
    position: absolute;
    bottom: -300px;
    left: -250px;
    width: 500px;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
    
    z-index: -1;
}

.middle-right{
    position: absolute;
    top: 200px;
    right: -500px;
    width: 500px;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
    z-index: -1; 
}

.work-textbox a {
    margin: 60px 0px;
    padding: 20px 80px;
    background-color: rgb(251, 250, 248, .5);
    border: 1px solid #c2c2c2;
    cursor: pointer;
    transition: .8s ease-in-out;
    text-decoration: none;
    color: #323232;
    font-size: 20px;
   }


.lets-work-btn:hover {
    background-color: rgb(213, 213, 213);
   
    
}

        /* TESTIMONIALS */

.testimonials-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    align-items: center;
}

.testimonials-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}

.testimonials-header>p {
    width: 95%;
    margin: 40px 0px;
    text-align: center;
    
}

.testimonials-header>h1 {
    margin-bottom: 0px;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .grid-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }


.testimonial-card {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    width:400px;
    border: 1px solid #c2c2c2;
    padding: 10px 10px;
    margin:30px 3px;
  
}

.testimonial-card img {
    width: 95%;
    max-height: 600px;
    object-fit: cover;
    align-items: center;
}

.testimonial-card h2 {
    color: rgb(217, 191, 149);
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.testimonial-card p {
    font-size: 20px;
    line-height: 1.7;
    text-align: justify;
    margin: 0px 15px;
}



/* INSTAGRAM */
.instagram{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:auto;
    text-align: center;
    background-color: rgb(240, 240, 240);
    padding: 80px 10px;
}

.instagram a{
    text-decoration: none;
    color: #000;
}

.instagram h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.instagram p {
margin: 0;
}
.instafeed{
    width: 100%;
    height: auto;
    margin-top: 40px;
    
}


/* LINK TO STUDIO */

.studio{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../media/Lejla-BW_comp.jpg);
    background-size: cover;
    background-position-y: 0px;
    width: 100%;
    height: 400px;
    padding: 10px 10px;
    
}

.studio-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding: 10px 10px;
    background-color:rgba(226, 226, 226, 0.5);
}

.studio-text a {
    text-decoration:none;
    color: #323232;
}
.studio-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 200px;
    height:50px;
    text-align: center;
    background-color:rgb(251,250,248, .5);
    border: 1px solid #c2c2c2;
    cursor: pointer;
    transition: .8s ease-in-out;
    font-size: 20px;
}




.studio-btn:hover {
    background-color: rgb(251,250,248);
  }

footer-component {
display: none;
}

mobile-footer {
width:100%;
z-index: 9999999;
}


}




