.rich-text.elementor-element > .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1em;
}
.rich-text.elementor-element > .elementor-widget-container > *:last-child,
.rich-text:not(.elementor-element) > *:last-child {
  margin-bottom: 0;
}

.rich-text ul,
.rich-text ol {
  margin-left: 20px;
}
.rich-text ul li {
  list-style: circle;
}
.rich-text ol li {
  list-style: decimal;
}

.ticker-content-container .ticker {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.ticker-content-container .ticker .ticker-abs .ticker-box {
  display: inline-block;
}
.ticker-content-container .ticker .ticker-abs .ticker-box .usp .ticker-inner h5 {
  padding-left: 49px;
  padding-right: 49px;
}
.ticker-content-container .ticker2 {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.ticker-content-container .ticker2 .ticker-abs .ticker-box {
  display: inline-block;
}
.ticker-content-container .ticker2 .ticker-abs .ticker-box .usp .ticker-inner h5 {
  padding-left: 49px;
  padding-right: 49px;
}

.site-footer {
  background-image: url("./img/Ellipse2.png");
  background-image: url(./img/Ellipse2.png);
  background-repeat: no-repeat;
  background-position: 130% 72px;
  background-size: 760px;
  padding-top: 210px;
  padding-bottom: 94px;
}
@media screen and (max-width: 1640px) {
  .site-footer {
    padding-top: 120px;
    background-position: 150% 72px;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer {
    padding-top: 80px;
    background-position: 200% -28px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer {
    padding-top: 50px;
    background-position: 14% 200px;
  }
}
.site-footer .footer-upper-row {
  padding-top: 70px;
  padding-bottom: 120px;
  border-top: 1px solid #707070;
  width: 100%;
}
@media screen and (max-width: 1640px) {
  .site-footer .footer-upper-row {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .footer-upper-row {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.site-footer .footer-upper-row .col-info {
  padding-top: 30px;
}
.site-footer .footer-upper-row .col-info a {
  font-weight: 600;
}
.site-footer .footer-upper-row .col-info .info {
  padding-top: 30px;
}
@media screen and (max-width: 780px) {
  .site-footer .footer-upper-row .col-info .info {
    padding-top: 17px;
  }
}
.site-footer .footer-upper-row .col-info .info a {
  padding-bottom: 0;
  font-weight: 400;
}
.site-footer .footer-upper-row .col-info .info .email {
  color: #0072B6;
}
.site-footer .footer-upper-row .menu-footer {
  padding-top: 30px;
}
@media screen and (max-width: 780px) {
  .site-footer .footer-upper-row .menu-footer {
    padding-top: 40px;
  }
}
.site-footer .footer-upper-row .menu-footer a {
  font-weight: 600;
}
.site-footer .footer-upper-row .menu-footer .menu-footer-menu-container {
  padding-top: 30px;
}
@media screen and (max-width: 780px) {
  .site-footer .footer-upper-row .menu-footer .menu-footer-menu-container {
    padding-top: 17px;
  }
}
.site-footer .footer-upper-row .menu-footer .menu-footer-menu-container a {
  font-weight: 400;
}
.site-footer .footer-upper-row .back-to-top-wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 780px) {
  .site-footer .footer-upper-row .back-to-top-wrapper {
    transform: translateY(-70%);
  }
}

.home-player {
  position: static;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .home-player {
    height: 110px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
  }
}
.home-player audio {
  display: none;
}
.home-player .thumb {
  margin-right: 25px;
}
.home-player .thumb img {
  display: block;
  width: 75px;
  min-width: 75px;
  height: auto;
  border-radius: 50%;
}
.home-player .meta h3 {
  font-size: 20px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1260px) {
  .home-player .meta h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .home-player .meta h3 {
    font-size: 16px;
  }
}
.home-player .meta span {
  display: block;
  color: #596675;
  font-size: 17px;
  margin-bottom: 2px;
}
.home-player .meta .year {
  padding-left: 5px;
}
.home-player .meta .product {
  display: block;
  font-size: 17px;
  color: #03A9BE;
  font-family: "Poppins";
}
@media screen and (max-width: 780px) {
  .home-player .meta .product {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .home-player .upper-mobile {
    width: 70%;
    order: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}
.home-player .controls {
  margin-right: 100px;
  margin-left: 105px;
  padding-left: 65px;
  border-left: 1px solid #E4EBF2;
}
@media screen and (max-width: 1640px) {
  .home-player .controls {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .home-player .controls {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-player .controls {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    order: 3;
  }
}
.home-player .controls a {
  margin-right: 62px;
}
@media screen and (max-width: 1640px) {
  .home-player .controls a {
    margin-right: 42px;
  }
}
@media screen and (max-width: 1260px) {
  .home-player .controls a {
    margin-right: 32px;
  }
}
@media screen and (max-width: 780px) {
  .home-player .controls a {
    margin-right: 12px;
  }
}
.home-player .controls a:last-child {
  margin-right: 0px;
}
.home-player .controls .prev img,
.home-player .controls .next img {
  width: auto;
  height: 25px;
  display: block;
}
@media screen and (max-width: 780px) {
  .home-player .controls .prev img,
.home-player .controls .next img {
    height: 20px;
  }
}
.home-player .controls .play img {
  width: 62px;
  height: 62px;
  display: block;
}
.home-player .controls .play img.playing {
  display: none;
}
@media screen and (max-width: 780px) {
  .home-player .controls .play img {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 780px) {
  .home-player .track {
    order: 4;
    margin-bottom: 30px;
  }
}
.home-player .track .bar {
  cursor: pointer;
  height: 8px;
  border-radius: 1px;
  background: #181C25;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.home-player .track .bar .fill {
  height: 8px;
  border-radius: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.home-player .cta {
  margin-left: 130px;
}
@media screen and (max-width: 1640px) {
  .home-player .cta {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1260px) {
  .home-player .cta {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .home-player .cta {
    width: 100%;
    order: 5;
    justify-content: space-between;
    margin-left: 0;
  }
}
.home-player .cta .volume {
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 1640px) {
  .home-player .cta .volume {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .home-player .cta .volume {
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .home-player .cta .volume {
    display: flex;
  }
}
.home-player .cta .volume img {
  cursor: pointer;
}
.home-player .cta .volume:hover .inner {
  display: block;
}
.home-player .cta .volume .inner {
  position: absolute;
  bottom: 0;
  left: -23px;
  padding: 0px 20px;
  display: none;
}
.home-player .cta .volume .inner .slider {
  height: 220px;
  margin-bottom: 40px;
  background: #202530;
  width: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  padding: 10px 0px;
  position: relative;
}
.home-player .cta .volume .inner .slider input[type=range] {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: rotate(270deg);
  width: 200px;
  cursor: pointer;
  transform-origin: 0% 50%;
  height: 10px;
  -webkit-appearance: none;
  border-radius: 5px;
}
.home-player .cta .volume .inner .slider input[type=range]:focus {
  outline: none;
}
.home-player .cta .volume .inner .slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 5px;
  border: 0px solid #000000;
}
.home-player .cta .volume .inner .slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #04828F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.home-player .cta .volume .inner .slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF;
}
.home-player .cta .volume .inner .slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 5px;
  border: 0px solid #000000;
}
.home-player .cta .volume .inner .slider input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #04828F;
  cursor: pointer;
}
.home-player .cta .volume .inner .slider input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.home-player .cta .volume .inner .slider input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
.home-player .cta .volume .inner .slider input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
.home-player .cta .volume .inner .slider input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #04828F;
  cursor: pointer;
}
.home-player .cta .volume .inner .slider input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}
.home-player .cta .volume .inner .slider input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}
.home-player .cta .btn {
  box-shadow: 0 3px 30px #0266A7;
  padding: 13px 33px;
  background-color: #0072B6;
  border-radius: 5px;
  text-transform: uppercase;
}
.home-player.playing .controls .play img.playing {
  display: block;
}
.home-player.playing .controls .play img.stopped {
  display: none;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
}
.video-wrapper .video-inner {
  position: relative;
  width: 880px;
  height: 880px;
  background-color: #363636;
  border-radius: 50%;
}
@media screen and (max-width: 1260px) {
  .video-wrapper .video-inner {
    width: 680px;
    height: 680px;
  }
}
@media screen and (max-width: 780px) {
  .video-wrapper .video-inner {
    width: 355px;
    height: 320px;
  }
}
.video-wrapper .video-inner .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .video-wrapper .video-inner .play-btn img {
    width: 31px;
    height: 27px;
  }
}
.video-wrapper .video-inner .play-video-circle {
  position: absolute;
  top: 30%;
  right: 18%;
  animation: spin 15s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1260px) {
  .video-wrapper .video-inner .play-video-circle {
    top: 23%;
    right: 13%;
  }
}
@media screen and (max-width: 1260px) and (max-width: 780px) {
  .video-wrapper .video-inner .play-video-circle {
    top: 39%;
    right: 3%;
  }
}
@media screen and (max-width: 780px) {
  .video-wrapper .video-inner .play-video-circle img {
    width: 130px;
    height: 130px;
  }
}
.video-wrapper .popup-video-ovarley {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 35, 38, 0.7);
  z-index: 600;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.video-wrapper .popup-video-ovarley.active {
  display: flex;
}
.video-wrapper .popup-video-ovarley .popup-video {
  width: 90%;
  height: 90%;
  padding: 60px 20px 20px;
  position: relative;
}
.video-wrapper .popup-video-ovarley .popup-video .popup-inner {
  width: 100%;
  height: 100%;
}
.video-wrapper .popup-video-ovarley .popup-video .popup-inner .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.video-wrapper .popup-video-ovarley .popup-video .popup-inner iframe {
  width: 100%;
  height: 100%;
}

.artist-points {
  position: relative;
}
.artist-points .icon-wrapper {
  position: absolute;
  top: var(--topDesktop);
  left: var(--leftDesktop);
}
@media screen and (max-width: 780px) {
  .artist-points .icon-wrapper {
    width: 45px;
    height: 45px;
    top: var(--topMobile);
    left: var(--leftMobile);
  }
}
.artist-points .icon-wrapper .icon-circle {
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}
.artist-points .icon-wrapper .icon-circle:hover {
  transform: scale(0.3);
}

.popup-ovarley {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 35, 38, 0.7);
  z-index: 600;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.popup-ovarley.active {
  display: flex;
}
.popup-ovarley .popup-artist {
  width: 1068px;
  height: 603px;
  padding: 75px 85px;
  background-color: #212326;
  position: relative;
}
@media screen and (max-width: 780px) {
  .popup-ovarley .popup-artist {
    width: auto;
    max-width: 90%;
    padding: 70px 20px 30px;
    height: 100%;
    overflow: auto;
  }
}
.popup-ovarley .popup-artist .popup-inner {
  justify-content: space-between;
}
.popup-ovarley .popup-artist .popup-inner .close-btn {
  position: absolute;
  top: 44px;
  right: 44px;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .popup-ovarley .popup-artist .popup-inner .close-btn {
    top: 10px;
    right: 15px;
  }
}
.popup-ovarley .popup-artist .popup-inner .img-wrapper {
  margin-right: 70px;
  width: 40%;
}
@media screen and (max-width: 780px) {
  .popup-ovarley .popup-artist .popup-inner .img-wrapper {
    width: 100%;
  }
}
.popup-ovarley .popup-artist .popup-inner .info-wrapper {
  width: 55%;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .popup-ovarley .popup-artist .popup-inner .info-wrapper {
    width: 100%;
  }
}
.popup-ovarley .popup-artist .popup-inner .info-wrapper h5 {
  color: #379CD6;
  padding-bottom: 44px;
}
@media screen and (max-width: 780px) {
  .popup-ovarley .popup-artist .popup-inner .info-wrapper h5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.popup-ovarley .popup-artist .popup-inner .info-wrapper p {
  padding-bottom: 90px;
}
@media screen and (max-width: 780px) {
  .popup-ovarley .popup-artist .popup-inner .info-wrapper p {
    padding-bottom: 30px;
  }
}
.popup-ovarley .popup-artist .popup-inner .info-wrapper .social-icons-wrapper a {
  padding-right: 25px;
}

.behind-the-scenes-section {
  background-image: url("./img/Ellipse9.png");
  background-position: -260px 105px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section {
    background-position: -750px -175px;
  }
}
.behind-the-scenes-section .title {
  max-width: 911px;
  line-height: 1.07em;
  z-index: 10;
}
.behind-the-scenes-section .row-1 {
  padding-bottom: 170px;
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-1 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-1 {
    padding-bottom: 0;
  }
}
.behind-the-scenes-section .row-1 .left-side {
  padding-top: 170px;
  width: 50%;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-1 .left-side {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-1 .left-side {
    padding-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-1 .left-side {
    order: 2;
    padding-top: 70px;
    width: 45%;
  }
}
.behind-the-scenes-section .row-1 .right-side {
  width: 50;
  margin-top: -150px;
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-1 .right-side {
    margin-top: -70px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-1 .right-side {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-1 .right-side {
    order: 1;
    width: 100%;
  }
}
.behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner {
  width: 822px;
  height: 822px;
}
@media screen and (max-width: 1640px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner {
    width: 722px;
    height: 722px;
  }
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner {
    width: 622px;
    height: 622px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner {
    width: 422px;
    height: 422px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner {
    width: 296px;
    height: 298px;
    margin-left: 20px;
  }
}
.behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner .play-video-circle {
  top: 50%;
  right: 15%;
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner .play-video-circle {
    top: 40%;
    right: 10%;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner .play-video-circle img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-1 .right-side .video-wrapper .video-inner .play-video-circle img {
    width: 86px;
    height: 86px;
  }
}
.behind-the-scenes-section .row-2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-2 {
    margin-bottom: 0;
  }
}
.behind-the-scenes-section .row-2 .col-1 {
  margin-right: 140px;
  width: 20%;
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-2 .col-1 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .behind-the-scenes-section .row-2 .col-1 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-2 .col-1 {
    margin-left: auto;
    margin-right: 20px;
    width: 42%;
    margin-top: -20%;
    margin-bottom: 40px;
  }
}
.behind-the-scenes-section .row-2 .col-2 {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-2 .col-2 {
    width: 85%;
    margin-bottom: 40px;
  }
}
.behind-the-scenes-section .row-2 .col-3 {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 30%;
  margin-right: 300px;
  margin-bottom: -100px;
}
@media screen and (max-width: 1640px) {
  .behind-the-scenes-section .row-2 .col-3 {
    margin-right: 200px;
  }
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-2 .col-3 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-2 .col-3 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .behind-the-scenes-section .row-2 .col-3 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-2 .col-3 {
    margin-left: auto;
    margin-right: 20px;
    width: 42%;
  }
}
.behind-the-scenes-section .row-3 {
  padding-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-3 {
    padding-bottom: 0;
  }
}
.behind-the-scenes-section .row-3 .col-1 {
  margin-right: 40px;
  width: 30%;
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-3 .col-1 {
    width: 40%;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-3 .col-1 {
    width: 35%;
  }
}
.behind-the-scenes-section .row-3 .col-2 {
  padding-top: 200px;
  width: 70%;
  margin-right: 290px;
}
@media screen and (max-width: 1640px) {
  .behind-the-scenes-section .row-3 .col-2 {
    margin-right: 180px;
  }
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-3 .col-2 {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-3 .col-2 {
    margin-right: 50px;
    width: 60;
  }
}
@media screen and (max-width: 1020px) {
  .behind-the-scenes-section .row-3 .col-2 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-3 .col-2 {
    width: 55%;
    padding-top: 0;
    margin-right: 20px;
    margin-left: auto;
    margin-top: -25%;
    margin-bottom: 45px;
  }
}
.behind-the-scenes-section .row-3 .col-3 {
  width: 40%;
  margin-right: -50px;
  z-index: 1;
  display: flex;
  align-items: end;
  margin-bottom: -100px;
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-3 .col-3 {
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-3 .col-3 {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-3 .col-3 {
    width: 70%;
    margin-bottom: 40px;
  }
}
.behind-the-scenes-section .row-3 .col-4 {
  width: 60%;
  padding-top: 100px;
  margin-right: 107px;
}
@media screen and (max-width: 1420px) {
  .behind-the-scenes-section .row-3 .col-4 {
    margin-right: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-3 .col-4 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .behind-the-scenes-section .row-3 .col-4 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-3 .col-4 {
    margin-left: auto;
    padding-top: 0;
    width: 60%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1260px) {
  .behind-the-scenes-section .row-3 .col-4 .subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-3 .col-4 .subtitle {
    font-size: 13px;
  }
}
.behind-the-scenes-section .row-3 .inner {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .behind-the-scenes-section .row-4 .col-1 {
    margin-left: -10px;
    width: 50%;
    margin-top: -10%;
  }
}

.ratate-logo {
  position: relative;
}
@media screen and (max-width: 780px) {
  .ratate-logo {
    width: 101px;
    height: 101px;
  }
}
.ratate-logo .rotate-img {
  position: absolute;
  top: 0;
  left: 0;
  animation: spin 15s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}