/**
* Template Name: Eterna - v4.3.0
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --main-color: #e9692c;
  --secondary-color: #ff7518;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background: #333;
  background: linear-gradient(90deg, hsl(0, 1%, 25%) 0%, hsl(0deg 5% 25%) 50%, hsl(0, 1%, 25%) 100%);
}

.modal-open, header {
  padding-right: 0!important;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--secondary-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--main-color);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #545454;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #ccc;
}

#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: var(--main-color);
  font-weight: bold;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--main-color);
}

#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 30px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  background: #292627;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid var(--secondary-color);
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: var(--main-color);
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--main-color);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a.nav-search, .navbar a.nav-search:focus {
  font-size: 20px;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--secondary-color);
}

.navbar .getstarted {
  background: var(--main-color);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: var(--secondary-color);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #333;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: var(--main-color);
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--secondary-color);
  background: #000;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: var(--main-color);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--main-color);
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--secondary-color);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--secondary-color);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: var(--secondary-color);
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: var(--main-color);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: .2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid var(--main-color);
  background: var(--main-color);
}

#hero .btn-get-started:hover {
  background: transparent;
  color: var(--main-color);
  text-decoration: none;
}

@media (max-height: 768px), (max-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--main-color);
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  /* background: transparent; /* #f7f7f7 */
  /* border-bottom: 1px solid #ededed; */
  /* margin-bottom: 20px; */
  border-bottom: 4px solid #666;
  background: #333;
  box-shadow:0 10px 20px 0 rgb(0 0 0 / 70%) inset;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #CCC;
  text-shadow: 2px 2px #333;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  color: #999;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #999;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: var(--main-color);
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: var(--main-color);
  transition: 0.3s;
}

.featured .icon-box p {
  color: var(--main-color);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: var(--secondary-color);
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: var(--main-color);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: var(--main-color);
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: var(--secondary-color);
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border-top: 10px solid var(--main-color);
}

.pricing .featured .buy-btn {
  background: var(--main-color);
}

.pricing .featured .buy-btn:hover {
  background: var(--secondary-color);
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.csbg-content {
  padding: 15px 0 0 0;
}

.csbg-content .entries {
  background: rgba(51,51,51,0.9);
  padding: 12px 12px 40px 12px;
}

.csbg-content .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  background: #e8e6e6;
}

.csbg-content .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

/*.csbg-content .entry .entry-img img {
  border-radius: 6px;
}*/

.csbg-content .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.csbg-content .entry .entry-title a {
  color: var(--main-color);
  transition: 0.3s;
}

.csbg-content .entry .entry-title a:hover {
  color: var(--secondary-color);
}

.csbg-content .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.csbg-content .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.csbg-content .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.csbg-content .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.csbg-content .entry .entry-meta a, .csbg-content .entry .entry-meta span {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.csbg-content .entry .entry-content p {
  line-height: 24px;
}

.csbg-content .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
  margin-top: 20px;
}

.csbg-content .entry .entry-content .read-more a {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.csbg-content .entry .entry-content .read-more a:hover {
  background: var(--secondary-color);
}

.csbg-content .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.csbg-content .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.csbg-content .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.csbg-content .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.csbg-content .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.csbg-content .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.csbg-content .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.csbg-content .entry .entry-footer a:hover {
  color: var(--secondary-color);
}

.csbg-content .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.csbg-content .entry .entry-footer .cats li {
  display: inline-block;
}

.csbg-content .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.csbg-content .entry .entry-footer .tags li {
  display: inline-block;
}

.csbg-content .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.csbg-content .entry .entry-footer .share {
  font-size: 16px;
}

.csbg-content .entry .entry-footer .share i {
  padding-left: 5px;
}

.csbg-content .entry-single {
  margin-bottom: 30px;
}

.csbg-content .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.csbg-content .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.csbg-content .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.csbg-content .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.csbg-content .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.csbg-content .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.csbg-content .blog-comments {
  margin-bottom: 30px;
}

.csbg-content .blog-comments .comments-count {
  font-weight: bold;
}

.csbg-content .blog-comments .comment {
  border-bottom: 2px dashed #999;
}

.csbg-content .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.csbg-content .blog-comments .comment .comment-img img {
  width: 60px;
  border-radius: 50%;
}

.csbg-content .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.csbg-content .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.csbg-content .blog-comments .comment h5 a:hover {
  color: var(--secondary-color);
}

.csbg-content .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.csbg-content .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.csbg-content .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.csbg-content .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.csbg-content .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.csbg-content .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.csbg-content .blog-comments .reply-form p {
  font-size: 14px;
}

.csbg-content .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.csbg-content .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.csbg-content .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.csbg-content .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.csbg-content .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.csbg-content .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--main-color);
}

