Commit da3a3bd2 by Ravindra Kanojiya

updated layout type

1 parent 37a17b24
...@@ -350,6 +350,7 @@ button.cust-swiper-button-next { ...@@ -350,6 +350,7 @@ button.cust-swiper-button-next {
} }
.video_sec{ .video_sec{
overflow: hidden; overflow: hidden;
margin-bottom: 5.21vw;
} }
.video-wrapper { .video-wrapper {
position: relative; position: relative;
...@@ -538,6 +539,9 @@ input:focus-visible { ...@@ -538,6 +539,9 @@ input:focus-visible {
width: 40%; width: 40%;
z-index: 1; z-index: 1;
} }
.innerbanner-section .product-banner{
height: calc(100vh - 115px);
}
.innerbanner-section .homeBannerSwiper{ .innerbanner-section .homeBannerSwiper{
margin-top: 0; margin-top: 0;
height: calc(100vh - 115px); height: calc(100vh - 115px);
...@@ -562,6 +566,9 @@ input:focus-visible { ...@@ -562,6 +566,9 @@ input:focus-visible {
width: 100%; width: 100%;
height: auto; height: auto;
} }
.gallery-section.sec_padd{
padding-top: 0;
}
.gallery-image-wrapper { .gallery-image-wrapper {
position: relative; position: relative;
width: 100%; width: 100%;
...@@ -1557,10 +1564,14 @@ footer a:hover { ...@@ -1557,10 +1564,14 @@ footer a:hover {
padding: 0; padding: 0;
} }
.product-banner .info { .product-banner .info {
bottom: 1rem; bottom: 0rem;
left: 1rem; left: 0rem;
width: 90%; width: 100%;
padding: 50px 3% 80px;
} }
.product-banner .info div + div{
font-size: 12px;
}
.product-banner { .product-banner {
height: 100vh; height: 100vh;
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!