:root {
  --primary: #F9BF2B;
  --mild-yellow: #F4C643;
  --red: #F4C643;
  --white: #ffffff;
  --gray: #282827;
  --medium-gray: #E9E9EC;
  --light-gray: #F2F2F8;
  --dark: #3c3c3c;
  --black: #0E0E0E;
}

.frontpage-header h1 {
  max-width: 700px;
}
.frontpage-header p {
  max-width: 455px;
}
.frontpage-header .logo img {
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
.frontpage-header .buttons .gray {
  color: var(--gray);
}
.frontpage-header .video video {
  width: 100%;
}
.frontpage-header .video .video-button {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  height: 45px;
  width: 45px;
  bottom: 30px;
  right: 40px;
  transition: 0.3s;
}
.frontpage-header .video .video-button.active {
  background: var(--primary);
}

.banner-with-numbers * {
  color: var(--white);
}
.banner-with-numbers span {
  font-size: 1.25rem;
  font-weight: 500;
}
.banner-with-numbers h2 span {
  color: var(--primary);
  font-size: inherit;
  font-weight: inherit;
}
.banner-with-numbers .desc p {
  font-size: 1.125rem;
  max-width: 870px;
}
.banner-with-numbers .numbers h3 {
  font-weight: 400;
  font-size: 1.375rem;
}
.banner-with-numbers .numbers b {
  font-size: 2.625rem;
}

.products-banner-services .product-wrapper *:not(a) {
  color: var(--white);
}
.products-banner-services .product-wrapper p {
  max-width: 520px;
  margin: auto;
  font-size: 1.125rem;
}
.products-banner-services .product-wrapper .product-count b {
  font-size: 3.125rem;
}
.products-banner-services .product-wrapper .screen, .products-banner-services .product-wrapper .poster {
  position: absolute;
  bottom: 0;
}
.products-banner-services .product-wrapper .screen {
  left: -2px;
}
@media screen and (max-width: 1100px) {
  .products-banner-services .product-wrapper .screen {
    left: -35px;
  }
}
@media screen and (max-width: 767.98px) {
  .products-banner-services .product-wrapper .screen {
    display: none;
  }
}
.products-banner-services .product-wrapper .poster {
  right: 0;
}
@media screen and (max-width: 1199.98px) {
  .products-banner-services .product-wrapper .poster {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .products-banner-services .product-wrapper .poster {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .products-banner-services .product-wrapper .poster {
    display: none;
  }
}
.products-banner-services .product-wrapper .poster img {
  display: block;
  width: 100%;
  height: 100%;
}
.products-banner-services .product-wrapper .poster img.moved {
  transform: translateY(40px) translateX(60px);
  max-height: 470px;
}
.products-banner-services .services-wrapper {
  max-width: 450px;
}
@media screen and (max-width: 991.98px) {
  .products-banner-services .services-wrapper {
    max-width: 100%;
  }
}
.products-banner-services .services-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.products-banner-services .services-wrapper .service img {
  margin-right: 1rem;
}
.products-banner-services .services-wrapper .service h4 {
  font-size: 1rem;
}

.news-slider h2 {
  font-size: 2.375rem;
}
.news-slider .swiper {
  width: 100%;
}
.news-slider .news-titles-slider {
  height: 375px;
}
@media screen and (max-width: 1199.98px) {
  .news-slider .news-titles-slider {
    height: 100%;
  }
}
.news-slider .news-titles-slider .swiper-slide .title-wrapper {
  background-color: var(--white);
  transition: 0.3s;
  cursor: pointer;
  min-height: 66px;
}
.news-slider .news-titles-slider .swiper-slide .title-wrapper .circle {
  border-radius: 50%;
  background-color: #E9E9E9;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  font-weight: 600;
  transition: 0.3s;
}
.news-slider .news-titles-slider .swiper-slide .title-wrapper h3 {
  font-size: 1.125rem;
}
.news-slider .news-titles-slider .swiper-slide.swiper-slide-thumb-active .title-wrapper, .news-slider .news-titles-slider .swiper-slide:hover .title-wrapper {
  background-color: var(--primary);
}
.news-slider .news-titles-slider .swiper-slide.swiper-slide-thumb-active .title-wrapper .circle, .news-slider .news-titles-slider .swiper-slide:hover .title-wrapper .circle {
  background-color: var(--white);
}
.news-slider .news-content-slider {
  max-height: 375px;
}
@media screen and (max-width: 1199.98px) {
  .news-slider .news-content-slider {
    max-height: 100%;
  }
}
.news-slider .news-content-slider .swiper-slide .content-wrapper {
  max-height: 375px;
}
@media screen and (max-width: 1199.98px) {
  .news-slider .news-content-slider .swiper-slide .content-wrapper {
    max-height: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .news-slider .news-content-slider .swiper-slide .content-wrapper {
    max-height: 100%;
  }
}
.news-slider .news-content-slider .swiper-slide .content-wrapper .image img {
  width: 100%;
  height: 100%;
  max-height: 327px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news-slider .news-content-slider .swiper-slide .content-wrapper .content .tag-wrapper {
  gap: 10px;
}
.news-slider .news-content-slider .swiper-slide .content-wrapper .content .tag-wrapper .tag {
  background-color: var(--gray);
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.875rem;
  min-height: 27px;
}
.news-slider .news-content-slider .swiper-slide .content-wrapper .content .button .btn {
  max-height: 39px;
}

.reviews-slider h3 {
  font-size: 2.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .reviews-slider .navigation {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.reviews-slider .navigation .swiper-button-next,
.reviews-slider .navigation .swiper-button-prev {
  position: initial;
}
.reviews-slider .navigation .swiper-button-next::after,
.reviews-slider .navigation .swiper-button-prev::after {
  display: none;
}
.reviews-slider .navigation .swiper-button-prev {
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
}
.reviews-slider .reviews {
  height: 100%;
  overflow-x: visible;
  overflow-y: clip;
}
.reviews-slider .reviews .wrapper {
  height: 300px;
  padding: 2rem;
}
.reviews-slider .reviews .wrapper .content a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 500;
  -webkit-appearance: none;
}
.reviews-slider .reviews .wrapper .author img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
  border-radius: 999px;
}
.reviews-slider .reviews .wrapper .author h4 {
  font-weight: 500;
  font-size: 1.125rem;
}

.partners-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.partners-slider .swiper-wrapper .partner img {
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}
.partners-slider .gray {
  padding: 0.7rem 3.2rem;
}

.video-slider .video-thumbnail iframe {
  height: 350px;
  border-radius: 20px;
}
.video-slider .button .gray {
  color: var(--gray);
  padding: 0.5rem 2.4rem;
}
.video-slider .title-slider img {
  width: 100%;
  height: 75px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.video-slider .title-slider .swiper-button-next, .video-slider .title-slider .swiper-button-prev {
  color: var(--gray);
  height: 77px;
  width: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 22px;
}
.video-slider .title-slider .swiper-button-next::after, .video-slider .title-slider .swiper-button-prev::after {
  font-size: 10px;
}
.video-slider .title-slider .swiper-button-next {
  right: 0;
}
.video-slider .title-slider .swiper-button-prev {
  left: -1px;
}
.video-slider .title-slider .swiper-slide {
  border: 2px solid var(--white);
  transition: 0.3s;
}
.video-slider .title-slider .swiper-slide.swiper-slide-thumb-active, .video-slider .title-slider .swiper-slide:hover {
  border: 2px solid var(--primary);
  border-radius: 5px;
}

.instagram-feed h2 {
  max-width: 600px;
}
.instagram-feed h2 span a {
  background-image: linear-gradient(90deg, rgb(69, 100, 220) 0%, rgb(170, 44, 192) 30%, rgb(236, 0, 117) 60%, rgb(255, 105, 3) 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.instagram-feed #sbi_images {
  gap: 0 !important;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 !important;
}
.instagram-feed #sbi_load {
  display: none !important;
  margin-top: 3rem !important;
}
.instagram-feed #sbi_load .sbi_load_btn, .instagram-feed #sbi_load .sbi_follow_btn a {
  border-radius: 50px !important;
  border: 1px solid var(--gray) !important;
  padding: 0.5rem 3.125rem !important;
  background-color: var(--white) !important;
  color: var(--gray) !important;
  font-size: 1.125rem !important;
  transition: 0.3s !important;
  margin: 0.5rem !important;
  font-weight: 500 !important;
}
.instagram-feed #sbi_load .sbi_load_btn.sbi_btn_text, .instagram-feed #sbi_load .sbi_follow_btn a.sbi_btn_text {
  font-weight: 400 !important;
}
.instagram-feed #sbi_load .sbi_load_btn:hover, .instagram-feed #sbi_load .sbi_follow_btn a:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}
.instagram-feed #sbi_load .sbi_load_btn:focus, .instagram-feed #sbi_load .sbi_follow_btn a:focus {
  box-shadow: none !important;
}
.instagram-feed #sbi_load .sbi_load_btn svg, .instagram-feed #sbi_load .sbi_follow_btn a svg {
  display: none !important;
}
.instagram-feed #sbi_load .sbi_loader {
  background-color: var(--black) !important;
}

.showroom-banner h2 {
  max-width: 530px;
}
.showroom-banner span {
  font-weight: 600;
  font-size: 1.125rem;
}
.showroom-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  max-height: 635px;
  min-height: 350px;
}
.showroom-banner .product-count {
  bottom: 40px;
  right: 40px;
  max-height: 115px;
  width: 340px;
}
@media screen and (max-width: 767.98px) {
  .showroom-banner .product-count {
    width: auto;
    bottom: 20px;
    right: 20px;
  }
}
.showroom-banner .product-count b {
  font-size: 3.25rem;
}
.showroom-banner .product-count p {
  font-size: 16px !important;
  min-width: 160px;
}

