*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
    color-scheme: light only;
  }

.section7 {
    background-color: black;
    height: 1020px;
    display: flex;
    justify-content: center;
}

#h6 {
    margin-top: 150px;
    font-size: 300%;
    color: white;
    position: absolute;
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #3b3939;
    height: 700px;
    width: 1200px;
    margin-top: 250px;
    border-radius: 22px;
}

.container .image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 45px;
    justify-content: center;
    padding: 25px;
}

.container .image-container .image {
    height: 120px;
    width: 160px;
    box-shadow: 0 5px 15px rgba(0,0, 0, 1);
    overflow: hidden;
    cursor: pointer;
}

.container .image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    transition: .2s linear;
}

.container .image-container .image:hover img {
    transform: scale(1.1);
}

.container .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.container .popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    z-index: 100;
}

.container .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    width: 750px;
    object-fit: fill;
}
/* Footer Section */

.img6 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img7 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img8 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img9 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img10 {
    width: 30px;
    height: auto;
    margin-top: -20px;
}

.footer {
    width: 1200px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #3b3939d3;
    border-radius: 20px;
    height: 125px;
}

.footbg {
    background-color: #000000;
    height: 140px;
    display: flex;
    justify-content: center;
}

.icon1 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: -200px;
    height: -110px;
    width: auto;
}

.icon2 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: -100px;
    size: 40px;
}

.icon3 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 0px;
    size: 40px;
}

.icon4 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 100px;
    size: 40px;
}

.icon5 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 200px;
    size: 10px;
}

.copyright {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
}