*{
    padding: 0;
    margin: 0;
    border: 0;
}
.gallery-container{
    background-color: black;
    padding: 30px 30px;

}
.header-gallery{
    display: grid;
    grid-template-rows: auto;
    max-width: 1400px;
    padding: 5px 10px;
    justify-content: center;
}
.title-gallery{
    display: grid;

    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.heading-gallery{
    display: grid;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    color: rgb(222, 221, 221);
}
.gallery
{
    display: grid;
    padding: 10px;
    max-width: 1400px;
    margin: 10px auto;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-auto-rows: 350px;
}
 .gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.button-gallery{
    display: grid;
    justify-content: center;

}
.btn-gallery{
    padding: 10px 30px;
font-weight: 800;
background-color: rgb(239, 239, 14);
border-radius: 6px;
}

.btn-gallery a {
    text-decoration: none;
    color: #faf7f7;
    font-size: 14px;
}

/* gallery-wrapper-two */
.gallery-wrapper-two{
    margin: 30px 0px;
    display: grid;
    grid-template-columns:1fr 1fr;

}
             
.gallery-two{
    display: grid;
    grid-auto-rows: 450px;
}
.gallery-two div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-gallery-grey{
    background-color: rgb(43, 41, 41);;
   display: flex;  
   flex-direction: column;
   justify-content: center;
   padding: 0 50px;
}
.header-title-gallery{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}
.header-heading-gallery{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: rgb(222, 221, 221);
    margin-bottom: 35px;

}


.header-btn-gallery{
font-weight: 800;
background-color: transparent;

}

.header-btn-gallery a {
    text-decoration: underline;
    color: #f0e909;
    font-size: 14px;
}

/* 
 */
 .header-gallery-inner{
    display: grid;
    max-width: 1400px;
    margin: 50px auto;
}
.title-gallery-inner{
    color: #000;
   
}



@media only screen and (max-width: 720px) {
    .gallery-wrapper-two{
        margin: 30px 0px;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .header-gallery-grey{
        padding-top:30px ;
    }
.header-button-gallery{
    margin-bottom: 30px;
}
}