Untitled
unknown
plain_text
a year ago
4.7 kB
12
Indexable
/* EXPLORE SECTION CSS START */
html body .eg-explore-sec > div {
background: #EDEDED;
}
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(2) {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
grid-gap: 25px;
}
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(2) p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;
color: #000000;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) > div {
flex-wrap: wrap;
grid-gap: 25px;
background: #EDEDED;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] {
flex-basis: unset;
flex-grow: unset;
background: #FFFFFF;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] > div {
padding: 25px;
background: #FFFFFF;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] h3 {
font-size: 22px;
font-weight: 400;
line-height: 31px;
text-align: left;
margin-bottom: 0;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] [class*="feature-box__icon-wrapper"] {
display: flex;
grid-gap: 15px;
align-items: center;
margin-bottom: 24px;
}
html body .eg-explore-sec [class*="feature-boxes__cell"] img[class*="feature-box__icon"] {
width: 45px;
height: 45px;
}
html body .eg-explore-sec > div > [class*="content-item"] h2 {
text-transform: capitalize;
}
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(2) p:last-child {
margin-bottom: 0;
margin-top: 26px;
}
@media screen and (min-width: 767px) {
html body .eg-explore-sec [class*="content-item"]:nth-child(4) > div > div {
width: 48%;
}
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(2) > div:first-child {
width: 78%;
}
}
@media screen and (max-width: 767px) {
html body .eg-explore-sec > div {
padding-left: 0;
padding-right: 0;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] h3 {
font-size: 19px;
line-height: 27px;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) > div {
padding-bottom: 4.3rem;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] > div {
min-height: 12.5625rem;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(4) [class*="feature-boxes__cell"] {
flex-basis: unset;
flex-grow: unset;
}
html body .eg-explore-sec .eg-prev,
html body .eg-explore-sec .eg-next {
position: absolute;
top: unset;
bottom: 0;
z-index: 3;
}
html body .eg-explore-sec .eg-pagination {
bottom: 13px !important;
z-index: 2;
}
html body .eg-explore-sec .swiper-pagination-bullet {
width: 8px !important;
height: 8px !important;
border-radius: 0 !important;
margin: 0 7.5px !important;
}
html body .eg-explore-sec .swiper-pagination-bullet-active {
background-color: rgb(219, 0, 17) !important;
}
html body .eg-explore-sec .swiper-button-prev:after,
html body .eg-explore-sec .swiper-button-next:after {
background-color: #3a4a54 !important;
padding: 14px 18px !important;
color: #fff !important;
font-size: 16px !important;
font-weight: 600 !important;
}
html body .eg-explore-sec [class*="content-item"]:nth-child(3) {
margin: 0;
}
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(2),
html body .eg-explore-sec > div > [class*="content-item"]:first-child {
margin-bottom: 27px;
}
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(4),
html body .eg-explore-sec > div > [class*="content-item"]:nth-child(2) {
margin-top: 27px;
}
html body .eg-explore-sec > div > [class*="content-item"] h2 {
padding-right: 20px;
text-transform: capitalize;
}
}
/* EXPLORE SECTION CSS END */Editor is loading...
Leave a Comment