/*Responsive for devices under 320px in width*/

@media screen and (max-width: 320px) {

.container{
    max-width: 1600px;
    margin: 0 auto;
    overflow-x:hidden;
}

.logo p{
    font-size: 24px;
    font-family: Playfair Display;
    color: #fff;
    letter-spacing: 1.3px;
    display: block;
}

.logo img{
    height: 70px;
    display: none;
}

.main-header{
    background-image: none;
    padding: 50px;
}

.main-text h1{
    font-size: 40px;
    letter-spacing: 1.2px;
}

.main-text h4{
    font-size: 26px;
}

.main-projects{
    flex-direction: column;
}

.projects{
    flex-basis: 100px;
}

.customers{
    flex-basis: 100px;
}

.service-section{
    margin-top: 100px;
}

.service-heading h2{
    font-size: 28px;
}

.service-heading p{
    font-size: 20px;
}

.preview-title h3{
    font-size: 30px;
}

.card-item{
    margin-bottom: 20px;
}

.about-img-sale{
    margin-bottom: 20px;
}

.about-img-sale img{
    max-width: 300px;
    height: 300px;
}

.about-img img{
    max-width: 300px;
    height: 300px;
}

.about-img-second img{
    max-width: 300px;
    height: 300px;
}

.holder{
    flex-direction: column;
}

.social-media{
    flex-direction:column ;
    text-align: center;
}

.insta{
    flex-basis: 50px;
}

.facebook{
    flex-basis: 50px;
}

.back-to-top{
    text-align: center;
    margin-top: 20px;
}

.hideOnMobile a{
    display: none;
}

.Menu-button svg{
    display: block;
    fill: #fff;
    height: 30px;
}

.logo{
    width: 50%;
}

.nav{
    position: relative;
    left: 40px;
    bottom: 5px;
}


.logo img{
    height: 65px;
}

.sidebar{
    width: 100%;
}

.first-row{
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.img-holder{
    padding-bottom: 10px;
}

.img-holder img{
    box-shadow: none;
    max-width: 280px;
}

.img-holder-second img{
    max-width: 280px;
    box-shadow: none;
}

}

@media  screen and (min-width:320px) and (max-width:480px) {

    .container{
        max-width: 1600px;
        margin: 0 auto;
        overflow-x:hidden;
    }
    
    .logo p{
        display: block;
        font-size: 24px;
        font-family: Playfair Display;
        color: #fff;
        letter-spacing: 1.3px;
    }

    .logo img{
        height: 70px;
        display: none;
    }
    
    .main-header{
        background-image: none;
        padding: 50px;
    }
    
    .main-text h1{
        font-size: 40px;
        letter-spacing: 1.2px;
    }
    
    .main-text h3{
    font-size: 20px;
}

    .main-projects{
        flex-direction: column;
    }
    
    .projects{
        flex-basis: 100px;
    }
    
    .projects p{
        font-size: 28px;
    }

    .customers{
        flex-basis: 100px;
        margin-top: 50px;
    }
    
    .customers p{
        max-width: 250px;
        text-align: center;
        font-size: 28px;
    }

    .card-item{
        margin-top: 30px;
    }

    .card-text h3{
        font-size: 24px;
    }

    .card-item-dif{
        font-size: 16px;
    }

    .service-section{
        margin-top: 100px;
    }
    
    .service-heading h2{
        font-size: 28px;
    }
    
    .service-heading p{
        font-size: 20px;
    }
    
    .preview-img a{
        height: 300px;
        width: 300px;
    }

    .preview-title h3{
        font-size: 30px;
    }

    .about-img-sale{
    margin-bottom: 20px;
    text-align: center;
}

.about-img-sale img{
    max-width: 300px;
    height: 300px;
}
    
    .about-dif{
        font-size: 16px;
    }

    .about-img{
        text-align: center;
    }

    .about-img img{
        max-width: 300px;
        height: 300px;
    }
    
    .about-item{
        text-align: center;
    }

    .about-text{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-text p{
        max-width: 350px;
    }

    .about-img-second img{
        max-width: 300px;
        height: 300px;
    }
    
    .about-img-second{
        text-align: center;
    }

    .about-item-second {
        text-align: center;
    }

    .holder{
        flex-direction: column;
    }
    
    .social-media{
        flex-direction:column ;
        text-align: center;
    }
    
    .insta{
        flex-basis: 50px;
    }
    
    .facebook{
        flex-basis: 50px;
    }
    
    .back-to-top{
        text-align: center;
        margin-top: 20px;
    }
    
    .hideOnMobile a{
        display: none;
    }
    
    .Menu-button svg{
        display: block;
        position: relative;
        left: 50px;
    }
    
    .logo{
        width: 50%;
    }
    
    .nav{
        position: relative;
        left: 40px;
        bottom: 5px;
    }
    
    
    .logo img{
        height: 65px;
    }
    
    .sidebar ul{
        margin-left: 100px;
    }

    .sidebar{
        width: 100%;
    }

    .first-row{
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .img-holder{
        padding-bottom: 10px;
    }
    
    .img-holder img{
        box-shadow: none;
        max-width: 280px;
    }

    .img-holder-second img{
        max-width: 280px;
        box-shadow: none;
    }

    .box-img{
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media screen and (min-width:480px) and (max-width:768px){

    .sidebar ul li{
        margin-left: 150px;
    }

    .hideSidebar svg{
        margin-left: 40px;
    }

    .container{
        max-width: 1600px;
        margin: 0px;
        overflow-x:hidden;
    }
    
    .logo p{
        display: block;
        font-size: 24px;
        font-family: Playfair Display;
        color: #fff;
        letter-spacing: 1.3px;
        margin-top: 20px;
    }

    .logo img{
        height: 70px;
        display: none;
    }

    .hideOnMobile a{
        display: none;
    }

    .Menu-button svg{
        display: block;
        position: relative;
        left: 50px;    
    }


    .main-text h1{
        font-size: 40px;
        letter-spacing: 1.2px;
    }
    
    .main-projects{
        flex-direction: row;
    }
    
    .projects{
        flex-basis: 200px;
    }
    
    .projects p{
        font-size: 24px;
    }

    .customers{
        flex-basis: 200px;
    }
    
    .customers p{
        font-size: 24px;
    }

    .service-section{
        margin-top: 50px;
    }
    
    .service-heading h2{
        font-size: 28px;
    }
    
    .service-heading p{
        font-size: 20px;
    }

    .cards-section{
        margin: 0 auto;
    }

    .cards-section .row{
        flex-direction: column;
    }

    .card-item{
        margin-top: 20px;

    }

    .cards-section .col-md-3{
        width: 50%;
        margin: 0 auto;
    }

    .about-img img{
        max-width: 300px;
        margin-top: 50px;
    }

    .about-img-second img{
        max-width: 300px;
        margin-top: 50px;
    }

    .back-to-top {
        max-width: 100px;
    }

    .social-media{
        flex-direction:row ;
        text-align: center;
    }
    
    .insta{
        flex-basis: 50px;
    }
    
    .facebook{
        flex-basis: 50px;
    }
    
    .back-to-top{
        text-align: center;
        margin-top: 20px;
    }

    .preview-img img{
        width: 200px;
        height: 200px;
    }

    .first-row{
        margin-bottom: 20px;
    }
    
    .img-holder{
        padding-bottom: 10px;
    }
    
    .img-holder img{
        max-width: 280px;
    }

    .img-holder-second img{
        max-width: 550px;
    }


}

@media screen and (min-width:768px) and (max-width:1024px){
    
    .sidebar ul li{
        margin-left: 150px;
    }

    .hideSidebar svg{
        margin-left: 40px;
    }

    .container{
        max-width: 1600px;
        margin: 0px;
        overflow-x:hidden;
    }

    .hideOnMobile a{
        display: none;
    }

    .main-text h1{
        font-size: 50px;
    }

    .main-text h4{
        font-size: 25px;
        text-align: center;
    }

    .Menu-button svg{
        display: block;
        fill: #fff;
        height: 40px;
    }

    .nav{
        position: relative;
        left: 250px;
        bottom: 5px;
    }

    .cards-section .row{
        flex-direction: column;
    }

    .card-item{
        margin-top: 20px;
    }

    .cards-section .col-md-3{
        width: 100%;
        margin: 0 auto;
    }

    .about-img img{
        max-width: 320px;
        margin-top: 50px;
    }

    .about-img-second img{
        max-width: 320px;
        margin-top: 25px;
    }

    .preview-img img{
        max-width: 200px;
        height: 200px;
    }

    .service-section{
        margin-top:10px;
        padding: 0px;
    }

    .box-img img{
        max-width: 250px;
        height: 125px;
    }

    .first-row{
        margin-bottom: 20px;
    }
    
    .img-holder{
        padding-bottom: 10px;
    }
    
    .img-holder img{
        max-width: 280px;
    }

    .img-holder-second img{
        max-width: 550px;
    }

}

@media screen and (min-width:1024px) and (max-width:1200px){

.product{
    height: 10vh;
}

header{
    height: 100vh;
}

.sidebar ul li{
    margin-left: 230px;
}

.nav ul li a{
    padding: 10px;
}

.container{
    max-width: 1600px;
    margin: 0px;
    overflow-x:hidden;
}

.card-item{
    max-width: 300px;
    height: 400px;
}

.card-item h3{
    font-size: 24px;
} 

.about-img img{
    max-width: 400px;
}

.box-img img{
    max-width: 300px;
    height: 150px;
}

.first-row{
    margin-bottom: 20px;
}

.img-holder{
    padding-bottom: 10px;
}

.img-holder img{
    max-width: 280px;
}

.img-holder-second img{
    max-width: 550px;
}

}

@media screen and (min-width:1200px) and (max-width:1400px){
    .container{
        max-width: 1600px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .nav ul li a {
        padding: 15px;
    }

    .about-img img{
        max-width: 500px;
    }

    .about-img-second img{
        max-width: 500px;
    }

}

/*
#00FF00

#66FF66
*/