Hero Section Changes

This commit is contained in:
sujan
2024-08-29 15:46:20 +05:45
parent 373872f9db
commit 03dda9bc78
10 changed files with 391 additions and 2424 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

View File

@ -715,7 +715,7 @@ img {
padding-top: 170px;
}
.preloader {
background-color: #006e5e;
background-color: #ffa471;
width: 100%;
height: 100%;
position: fixed;
@ -3002,10 +3002,11 @@ img {
position: absolute;
left: 0;
top: 0;
width: 90%;
width: 100%;
height: 100%;
content: "";
background: url(../images/slider/bg-shape.svg) no-repeat;
/* background: url(../images/slider/bg-shape.svg) no-repeat;*/
background: linear-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 48%));
z-index: -1;
}
@media (max-width: 991px) {
@ -3197,7 +3198,7 @@ img {
bottom: 0;
width: 261px;
height: 209px;
background: #FF7236;
background: #991b4e;
content: "";
}
.hero-section .track-btn::after {
@ -3206,7 +3207,7 @@ img {
right: 0;
width: 38px;
height: 47px;
background: #E5500F;
background: #991b4e;
content: "";
-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
@ -3253,7 +3254,7 @@ img {
}
.hero-section .slick-arrow.slick-prev, .hero-section .slick-arrow.slick-next {
right: 125px;
bottom: -50px;
bottom: 40px;
}
.hero-section .slick-arrow.slick-prev::after, .hero-section .slick-arrow.slick-next::after {
position: absolute;
@ -3279,7 +3280,7 @@ img {
display: none;
}
.hero-section .slick-arrow:hover {
background: rgb(6, 45, 53);
background: #FF7236;
}
.hero-section .slick-arrow:hover::after {
color: #fff;
@ -8121,7 +8122,7 @@ img {
}
.video-holder {
position: absolute;
left: 50%;
left: 45%;
top: 50%;
transform: translate(-50%, -50%);
}
@ -14423,4 +14424,8 @@ img {
.apply-btn:hover {
color: #fff;
}
.hero-title{
font-size: 70px !important;
}
/*extra css*/