@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Sora:wght@100..800&display=swap");
.simple-section {
  padding: 80px 0;
}
.simple-section.light-gray {
  background: rgba(241, 241, 241, 0.6980392157);
}
.simple-section.whitesmoke {
  background: #f5f5f5;
}
.simple-section.black-bg {
  background-color: #25272a;
}

.section-detail {
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6980392157);
  margin: 0;
}
.section-detail strong {
  color: #25272a;
  font-weight: 600;
}
.section-detail.w-720 {
  max-width: 720px;
  margin: auto;
}

.text-white {
  color: #ffffff;
}

.section-title h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
  text-align: center;
  color: #25272a;
}
.section-title h3 span {
  color: #00afef;
  font-size: 34px;
}
.section-title h3 span.uppercase {
  text-transform: uppercase;
}
.section-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #4a5565;
}
.section-title p.text-center {
  max-width: 650px;
  margin: auto;
}
.section-title p.white {
  color: rgba(255, 255, 255, 0.8);
}
.section-title p.small-text {
  font-size: 16px;
}
.section-title h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
}
.section-title h6.green {
  color: #149741;
}
.section-title h6.primary {
  color: #ec268f;
}

.bar-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bar-wrap.gap {
  display: flex;
  align-items: center;
  gap: 0;
}
.bar-wrap .bar {
  width: 50px;
  height: 6px;
}
.bar-wrap .bar.big-bar {
  width: 33.33%;
  height: 14px;
}
.bar-wrap .bar.pink {
  background-color: #ec268f;
}
.bar-wrap .bar.blue {
  background-color: #00afef;
}
.bar-wrap .bar.yellow {
  background-color: #fff212;
}

@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 25px;
  }
  .section-title h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .simple-section {
    padding: 50px 10px;
  }
  .section-detail {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
  }
}
.hero-slider .slick-slide {
  padding: 0 !important;
}

.hero {
  position: relative;
  background: rgba(0, 0, 0, 0.6) url("../images/banner.png");
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 100px 0;
}
.hero .hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.hero .hero-content h1 {
  font-weight: 900;
  font-size: 70px;
  text-align: start;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Sora", sans-serif;
}
.hero .hero-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: start;
  color: rgba(255, 255, 255, 0.6980392157);
  margin: 0;
}
.hero .hero-content p.about {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.hero-section {
  position: relative;
  width: 100%;
  background-image: url("../images/banner.png");
  background-size: cover;
}
.hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 100px 20px;
}
.hero-section .hero-content {
  text-align: center;
}
.hero-section .hero-content h1 {
  font-weight: 900;
  font-size: 70px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 850px;
  margin: auto;
}
.hero-section .hero-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  max-width: 700px;
  margin: 20px auto;
}
.hero-section .hero-content p.about {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.button-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 50px 0;
  }
  .hero .hero-content {
    width: 100%;
  }
  .hero .hero-content h1 {
    font-size: 30px;
  }
  .hero .hero-content h1.about {
    font-size: 40px;
    line-height: 50px;
  }
  .hero .hero-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero .hero-content .search-container {
    max-width: 100%;
    margin: 30px 0;
  }
}
.about-section {
  position: relative;
  background: rgba(0, 0, 0, 0.6) url("../images/about-banner.jpg");
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 150px 0;
}
.about-section .hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.about-section .hero-content h1 {
  font-weight: 700;
  font-size: 60px;
  text-align: start;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Sora", sans-serif;
}
.about-section .hero-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: start;
  color: rgba(255, 255, 255, 0.6980392157);
  margin: 0;
}

.about-h5 h5 {
  margin-bottom: 10px;
  line-height: 1;
  color: #c8c8c8;
  text-transform: uppercase;
}

