#gallery-container{
    padding: 100px 15px 150px 15px;
}

.gallery-text{
    margin: 70px 0;
}

.gallery-text h1{
      font-size: 60px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;  
}

.gallery-text p{
       color: rgb(156, 156, 156);
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: 300;
    line-height: 30px;
     font-family: 'Josefin Sans', sans-serif;
}

.gallery-img1{
    background-image: url('../preview.colorlib.com-1762865095348/01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    height: 450px;
    border-radius: 10px;
}

.gallery-img2,
.gallery-img6{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    height: 330px;
    border-radius: 10px;
}

.gallery-img2{
     background-image: url('../preview.colorlib.com-1762865095348/2.png');
}

.gallery-img6{
    background: url('../preview.colorlib.com-1762865095348/6.png');
    margin-top: 25px;
    background-repeat: no-repeat;
    width: 55%;
    height: 320px;
}

.gallery-img3,
.gallery-img7{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 98%;
    height: 330px;
    border-radius: 10px;
}

.gallery-img3{
    background-image: url('../preview.colorlib.com-1762865095348/3.png');
}

.gallery-img7{
    background-image: url('../preview.colorlib.com-1762865095348/order-5.png');
    width: 22.5%;
    position: absolute;
    bottom: 0%;
    right: 1%;
    height: 320px;
}

.gallery-img4{
    background-image: url('../preview.colorlib.com-1762865095348/4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    height: 630px;
    border-radius: 10px;
}

.gallery-img5{
    background-image: url('../preview.colorlib.com-1762865095348/5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    
    margin-top: -115px;
}

.gallery-btn{
    display: flex;
    justify-self: center;
    align-items: center;
    justify-content: center;
        background-color: #78b454;
     color: white;
    width: 190px;
    border-style: none;
    border-color: #88d55b;
    height: 60px;
    font-family: 'Josefin Sans', sans-serif;
    transition: 0.3s;
    margin-top: 70px;
    
}

.gallery-btn:hover{
    border-style: double;
    border-width: 1px;
    border-color:  #78b454;
     color: #78b454;
     background-color: transparent;
    
}

.gallery-img00{
    display: none;
}


@media only screen and (max-width: 992px){
    .gallery-img4{
        margin-top: -115px;
        
    }
    .gallery-img5{
        margin-top: -180px;
    }

    .gallery-img6{
        width: 100%;
        margin-top: 30px;
    }

    .gallery-img7{
        width: 45.5%;
        bottom: 15%;
        right: 2.3%;
    }
}


@media only screen and (max-width: 767px){

    .gallery-text h1{
      font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;  
}

    #gallery-container{
        padding: 40px 20px 50px 20px;
    }
    .gallery-img4{
        margin-top: 0;
    }

    .gallery-img5{
        margin-top: 0;
    
    }

    .gallery-img6{

        display: none;

    
    }

    .gallery-img7{
      bottom: -13.5%;
      width: 95%;
       
    }

    .gallery-img00{
        display: block;
        background-image: url('../preview.colorlib.com-1762865095348/6.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 95%;
        margin: 0 13px;
        border-radius: 10px;
        height: 350px;
        margin-top: 23px;
    }

    .gallery-btn{
        margin-top: 450px;
    }
}