section.hd-hero-banner {
  position: relative;
  display: flex;
  align-items: center;
}

section.hd-hero-banner .btn {
  font-weight: bold;
}

section.hd-hero-banner .mobile,
section.hd-hero-mobile-content.mobile {
  display: block;
}

section.hd-hero-banner .desktop,
section.hd-hero-mobile-content.desktop {
  display: none;
}

section.hd-hero-banner .curve-bg {
  position: absolute;
  height: 100%;
  background: #24065A;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

section.hd-hero-banner .curve {
  width: 80%;
  height: 100%;
  background: transparent;
  display: block;
  /*   border-radius: 50% 50% / 90% 100%; */
  transform: scale(1.2) translate(40px, 10px);
}

section.hd-hero-banner .hero-image {
  width: 100%;
  height: 100%;
}

section.hd-hero-banner .hero-image img {
  border-radius: 40% 40%/90% 100%;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

section.hd-hero-banner .tag,
section.hd-hero-mobile-content .tag {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  margin: 0 0 5px 0;
}

section.hd-hero-banner .accent-images {
  padding: 0 0 0 5px;
}

section.hd-hero-banner .accent-img {
  max-width: 108px;
  height: auto;
}

section.hd-hero-banner .accent-img-1 {
  margin: 0 0 20px 0;
}

section.hd-hero-mobile-content .tag {
  margin-bottom: 15px;
}

section.hd-hero-banner .content {
  width: 80%;
}

section.hd-hero-mobile-content {
  margin-top: 5px;
}

section.hd-hero-mobile-content .content {
  text-align: center;
  padding: 24px 0 35px 0;
}

section.hd-hero-mobile-content .content h1 {
  font-size: 42px;
  line-height: 52px;
}

section.hd-hero-mobile-content .content h5 {
  font-size: 18px;
}

{# right to left lang - e.g. Arabic #}

html[lang="ar"] section.hd-hero-banner .curve {
	transform: scale(1.2) translate(0px,10px);
}

html[lang="ar"] section.hd-hero-banner .hero-image img {
	border-radius: 0% 40% 40% 0%;	
}

@media (min-width: 768px) {

   section.hd-hero-banner .accent-img {
    max-width: 275px;
    height: auto;
  }
  
}

@media (min-width: 992px) {

  section.hd-hero-banner .mobile,
  section.hd-hero-mobile-content.mobile {
    display: none;
  }

  section.hd-hero-banner .desktop,
  section.hd-hero-mobile-content.desktop {
    display: block;
  }

  section.hd-hero-banner .curve {
    width: 50%;
  }
  
  section.hd-hero-banner .content.desktop {
    padding-right: 35px;
  }
  
  
  html[lang="ar"] section.hd-hero-banner .container {
    margin-left: auto;
    margin-right: 0;
  }

  html[lang="ar"] section.hd-hero-banner .content-section {
    max-width: 70%;
    flex: 1 1 80%;
  }

  html[lang="ar"] section.hd-hero-banner .content.desktop {
    padding-left: 20px;
    padding-right: 0;
    width: 100%;
  }
  
  html[lang="ar"] section.hd-hero-banner .curve {
    width: 45%;
  }

}

@media (min-width: 1200px) {
  html[lang="ar"] section.hd-hero-banner .content.desktop {
    padding-left: 35px;
    padding-right: 20px;
  }
}


@media (min-width: 1366px) {

  html[lang="ar"] section.hd-hero-banner .content-section {
    max-width: 70%;
    flex: 1 1 80%;
  }
  
}

@media (min-width: 1600px) {
  
  html[lang="ar"] section.hd-hero-banner .curve {
    width: 50%;
  }
  
  html[lang="ar"] section.hd-hero-banner .hero-image img {
    border-radius: 27% 27% / 0 42% 45% 0;
  }
  
}

@media (min-width: 1920px) {

  section.hd-hero-banner > .container {
    max-width: 1350px;
  }
  
  section.hd-hero-banner .content.desktop {
    width: 60%;
  } 
  
  html[lang="ar"] section.hd-hero-banner .content.desktop {
    width: 70%;
  }
  
}

@media (min-width: 2000px) {
  
  html[lang="ar"] section.hd-hero-banner .container {
    margin-left: 45%;
    margin-right: auto;
  }
  
  html[lang="ar"] section.hd-hero-banner .row {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
  }
  
  html[lang="ar"] section.hd-hero-banner .content-section {
    max-width: 100%;
    flex: 1 1 100%;
    justify-content: center;
  }
  
  html[lang="ar"] section.hd-hero-banner .content.desktop {
    padding-left: 50px;
    width: 60%;
    padding-right: 80px;
  }
  
}

