/*
Theme Name: Black Box Records
Text Domain: blackboxrecords
version: 18
Description: Theme for Black Box Records
Tags: responsive, corporate
Author: Syronx Technology
*/

@import url("./assets/css/aboutk.css");
@import url("./assets/css/contactssss.css");
@import url("./assets/css/footerk.css");
@import url("./assets/css/headerk.css");
@import url("./assets/css/industriesk.css");
@import url("./assets/css/industry.css");
@import url("./assets/css/rootk.css");
@import url("./assets/css/service.css");
@import url("./assets/css/servicesk.css");
.hero-section {
  height: calc(100vh - var(--header-height));
  margin-top: var(--header-height);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-section .hero-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.hero-section .hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .shade {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-section {
    height: 80vh;
  }
}
@media (max-width: 640px) {
  .hero-section {
    height: 60vh;
  }
}
.hero-section .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 4;
}
.hero-section .hero-box {
  color: #fff;
  width: 70%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .hero-section .hero-box {
    width: 100%;
    text-align: center;
  }
}
.hero-section .hero-box .hero-heading {
  font-size: 29px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--font-mons);
  text-transform: uppercase;
}
.hero-section .hero-box .hero-subheading {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-family: var(--font-mons);
  line-height: 30px;
}
.hero-section .hero-box .hero-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 768px) {
  .hero-section .hero-box .hero-buttons {
    justify-content: center;
  }
}

.about-section .inner .section-heading-container {
  text-align: center;
  width: 68%;
  margin: auto;
}
@media (max-width: 640px) {
  .about-section .inner .section-heading-container {
    width: 100%;
  }
}
.about-section .inner .topics {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
}
.about-section .inner .topics .about-box {
  flex: auto;
  flex-basis: calc(50% - 15px);
  height: 400px;
  position: relative;
}
.about-section .inner .topics .about-box:hover .image img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .about-section .inner .topics .about-box {
    flex-basis: 100%;
  }
}
.about-section .inner .topics .about-box .image {
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.about-section .inner .topics .about-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.about-section .inner .topics .about-box .texts {
  position: absolute;
  background-color: var(--brand-color-1);
  right: 30px;
  bottom: 30px;
  padding: 30px 15px;
  color: #fff;
  width: 70%;
  cursor: pointer;
  text-decoration: none;
}
.about-section .inner .topics .about-box .texts h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}
.about-section .inner .topics .about-box .texts p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.about-section .inner .topics .about-box .texts a {
  color: #fff;
}

