/* about page */
.about-main-section {
  background: #1A1818;
  padding-top: 60px;
}

.about-main-container {
  background: #C52A2A;
  display: flex;
  justify-content: center;
  width: 93%;
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}


.svg-about-01 {
  position: absolute;
  top: 5px;
  left: 5px;
}

.svg-about-02 {
  position: absolute;
  top: 5px;
  right: 5px;
}

.svg-about-03 {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.svg-about-04 {
  position: absolute;
  bottom: 5px;
  right: 5px;
}



/* wrap main */

.about-main-wrapper {
  display: flex;
  justify-content: center;
  margin: 42px auto;
  flex-direction: column;
  max-width: 1480px;
}

.mid-main-svg {
  width: 100%;
  height: 115px;
  max-width: 115px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.about-main-title {
  color: #1A1818;
  font-size: 134px;
  font-style: normal;
  font-weight: 600;
  line-height: 120px;
  max-width: 698px;
  text-transform: uppercase;
  letter-spacing: -4.02px;
  text-align: center;
  padding-bottom: 40px;
}

.about-main-text {
  max-width: 638px;
  color: #1A1818;
  text-align: center;
  font-family: false;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  padding: 0 0 50px 0;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .about-main-title {
    font-size: 115px;
  }

  .music-line-svg {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .about-main-title {
    font-size: 95px;
  }

  .about-main-text {
    font-size: 19px;
  }

  .music-line-svg {
    width: 73%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-main-section {
    padding-top: 10px;
  }

  .mid-main-svg {
    width: 51px;
    height: 51px;
    padding-bottom: 13px;
  }

  .about-main-title {
    display: grid;
    font-size: clamp(2.5rem, 1.651rem + 4.24vw, 3.688rem);
    line-height: 50px;
    padding-bottom: 17px;
 }

  .about-main-text {
    max-width: 282px;
    font-size: 14px;
    padding: 0 0 22px 0;
  }
}

/* section 01 company */
.about-section-01 {
  background: #1A1818;
  padding-top: 130px;
}

.about-company-container {
  max-width: 1920px;
  width: 93%;
  margin: 0 auto;
}

.about-company-wrap-01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; 
  align-items: flex-start;
  margin: 0 auto;
  gap: 20px;
}

.about-numbers {
  color: #C52A2A;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; 
}

.about-title-wrap {
  color: #C52A2A;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; 
  max-width: 581px;
  text-transform: uppercase;
}

.about-text-company {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  max-width: 579px;
}

.about-compnay-pic-01 {
  max-width: 567px;
  width: 100%;
  margin-top: 60px;
}

.about-compnay-pic-02 {
  max-width: 821px;
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .about-numbers {
    font-size: 30px;
  }

  .about-title-wrap {
    font-size: 62px;
  }

  .about-text-company { 
    font-size: 18px;
  }

  .about-compnay-pic-02 {
    width: 95%;
  }
}

@media (max-width: 1023px) {
  .about-numbers {
    font-size: 27px;
  }

  .about-title-wrap {
    font-size: 45px;
    max-width: 376px;
  }

  .about-text-company { 
    font-size: 17px;
  }

  .about-compnay-pic-02 {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .about-section-01 {
    padding-top: 90px;
  }

  .about-numbers {
    font-size: 20px;
  }

  .about-company-wrap-01 {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-title-wrap {
    font-size: 40px;
  }

  .about-text-company {
    max-width: fit-content;
    font-size: 14px;
  }

  .about-compnay-pic-01 {
    max-width: 100%;
  }

  .about-compnay-pic-02 {
    width: 100%;
  }
}

/* TIMELINE 02 */
.timeline-section {
  background-color: #C52A2A;
  padding: 170px 0;
}

.about-timeline-container {

  max-width: 1920px;
  width: 93%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  align-content: flex-start;
}

.about-numbers-02 {
  color: #1A1818;
}

.timeline-title {
  margin: 0 auto;

  color: #1A1818;
  font-size: clamp(3.688rem, 2.63rem + 5.29vw, 8.375rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120px;
  letter-spacing: -4.02px;
}

.timeline-swiper-container {
  margin-left: 4%;
  padding-top: 110px;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
}

.timeline-slide {
  width: 459px;
  height: 574px; 
}

.timeline-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  
}

.swiper-line {
  margin-top: 50px;
  height: 100%;
  z-index: 1; 
  transition: transform 0.3s ease; 
}


.timeline-bar-progress {
  position: absolute;
  bottom: 0;
  width: 41px;
  height: 2px;
  background-color: #C52A2A;
  z-index: 2;
  border: 1px solid #151212;
  transition: width 0.3s ease, transform 0.3s ease; 
}


.timeline-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 15px 0;
  width: 100%;

  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

.swiper-line-wrapper {
  position: absolute;
  background: #151212;
  height: 4px;
  width: 1000%;
}

.timeline-list-item {
  display: flex;
  gap: 4px;
  flex-direction: column;
  flex: 0 0 auto;
  width: 16.666%; 
  list-style-type: none;

  color: #000;
  font-size: clamp(0.563rem, 0.478rem + 0.42vw, 0.938rem);
  font-style: normal;
  font-weight: 500;
  line-height: 14px; 
  letter-spacing: -0.45px;
  text-transform: uppercase;
  opacity: .5;
  padding-top: 10px;
}

.timeline-list-item.active {
  opacity: 1;
}


.timeline-list-item-mnth {
  font-weight: 400;
}


@media (max-width: 1540px) {
  .timeline-slide {
    height: 500px;
 }
}

@media (max-width: 1440px) {
  .timeline-slide {
    height: 450px;
 }


  .timeline-list-item {
    width: 21.666%;
  }
}

@media (max-width: 1280px) {
  .timeline-slide {
    height: 400px;
 }

  .timeline-list-item {
    width: 20.2%;
  }
}

@media (max-width: 1024px) {
  .timeline-list-item {
    width: 30.2%;
  }
}


@media (max-width: 767px) {
  .about-timeline-container {
    display: block;
  }

  .timeline-title {
    word-wrap: break-word;
    margin-top: 40px;
    line-height: 70px;
    letter-spacing: 0;
  }

  .timeline-slide {
    width: 300px;
    height: 334px; 
 }

  .timeline-list-item {
    width: 33.2%;
    text-align: center;
  }
}
/* Timeline END */

/* Advantages 03  */
.advantages-section {
  background: #1A1818;
  padding-top: 180px;
}

.about-advantages-container {
  max-width: 1920px;
  width: 93%;
  margin: 0 auto;
}

.about-advantages-wrapper {
  margin-top: 80px;
}

.about-advantages-boxes {
  border-top: 1px solid #494949;
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; 
  align-items: flex-start;
  margin: 0 auto;
  
}

.advantages-title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  text-transform: uppercase;
  max-width: 320px;
}

.advantages-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  padding: 0;
  margin: 0;

  max-width: 580px;
}

@media (max-width: 1440px) {
  .advantages-title {
    font-size: 23px;
  }

  .advantages-text {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .advantages-title {
    font-size: 21px;
  }

  .advantages-text {
    font-size: 17px;
    max-width: 415px;
  }
}

@media (max-width: 767px) {
  .advantages-section {
    padding-top: 90px;
  }

  .about-advantages-boxes {
    padding: 30px 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .advantages-title {
    font-size: 16px;
    max-width: 100%;
  }

  .advantages-text {
    max-width: 100%;
    font-size: 14px;
  }
}

/* Our team */
.our-team-section {
  background: #1A1818;
  padding-top: 190px;
}

.our-team-container {
  max-width: 1920px;
  width: 93%;
  margin: 0 auto;
}

.about-our-team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; 
  align-items: flex-start;
  margin: 0 auto;
}

.our-team-wrap {
  overflow: hidden;
  padding-top: 110px;
  margin-left: 3.5%;
}

.swiper-wrapper-team { 

}

.team-slide {
  max-width: 283px;
  width: 100%;
  border: 1px solid #C52A2A;
}

.team-slide-main {
  max-width: 450px;
}

.team-slide-wrap {
  padding: 18px 16px 15px 15px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-slide-wrap-main {
  min-height: 170px;
  padding: 20px 21px 20px 20px;
}

.team-name {
  color: #C52A2A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; 
  text-transform: uppercase;
}

.team-name-main {
  font-size: 37px;
}

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

.team-info-post {
  color: #C52A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; 
  text-transform: uppercase;
}

.inst-svg-team {
  width: 25px;
  height: 25px;
}

.inst-svg-main {
  width: 35px;
  height: 35px;
}

.our-team-photo {
  width: 100%;
  margin-bottom: -3px;
  display: none;
}

@media (max-width: 1440px) {
  .team-name {
    font-size: 26px;
  }

  .team-info-post {
    font-size: 16px;
  }

  .team-name-main {
    font-size: 30px;
  }
}

@media (min-width: 2000px) {
  .our-team-wrap {
    max-width: 1920px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .our-team-section{
    padding-top: 90px;
  }

  .our-team-wrap {
    overflow: hidden;
    padding-top: 50px;
  }

  .about-our-team {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .team-slide {
    max-width: 316px !important;
    width: 100% !important;
  }
}

/* Media Kit section */
.mediakit-section {
  background: #1A1818;
  padding: 181px 0;
}

.mediakit-words-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.mediakit-words-title {
  color: var(--Red_2, #C52A2A);
  font-family: "Atyp Display", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

.mediakit-main-wrap {
  background: #C52A2A;
  margin-top: 40px;
  padding-top: 28px;
  padding-bottom: 63px;
}

.mediakit-root-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #151212;
  max-width: 97%;
}

.mediakit-root-title {
  color: #151212;
  font-family: "Atyp Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
  padding: 9px 28px;
  margin: 0;
}

.mediakit-center-wrap {
  display: flex;
  margin: 30px auto;
  max-width: 97%;
}

.mediakit-center-wrap img {
  width: 100%;
}

.mediakit-footer-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; 
  align-items: flex-start;
  margin: 70px auto;
  max-width: 97%;
}

.meadikit-footer-about {
  color: #1A1818;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  text-transform: uppercase;
}

.mediakit-footer-text {
  color: #1A1818;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 582px;
  margin: 0;
}

.mediakit-btn-wrap {
  margin-top: 80px;
}

.btn-mediakit {
  display: flex;
  margin: 0 auto;
  border: none;
}

.btn-mediakit svg {
  margin-right: 16px;
}

@media (max-width: 1440px) {
  .mediakit-words-title {
    font-size: 35px;
  }
}

@media (max-width: 1223px) {
  .mediakit-words-title {
    font-size: 28px;
  }

  .mediakit-root-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mediakit-section {
    padding: 81px 0;
  }

  .mediakit-main-wrap {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
 }
  .mediakit-words-title {
    font-size: 12px;
 }

 .mediakit-root-title {
  font-size: 10px;
 }

 .mediakit-center-wrap {
  margin: 5px auto;
 }

 .mediakit-footer-wrap {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
 }

 .meadikit-footer-about {
  font-size: 16px;
 }

 .mediakit-footer-text {
  font-size: 14px;
 }

 .mediakit-btn-wrap {
  margin-top: 32px;
 }
}
/* Brands Section 05 */

.about-brands-section {
  background: #1A1818;
  padding-bottom: 181px;
}

.brands-works-wrap {
  max-width: 1920px;
  width: 100%;
  padding-top: 111px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto; 
  align-items: center;
}

.brands-works-box {
  border: 1px solid #494949;
  padding: 59px 60px;
  max-width: 505px;
}

.brands-works-box img {
  display: flex;
  justify-content: center;
  align-items: center;  
  margin: 0 auto;
}

@media (max-width: 1340px) {
  .brands-works-box {
    padding: 45px;
  }

  .brands-works-box img {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .about-brands-section {
    padding-bottom: 90px;
  }

  .brands-works-wrap {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
  }
}