Team Page Changes

This commit is contained in:
sujan
2024-09-01 17:29:02 +05:45
parent dead9eb367
commit f8edb06069
19 changed files with 179 additions and 152 deletions

View File

@ -1385,6 +1385,7 @@ img {
@media (max-width: 575px) {
.topbar .contact-into {
flex-wrap: wrap;
padding: 10px 0px;
}
}
.topbar .pryment-selector {
@ -2456,7 +2457,7 @@ img {
width: 100%;
}
.wpo-site-header .mobail-menu button {
background-color: #0BA08A;
background-color: #c70f6b;
width: 40px;
height: 35px;
border: 0;
@ -2480,7 +2481,7 @@ img {
margin: 0;
}
.wpo-site-header #navbar {
background: #006e5e;
background: #c70f6b;
display: block !important;
width: 300px;
height: 100%;
@ -14523,7 +14524,7 @@ img {
align-items: center;
}
.popup-content {
background-color: #fefefe;
background-color: #eee;
margin: auto;
padding: 20px;
border: 1px solid #888;
@ -14607,6 +14608,24 @@ img {
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/company-bg.jpg) no-repeat center top / cover;
}
.destination-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/destination-bg.jpg) no-repeat center top / cover;
}
.team-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/team-bg.jpg) no-repeat center top / cover;
}
.hero-breadcrumb {
text-align: center;
margin-top: 40px;
@ -14626,4 +14645,45 @@ img {
line-height: 80px;
text-transform: capitalize;
}
.popup-form {
/* margin-left: 45px; */
border-radius: 9px;
border: 13px solid #FFF;
background: #FF7236;
/* max-width: 540px; */
padding: 60px 45px;
}
.popup-form label {
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 25px;
margin-bottom: 7px;
}
.popup-form .form-control {
border-radius: 6px;
color: #000;
font-size: 14px;
font-weight: 500;
font-family: "Plus Jakarta Sans";
line-height: 30px;
padding: 8px 20px;
border: 0;
margin-bottom: 20px;
position: relative;
}
.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;
}
/*extra css*/