@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*{
    box-sizing: border-box; /* makes sure that the content width doesn't go over the screen display size */
}

body {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #fbfaf8;
    width: 100%;
}

h1 {
    font-family: 'Rozha One', serif;
    font-size: 50px;
    line-height: 1;
    color: rgb(14, 14, 14);
    margin: 20px 20px;
    padding: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    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: 14px;
    line-height: 2;
}


menu-component, footer-component {
    width: 100%;
    
}

hammenu-component {
    display: none;
}

.services-menu{
    width: 100%;
    }

.bottom-nav {
    position: absolute;
    bottom: 0;
    transition: .3s ease-in-out;
}

.top-nav {
    position: fixed;
    top: 0px;
    background-color: rgb(119, 119, 119, .6);
    z-index: 3;
    transition: .5s ease-in-out;

}


/* SERVICES INTRO */
.main-services-header {
    width: 100%;
}

.title{
    background-image: url("../media/img\ \(12\)comp.jpeg");
    filter: grayscale(80%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    padding: 0px 200px;
    transition: 0.8s ease-in-out;
}

.title:hover{
    filter: grayscale(0%);
}

.title h1, .title p{
    color: #fbfaf8;
}

.title p {
    font-size: 20px;
}


.contact-us-hero{
    background-color: #c8c8c851;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: auto;
    margin: 40px 0px;
    padding: 20px;
    cursor: pointer;
    transition: .8s ease-in-out;
}

.contact-us-hero a{
    text-decoration: none;
    color: #fbfaf8;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    transition: .8s ease-in-out;
}

.contact-us-hero h2 {
    color: #fbfaf8;
    font-weight: 700;
}

.contact-us-hero:hover{
    background-color: #fbfaf8aa;
   
}

.faq-main{
    display: flex;
    flex-direction: row;
    gap:20px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 80px;
}

.title p{
    padding: 0px 200px;
}

.photography-services, .photography-after{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
    padding: 0px 400px;
}

.contact-us-photography{
    background-color: #c8c8c851;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: auto;
    margin: 40px 0px;
    padding: 20px;
    cursor: pointer;
    transition: .8s ease-in-out;
}

.contact-us-photography a{
    text-decoration: none;
    color: #fbfaf8;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    transition: .8s ease-in-out;
}

.contact-us-photography h2 {
    color: #0e0e0e;
    font-weight: 700;
}

.contact-us-photography:hover{
    background-color: #b0b0b0aa;
   
}

.videography-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
    padding: 0px 400px;
}

.services-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 80px;
}

.services-card{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 250px;
    height: 350px;
    margin: 40px 0px;
    border: #d9d9d9 10px solid;
    filter: grayscale(80%);
    transition: 0.8s ease;
}

.c1 {
    background-image: url("../media/services/studio-shooting.jpg");
    background-size: cover;
}

.c2 {
    background-image: url("../media/services/kids-photography.jpg");
    background-size: cover;
    background-position-x: -190px;
}

.c3 {
    background-image: url("../media/services/baby_photography.jpg");
    background-size: cover;
    
}

.c4 {
    background-image: url("../media/services/family_shooting.jpg");
    background-size: cover;
    background-position-x: -100px;
}

.c5{
    background-image: url("../media/services/location_shooting.JPG");
    background-size: cover;
    background-position-x: -180px;
}

.c6{
    background-image: url("../media/services/nekretnine-photography.JPG");
    background-size: cover;
    background-position-x: -130px;
}

.c7{
    background-image: url("../media/services/Prom_shooting.jpg");
    background-size: cover;
    
}

.c8{
    background-image: url("../media/services/event_shooting.jpg");
    background-size: cover;
    background-position-x: -130px;
}

.c9{
    background-image: url("../media/services/product_photography.jpg");
    background-size: cover;
    background-position-x: -100px;
}

.c10{
    background-image: url("../media/services/food-photography.jpg");
    background-size: cover;
    background-position-x: -80px;
}

.services-card-text {
    background-color: #c2c2c281;
    position: absolute;
    bottom: 15px;
    padding: 5px 10px;
}
.services-card-text h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fbfaf8;
}

.services-card:hover {
scale: 1.1;
filter: grayscale(0%);
}


/* VIDEOGRAPHY */

.videography-layout {
    width: 100%;
    padding: 0px 100px;
    margin-top: 80px;
}

.row {
    display: flex;
    margin: 40px 0px;
  }
  
  .column {
    display: flex;
    flex: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
      }

.text {
    flex-direction: column;
    padding: 0px 40px;
}

.text h1{
    margin:0;
}

