Hero Section Changes
This commit is contained in:
BIN
assets/images/access-images/access-video.mp4
Normal file
BIN
assets/images/access-images/access-video.mp4
Normal file
Binary file not shown.
BIN
assets/images/access-images/slider1.jpg
Normal file
BIN
assets/images/access-images/slider1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
BIN
assets/images/access-images/slider2.jpg
Normal file
BIN
assets/images/access-images/slider2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 KiB |
@ -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*/
|
Reference in New Issue
Block a user