x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<style>
div#main {
background-image: linear-gradient(top, #67bac0, #67bac0 420px, transparent 420px, transparent 100%) !important;
background-image: -webkit-linear-gradient(top, #67bac0, #67bac0 420px, transparent 420px, transparent 100%) !important;
/* padding-top: 50px; */
}
.back-btn-container {
width: 90%;
margin: auto;
}
.back-btn-container .back-btn {
color: black;
font-family: var(--main-font-family);
font-size: 14px;
font-weight: bold;
line-height: 1.07;
}
.page-banner {
width: 90%;
margin: auto;
background-image: url(https://passport.theonevalley.com/download/attachments/50559836/banner.jpg);
display: flex;
height: 450px;
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
}
.banner-content {
display: flex;
flex-direction: column;
margin: auto;
}
.tabs {
display: flex;
}
.tabs p {
margin: unset;
}
.banner-content .title p {
font-family: Arimo;
font-size: 57px;
font-weight: bold;
font-stretch: normal;
color: #dbecf1;
font-style: normal;
line-height: 0.7;
letter-spacing: 0.32px;
text-align: center;
text-transform: uppercase;
}
div#maincontainer .page-banner .overlay {
display: unset;
width: 100%;
display: flex;
background: black;
opacity: 0.8;
}
.banner-content {
align-items: center;
}
.banner-content .tabs .tab {
font-family: Poppins;
font-size: 14px;
font-weight: bold;
color: #fbbd28;
border-bottom-width: 3px;
border-radius: 5%;
border-bottom-style: solid;
line-height: 1.71;
letter-spacing: 1.39px;
text-align: center;
}
.tabs {
justify-content: space-between;
width: 120%;
margin-top: 50px;
}
div.filter-row {
width: 90%;
margin: auto;
margin-top: 50px;
}
div.filter-row .left {
opacity: 0.5;
font-family: Arimo;
font-size: 15.3px;
line-height: 1.57;
letter-spacing: 0.5px;
color: #555555;
width: 8%;
}
.filter-row .right label {
background: rgba(251, 189, 40, 0.2);
border-radius: 2px;
border: solid 1px #fbbd28;
margin-right: 10px;
padding: 0 25px;
font-family: Arimo;
font-size: 15.3px;
line-height: 1.57;
letter-spacing: 0.5px;
cursor: pointer;
}
.filter-row .right input[type="radio"]:checked+label{
background: #fbbd28;
}
.filter-row .right input {
display: none;
}
div.filter-row .right button:focus {
outline: none;
}
/* ====================================== FILTERS ====================================== */
input {
outline: none;
}
.filtersContainer {
display: flex;
flex-wrap: wrap;
}
::-webkit-scrollbar-thumb {
background: var(--primary-color) !important;
}
.filtersContainer div {
margin: 10px;
position: relative;
display: flex;
justify-content: center;
height: max-content;
}
.countryFilterContainer {
/* display: none !important; */
}
.dateFilterContainer {
display: flex;
}
.dateFilterContainer .dateFilter {
align-items: center;
}
#startdate, #enddate {
background: var(--secondary-color);
border: 1px solid #ddd;
box-shadow: none;
color: var(--secondary-font-color);
font-size: 13px;
width: 200px;
height: 15px;
padding: 15px 20px;
}
#startdate::placeholder, #enddate::placeholder {
color: var(--secondary-font-color);
}
.hasDatepicker {
background: #f6f6f6;
border: 1px solid #ddd;
box-shadow: none;
color: var(--primary-font-color);
font-size: 13px;
width: 200px;
height: 15px;
padding: 15px 20px;
}
#enddate {
margin-right: 0px;
}
.dateFilterContainer {
margin: 0px;
}
.dateFilter {
color: var(--primary-font-color);
font-family: var(--main-font-family);
font-size: 16px;
}
#countryFilter {
background: #f6f6f6;
border: 1px solid #ddd;
box-shadow: none;
color: var(--primary-font-color);
font-size: 13px;
width: 300px;
padding: 15px 20px;
}
#resetFilter {
font-family: var(--main-font-family);
font-size: 16px;
}
#resetFilter:hover {
cursor: pointer;
}
</style> |
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
...
OneValley