.text p {
    text-align: justify;
}

/* FAQ */

.faq{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 0px 200px;
    margin-top: 80px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .panel p {
    text-align: left;
  }

/* LETS WORK TOGETHER */

.lets-work{
    display: flex;
    width: 100%;
    height: 1000px;
    text-align: center;
    padding: 80px 80px 80px 80px;
    margin-bottom: 300px;
}

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

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

.right{
    position: relative;
    flex: 33.33%;
}
.work-textbox{
    width:100%;
    text-align: center;
    justify-content: center;
    margin-top: 500px;
    background-color: #f0f0f0c9;
    padding: 20px 20px;
    /* 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: 80px;

}

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

}

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

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

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

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


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

/* READY */
.ready{
    background-image: url("../media/services/services-contact.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 120px 80px;
    filter: grayscale(60%);
}

.ready h1, .ready h2,.ready p {
    color: #fbfaf8;
    text-align: left;
    margin:20px 0px;
}

.ready-text {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    text-align: left;
 
}

.contact-us{
    background-color: #5a5a5a51;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: auto;
    margin: 40px 0px;
    padding: 0px;
    cursor: pointer;
    transition: .8s ease-in-out;
}

.contact-us a{
    text-decoration: none;
    color: #fbfaf8;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    transition: .8s ease-in-out;
}

.contact-us:hover{
    background-color: #fbfaf8aa;
   
}


/* Tablets*/

@media (max-width: 767.98px) {



}



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

    menu-component {
        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{
        text-align: justify;
        font-size: 20px;
        line-height: 1.8;
       
    }

    .title{
        background-image: url("../media/img\ \(12\)comp.jpeg");
        filter: grayscale(80%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100vh;
        padding: 0px 0px;
        transition: 0.8s ease-in-out;
    }

    .title p{
        padding: 0px 20px;
    }

    .photography-services, .photography-after{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: 80px;
        padding: 0px 20px;
    }

    .services-container{
        padding: 0px 20px;
        display: flex;
        flex-direction: column;
    }

    .services-card{
    
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 375px;
        height: 450px;
        margin: 40px 0px;
        border: #d9d9d9 10px solid;
        filter: grayscale(80%);
        transition: 0.8s ease;
    }

    .videography-layout {
        width: 100%;
        padding: 0px 20px;
        margin-top: 80px;
    }
    .videography-services {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: 80px;
        padding: 0px 20px;
    }

    .row {
        display: flex;
        flex-direction: column;
        margin: 40px 0px;
      }
      
      .column {
        width: 100%;
        display: flex;
        flex: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
          }


          iframe {
            width: 370px;
            height: 200px;
          }
    
    .text {
        flex-direction: column;
        padding: 0px 0px;
    }
    
    .text h1{
        margin:0;
    }
    
    .text p {
        text-align: justify;
    }

    .lets-work {
        display: flex;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 80px 20px 0px 20px;
        margin-bottom: 0px;
    }

    .left{
       display: none;
    }
    
    .center{
        display: flex;
        flex: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .right{
     display: none;
    }
    .work-textbox{
        width:100%;
        text-align: center;
        justify-content: center;
        margin-top: 0px;
        background-color: #f0f0f0c9;
        padding: 20px 20px;
      
       
    
    }
    
    .work-textbox h1{
        font-size: 35px;
        font-weight: 100;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 80px;
        margin-top: 80px;
    
    }
    
    .work-textbox h2{
        font-weight: 100;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        
    
    }

    .lets-work{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 80px 20px 80px 20px;
    }
     
       
    .faq {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding: 0px 20px;
        margin-top: 0px;
    }

    .accordion {
        font-size: 24px;
    }
   
    .ready{
        background-image: url("../media/services/services-contact.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 40px 0px 0px 0px;
        padding: 80px 20px;
        filter: grayscale(60%);
    }
    


    .ready h1, .ready h2,.ready p {
        color: #fbfaf8;
        text-align: center;
        margin:20px 0px;
    }
    
    .ready-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        text-align: center;
     
    }
    
    .contact-us{
        background-color: #5a5a5a51;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: auto;
        margin: 40px 0px;
        padding: 0px;
        cursor: pointer;
        transition: .8s ease-in-out;
    }
    
    .contact-us a{
        text-decoration: none;
        color: #fbfaf8;
        font-size: 20px;
        font-weight: 100;
        text-transform: uppercase;
        transition: .8s ease-in-out;
    }
    
    .contact-us:hover{
        background-color: #fbfaf8aa;
       
    }

    footer-component {
        display: none;
    }
}