html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Droid Arabic Kufi", "Arial", "sans-serif";
  background-color: #eaeaea;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Arabic Kufi", "Arial", "sans-serif";
  font-weight: 200;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}

section {
  padding: 100px 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.h-100 {
  height: 100%;
}

.section-medium-text {
  display: inline;
  color: white;
  font-size: 17px;
  margin-right: 10px;
}

/* Button Action */
.section-btn-action {
  border-radius: 25px;
  outline: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 9px 30px;
  margin-right: 12px;
}

.section-btn-action:hover {
  background-color: white;
  border-color: #2165ae;
  color: #2165ae;
}

.section-content-container {
  background: linear-gradient(
      270deg,
      rgba(0, 145, 181, 0) 10.42%,
      rgba(0, 255, 252, 0.45) 100%
    ),
    #093759;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 16px 16px 12px;
}
.section-medium-text {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 0;
}

/* Section 0 */
.section-0-fixed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 200;
}

.section-0-content-container {
  background-color: white;
  box-shadow: 0px 3px 7px 5px rgba(0, 0, 0, 0.1);
  padding-right: 20px;
  padding-left: 20px;
}

.section-0-btn {
  display: block;
  border-radius: 25px;
  outline: none;
  background: linear-gradient(
      270deg,
      rgba(0, 145, 181, 0) 10.42%,
      rgba(0, 255, 252, 0.45) 100%
    ),
    #093759;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
  margin-right: auto;
  padding: 8px 30px;
}

.section-0-btn:hover {
  background: white;
  color: #093759;
  border: 1px solid #093759;
}

.section-0-mid-col-line-txt-1 {
  text-align: right;
  font-weight: bold;
  font-size: 26px;
}

.section-0-mid-col-line-txt-2 {
  font-size: 15px;
  text-align: right;
  float: right;
  display: inline;
  margin-top: 7px;
}

.section-0-list-img {
  display: inline;
  height: 18px;
  float: right;
  margin-top: 8px;
  margin-left: 8px;
}

.section-0-list {
  font-size: 14px;
  line-height: 35px;
  text-align: right;
  display: inline;
  float: right;
}

/* Header */
header.masthead {
  background: url("../img/background_images/Banner-1-new.jpg") no-repeat
    center/cover;
  height: 558px;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  color: white;
  text-align: right;
}

header.ly {
  background-image: url("../img/background_images/banner-ly-1.jpg");
}

.logo-den {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

header.masthead .header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-text-line-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 35px;
  margin-top: 6rem;
}

.header-text-line-1 span {
  color: #cc2870;
  font-weight: 900;
}

