/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .main-slider .item {
    padding-top: 89px;
  }

  .main-slider__shape-1,
  .main-slider__shape-2 {
    display: none;
  }

  .main-slider__content {
    display: none;
  }

  .news-one__img img {
    height: 250px;
    object-fit: cover;
  }

  .team-one__img img {
    height: 400px;
    object-fit: cover;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .main-header__top {
    display: none;
  }

  .main-slider .item {
    padding-top: 90px;
  }

  .main-slider__shape-1,
  .main-slider__shape-2 {
    display: none;
  }

  .main-slider__title {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 16px;
  }

  .main-slider__text {
    font-size: 15px;
    line-height: 25px;
  }

  .main-slider__btn-and-video-box {
    margin-top: 23px;
  }

  .thm-btn {
    font-size: 11px;
    padding: 5px 28px 5px;
  }

  .team-one__img img {
    height: 400px;
    object-fit: cover;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .main-header__top {
    display: block;
  }

  .main-slider__shape-1 {
    display: none;
  }

  .main-slider__content {
    top: 35%;
  }

  .main-slider__title {
    font-size: 49px;
    line-height: 55px;
    margin-bottom: 22px;
  }

  .main-slider__text {
    font-size: 15px;
    line-height: 25px;
  }

  .main-slider__btn-and-video-box {
    margin-top: 32px;
  }

  .thm-btn {
    font-size: 14px;
    padding: 8px 31px 8px;
  }

  .contact-page {
    padding-top: 120px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .main-slider__shape-1 {
    display: block;
  }

  .main-slider__content {
    top: 40%;
  }

  .main-slider__title {
    font-size: 56px;
    line-height: 62px;
    margin-bottom: 27px;
  }

  .main-slider__text {
    font-size: 22px;
    line-height: 32px;
  }

  .main-slider__btn-and-video-box {
    margin-top: 46px;
  }

  .thm-btn {
    font-size: 16px;
    padding: 10px 33px 10px;
  }

  .news-one__img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .team-one__img img {
    height: 350px;
    object-fit: cover;
  }

  .portfolio-one__img img {
    height: 420px;
    object-fit: cover;
  }

  .portfolio-details__left {
    margin-left: 50px;
  }
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidebar__tag-list {
  max-height: 400px;
  overflow-y: scroll;
}

.sidebar__tag-list {
  /* width */
  &::-webkit-scrollbar {
    width: 5px;
    display: none;
  }

  &::-webkit-scrollbar {
    display: unset;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 5px;
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.swiper-pagination {
  bottom: 60px !important;
}

.site-footer {
  background-color: #0d121e;
}

.footer-widget__about-text,
.footer-widget__contact-list li .content p,
.footer-widget__contact-list li .content p a,
.site-footer__bottom-text,
.site-footer__bottom-text a {
  color: #eaecf0;
}

.footer-widget__title,
.site-footer__social a,
.footer-widget__company-list li a,
.footer-widget__contact-list li .content h3 {
  color: var(--bixola-white);
}
