.wrapper{
    overflow-x: hidden;
    height: 100vh;
}

.right-side{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#ffffffd2,#fffffffa),url("../images/bg-img.jpg");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.product-box{
    border: 9px solid #e8e8e8;
    background-color: #fff;
}
.left-img{
    object-fit: cover;
}
.contact a{
    text-decoration: none;
    color: #000;
    font-size: 22px;
    padding-right: 30px;
    font-weight: 600;
}
.contact img{
    width: 50px;
    padding-right: 10px;
}
.right-text p{
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.left-img img{
    aspect-ratio: 0.8300;
}
.below-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.right-text h2{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 35px;
}
.right-text h4{
    font-weight: 600;
    font-size: 25px;
}
.right-text h5{
    font-weight: 600;
    font-size: 25px;
}
.right-text{
    position: absolute;
    top: 46%;
    left: -16%;
    transform: translate(0,-50%);
}
.logo-img{
    width: 250px;
}
.below-text p{
    font-size: 15px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

/* media querry  */
@media (max-width : 1200px) {
    .left-img img {
        aspect-ratio: 0.750000;
    }
}
@media (max-width : 992px) {
    .right-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
      }
      .right-text h2{
        font-size: 25px;
    }
    .right-text h5 {
        font-size: 18px;
    }
    .right-text h4 {
        font-weight: 600;
        font-size: 18px;
    }
    .contact a{
        font-size: 17px;
    }
    .contact img {
        width: 30px;
    }
    .below-text p {
        font-size: 14px;
    }
    .below-text{
        padding: 20px 10px 0px 10px;
    }
}
@media (max-width : 768px) {
    .right-text {
        position: relative;
        padding: 50px 0px;
    }
    .product-box {
        width: fit-content;
    }
}

@media (max-width : 576px) {
    .contact a {
        font-size: 15px;
        padding-right: 10px;
    }
    .below-text p{
        text-align: center;
    }
}