.hero-call-action {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.btn-action {
  border-radius: 30px;
  border: 2px solid #ffffff;
  background: transparent;
  color: white;
  font-size: 22px;
  line-height: 22px;
  outline: none;
  font-weight: bold;
  padding: 15px 50px;
}

.btn-action:hover {
  background: #cc2870;
}

/* Section 1 */
.section-1-content-container {
  background: linear-gradient(
      270deg,
      rgba(0, 145, 181, 0) 10.42%,
      rgba(0, 255, 252, 0.45) 100%
    ),
    #093759;
  padding: 20px 16px;
}

/* Section 2 */
.img-container {
  position: relative;
}

.section-2-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background: linear-gradient(
      0deg,
      rgba(0, 145, 181, 0) 23.5%,
      rgba(0, 255, 252, 0.35) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
  padding-left: 125px;
  padding-right: 18px;
  z-index: 2;
}

/* Section 3 */
.section-3 .container {
  background-color: #fff;
  color: #093759;
  text-align: right;
}

.section-3 .text-container {
  padding: 24px 32px 0;
}

.section-3-main-header {
  font-size: 25px;
  font-weight: bold;
}

.section-3-list-img {
  display: inline;
  height: 16px;
  float: right;
  margin-top: 10px;
  margin-left: 8px;
}

.section-3-list {
  font-size: 16px;
  line-height: 40px;
  text-align: right;
  display: inline;
  float: right;
  width: 95%;
}

/* Section 5 */
.section-5 .container {
  background-image: url("../img/background_images/Banner-5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #0e5497;
  text-align: right;
}

.section-5-txt-wrapper {
  padding: 50px 50px 50px 10px;
}

.section-5-header {
  display: flex;
  animation: center;
  column-gap: 16px;
  font-size: 33px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #093759;
}

.section-5-header .step-text-number {
  font-size: 127px;
  line-height: 90px;
}

.section-5-step {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 32px;
}

.section-5-img {
  border: 6px solid #ffffff;
  border-radius: 30px;
}

.section-5-list-text {
  font-size: 22px;
  line-height: 35px;
}

/* Section 6 */
.section-6 .container {
  background-image: url("../img/background_images/Banner-6.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 0;
}

.right-side-img {
  margin-top: 4.5rem;
  border: 8px solid #ffffff;
  border-radius: 30px;
}

.section-6-content {
  display: flex;
  align-items: center;
  height: 493px;
}

.section-6-header {
  background: rgba(9, 63, 97, 0.8);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  padding: 31px;
}

/* Section 8 */
.section-8 .container {
  background-image: url("../img/background_images/Banner-7.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.section-8 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 70px;
  padding-left: 70px;
}

.section-8-header {
  font-size: 32px;
  font-weight: 700;
  color: #093f61;
  line-height: 44px;
  margin-bottom: 60px;
}

.section-8-btn {
  background: #cc2870;
  border-color: #cc2870;
  margin-right: 0;
  padding: 12px;
  font-size: 22px;
  line-height: 32px;
  border-radius: 40px;
}

/* Section 9 */
.section-9 .container {
  background-image: url("../img/background_images/reviews.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.section-9.ly .container {
  background-image: url("../img/background_images/reviews-ly.jpg");
}

.section-9-img-comments {
  width: 100%;
}

.section-9-top-margin,
.section-9-bottom-margin {
  height: 60px;
}

.section-review-text {
  padding: 20px;
  background: rgba(9, 55, 89, 0.5);
  backdrop-filter: blur(14.3148px);
  border-radius: 38px;
  margin-top: 41rem;
}

.section-9.ly .section-review-text{
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(15px);
  margin-top: 50rem;
}

.section-9-text {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
}

/* Section 10 */
section.section-10 .container {
  background-image: url("../../img/background_images/arabian_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 80px;
}

.section-10-img {
  width: 75px;
  height: 75px;
  margin: auto auto 16px;
  display: block;
}

.text-feature {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin: 0;
  color: #fff;
}

.section-10-btn {
  border: 1px solid #093759;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  font-size: 18px;
  background-color: #093759;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  margin: auto;
  display: block;
  border-radius: 25px;
}

.section-10-btn:hover {
  background-color: white;
  color: #093759;
  border: 1px solid white;
}

/* Section 11 */
.section-11-row {
  padding-left: 14px;
  padding-right: 14px;
}

.section-11-box {
  width: 100%;
  border-radius: 15px;
  border: 2px solid black;
  cursor: pointer;
}

.section-11-img {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.section-11-text-line-1 {
  text-align: center;
  font-size: 15px;
}

.section-11-text-line-2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.section-11-text-line-3 {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #ed1c24;
  text-decoration: line-through;
}

.family-box {
  position: relative;
}

.section-11-text-line-3.family-package-text {
  position: absolute;
  top: 12px;
  left: 6px;
  font-size: 20px;
  font-weight: 900;
  width: 77px;
  text-decoration: none;
  color: #f83f3f;
}

.family-package {
  position: absolute;
  border: 1px solid;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  left: 55%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(180deg, rgba(244, 158, 50, 0) 0%, #f49e32 100%),
    linear-gradient(
      180deg,
      #c56d00 0%,
      rgba(197, 109, 0, 0.78125) 58.85%,
      rgba(197, 109, 0, 0) 100%
    );
  border: 4px solid #093759;
  box-shadow: -6px 3px 4px rgb(0 0 0 / 25%);
}

.family-package span {
  color: #f83f3f;
  font-size: 28px;
}

.family-package .text {
  font-size: 40px;
  font-weight: bold;
}

.section-11-remaining-pieces {
  padding: 20px 36px 0;
}

.section-11-remaining-pieces p {
  color: #f83f3f;
  font-weight: bold;
  font-size: 20px;
  margin-top: 1rem;
}
.section-11-box-selected {
  border: 4px solid #093759;
}

/* Section 12 */
.section-12-form {
  padding-left: 280px;
  padding-right: 280px;
}

.section-12-form-input {
  margin-top: 15px;
  border: 1px solid #b3b3b3;
}

.section-12-btn {
  border: 4px solid #093759;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-size: 18px;
  background-color: #093759;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #dcdcdc;
}

.section-12-btn:hover {
  border: 4px solid #093759;
  box-shadow: none !important;
  background-color: white;
  color: #093759;
}

/* Loading */
.page-loading-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../../img/loading.gif") center no-repeat #fff;
}

.thank-you-txt {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.top-bottom-space {
  height: 50px;
}
.thankyou-product-img {
  display: block;
  margin: auto;
  height: 600px;
  object-fit: cover;
  width: 100%;
}

/* Media */
@media only screen and (max-width: 1199px) {
  .section-0-btn {
    font-size: 15px;
    margin-left: 0;
    padding: 8px 24px;
  }

  .offer-end {
    padding-right: 20px !important;
  }

  .section-0-mid-col-line-txt-1 {
    font-size: 22px;
  }

  .section-0-list-img {
    margin-top: 0;
  }

  .section-0-list {
    font-size: 13px;
    line-height: 19px;
  }

  header.masthead {
    height: 480px;
    min-height: 450px;
  }

  .header-text-line-1 {
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 8rem;
  }

  .btn-action {
    font-size: 20px;
    padding: 10px 30px;
  }

  .section-medium-text {
    font-size: 16px;
  }

  .section-2-text {
    font-size: 16px;
    line-height: 28px;
    height: 55px;
    padding-left: 80px;
    padding-right: 15px;
  }

  .section-3 .text-container {
    padding: 16px 24px 0;
  }

  .section-3-main-header {
    margin-top: 10px;
  }

  .section-3-list-img {
    margin-top: 8px;
  }

  .section-3-list {
    font-size: 15px;
    line-height: 33px;
    width: 90%;
  }

  .section-5-txt-wrapper {
    padding: 24px 25px 0 18px;
  }

  .section-5-header {
    font-size: 28px;
  }
  .section-5-header .step-text-number {
    font-size: 110px;
  }

  .section-6-header {
    font-size: 24px;
    line-height: 40px;
    padding: 24px;
  }

  .right-side-img {
    margin-top: 8.5rem;
  }

  .section-9-top-margin {
    height: 25px;
  }

  .section-9-text {
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
  }

  .section-10 .col-xs-6 {
    margin-bottom: 8px;
  }

  .section-11-row {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-11-mobile-margin {
    margin-bottom: 3rem;
  }

  .section-12-form {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .section-medium-text {
    font-size: 18px;
  }

  .section-0-btn {
    font-size: 14px;
    padding: 9px;
  }

  .section-0-mid-col-line-txt-1 {
    font-size: 18px;
  }

  .section-0-list {
    font-size: 14px;
  }

  header.masthead {
    background: #fff;
    color: #093759;
    height: auto;
  }

  .header-text-line-1 {
    text-align: center;
    margin-top: 2rem;
  }

  .hero-call-action {
    margin: 0 auto 3rem;
  }

  .btn-action {
    background-color: white;
    border-color: #093759;
    color: #0197b9;
  }

  .btn-action:hover {
    color: #fff;
    border-color: #cc2870;
  }

  .section-2-text {
    font-size: 20px;
    line-height: 32px;
    height: 78px;
    padding-left: 125px;
    padding-right: 18px;
  }

  .section-3 .text-container {
    padding: 24px 32px;
  }

  .section-3-list-img {
    height: 18px;
    margin-top: 10px;
  }

  .section-3-list {
    font-size: 16px;
    line-height: 40px;
  }

  .section-4 .section-content-container {
    display: flex;
    flex-direction: column;
  }

  .section-4 .section-medium-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-5 .container {
    background: #d5f3fc;
    height: auto;
  }

  .section-5-bottom-img {
    border: 8px solid #ffffff;
    border-radius: 30px;
    display: block;
    margin: 10px auto 30px;
  }

  .section-6-content {
    height: auto;
  }

  .section-6-header {
    padding: 10px 10px 10px 45px;
    margin-bottom: 0;
    margin-top: 22rem;
  }

  .section-8 .container {
    background-image: url("../img/background_images/Banner-7-mobile.jpg");
    height: auto;
  }

  .section-8 .content-wrapper {
    margin: auto;
    align-items: center;
    padding: 8px 8px 42rem;
  }

  .section-8-header {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .section-8-btn {
    padding: 10px 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .section-9 .container {
    background: white;
    padding: 0;
  }

  .section-9-content-container {
    position: relative;
  }

  .section-9-top-margin,
  .section-9-bottom-margin {
    height: 0;
  }

  .section-9-img-comments {
    margin-top: 12rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
  }

  .section-review-text, .section-9.ly .section-review-text {
    width: 40%;
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translate(-50%, 7%);
    border: 1px solid #dee8f1;
    margin-top: 0;
  }

  .section-9-text {
    font-size: 22px;
    line-height: 35px;
    margin-top: 10px;
  }

  .section-11-row {
    padding: 0;
  }

  .section-11-mobile-margin {
    margin-bottom: 32px;
    padding: 0 120px;
  }

  .section-11-remaining-pieces {
    padding: 0;
    text-align: center;
  }

  .section-11-text-line-3.family-package-text {
    font-size: 28px;
    width: 120px;
  }

  .family-package {
    width: 120px;
    height: 120px;
  }

  .family-package span {
    font-size: 40px;
  }

  .family-package .text {
    font-size: 70px;
  }

  .section-12-form {
    padding: 0 120px;
  }

  .thankyou-product-img {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  section, .cover, .section-0 {
    overflow-x: hidden;
  }

  section.section-10 .container {
    padding: 70px 12px 40px;
  }

  section.section-10 .container::before, 
  section.section-10 .container::after, 
  section.section-10 .row-feature::before, 
  section.section-10 .row-feature::after {
    display: none;
  }

  section.section-10 .row-feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
    margin-left: 0;
    row-gap: 20px;
  }

  section.section-10 .col-xs-6 {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  section.section-10 .col-xs-6:last-child {
    grid-column: 1/3;
  }

  .section-10-img {
    height: 60px;
    width: 60px;
  }
  
}

@media only screen and (max-width: 500px) {
  .hidden-sm {
    display: none;
  }

  .header-text-line-1 {
    font-size: 26px;
  }

  .header-text-line-1 span {
    display: block;
  }

  .section-2-text {
    font-size: 14px;
    line-height: 16px;
    height: 44px;
    padding-left: 10px;
    padding-right: 11px;
    padding-top: 8px;
  }

  .section-5-txt-wrapper {
    padding: 10px 16px 0 10px;
  }

  .section-5-step {
    column-gap: 1rem;
  }

  .section-5-list-text {
    font-size: 18px;
    line-height: 30px;
  }

  .section-5-bottom-img {
    width: 90%;
  }

  .section-7 .section-content-container {
    flex-direction: column-reverse;
    row-gap: 16px;
  }

  .section-8-header {
    width: 100%;
    text-align: center;
  }

  .section-review-text, .section-9.ly .section-review-text {
    width: 65%;
    padding: 8px;
  }

  section.section-10 .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-11-mobile-margin {
    padding: 0 40px;
  }

  .family-package {
    width: 85px;
    height: 85px;
  }

  .family-package span {
    font-size: 30px;
  }

  .family-package .text {
    font-size: 55px;
  }

  .section-11-text-line-3.family-package-text {
    font-size: 26px;
    width: 105px;
  }

  .section-12-form {
    padding: 0px 10px;
  }

  .thank-you-txt {
    font-size: 16px;
    line-height: 1.9;
  }
}
