Pages Changes

This commit is contained in:
sujan
2024-08-29 17:44:20 +05:45
parent 03dda9bc78
commit c2b342b694
21 changed files with 240 additions and 51 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -3079,7 +3079,7 @@ img {
}
.hero-section .content h3 {
color: #fff;
font-size: 80px;
font-size: 70px;
font-weight: 800;
line-height: 80px;
text-transform: capitalize;
@ -4809,10 +4809,10 @@ img {
font-weight: 700;
line-height: 30px;
letter-spacing: 1.76px;
text-decoration-line: underline;
text-decoration-line: none;
text-transform: uppercase;
position: relative;
padding-left: 20px;
/* padding-left: 20px;*/
}
.wpo-about-section .about-content .title h2::before, .wpo-about-section-s4 .about-content .title h2::before {
position: absolute;
@ -4821,7 +4821,7 @@ img {
width: 14px;
height: 16px;
transform: translateY(-50%);
content: url(../images/title-shape.svg);
/* content: url(../images/title-shape.svg);*/
}
.wpo-about-section .about-content .title h3, .wpo-about-section-s4 .about-content .title h3 {
color: #042127;
@ -4844,8 +4844,8 @@ img {
}
}
.wpo-about-section .about-content .sub-content, .wpo-about-section-s4 .about-content .sub-content {
margin-top: 37px;
margin-bottom: 25px;
margin-top: 35px;
margin-bottom: 35px;
}
.wpo-about-section .about-content .sub-content span, .wpo-about-section-s4 .about-content .sub-content span {
color: #535353;
@ -4898,7 +4898,7 @@ img {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 60px;
margin: 40px 0px;
}
@media (max-width: 399px) {
.wpo-about-section .about-content .author-btn, .wpo-about-section-s4 .about-content .author-btn {
@ -6012,7 +6012,7 @@ img {
content: "";
height: 100%;
width: 30%;
background: #0BA08A;
background: #991b4e;
z-index: -1;
}
@media (max-width: 991px) {
@ -14425,7 +14425,22 @@ img {
color: #fff;
}
.hero-title{
font-size: 70px !important;
/*Hero section Video */
@media (max-width: 570px) {
.video-holder {
display: none;
}
}
@media (max-width: 932px) {
.video-holder {
position: absolute;
left: 45%;
top: 50%;
transform: translate(-50%, -50%);
}
}
/*Hero section Video */
/*extra css*/