@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Serif+4:ital,wght@1,600&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, span, p, a, h3, h1 {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  float: left;
  padding: 120px;
}
.container .row {
  width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .gap24 {
  gap: 24px;
}
.container .center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container.bg {
  background: #F3F0EA;
}

.cta {
  border: 1.5px solid #172639;
  border-radius: 80px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #172639;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 17px 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.cta.fill {
  border: 0;
  color: #ffffff;
  background-color: #D5574F;
}
.cta.fill .music_icon div {
  background-color: #ffffff;
}

.col12 {
  float: left;
  width: 100%;
}

.col6 {
  float: left;
  width: 50%;
}

.cd_img {
  position: relative;
  float: left;
}
.cd_img .layer_1 {
  opacity: 1;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 20px 400px 400px 20px;
  padding-bottom: 10px;
}
.cd_img .layer_2 {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-clip-path: circle(45.4% at 58% 50%);
          clip-path: circle(45.4% at 58% 50%);
  -webkit-transform-origin: 58% 50%;
          transform-origin: 58% 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.cd_img .layer_3_container {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-filter: drop-shadow(0px 0px 25px #000000);
          filter: drop-shadow(0px 0px 25px #000000);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cd_img .layer_3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(2% at 58% 50%);
          clip-path: circle(2% at 58% 50%);
  -webkit-transform-origin: 58% 50%;
          transform-origin: 58% 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.cd_img .layer_3_container.opacity {
  opacity: 0;
}
.cd_img .layer_4_container {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-filter: drop-shadow(0px 0px 25px #000000);
          filter: drop-shadow(0px 0px 25px #000000);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cd_img .layer_4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(11% at 58% 50%);
          clip-path: circle(11% at 58% 50%);
  -webkit-transform-origin: 58% 50%;
          transform-origin: 58% 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.cd_img .layer_4_container.opacity {
  opacity: 0;
}

.cd_img > div {
  position: relative;
  float: left;
}

.subtitle {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #222222;
}

.title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  color: #222222;
  letter-spacing: -0.04em;
}

.text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #222222;
}

.title_container.mb50 {
  margin-bottom: 50px;
}

.music_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
}
.music_icon .line_1 {
  height: 12.5px;
  width: 4.2px;
  border-radius: 25px;
  background-color: #222222;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: height;
}
.music_icon .line_2 {
  height: 20px;
  width: 4.2px;
  border-radius: 25px;
  background-color: #222222;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: height;
}
.music_icon .line_3 {
  height: 5.9px;
  width: 4.2px;
  border-radius: 25px;
  background-color: #222222;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: height;
}

.cta .music_icon .line_1 {
  -webkit-animation: music-line-1 2s infinite;
          animation: music-line-1 2s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.cta .music_icon .line_2 {
  -webkit-animation: music-line-2 2s infinite;
          animation: music-line-2 2s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.cta .music_icon .line_3 {
  -webkit-animation: music-line-3 2s infinite;
          animation: music-line-3 2s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.cta:hover .music_icon .line_1 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.cta:hover .music_icon .line_2 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.cta:hover .music_icon .line_3 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes music-line-1 {
  0% {
    height: 12.5px;
  }
  25% {
    height: 20px;
  }
  50% {
    height: 6.5px;
  }
  75% {
    height: 18px;
  }
  100% {
    height: 12.5px;
  }
}

@keyframes music-line-1 {
  0% {
    height: 12.5px;
  }
  25% {
    height: 20px;
  }
  50% {
    height: 6.5px;
  }
  75% {
    height: 18px;
  }
  100% {
    height: 12.5px;
  }
}
@-webkit-keyframes music-line-2 {
  0% {
    height: 20px;
  }
  25% {
    height: 5px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 9px;
  }
  100% {
    height: 20px;
  }
}
@keyframes music-line-2 {
  0% {
    height: 20px;
  }
  25% {
    height: 5px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 9px;
  }
  100% {
    height: 20px;
  }
}
@-webkit-keyframes music-line-3 {
  0% {
    height: 5.9px;
  }
  25% {
    height: 13px;
  }
  50% {
    height: 8px;
  }
  75% {
    height: 16px;
  }
  100% {
    height: 5.9px;
  }
}
@keyframes music-line-3 {
  0% {
    height: 5.9px;
  }
  25% {
    height: 13px;
  }
  50% {
    height: 8px;
  }
  75% {
    height: 16px;
  }
  100% {
    height: 5.9px;
  }
}
.highlight {
  color: #D5574F;
}

.subtitle_container,
.title_container {
  margin-bottom: 15px;
}

.text_container {
  max-width: 480px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.col_text {
  padding-left: 166px;
}

.single_box {
  margin-bottom: 70px;
}
.single_box .img_container {
  border-radius: 20px;
  overflow: hidden;
  height: 750px;
  margin-bottom: 40px;
}
.single_box .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_box .box_content .box_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #222222;
  margin-bottom: 20px;
}
.single_box .box_content .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #222222;
  max-width: 450px;
  width: 100%;
  margin-bottom: 20px;
}

.single_slider_box {
  cursor: pointer;
}
.single_slider_box .img_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
  overflow: hidden;
  height: 402px;
  margin-bottom: 30px;
  position: relative;
}
.single_slider_box .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_slider_box .img_container .hover_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 25px #000000);
          filter: drop-shadow(0px 0px 25px #000000);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single_slider_box .img_container .hover_container img {
  -webkit-clip-path: circle(3% at 50% 50%);
          clip-path: circle(3% at 50% 50%);
}
.single_slider_box .img_container .hover_container_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 25px #000000);
          filter: drop-shadow(0px 0px 25px #000000);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single_slider_box .img_container .hover_container_2 img {
  -webkit-clip-path: circle(15% at 50% 50%);
          clip-path: circle(15% at 50% 50%);
}
.single_slider_box .slider_content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.04em;
  color: #222222;
}

.container.title_box {
  text-align: center;
  padding-top: 184px;
  padding-bottom: 200px;
}
.container.title_box .subtitle_container {
  margin-bottom: 30px;
}
.container.title_box h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 128px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #222222;
}

.single_slider_box:hover .img_container {
  border-radius: 100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.single_slider_box:hover .hover_container_2,
.single_slider_box:hover .hover_container {
  opacity: 1;
}

.container.hero_slider {
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.has_boxes .box_anim,
.animated {
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.has_boxes .box_anim.anim,
.animated.anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.swiper-slide {
  position: relative;
}
.swiper-slide .img_container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiper-slide .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .swiper_content {
  position: absolute;
  bottom: 80px;
}
.swiper-slide .swiper_content .swiper_subtitle {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #F8F8F8;
  margin-bottom: 10px;
}
.swiper-slide .swiper_content .swiper_title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #F8F8F8;
  margin-bottom: 20px;
}

.hero_slider .row {
  position: relative;
  z-index: 100000;
  height: 100%;
}
.hero_slider .row .pagination {
  position: absolute;
  bottom: 75px;
  right: 0px;
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
}
.topbar img {
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */