country page added

This commit is contained in:
sujan
2024-09-03 17:25:55 +05:45
parent 54e305f27b
commit bf78a5e4b0
7 changed files with 309 additions and 43 deletions

View File

@@ -7541,14 +7541,13 @@ img {
color: #fff;
font-size: 30px;
font-weight: 500;
line-height: 32px;
line-height: 40px;
text-transform: capitalize;
margin-bottom: 0;
transform: rotate(-90.308deg);
position: absolute;
left: -95px;
top: 40%;
line-height: 40px;
text-align: center;
}
@media (max-width: 1499px) {
@@ -14648,6 +14647,15 @@ img {
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;
}
.australia-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/australia-bg.jpg") no-repeat center top / cover;
}
.hero-breadcrumb {
text-align: center;
margin-top: 40px;
@@ -14736,4 +14744,12 @@ img {
text-align: left;
margin-bottom: 30px;
}
.blog-color {
background: #FFF5F0;
}
.country-desc {
font-size: 19px;
font-weight: 600;
padding: 20px 0px;
}
/*extra css*/