image redo

This commit was merged in pull request #16.
This commit is contained in:
ChineseChikki
2023-02-21 20:13:43 +01:00
parent f086bf1fc8
commit e6595b2a28
2 changed files with 32 additions and 43 deletions
+13 -32
View File
@@ -429,40 +429,26 @@ button:focus {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 730px;
height: 700px;
position: relative;
}
.slider-item .slider-shape img {
width: 100%;
height: 730px;
/* position: absolute; */
/* top: -9px; */
/* right: -90px; */
/* max-width: 730px; */
/* order: 1; */
/* box-shadow: 0px 0px 20px #2459b8; */
height: 700px;
object-fit: cover;
}
.slider-item .slider-shape-two img {
width: 100%;
height: 730px;
/* position: absolute; */
/* top: 20px; */
/* top: -59px; */
/* right: 10px; */
/* max-width: 730px; */
/* box-shadow: 0px 0px 20px #2459b8; */
height: 700px;
object-fit: cover;
}
.slider-item .slider-shape-three img {
width: 100%;
height: 730px;
/* position: absolute; */
/* top: -59px; */
/* right: 10px; */
/* max-width: 730px; */
/* box-shadow: 0px 0px 20px #2459b8; */
height: 700px;
object-fit: cover;
}
.slider-item::before {
@@ -478,11 +464,6 @@ button:focus {
.slider-item .slider-text {
position: relative;
/* margin-top: 20px; */
/* z-index: 5; */
/* display: flex; */
/* gap: 100px; */
}
.slider-info{
@@ -503,7 +484,7 @@ button:focus {
font-weight: 700;
font-size: 46px;
color: #ffffff;
text-shadow: 0px 0px 4px #000000;
text-shadow: 0px 0px 5px #000000;
margin-bottom: 25px;
max-width: 600px;
margin-left: 0;
@@ -541,22 +522,22 @@ button:focus {
}
.common-btn .cmn-btn-right {
/* background-color: transparent;
color: #ffffff; */
color: #0046c0;
background-color: #ffffff;
border: 2px solid transparent;
/* border: 2px solid #ffffff; */
padding-left: 25px;
padding-right: 25px;
/* border: 2px solid #ffffff;
/* background-color: transparent;
/* color: #ffffff; */
}
.common-btn .cmn-btn-right:hover {
/* color: #0046c0;
background-color: #ffffff; */
background-color: transparent;
color: #ffffff;
border: 2px solid #ffffff;
/* color: #0046c0;
background-color: #ffffff; */
}
.home-slider.owl-theme .owl-nav {