.stats-box {
  background: #fff;
  text-align: center;
}
.stats-box h6 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.stats-box h2 {
  font-size: 48px;
  color: #ec268f;
  font-weight: 800;
  margin: 15px 0;
  line-height: 1;
}
.stats-box p {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.bg-about {
  background-image: url("../images/bg-about.jpg");
  width: 100%;
  background-repeat: repeat-y;
  background-size: contain;
}

.about-side-image img {
  width: 100%;
}

@media screen and (max-width: 678px) {
  .about-section {
    padding: 100px 0;
  }
  .about-section .hero-content {
    justify-content: center;
  }
  .about-section .hero-content h1 {
    text-align: center;
    font-size: 30px;
  }
  .about-section .hero-content p {
    font-size: 16px;
    text-align: center;
  }
}
.button {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.button.small-button {
  width: 100%;
  padding: 4px 10px;
  border-radius: 4px !important;
}
.button.button-primary {
  background: #ec268f;
  color: #ffffff;
}
.button.button-primary:hover, .button.button-primary:focus {
  background: linear-gradient(90deg, #ec268f, #00afef);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 175, 239, 0.4);
  transform: translateY(-2px);
  border: none;
}
.button.button-secondary {
  background: #f5f5f5;
  color: #25272a;
}
.button.button-white {
  background-color: #ffffff;
  color: #ec268f;
  border: 1px solid #ffffff;
}
.button.button-white:hover, .button.button-white:focus {
  background-color: rgba(255, 255, 255, 0.062745098);
  color: #ffffff;
  border-color: #ffffff;
}
.button.button-outline-primary {
  border-color: #ec268f;
  color: #ec268f;
}
.button.button-outline-primary:hover, .button.button-outline-primary:focus {
  background-color: #00afef;
  box-shadow: 0 4px 12px rgba(0, 175, 239, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
  border: unset;
}
.button.button-outline-secondary {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.button.button-outline-secondary:hover, .button.button-outline-secondary:focus {
  background: #fff;
  color: #25272a;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
.button.button-round {
  border-radius: 30px;
}
.button.button-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.button.button-icon svg {
  width: 20px;
}
.button.button-icon i {
  font-size: 20px;
}

.flex-button .button.active {
  background: #ec268f;
  color: #ffffff;
  border-color: transparent;
}

.flex-button .button:not(.active) {
  background: #f5f5f5;
  color: #25272a;
}

.expex-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}
.expex-image p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #25272a;
  margin: 20px 0 0 0;
}

.stoke-secttion {
  position: relative;
  background-color: #000000;
  padding: 100px 0;
  overflow: hidden;
}
.stoke-secttion .stoke-left,
.stoke-secttion .stoke-right {
  position: absolute;
  top: 0;
  width: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  z-index: 1;
}
.stoke-secttion .stoke-left {
  left: 0;
  background-image: url("../images/expect/left.svg");
}
.stoke-secttion .stoke-right {
  right: 0;
  background-image: url("../images/expect/right.svg");
}

.about-image img {
  width: 100%;
}

.flex-button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-header {
  background-color: #000;
  padding: 50px 20px;
  color: #FFF;
  text-align: center;
}
.page-header h3 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Sora", sans-serif;
}
.page-header p {
  max-width: 800px;
  color: rgba(255, 255, 255, 0.8);
  margin: auto;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .expex-image img {
    height: 100%;
  }
}
.theme-card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.0784313725);
}
.theme-card a {
  text-decoration: none;
}
.theme-card .badge-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-wrap: wrap;
  text-align: start;
  z-index: 5;
}
.theme-card .badge {
  position: absolute;
  top: 25px;
  left: 21px;
  background: rgba(0, 0, 0, 0.5019607843);
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
}
.theme-card .pt-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.theme-card .pt-img.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 10px;
}
.theme-card .pt-img:hover::before {
  opacity: 0;
}
.theme-card .pt-img img {
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
}
.theme-card .pt-img:hover img {
  transform: scale(1.1);
}
.theme-card .info {
  padding: 23px;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}