.csbg-content .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.csbg-content .blog-pagination {
  color: #878787;
}

.csbg-content .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.csbg-content .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.csbg-content .blog-pagination li a {
  color: #CCC;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCC;
  border-radius: 6px;
}

.csbg-content .blog-pagination li.active, .csbg-content .blog-pagination li:hover {
  background: var(--secondary-color);
  border-radius: 6px;
}

.csbg-content .blog-pagination li.active a, .csbg-content .blog-pagination li:hover a {
  color: #fff;
  border-radius: 6px;
}

.csbg-content .sidebar {
  padding: 20px;
  margin: 0;
  background: rgba(51,51,51,0.9);
}

.csbg-content .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #CCC;
  position: relative;
}

.csbg-content .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.csbg-content .sidebar .server-item {
  position: relative;
  left: 0;
  top: 0;
}

.csbg-content .sidebar .recent-servers .server-item + .server-item {
  margin-top: 15px;
}

.csbg-content .sidebar .recent-servers img {
  width: 80px;
  float: left;
  border-radius: 6px;
  position: relative;
  left: 0;
  top: 0;
}

.csbg-content .sidebar .recent-servers .icon {
  position: absolute;
  top: 48px;
  left: -30px;
  border-bottom-right-radius: 6px;
}

.csbg-content .sidebar .recent-servers h4 {
  font-size: 15px;
  margin-left: 95px;
  margin-bottom: .1rem;
  font-weight: bold;
}

.csbg-content .sidebar .recent-servers h4 a {
  color: var(--main-color);
  transition: 0.3s;
}

.csbg-content .sidebar .recent-servers h4 a:hover {
  color: var(--secondary-color);
}

.csbg-content .sidebar .recent-servers time, .csbg-content .sidebar .recent-servers span {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/sprite-icons.png");
  /*vertical-align: bottom;*/
}

.cs15 {
  background-position: 0 -20px;
}

.cs {
  background-position: -20px -20px;
}

.cscz {
  background-position: -40px -20px;
}

.css {
  background-position: -60px -20px;
}

.csgo {
  background-position: -80px -20px;
}

.cs2 {
  background-position: -60px -40px;
}

.csp {
  background-position: -100px -20px;
}

.hlsw {
  background-position: -40px -40px;
}

.steam {
  background-position: 0 -60px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #404040;*/
  background: rgba(0, 0, 0, 0.6);
  padding: 0 0 30px 0;
  color: #ccc;
  font-size: 14px;
}

#footer .footer-top {
  /*background: #3b3b3b;*/
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--main-color);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--secondary-color);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#csrv, #csrektop {
  padding: 0;
  background: rgba(51, 51, 51, 0.8);
}

#csrv, #csrektop {
  border-bottom: 4px solid #666;
}

#csrektop .content {
  color: #aaaaaa;
  padding: 10px;
}

.csrv_item {
  padding: 0 10px 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin: 8px 0;
}

.csrv_item img {
  width: 58px;
  float: left;
  border-radius: 6px;
}

.csrv_item div {
  font-size: 15px;
  font-weight: bold;
  margin: 8px 0 3px 0;
}

.csrv_item div a {
  color: var(--main-color);
  transition: 0.3s;
}

.csrv_item div a:hover {
  color: var(--secondary-color);
}

/*.csrv_item span {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}*/

.csadvpromo {
  padding:32px 0 0 0;
}

.csadvpromo p {
  background: rgba(102, 78, 5, 0.7);
  padding:40px;
  color: #ccc;
}

div#csbgnojs {
  width: auto;
  padding:10px;
  background: radial-gradient(circle, #8B4513, #292627) repeat scroll 0 0 #696969;
  box-shadow: 0 0 50px #FF0000;
  color:#ccc;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.btn-primary {
  border-color: var(--secondary-color);
  background-color: var(--main-color);
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-primary:active {
  border-color: #b82b00;
  background-color: var(--main-color);
}

.btn-primary:active:focus, .btn-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(252, 183, 134, 0.5);
  border-color: #b82b00;
  background-color: var(--main-color);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #333;
  background-color: #fff1ff;
  border-color: var(--main-color);
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(252, 183, 134, 0.25);
  border-color: #b82b00;
}