.how-works {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.how-works .bg-image img {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 3;
}
.how-works .video-shade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(41, 55, 66, 0.8);
  z-index: 3;
}
.how-works .inner {
  position: relative;
  z-index: 3;
}
.how-works .inner .section-heading-container {
  text-align: center;
}
.how-works .inner .topics {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.how-works .inner .topics .work-box {
  flex-basis: calc(25% - 9px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border: 1px solid #f1eeeb;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  flex-direction: column;
  row-gap: 20px;
  border: 1px solid #f1eeeb;
  padding: 30px 20px;
}
@media (max-width: 992px) {
  .how-works .inner .topics .work-box {
    flex-basis: calc(50% - 6px);
    padding: 30px 20px;
  }
}
@media (max-width: 568px) {
  .how-works .inner .topics .work-box {
    flex-basis: 100%;
    padding: 30px 20px;
  }
}
.how-works .inner .topics .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-works .inner .topics .texts {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.how-works .inner .topics .texts h4 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .how-works .inner .topics .texts h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.how-works .inner .topics .texts p {
  font-size: 14px;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.companies {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.companies .swiper-wrapper {
  transition-timing-function: linear !important;
}
.companies .company-slider {
  width: 100%;
  overflow: visible;
}
.companies .company-slider .company-box {
  width: 100%;
}
.companies .company-slider .company-box img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.choose-us {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.choose-us .bg-image img {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 3;
}
.choose-us .video-shade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(41, 55, 66, 0.8);
  z-index: 3;
}
.choose-us .container {
  position: relative;
  z-index: 4;
}
.choose-us .inner .section-heading-container {
  text-align: center;
  color: #fff;
}
.choose-us .inner .section-heading-container .section-heading {
  text-align: center;
  color: #fff;
}
.choose-us .inner .topics {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.choose-us .inner .topics .choose-box {
  flex-basis: calc(20% - 8px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border: 1px solid #f1eeeb;
  padding: 30px 10px;
  position: relative;
  background-color: transparent;
  position: relative;
  box-shadow: 0px 0px 4px 1px rgba(8, 14, 28, 0.06);
}
@media (max-width: 992px) {
  .choose-us .inner .topics .choose-box {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 568px) {
  .choose-us .inner .topics .choose-box {
    flex-basis: 100%;
  }
}
.choose-us .inner .topics .choose-box .image {
  font-size: 45px;
  color: #fff;
}
.choose-us .inner .topics .choose-box .details {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.choose-us .inner .topics .choose-box .details .title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 640px) {
  .choose-us .inner .topics .choose-box .details .title {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.choose-us .inner .topics .choose-box .details .info {
  color: #fff;
  font-size: 14px;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.choose-us .inner .topics .choose-box .background {
  position: absolute;
  opacity: 0.05;
  bottom: 15px;
  right: 20px;
  font-size: 140px;
  color: var(--brand-color-1);
}
@media (max-width: 640px) {
  .choose-us .inner .topics .choose-box .background {
    bottom: 15px;
    left: auto !important;
    right: 20px;
    font-size: 120px;
    color: var(--brand-color-1);
  }
}

.service-section .inner .section-heading-container {
  text-align: center;
  width: 69%;
  margin: auto;
}
@media (max-width: 640px) {
  .service-section .inner .section-heading-container {
    width: 100%;
  }
}
.service-section .inner .topics {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-section .inner .topics .service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 420px;
  flex-basis: calc(20% - 8px) !important;
}
@media (max-width: 992px) {
  .service-section .inner .topics .service-box {
    flex-basis: calc(50% - 10px) !important;
  }
}
@media (max-width: 548px) {
  .service-section .inner .topics .service-box {
    flex-basis: 100% !important;
  }
}
.service-section .inner .topics .service-box:hover .details {
  background-color: var(--brand-color-1);
}
.service-section .inner .topics .service-box:hover .main-box {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.service-section .inner .topics .service-box:hover .flip-box {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.service-section .inner .topics .service-box .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  height: 400px;
  transition: transform 1s ease;
  backface-visibility: hidden;
}
.service-section .inner .topics .service-box .main-box .image {
  height: 330px;
  width: 100%;
}
.service-section .inner .topics .service-box .main-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-section .inner .topics .service-box .main-box .details {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
.service-section .inner .topics .service-box .main-box .details:hover {
  background-color: var(--brand-color-1);
}
.service-section .inner .topics .service-box .main-box .details h4 {
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: bold;
}
.service-section .inner .topics .service-box .main-box .details p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.service-section .inner .topics .service-box .flip-box {
  height: 400px;
  background-color: var(--brand-color-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  transform: rotateY(180deg);
  transition: transform 1s ease;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 25px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-section .inner .topics .service-box .flip-box h4 {
  font-size: 18px;
  letter-spacing: 1.2px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.service-section .inner .topics .service-box .flip-box .info {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.service-section .inner .section-bottom-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contact-divider {
  padding: 40px !important;
  animation: bg-grad;
  animation-duration: 15s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  background: linear-gradient(-60deg, var(--brand-color-1), #000, var(--brand-color-1));
  background-color: var(--brand-color-1) !important;
  background-size: 400% 400% !important;
}
.contact-divider .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .contact-divider .inner {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
}
.contact-divider .inner p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@keyframes bg-grad {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.industry-section {
  background-color: #000;
}
.industry-section .inner .section-heading-container {
  text-align: center;
}
.industry-section .inner .section-heading-container .section-heading {
  color: #fff;
}
.industry-section .inner .section-heading-container .section-heading::after {
  background-color: #fff;
}
.industry-section .inner .topics {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.industry-section .inner .topics .industry-box {
  flex-basis: calc(25% - 12px);
  display: flex;
  cursor: pointer;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .industry-section .inner .topics .industry-box {
    flex-basis: calc(50% - 24px);
  }
}
@media (max-width: 640px) {
  .industry-section .inner .topics .industry-box {
    flex-basis: 100%;
  }
}
.industry-section .inner .topics .industry-box:hover .shade {
  background: linear-gradient(180deg, RGBA(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}
.industry-section .inner .topics .industry-box:hover .name {
  transform: translateY(0px);
  bottom: 50% !important;
  transform: translateY(50%);
}
.industry-section .inner .topics .industry-box:hover .main-box {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.industry-section .inner .topics .industry-box:hover .flip-box {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.industry-section .inner .topics .industry-box .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 1s ease;
  backface-visibility: hidden;
  height: 400px;
}
.industry-section .inner .topics .industry-box .main-box .shade {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, RGBA(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  transition: all 1s ease;
}
.industry-section .inner .topics .industry-box .main-box .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.industry-section .inner .topics .industry-box .main-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.industry-section .inner .topics .industry-box .main-box .name {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  transition: all 500ms ease;
  z-index: 3;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
.industry-section .inner .topics .industry-box .flip-box {
  height: 400px;
  background-color: var(--brand-color-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  transform: rotateY(180deg);
  transition: transform 1s ease;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 15px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry-section .inner .topics .industry-box .flip-box h4 {
  font-size: 18px;
  letter-spacing: 1.2px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.industry-section .inner .topics .industry-box .flip-box .info {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.industry-section .inner .industry-bottom-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.certifications-section {
  background-color: #000;
}
.certifications-section .inner .section-heading-container {
  text-align: center;
}
.certifications-section .inner .section-heading-container .section-heading {
  color: #fff;
}
.certifications-section .inner .topics .certifications-slider .certificate-box {
  background-color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.certifications-section .inner .topics .certifications-slider .certificate-box .box-inner {
  margin-top: 6px;
}
.certifications-section .inner .topics .certifications-slider .certificate-box span {
  font-weight: bold;
}
.certifications-section .inner .topics .certifications-slider .certificate-box img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial-section .inner .section-heading-container {
  text-align: center;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-swiper-pagination {
  display: flex !important;
  justify-content: center !important;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brand-color-1) !important;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box {
  display: flex !important;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .testimonial-section .inner .topics .testimonial-slider .testimonial-box {
    flex-direction: column-reverse;
  }
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .left {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .left .image {
  height: 200px;
  width: 200px;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .left .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .left h4 {
  font-size: 18px;
  text-align: center;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .middle {
  background-color: #ddd;
  position: relative;
  height: 250px;
  width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .testimonial-section .inner .topics .testimonial-slider .testimonial-box .middle {
    display: none;
  }
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .middle .quote-mark {
  background-color: #fff;
  color: var(--brand-color-1);
  font-size: 28px;
}
.testimonial-section .inner .topics .testimonial-slider .testimonial-box .right {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.global-acceptance .inner .topics .map {
  position: relative;
  width: 95%;
  margin: auto;
}
@media (max-width: 640px) {
  .global-acceptance .inner .topics .map {
    width: 100%;
  }
}
.global-acceptance .inner .topics .map .map-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-acceptance .inner .topics .stats-container .stat-boxes {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.global-acceptance .inner .topics .stats-container .stat-boxes .stat-box {
  flex-basis: calc(33.33% - 12px);
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  padding: 30px 20px;
  background-color: var(--brand-color-1);
}
@media (max-width: 992px) {
  .global-acceptance .inner .topics .stats-container .stat-boxes .stat-box {
    flex-basis: 100%;
  }
}
@media (max-width: 448px) {
  .global-acceptance .inner .topics .stats-container .stat-boxes .stat-box {
    flex-basis: 100%;
  }
}
.global-acceptance .inner .topics .stats-container .stat-boxes .stat-box .icon {
  font-size: 40px;
  color: #fff;
}
.global-acceptance .inner .topics .stats-container .stat-boxes .stat-box .line {
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.global-acceptance .inner .topics .stats-container .stat-boxes .stat-box .line .title {
  font-size: 18px;
  font-weight: bold;
}
.global-acceptance .inner .topics .stats-container .stat-boxes .stat-box .line .detail {
  font-size: 15px;
  font-weight: 400;
}/*# sourceMappingURL=styles.css.map */