.theme-card .info .details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-card .info .details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.theme-card .info .details-list li p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #25272a;
}
.theme-card .info .details-list li:last-child {
  border-bottom: none;
}
.theme-card .info h4 {
  font-weight: 700;
  font-size: 18px;
  color: #25272a;
}
.theme-card .info h3 {
  font-weight: 800;
  font-size: 22px;
  color: #25272a;
  margin-bottom: 0;
}
.theme-card .info a {
  padding: 8px 24px;
}
.theme-card .info .full-width {
  width: 100%;
}
.theme-card .info .full-width a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.category-card:hover img {
  transform: scale(1.2);
}
.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0;
  background: linear-gradient(2deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  border-radius: 10px;
}
.category-card a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.category-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.category-card span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-text i {
  color: rgba(0, 0, 0, 0.3019607843);
  font-size: 24px;
}
.icon-text span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(37, 39, 42, 0.6980392157);
}
.icon-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #25272a;
}
.icon-text.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.align-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.border-card {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.031372549);
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
}
.border-card .icon {
  text-align: center;
  margin-bottom: 10px;
}
.border-card .icon img {
  max-width: 100%;
}
.border-card p {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #25272a;
  margin: 0;
}

/* Brand Card */
.brand-card {
  text-align: center;
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.brand-card:hover {
  transform: translateY(-5px);
}
.brand-card img {
  max-width: 140px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.ct-card {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
  height: 100%;
}
.ct-card strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #25272a;
}
.ct-card h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #ec268f;
}
.ct-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6980392157);
  margin-bottom: 10px;
}
.ct-card p a {
  color: rgba(0, 0, 0, 0.6980392157);
  text-decoration: underline;
}
.ct-card .ct-detail {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ct-card .ct-detail li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-card .ct-detail li a i {
  color: #ec268f;
  font-size: 24px;
}
.ct-card .ct-detail li a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #25272a;
}
.ct-card .divider {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

@media screen and (max-width: 768px) {
  .align-between {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  background: #ec268f;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  fill: currentColor;
  color: white;
}

.slick-arrow:hover {
  background: #ec268f;
  transform: translateY(-50%) scale(1.1);
}
.slick-arrow:hover svg {
  fill: currentColor;
  color: #ffffff;
}

.slick-next {
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #ec268f;
}
.slick-next svg {
  fill: currentColor;
  color: #ffffff;
}

.slick-prev {
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #ec268f;
}
.slick-prev svg {
  fill: currentColor;
  color: #ffffff;
}

/* Dots */
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: -30px !important;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  margin: 0 6px;
  opacity: 0.7;
  padding: 0;
  transition: all 0.3s ease;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  position: relative;
  background-color: #ec268f;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: none;
}

.slick-dots li.slick-active button:before {
  color: unset;
}

.slick-dots li button:before {
  color: unset;
}

/* remove default slick pseudo icons */
.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next:focus,
.slick-prev:focus {
  background-color: #ec268f;
}
.slick-next:focus svg,
.slick-prev:focus svg {
  fill: currentColor;
  color: #ffffff;
}

/* padding */
.slick-slide {
  padding: 0 10px;
}

/* Gallery slider (ligth-slider) */
.product-gallery .lightSlider li img {
  width: 100%;
}

.lSPager.lSGallery img {
  border: 2px solid transparent;
}
.lSPager.lSGallery img:hover {
  border-radius: 10px;
}

.filter-widget {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.filter-widget .count {
  background: #ddd;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #25272a;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-widget .filter-title {
  font-weight: 600;
  font-size: 20px;
  color: #ec268f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.filter-widget .filter-title i {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.filter-widget .filter-title.open {
  margin-bottom: 20px;
}
.filter-widget .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-widget .filter-list li {
  margin-bottom: 8px;
}
.filter-widget .filter-list li a {
  text-decoration: none;
  color: #25272a;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-widget .form-check {
  margin-bottom: 5px;
}
.filter-widget .form-check .form-check-label {
  font-size: 14px;
  color: #25272a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-widget .price-input {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.filter-widget .price-input input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 8px;
}

.short-by {
  display: flex;
  align-items: center;
  gap: 20px;
}
.short-by label {
  text-wrap: nowrap;
  margin-bottom: 0;
}
.short-by select {
  border: 1px solid #ddd;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #25272a;
  cursor: pointer;
}
.short-by select:focus {
  outline: none;
  border-color: #aaa;
  box-shadow: none;
}

.showing-product-number span {
  font-weight: 600;
  color: #001010;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .short-by,
  .showing-product-number {
    text-align: center !important;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
body {
  font-family: "Geist", sans-serif;
}

a {
  text-decoration: none;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.031372549);
}
.sticky-header .top-bar {
  display: none;
}

.top-bar {
  background: #1a191d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.top-bar .slim-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
}
.top-bar .slim-bar .sb-flex {
  display: flex;
  gap: 30px;
}
.top-bar .slim-bar .sb-email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar .slim-bar .sb-email i {
  color: #ec268f;
  font-size: 22px;
}
.top-bar .slim-bar .sb-email span {
  font-size: 16px;
  color: #ffffff;
}
.top-bar .slim-bar .sb-icons {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.top-bar .slim-bar .sb-icons li a {
  text-decoration: none;
}
.top-bar .slim-bar .sb-icons li a i {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
}

.middle-bar {
  background: #1a191d;
  padding: 10px 0;
}
.middle-bar .middle-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header {
  background: #ec268f;
}
.main-header .navbar-nav {
  display: flex;
  gap: 10px;
}
.main-header .navbar {
  padding: 10px 0;
}
.main-header .navbar .navbar-brand img {
  width: 140px;
}
.main-header .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.3s ease;
  color: #ffffff;
}
.main-header .nav-link:hover {
  color: #00afef;
}
.main-header .navbar-toggler {
  border: none;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
}

.line2 {
  stroke-dasharray: 60 60;
}

.line3 {
  stroke-dasharray: 60 207;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.search-container {
  max-width: 550px;
}
.search-container .search-box {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: transparent;
  height: 35px;
}
.search-container .search-box input {
  border: none;
  box-shadow: none;
  flex: 1;
  padding: 5px 10px;
  background: transparent;
}
.search-container .search-box input:focus {
  outline: none;
  box-shadow: none;
}
.search-container .search-box input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}
.search-container .search-box .search-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  margin: 0 3px 0px 0px;
}
.search-container .search-box .search-btn i {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .top-bar {
    background: #1a191d;
    border-bottom: unset;
  }
  .top-bar .slim-bar {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .top-bar .slim-bar .sb-flex {
    justify-content: space-between;
  }
  .top-bar .slim-bar .sb-email {
    gap: 10px;
  }
  .top-bar .slim-bar .sb-email i {
    font-size: 14px;
  }
  .top-bar .slim-bar .sb-email span {
    font-size: 12px;
  }
  .top-bar .slim-bar .sb-icons {
    margin-top: 10px;
  }
  .menu {
    display: block;
    width: 40px;
  }
  .right-side {
    margin-top: 20px;
  }
  .right-side a {
    display: block;
    width: 100%;
  }
  .main-header {
    background: #25272a;
  }
  .main-header .navbar {
    background: #25272a;
  }
  .main-header .navbar .navbar-brand img {
    width: 100px;
  }
  header .navbar-nav {
    margin: 20px 0 !important;
    text-align: center;
  }
  header .right-side {
    margin: 20px;
  }
}
.footer {
  background-color: #1a191d;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.031372549);
  font-size: 14px;
}
.footer .ft-logo img {
  width: 140px;
}
.footer h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .list-unstyled {
  padding-left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .list-unstyled li .footer-link {
  color: rgba(255, 255, 255, 0.6980392157);
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.footer .list-unstyled li .footer-link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.footer .footer-social a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer .footer-social i {
  font-size: 22px;
}
.footer .copyright-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 30px;
  color: #ffffff;
  font-size: 14px;
}
.footer .copyright-section p {
  margin: 0; /* mb-0 */
  font-weight: 400;
  letter-spacing: 0.5px;
}

.list-categories {
  display: flex;
  flex-wrap: wrap;
}
.list-categories li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 10px;
  }
}

/*# sourceMappingURL=style.css.map */