.list-group-item.active {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.bg-primary {
  background-color: var(--main-color)!important;
}

.page-link {
  color: var(--main-color);
}

.page-link, .page-item.disabled .page-link {
  background-color: #212529;
  border: 0;
}

.page-link:hover {
  color: #fff;
  background-color: #4a4648;
}

.page-link:focus {
  color: #c1c1c1;
  background-color: #3a3738;
  box-shadow: 0 0 0 .25rem rgba(233, 105, 44, .25);
}

.page-item.active .page-link {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.text-light2 {
  color: #C1C1C1;
}

.nav-link {
  color: var(--main-color);
}

.nav-link:focus, .nav-link:hover {
  color: var(--secondary-color);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--main-color);
}

[data-position='below'] .autocomplete-result {
  border-top: 1px solid var(--main-color);
}

.result-ip {
  font-size: 20px;
  margin-bottom: 8px;
}

.result-name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: #fff1ff;
}

.accordion-button:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 .25rem rgba(245, 13, 253, 0.25);
}

.accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e9692c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* CSREKVIP SLIDER */
/* (A) OUTER CONTAINER */
.hwrap {
  /* (A1) DIMENSIONS */
  width: 100%;

  /* (A2) COSMETICS */
  overflow: hidden; /* HIDE SCROLLBARS */
}

/* (B) MIDDLE CONTAINER - FLEX LAYOUT */
.hmove {
  display: flex;
  position: relative;
  top: 0; right: 0;
}

/* (C) SLIDES - FORCE INTO ONE LONG HORIZONTAL ROW */
.hslide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px;
}

/* (D) SLIDE ANIMATION */
@keyframes slideh {
  0% { right: 0; }
  30% { right: 0; }
  33% { right: 100%; }
  63% { right: 100%; }
  66% { right: 200%; }
  97% { right: 200%; }
  100% { right: 0; }
}
.hmove { animation: slideh linear 15s infinite; }
.hmove:hover { animation-play-state: paused; }
.hmove-disabled { animation-play-state: paused; }

.dropdown-divider {
  border-top: 1px solid #CCC;
}

html {
  --scrollbarBG: #49260f;
  --thumbBG: #8a8a8a;
}
body::-webkit-scrollbar {
  width: 18px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  margin-bottom: 0 !important;
}

.mapimgs .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 50vh;
  overflow: hidden;
}

.list-group-item-secondary {
  background: #e8e6e6 !important;
  padding: .8rem 1rem !important;
}

.img-hover {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto
}

.img-hover img {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease
}

.img-hover:hover img {
  transform: scale(1.05)
}

.img-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #fff0 0%, rgb(255 255 255 / .4) 50%, #fff0 100%);
  transition: opacity 0.3s;
  opacity: 0;
  transform: skewX(-25deg);
  z-index: 1
}

.img-hover:hover::before {
  opacity: 1;
  animation: shine 0.8s forwards
}

@keyframes shine {
  0% {
    left: -100%
  }
  100% {
    left: 100%
  }
}

.marquee-container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  width: max-content;
  /*animation: scroll-left 40s linear infinite;*/
}

@media (max-width: 1400px){
  .marquee-track {
    animation: scroll-left 40s linear infinite;
  }
}

.marquee-group {
  display: flex;
}

.marquee-item {
  flex: 0 0 auto;
  width: 305px; /* adjust as needed */
  padding: 0 8px;
  margin: 0 10px;
  border-radius: .25rem !important;
}

.marquee-item-cs {
  background: url("../images/cs16-bg.png") center no-repeat;
}

.marquee-item-cs2 {
  background: url("../images/cs2-bg.png") center no-repeat;
}

.marquee-item-csgo {
  background: url("../images/csgo-bg.jpg") center no-repeat;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.bg-dark-cs {
  background-color: #3a3738 !important;
}

.table-dark {
  --bs-table-bg: #3a3738;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #c1c1c1;
  --bs-table-active-bg: #666;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #4a4648;
  --bs-table-hover-color: #fff;
  color: #c1c1c1;
  border-color: #5c5c5c;
}

.list-group-item-dark {
  color: #c1c1c1;
  background-color: #2c3034;
}
.list-group-item-dark:hover {
  background-color: #4a4648;
}