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

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

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;
}

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

.h-100 {
  height: 100%;
}

/* Section 0 */
.section-0-fixed {
  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 rgb(0 0 0 / 10%);
  padding-right: 20px;
  padding-left: 20px;
}

.section-0-btn {
  display: block;
  border-radius: 25px;
  outline: none;
  background-color: #417bbf;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-left: 24px;
  margin-right: auto;
  padding: 9px 30px;
}

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

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

.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: 12px;
  float: right;
  margin-top: 10px;
  margin-left: 8px;
}

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

/* Header */
header.masthead {
  background: #e1edf6;
  background: url("../img/Banner-1.jpg") no-repeat center/cover;
  height: 530px;
  min-height: 500px;
  overflow: hidden;
}

.hero-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header.masthead .header-content {
  margin-bottom: 4.5rem;
  margin-right: 2rem;
}

.header-text-line-1 {
  color: #417bbf;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  padding: 7px;
}

.header-text-line-2 {
  font-size: 28px;
  line-height: 36px;
  padding: 7px;
}

.hero-call-action {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-right: 2rem;
}

.btn-action {
  border-radius: 30px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #417bbf;
  font-size: 20px;
  line-height: 20px;
  outline: none;
  padding: 12px 30px;
}

.btn-action:hover {
  background: #417bbf;
  border-color: #417bbf;
  color: #fff;
}

.btn-blue {
  background-color: #417bbf;
  border-color: #417bbf;
  color: #fff;
}

.btn-blue:hover {
  background-color: #fff;
  border-color: #fff;
  color: #417bbf;
}

/* Section 2 */
.section-content-container {
  display: flex;
  column-gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, #e1edf7, #e1edf7), #095933;
  color: #000;
  padding: 24px 16px;
}

.section-content-text {
  display: inline;
  font-size: 18px;
  font-weight: bold;
}

.section-btn {
  border-radius: 25px;
  outline: none;
  background-color: #417bbf;
  border: 1px solid #417bbf;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 9px 30px;
  transition: all 0.3ms;
}

.section-btn:hover {
  background-color: white;
  border-color: #fff;
  color: #417bbf;
}

/* Section 5 */
section.section-5 {
  margin-top: -6px;
}
section.section-3 .container {
  background: #f9f9f9;
}

.section-3 .img-side,
.section-4 .img-side {
  padding: 50px 0;
}

.section-3 .text-container,
.section-4 .text-container {
  padding: 50px 32px 50px 12px;
}

.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;
  direction: rtl;
  width: 90%;
}

/* Section 4 */
.section-4 .container {
  background-color: #fff;
}

.section-4 .main-header {
  font-size: 25px;
  font-weight: bold;
  color: #093759;
  margin-bottom: 50px;
}

.section-4 .text-container {
  padding-bottom: 0;
}

.section-4-list-container {
  display: flex;
  column-gap: 12px;
  margin-bottom: 40px;
}

.section-4-list-container img {
  background: #0d61bb;
  border-radius: 12px;
  box-shadow: 0px 3px 7px 5px rgb(0 0 0 / 10%);
}

.section-text-header {
  color: #0d61bb;
  font-size: 20px;
  font-weight: bold;
}

.section-4-list-text {
  color: #03274e;
  font-size: 16px;
}

/* Section 6 */
.section-6 .container {
  background-image: url(../img/Banner-6.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 490px;
  padding: 50px;
  position: relative;
}

.section-6 .container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 38.57%,
    rgba(0, 0, 0, 0) 116.12%
  );
  z-index: 1;
}

.section-6-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.section-6-header {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  max-width: 320px;
  margin-bottom: 4rem;
}

.section-6 .section-btn {
  font-size: 20px;
}

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

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

.section-7-img-comments {
  display: block;
}

.stars {
  width: 90%;
}

.section-7-text {
  font-size: 34px;
  font-weight: bold;
  margin-top: 16px;
}

/* Section 10 */
section.section-8 .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-8-img {
  height: 130px;
  margin: auto;
  display: block;
}

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

.section-8-btn:hover {
  background-color: white;
  color: #417bbf;
  border: 1px solid white;
}

