 
.blog_section{
    background-image: url('../images/WatchHomepage.webp');
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 150px;
    min-height: 150px;
    margin: 5px;
    padding: 25px;
}
.aboutusimg{
    width: 60%;
}
.aligncenter{
    text-align: center;

}
.blacktheme{
    background-color: #070706;
}
.blog_sectiontwo{
    background-image: url('../images/watch.jfif');
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 150px;
    min-height: 150px;
    margin: 5px;
    padding: 25px;
}
.blog_sectionthree{
    background-image: url('../images/watchtwo.jfif');
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 150px;
    min-height: 150px;
    margin: 5px;
    padding: 25px;
}

.blog_sectionfour{
    background-image: url('../images/1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 150px;
    min-height: 150px;
    margin: 5px;
    padding: 25px;
}
.bottomspace{
    padding-bottom: 100px;
    padding-top: 50px;
}
.blog-details{
    color: white;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog-details:hover{
color: #e4bc74
;
}

.chooseuscontent{
    color: white !important;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rowpadding{
    padding: 50px;
}
.iconabout{
    color: black !important;
}
.marginheading{
    margin: 50px !important;
}
.centerbrands{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  white;
    border-radius:10px ;
}
.centerbrandsbackground{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  #e4bc70;
    border-radius:10px ;
    /* margin: 5px; */
}
.rowpadding{
    padding-left: 50px;
    padding-right: 50px;
    

}
.blackclrbackground{
    background-color: black;
}
.clientname{
    color: white;
    font-weight: 600;
}
.blackclr
{
    color: black !important;
}
.colorgradient{
    background: linear-gradient(to bottom, #070706 0%, #292977ad 100%);
}
.margin5{
    /* margin: 5px; */
    min-height: 194px;
    max-height: 194px;
}
.paddingbrands{
    padding: 20px;
}
.videodiv{
    overflow: hidden;
}
.videocss{
    width: 100%;
}
.spacearound{
    margin-top: 18px;

}
.discruption{
    padding-right: 10vw !important;
    padding-left: 10vw !important;
}
.bottom-space-mobile{
    padding-top: 50px;
}
@media screen and (max-width: 480px) {
    .rowpadding {
        padding-left: 10px;
        padding-right: 10px;
  
    }
    .bottom-space-mobile{
        padding-bottom: 100px;
    }
    .iconabout{
        font-size: 50px;
    }
    .respimg{
        width: 70% !important;
    }
    } 