This commit is contained in:
Roshan476
2025-12-28 10:23:22 +05:45
parent 5512e0e8ed
commit 9ad039d147
19 changed files with 408 additions and 374 deletions

View File

@@ -153,6 +153,7 @@
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 767px){
@@ -173,7 +174,7 @@
width: 100%;
}
.sec-title h2 {
font-size: 40px;
font-size: 26px;
line-height: 50px;
}
.footer-bottom .content {
@@ -299,6 +300,51 @@
}
@media only screen and (max-width: 350px) {
}
@media (min-width: 768px) and (max-width: 1024px) {
.banner-section-two .content-box .image img {
height: 500px;
position: relative;
margin-top: 230px;
object-fit: cover;
}
.banner-section-two .video-box,.banner-section-two .contact-number {
display: none;
}
.banner-section-two .content-box .image-wrapper {
display: block;
}
.about-us-section {
margin-bottom: 80px;
}
.mySwiper-video .swiper-slide {
width: 232.667px !important;
}
}
@media (max-width: 576px) {
.venture-card {
height: 220px;
}
.mySwiper-video .swiper-slide {
width: 100% !important;
}
}
@media (min-width: 768px) {
.venture-card {
height: 260px;
}
}
@media (min-width: 992px) {
.venture-card {
height: 300px;
}
}