/* Section 9 */
.section-9-row {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

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

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

.family-box {
  position: relative;
}

.section-9-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: 75px;
  height: 75px;
  border-radius: 50%;
  left: 65%;
  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-9-remaining-pieces {
  padding: 20px 36px 0;
}

.section-9-remaining-pieces p {
  float: right;
  height: 35px;
  margin-right: 9px;
  color: #f83f3f;
  font-weight: bold;
}
.section-9-box-selected {
  border: 4px solid #417bbf;
}

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

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

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

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

/* 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: #417bbf;
  text-align: center;
  direction: rtl;
  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: 14px;
    margin-left: 0;
    padding: 8px 24px;
  }

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

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

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

  .section-0-list {
    font-size: 12px;
    line-height: 16px;
  }

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

  .header-text-line-1 {
    font-size: 30px;
    line-height: 32px;
  }

  .header-text-line-2 {
    font-size: 24px;
    line-height: 20px;
  }

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

  .section-content-container {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .section-3 .text-container,
  .section-4 .text-container {
    padding: 32px 32px 32px 12px;
  }

  .section-3 .img-side,
  .section-4 .img-side {
    padding: 34px 0;
  }

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

  .section-3-list {
    font-size: 14px;
    line-height: 32px;
    width: 94%;
  }

  .section-4-list-container {
    margin-bottom: 32px;
  }

  .section-6 .container {
    height: 375px;
  }

  .section-7-img-comments {
    width: 92%;
    margin: auto;
  }

  .section-7-text {
    font-size: 28px;
  }

  .section-8 .container .col-lg-2 {
    margin-bottom: 10px;
  }

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

  .section-9-mobile-margin {
    margin-bottom: 20px;
  }

  .section-9-remaining-pieces {
    padding: 20px 70px;
  }

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

@media only screen and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
  .section-0-btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  header.masthead {
    height: 382px;
    min-height: 350px;
  }

  header.masthead .header-content {
    margin-bottom: 2.5rem;
    margin-right: 1rem;
  }

  .header-text-line-1 {
    font-size: 24px;
    line-height: 20px;
  }

  .header-text-line-2 {
    font-size: 18px;
  }

  .hero-call-action {
    margin-right: 1rem;
  }

  .btn-action {
    font-size: 16px;
    padding: 8px 14px;
  }

  .section-content-container {
    flex-direction: column;
    column-gap: 0;
  }

  .section-content-text {
    margin-bottom: 16px;
  }

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

  .section-3 .img-side,
  .section-4 .img-side,
  .section-3 .text-container,
  .section-4 .text-container {
    padding: 0 15px;
  }

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

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

  .section-6 .container {
    height: 260px;
    padding: 30px 15px;
  }

  .section-6-wrapper img {
    width: 45%;
  }

  .section-6-header {
    font-size: 32px;
    line-height: 38px;
    max-width: 255px;
    margin-bottom: 3rem;
  }

  .section-7 .container {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-7 .hidden-md {
    display: block;
  }

  .section-7-img-comments {
    width: fit-content;
    margin-top: 5rem;
  }

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

  .section-review-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40%;
    background: #ffffff;
    border: 2px solid #417bbf;
    backdrop-filter: blur(8.13237px);
    border-radius: 23px;
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .section-7-text {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .family-package {
    width: 95px;
    height: 95px;
    top: 15%;
  }

  .section-9-remaining-pieces {
    padding: 40px 0 0;
  }
  .section-9-remaining-pieces p {
    text-align: center;
    float: none;
  }

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

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

@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .logo {
    width: 45%;
    margin-top: 95px;
  }
}

@media only screen and (max-width: 500px) {
  header.masthead {
    background: #fff;
    height: auto;
    text-align: center;
  }

  header.masthead .hidden-md {
    display: block;
  }

  .hero-img,
  .logo {
    display: none;
  }

  .hero-section-content {
    width: 100%;
  }

  header.masthead .header-content,
  .hero-call-action {
    margin-right: 0;
    justify-content: center;
  }

  .hero-call-action {
    margin-bottom: 2.5rem;
  }

  .btn-action {
    border: 1px solid #417bbf;
    padding: 8px 20px;
  }

  .btn-blue:hover {
    border-color: #417bbf;
  }

  .section-3 .img-side,
  .section-4 .img-side {
    padding-bottom: 15px;
  }

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

  .section-3-list {
    line-height: 35px;
  }

  .section-4 .main-header {
    line-height: 40px;
    margin-bottom: 32px;
  }

  .section-6 .container {
    background: #e1ecf6;
    height: auto;
    padding: 0;
    margin-top: -1px;
  }

  .section-6 .container::after,
  .section-6 .container::before {
    display: none;
  }

  .section-6 .hidden-sm {
    display: block;
  }

  .section-6-wrapper {
    flex-direction: column-reverse;
    text-align: center;
    padding-bottom: 24px;
  }

  .section-6-wrapper img {
    width: 75%;
    margin-top: -29%;
  }

  .section-6-header {
    color: #000;
  }

  .section-review-text {
    width: 65%;
    padding-top: 8px;
  }

  .stars {
    width: 75%;
  }

  .section-7-text {
    font-size: 24px;
  }

  .section-7-img-comments {
    width: 90%;
  }

  section.section-8 .container {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .family-package {
    width: 75px;
    height: 75px;
    top: 5%;
  }

  .section-9-mobile-margin {
    margin-bottom: 10px;
    padding: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .section-9-remaining-pieces p {
    text-align: center;
    float: none;
  }

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

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