body.homePage .welcome {
  padding-top: 104px;
  position: relative;
  background: #fff;
  color: #321879;
  overflow: hidden;
}

@media (max-width: 1200px) {
  body.homePage .welcome {
    padding-top: 85px;
  }
}

@media (max-width: 767px) {
  body.homePage .welcome {
    padding-top: 75px;
  }
}

body.homePage .welcome:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 50%;
  width: calc(1920px / 2);
  max-width: 50vw;
  pointer-events: none;
  background: linear-gradient(194deg, #000000 10.25%, rgba(217, 217, 217, 0) 64.56%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}

@media (max-width: 991.5px) {
  body.homePage .welcome:after {
    display: none;
  }
}

body.homePage .welcome h1,
body.homePage .welcome .h1 {
  margin: 0;
  font-weight: 700;
  font-size: 79px;
  line-height: 109%;
}

@media (max-width: 1700px) {

  body.homePage .welcome h1,
  body.homePage .welcome .h1 {
    font-size: 63px;
  }
}

@media (max-width: 767px) {

  body.homePage .welcome h1,
  body.homePage .welcome .h1 {
    font-size: 46px;
  }
}

body.homePage .welcome h1-subtitle,
body.homePage .welcome .h1-subtitle {
  font-size: 69px;
  line-height: 109%;
}

@media (max-width: 1700px) {

  body.homePage .welcome h1-subtitle,
  body.homePage .welcome .h1-subtitle {
    font-size: 41px;
  }
}

@media (max-width: 991px) {

  body.homePage .welcome h1-subtitle br,
  body.homePage .welcome .h1-subtitle br {
    display: none;
  }
}

@media (max-width: 767px) {

  body.homePage .welcome h1-subtitle,
  body.homePage .welcome .h1-subtitle {
    font-size: 32px;
  }
}

@media (max-width: 580px) {

  body.homePage .welcome h1-subtitle,
  body.homePage .welcome .h1-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 400px) {

  body.homePage .welcome h1-subtitle,
  body.homePage .welcome .h1-subtitle {
    font-size: 20px;
  }
}

body.homePage .welcome-info {
  padding-top: 74px;
  padding-bottom: 200px;
}

@media (max-width: 1700px) {
  body.homePage .welcome-info {
    padding-bottom: 140px;
  }
}

@media (max-width: 991.5px) {
  body.homePage .welcome-info {
    padding-bottom: 80px;
    padding-right: 22%;
  }

  body.homePage.isRTL .welcome-info {
    padding-right: 0;
    padding-left: 22%;
  }
  
}

@media (max-width: 767px) {
  body.homePage .welcome-info {
    padding-top: 40px;
    padding-bottom: 100px;
    padding-right: 25%;
  }

  body.homePage.isRTL .welcome-info {
    padding-right: 0;
    padding-left: 25%;
  }
}

@media (max-width: 480px) {
  body.homePage .welcome-info {
    padding-top: 40px;
    padding-bottom: 100px;
    padding-right: 30%;
  }

  body.homePage.isRTL .welcome-info {
    padding-right: 0;
    padding-left: 25%;
  }
}

body.homePage .welcome-info .btn {
  margin-top: 46px;
  border-color: #321879;
  color: #321879;
  padding: 0.5rem 0.75rem;
  font-size: 20px;
}
body.homePage .welcome-info .btn-emoji img {width: 30px;}
@media (max-width: 1700px) {
  body.homePage .welcome-info .btn {
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  body.homePage .welcome-info .btn {
    margin-top: 30px;
    width: auto;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }

  body.homePage .welcome-info .btn img {
    max-width: 30px;
  }
}

@media (max-width: 991.5px) {
  body.homePage .welcome-video {
    height: 600px;
  }
}

@media (max-width: 767px) {
  body.homePage .welcome-video {
    height: 420px;
  }
}

body.homePage .welcome-video video,
body.homePage .welcome-video img {
  max-width: calc(100vw / 2);
  left: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transform: none;
  width: calc(1920px / 2);
}

@media (max-width: 991.5px) {
  body.homePage .welcome-video video,
  body.homePage .welcome-video img {
    position: relative;
    left: 0;
    width: calc(100% + 24px + 24px);
    max-width: 100%;
  }
}

body.homePage .welcome-video .mySwiper--welcome{
  max-width: calc(100vw / 2);
  left: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transform: none;
  width: calc(1920px / 2);
}

@media (max-width: 991.5px) {
  body.homePage .welcome-video .mySwiper--welcome {
    position: relative;
    left: 0;
    width: calc(100% + 24px + 24px);
    max-width: 100%;
  }
}

body.homePage .welcome-image {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  max-width: 30%;
}

body.homePage .welcome-info-horizontal-image .welcome-image {
  position: relative;
  max-width: 50%;
  width: 300px;
  bottom: 0;
  right: 0 !important;
  left: 0 !important;
}

body.homePage .welcome-info.welcome-info-horizontal-image .btn,
body.homePage .welcome-info.welcome-info-horizontal-image .welcome-image{
  margin-top: 20px;
}

body.homePage .welcome-info.welcome-info-horizontal-image {
  padding-bottom: 40px;
  padding-top: 70px;
}

@media (max-width: 991px) {

  body.homePage .welcome-image {
    max-width: 22%;
  }

  body.homePage .welcome-info.welcome-info-horizontal-image{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {

  body.homePage .welcome-image{
    max-width: 25%;
    bottom: 30px;
  }
}

@media (max-width: 480px) {
  body.homePage .welcome-image {
    max-width: 30%;
  }
}