contact page and error page created

This commit is contained in:
sujan
2024-09-02 16:05:25 +05:45
parent 345f36427b
commit 04559f889d
7 changed files with 61 additions and 207 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -14635,6 +14635,15 @@ img {
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/faq-bg.jpg) no-repeat center top / cover;
}
.error-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/error-bg.jpg) no-repeat center top / cover;
}
.hero-breadcrumb {
text-align: center;
margin-top: 40px;
@@ -14684,15 +14693,26 @@ img {
.popup-title {
color: #444 !important;
}
.country-title a {
background: #FF7236;
color: #fff;
padding: 8px 16px;
font-family: "Plus Jakarta Sans";
text-transform: capitalize;
display: inline-block;
font-size: 16px;
font-weight: 600;
background: #FF7236;
color: #fff;
padding: 8px 16px;
font-family: "Plus Jakarta Sans";
text-transform: capitalize;
display: inline-block;
font-size: 16px;
font-weight: 600;
}
.error {
color: #000;
font-size: 53px;
font-weight: 800;
line-height: 82px;
text-transform: capitalize;
margin-bottom: 20px;
}
.error span {
color: red;
font-size: 80px;
}
/*extra css*/