.sustainability ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sustainability ul li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 10px;
}
.sustainability ul li::before {
  content: "";
  display: block;
  min-width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/boost-it-classic-theme/assets/img/leaf.png");
  background-size: contain;
  background-position: center;
  transform: translateY(3px);
}
.sustainability img {
  width: 100%;
  height: auto;
}

.contact-with-map {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-with-map .information * {
  color: var(--white);
}
.contact-with-map .information h2 {
  max-width: 550px;
}
.contact-with-map .information a:hover {
  color: var(--primary);
}
.contact-with-map .information .contact img {
  margin-right: 0.75rem;
}
.contact-with-map .information .people .person h3 {
  font-size: 1.125rem;
}
.contact-with-map .information .people .person img {
  margin-right: 0.75rem;
}
.contact-with-map .information .people .person p {
  margin-bottom: 0.5rem;
}
.contact-with-map .form-wrapper {
  max-width: 485px;
}
@media screen and (max-width: 767.98px) {
  .contact-with-map .form-wrapper {
    max-width: 100%;
  }
}
.contact-with-map .form-wrapper h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
.contact-with-map .form-wrapper form input:not(input[type=submit]), .contact-with-map .form-wrapper form textarea, .contact-with-map .form-wrapper form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid gray;
  padding: 0.5rem 0 0.5rem 0;
  outline: none;
  margin: 0.5rem 0 0.5rem 0;
  -webkit-appearance: none;
  background-color: #f1f1f1;
  padding: 6px 12px;
  border-radius: 10px;
}
.contact-with-map .form-wrapper form input::-moz-placeholder, .contact-with-map .form-wrapper form textarea::-moz-placeholder {
  color: var(--black);
}
.contact-with-map .form-wrapper form input::placeholder, .contact-with-map .form-wrapper form textarea::placeholder {
  color: var(--black);
}
.contact-with-map .form-wrapper form textarea {
  height: 130px;
}
.contact-with-map .form-wrapper form input[type=submit] {
  width: 100%;
  color: var(--gray);
  background-color: var(--primary);
  border-radius: 50px;
  padding: 0.5rem 0 0.5rem 0;
  border: none;
  transition: 0.3s;
  font-weight: 500;
}
.contact-with-map .form-wrapper form input[type=submit]:hover {
  background-color: var(--gray);
  color: var(--primary);
}
.contact-with-map .form-wrapper form p:last-of-type {
  margin-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}