/* GLOBAL */
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #ffffff;
    font-family: 'Quicksand', sans-serif !important;
    width: 100%;
    height: 100%;
}
/* ImgTop */
#img-top {
    height: 98vh;
    position: relative;
    display: inline-block !;
    background: url(/assets/images/camera.png) center center/cover no-repeat;
    color: #ffffff;
    font-family: 'Pathway Gothic One', sans-serif !important;
}
#img-top img{
    object-fit: cover !important;
}
#img-top .h1-text-hor{
    position: absolute;
    bottom: 2%;
    right: 18%;
    font-size: 100px;
    line-height: 184px;
}
#img-top .h1-text-ver{
    transform: rotate(-90.44deg);
    position: absolute;
    right: -20%;
    top: 45%;
    font-size: 38px;
    line-height: 58px;
    letter-spacing: 0.5em;
}
.home-header hr{
    width: 5%;
    border: 1px solid #FF7A00;
}
.header-p{
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #FF7A00;
}
.header-h3{
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
}
/* Testimonial */
#testimonial .test-quote{
    font-size: 55px;
}
#testimonial .bold-text{
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
}
/* Contact */
#contact{
    padding-bottom: 100px;
}
#contact textarea{
    width: 100% !important;
    height: 240px !important;
    background: #FEF7F1 !important;
    border: 0.5px solid rgba(243, 104, 74, 0.08) !important;
    border-radius: 2px !important;
    margin: auto;
    resize: none;
   
}
#contact input{
    width: 100%;
    height: 69px;
    background: #FEF7F1 !important;
    border: 0.5px solid rgba(243, 104, 74, 0.08) !important;
    border-radius: 2px !important;
}
#contact input:focus{
    outline: none !important;
}
#contact .btn{
    width: 100% !important;
    height: 59px !important;
    color: #ffffff !important;
    background: #FF7A00 !important;
    align-items: center !important;
    padding-top: 15px !important;
}
.contact-details-info{
    margin: auto 30px !important;
}
#contact .contact-details{
   margin-top:21px;
}
#contact .contact-details h6{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 130.19%;
    color: #2D2A2A;

}
#contact .contact-details p{
    font-size: 18px;
    line-height: 185%;
    color: #4A4A4A;
}
.portfolio-info .row img:hover,
    .service-info .row img:hover{
        transform: scale(1.05) !important;
        transition: transform 1s ease-in !important;
    } 
    .service-info,
    .portfolio-info,
    .testimonial-info{
        width: 90% !important;
    }
    .portfolio-info .row img,
    .service-info img{
        width: 90% !important;
    } 
    
/* All */
#about,
#testimonial,
#contact,
#portfolio,
#services{
    padding-top: 60px;
    width: 100% !important;
}

@media screen and (max-width:1204px){
    #img-top img{
        width: 98%;
    }
    #contact textarea{
        width: 100% !important;
       
    }
    #contact input{
        width: 100%;
    }
    #contact input:focus{
        outline: none !important;
    }
    #contact .btn{
        width: 100% !important;
        
    }
    .contact-details-info> div {
       text-align: center !important;
    }
    .contact-details{
        width: 100%;
    }
    .contact-details-info{
        text-align: center;
    }
}
@media screen and (max-width:1080px){
    #img-top .h1-text-hor{
        position: absolute;
        bottom: 2%;
        right: 20%;
        font-size: 80px;
        line-height: 184px;
    }
}
@media screen and (max-width:995px){
    #img-top .h1-text-hor{
        position: absolute;
        bottom: 2%;
        right: 22%;
        font-size: 80px;
        line-height: 184px;
    }
    #img-top .h1-text-ver{
        right: -26%;
        top: 45%;
        font-size: 38px;
        line-height: 58px;
        letter-spacing: 0.5em;
    }
}
@media screen and (max-width:966px){
    #img-top .h1-text-hor{
        right: 27%;
    }
    #img-top .h1-text-ver{
        right: -26%;
        font-size: 34px;
    }
}
@media only screen and (min-width: 900px){
    /* .main_nav{
        width: 25% !important;
    } */
}
@media only screen and (max-width: 894px){
    /* .main_nav{
        width: 37% !important;
    }
    .portfolio-info .row img{
        width: 99% !important;
    }  */
}
@media only screen and (max-width: 425px){
    .portfolio-info .row img{
        width: 90% !important;
    } 
    .home-header hr{
        width: 10%;
        border: 1px solid #FF7A00;
    }
    .header-p{
        font-size: 15px;
    }
    .header-h3{
        font-size: 35px;
    }
    .show h1{
        font-size: 40px !important;
    }
}
@media only screen and (max-width: 325px){
    
    .show h1{
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 768px){
    /* ImgTop */
    #img-top {
        position: relative;
       text-align: center;
        width: 100%;
    }
    .show{
        display: block !important;
        line-height: 160px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .show h1{
        font-size: 50px;
    }
    #img-top .h1-text-hor{
        display: none !important;
    }
    #img-top .h1-text-ver{
        display: none !important;
    }
}