.banner {height: 722px;}
.server-list {
background-color: #1b1b1b;
position: relative;
padding: 19px 26px;
border-radius: 6px;
overflow: hidden;
margin-bottom: 16px;
}
.server-list:last-child{
margin-bottom: 0;
} .server-list::before {
background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
-webkit-filter: blur(100px);
filter: blur(100px);
content: "";
height: 124px;
width: 124px;
border-radius: 50px;
position: absolute;
left: -127px;
bottom: -20px;
} .server-list::after {
background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
content: "";
-webkit-filter: blur(100px);
filter: blur(100px);
height: 124px;
width: 124px;
border-radius: 50px;
position: absolute;
top: -127px;
right: -20px;
}
.slider {
padding: 230px 0;
} #back-to-top.show {
opacity: 1;
visibility: visible;
}
#back-to-top {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(220, 220, 220, 0.8);
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
opacity: 0;
visibility: hidden;
z-index: 99;
cursor: pointer;
background-color: #175cff;
color: #ffffff;
}
#back-to-top::after {
content: "\f106";
font-family: "Font Awesome 6 Free";
font-weight: 900;
}
#back-to-top {background-color: #FF8B16!important;}
body.single-post .entry-footer,
body.single-post .entry-header {display:none!important;}
.no-sidebar .post-single { max-width: none!important;}
@media (max-width: 767px) {
.banner .col-lg-7 { width:100%!important;}
.banner--one:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffffad;
z-index: 1;
}	
.site-header.mobile-header.showed .site-logo .main-logo {display: block!important;}
}