Team Page Changes
BIN
assets/images/access-images/destination-bg.jpg
Normal file
After Width: | Height: | Size: 133 KiB |
13
assets/images/access-images/left-shape-fun.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="191" height="210" viewBox="0 0 191 210" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_643_103)">
|
||||
<path d="M125.53 0.830078H118.13L0 196.85V209.12L125.53 0.830078Z" fill="#D8DFE3"/>
|
||||
<path d="M0 165.95L99.93 0H0V165.95Z" fill="#FF7236"/>
|
||||
<path d="M190.33 0H138.45L68.9102 115.39H120.79L190.33 0Z" fill="#B61B5C"/>
|
||||
<path d="M98.0897 139.96H72.8097L38.9297 196.18H64.2097L98.0897 139.96Z" fill="#FF7236"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_643_103">
|
||||
<rect width="191" height="210" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 556 B |
13
assets/images/access-images/right-shape-fun.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="190" height="210" viewBox="0 0 190 210" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_643_97)">
|
||||
<path d="M64.8003 208.29H72.2003L190.33 12.27V0L64.8003 208.29Z" fill="#D8DFE3"/>
|
||||
<path d="M190.33 43.1702L90.3999 209.12H190.33V43.1702Z" fill="#FF7236"/>
|
||||
<path d="M0 209.12H51.88L121.42 93.73H69.54L0 209.12Z" fill="#B61B5C"/>
|
||||
<path d="M92.2402 69.1602H117.52L151.4 12.9402H126.12L92.2402 69.1602Z" fill="#FF7236"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_643_97">
|
||||
<rect width="190" height="210" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 566 B |
BIN
assets/images/access-images/team-bg.jpg
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
assets/images/access-images/team1.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
assets/images/access-images/team2.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
assets/images/access-images/team3.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
assets/images/access-images/team4.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
assets/images/access-images/team5.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
assets/images/access-images/team6.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
@ -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*/
|