 .slider-wrapper {
   width: 1200px;
   height: 780px;
   margin: 0 auto;
 }

 .slide-subtitle {
   font-size: 15px;
   letter-spacing: 5px;
   font-weight: 500;
   text-transform: uppercase;
   top: 320px;
   font-family: "Urbanist", sans-serif;
 }

 .slide-title {
   font-size: 40px;
   letter-spacing: 3px;
   font-weight: 600;
   top: 370px;
   font-family: "Urbanist", sans-serif;
 }

 .slide-desc {
   top: 450px;
   width: 650px;
   font-size: 18px;
   line-height: 30px;
   letter-spacing: 2px;
   font-family: "Urbanist", sans-serif;
 }

 .center {
   left: 50%;
   transform: translateX(-50%);
   text-align: center;
 }

 .left {
   left: 32px;
   text-align: left;
 }

 .color-theme {
   color: #aa8453 !important;
 }

 
 .themesflat-top {
  background: #f5f5f5;
  padding: 4px 0;
  font-size: 13px;
}

.list-infor-topbar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.list-infor-topbar li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
}

.list-infor-topbar a {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}

.bold-text {
  font-weight: 600;
}

.theme-icon {
  color: #aa8453;
  font-size: 13px;
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
}

.themesflat-socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}

.themesflat-socials li {
  list-style: none;
}

.themesflat-socials li a {
  color: #aa8453;
  font-size: 15px;
  transition: color 0.3s ease;
}

.themesflat-socials li a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .container-inside {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .content-left {
    width: 100%;
  }

  .list-infor-topbar {
    justify-content: center;
    gap: 6px;
  }

  .list-infor-topbar li:nth-child(1),
  .list-infor-topbar li:nth-child(2) {
    display: inline-flex;
    white-space: nowrap;
  }

  .list-infor-topbar li:nth-child(3) {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    margin-top: 2px;
  }

  .content-right {
    width: 100%;
  }

  .topbar-social {
    justify-content: center;
    width: 100%;
    margin-top: 4px;
  }

  .themesflat-socials {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .list-infor-topbar {
    font-size: 12px;
  }

  .theme-icon {
    font-size: 12px;
  }
}
