Sindbad~EG File Manager
.blog {
.blog__hero {
position: relative;
overflow: hidden;
.hero-image_planet {
position: absolute;
right: -100px;
top: -100px;
width: 100%;
max-width: 400px;
@media (max-width: 768px) {
display: none;
}
}
background: url("../assets/star-bg.svg"),
linear-gradient(254.32deg, #560bab 0%, #7209b5 100%);
padding: 60px 0;
padding-top: 120px;
.blog__hero-container {
display: flex;
align-items: center;
gap: 80px;
@media (max-width: 768px) {
flex-direction: column;
gap: 0;
}
.blog__hero-subcontainer {
flex: 1;
.blog__hero-image {
width: 100%;
object-fit: cover;
@media (max-width: 768px) {
display: none;
}
}
.blog__form-container {
.form-row {
p {
display: flex;
gap: 12px;
align-items: center;
@media (max-width: 768px) {
// flex-direction: column;
// align-items: flex-start;
// gap: 0;
}
input {
height: 45px;
border-radius: 8px;
border: 0;
font-family: var(--fontRedHat);
font-size: 14px;
font-weight: 600;
color: var(--purple300);
&[type="email"] {
padding: 0px 8px;
font-weight: 400;
color: #9f9da6;
@media (max-width: 768px) {
width: 100%;
}
}
&[type="submit"] {
border: 1px solid var(--purple200);
background: var(--purple500);
box-shadow: 0px 4px 4px 0px #0c041b0f;
line-height: 1;
box-shadow: 0px 1px 3px 0px #0c041b1a;
&:hover {
background: transparent;
}
}
}
}
}
.wpcf7-response-output {
border: 0;
padding: 0;
margin: 0;
font-family: var(--fontKanit);
margin-bottom: 32px;
margin-top: 8px;
color: var(--purple800);
}
form[data-status="invalid"] {
.wpcf7-response-output {
color: red;
}
}
}
.single-article__newsletter-policy {
font-size: 13px;
line-height: 1.5;
font-family: var(--fontRedHat);
color: #dddde0;
font-weight: 400;
a {
color: #dddde0;
}
}
}
}
}
.blog__section-2 {
padding: 60px 0;
.blog__section-2-categories {
background: var(--neutre50);
border: 1px solid var(--neutre100);
border-radius: 8px;
display: flex;
width: fit-content;
.blog__section-2-category {
padding: 8px 12px;
display: block;
&.active {
border: 1px solid #ad8aee;
border-radius: 8px;
color: var(--purple500);
box-shadow: 0px 4px 4px 0px #0c041b0f;
box-shadow: 0px 1px 3px 0px #0c041b1a;
}
}
}
.blog__section-2-items-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
@media (max-width: 768px) {
grid-template-columns: 1fr;
gap: 16px;
}
.blog__section-2-item {
box-shadow: 0px 4px 6px -2px #0c041b08;
box-shadow: 0px 12px 16px -4px #0c041b14;
overflow: hidden;
border-radius: 8px;
background: var(--white);
.blog__section-2-item-container {
display: flex;
flex-direction: column;
.blog__section-2-item-image-container {
width: 100%;
height: 226px;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
.blog__section-2-item-content {
padding: 24px;
.blog__section-2-category {
padding: 6px 12px;
border-radius: 20px;
background: var(--purple300);
width: fit-content;
}
.blog__section-2-item-title-container {
display: flex;
justify-content: space-between;
.blog__section-2-item-title {
font-size: 23px;
line-height: 1.2;
font-weight: 700;
font-family: var(--fontRedHat);
}
}
}
.rt-time {
color: var(--purple800);
font-weight: 400;
}
.blog__section-2-rating {
margin-top: auto;
}
}
}
}
.pagination {
text-align: center;
align-items: center;
margin-top: 20px;
font-family: var(--fontRedHat);
font-weight: 600;
font-size: 14px;
line-height: 1.2;
justify-content: center;
.page-numbers {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
}
.prev {
all: unset;
margin-right: auto;
color: var(--black);
cursor: pointer;
}
.next {
all: unset;
color: var(--black);
cursor: pointer;
margin-left: auto;
}
}
.pagination a,
.pagination span {
color: var(--neutre600);
display: inline-block;
}
.pagination .current {
background: var(--neutre50);
font-weight: bold;
color: var(--purple600);
}
.next-placeholder,
.prev-placeholder {
width: 80px;
margin-left: auto;
}
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists