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

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

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: #39b660;
  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: #39b660;
  border: 1px solid #39b660;
}

.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: rgba(0, 0, 0, 51.71%);
  background: url("../img/banner-1.jpg") no-repeat center/cover;
  height: 560px;
  min-height: 530px;
  overflow: hidden;
}

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

header.masthead .header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: right;
  margin-bottom: 4.5rem;
  margin-right: 2rem;
}

.logo {
  width: fit-content;
  margin-bottom: 1rem;
}

.header-text-line-1 {
  display: inline-block;
  background: #939f8e;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding: 7px 7px 7px 16px;
}

.header-text-line-2 {
  display: inline-block;
  background: #939f8e;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  padding: 7px 7px 7px 16px;
}

.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;
  font-size: 20px;
  line-height: 20px;
  outline: none;
  padding: 12px 30px;
}

.btn-action:hover {
  background: #939f8e;
  border-color: #939f8e;
  color: #fff;
}

.btn-gray {
  background-color: #939f8e;
  border-color: #939f8e;
  color: #fff;
}

.btn-gray:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333333;
}

/* Section 1 */
.video-container {
  background-color: #333;
  height: 263.81px;
}

/* Section 2 */
.section-content-container {
  display: flex;
  column-gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, #c8cec5, #c8cec5), #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: #939f8e;
  border: 1px solid #939f8e;
  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: #333;
}

/* Section 3 */
section.section-3 .container {
  background: #f9f9f9;
}

.section-3 .main-header {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 14px;
}

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

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

.box {
  overflow: auto;
}

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

/* Section Banner */
.section-banner .container {
  background: url("../img/section-banner-1.jpg") no-repeat center center/cover;
  height: 425px;
  padding: 0 50px;
}

.section-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-banner .banner-header-1,
.section-banner .banner-header-2 {
  display: inline-block;
  background: #010101;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding: 7px 7px 7px 16px;
}

.section-banner .banner-header-2 {
  font-size: 24px;
  line-height: 1.5;
}

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

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-4 .main-header,
.section-6 .main-header {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 2;
  margin-top: 5rem;
}

.section-4 p,
.section-6 p {
  line-height: 2;
  margin-left: 3rem;
}

.section-4 .section-btn,
.section-6 .section-btn {
  font-size: 22px;
  margin-top: 5rem;
  width: fit-content;
}

.section-4 .section-btn:hover,
.section-6 .section-btn:hover {
  border-color: #333;
}

/* Section 5 */
.section-4.reverse-side .container {
  background-color: #c8cec5;
}

.section-4.reverse-side .main-header {
  font-size: 32px;
  line-height: 1.7;
}

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

.section-6 .text-container {
  padding: 24px 32px 16px 12px;
}

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

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

.section-review-text {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.stars {
  width: 90%;
}

.section-7-text {
  color: #010101;
  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 #939f8e;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  font-size: 18px;
  background-color: #939f8e;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  margin: auto;
  display: block;
  border-radius: 25px;
}

.section-8-btn:hover {
  background-color: white;
  color: #010101;
  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: 10px;
  padding-right: 10px;
}

.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: #0d61bb;
  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: #717f6b;
}

.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: 3.5px solid #939f8e;
  box-shadow: -5.25px 2.625px 3.5px rgba(0, 0, 0, 0.25);
  border: 4px solid #939f8e;
  box-shadow: -5.25px 2.625px 3.5px rgba(0, 0, 0, 0.25);
}

.family-package span {
  color: #939f8e;
  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 #939f8e;
}

/* 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 #39b660;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-size: 18px;
  background-color: #39b660;
  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 #39b660;
  box-shadow: none !important;
  background-color: white;
  color: #39b660;
}

/* 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: #939f8e;
  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: 1px;
    margin-left: 4px;
  }

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

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

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

  .header-text-line-2 {
    font-size: 22px;
    line-height: 1.5;
  }

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

  .video-container {
    height: 218.72px;
  }

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

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

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

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

  .section-4 .main-header {
    font-size: 25px;
    line-height: 1.6;
  }

  .section-banner .banner-header-1,
  .section-banner .banner-header-2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .section-banner .banner-header-2 {
    font-size: 24px;
    margin-top: 8px;
  }

  .section-4.reverse-side .main-header {
    font-size: 28px;
    line-height: 1.6;
  }

  .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: 375px;
    min-height: 350px;
  }

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

  .header-text-line-1 {
    font-size: 24px;
    margin-top: 0;
  }

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

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

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

  .video-container {
    height: 338.23px;
  }

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

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

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

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

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

  .section-4 .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-6 .container {
    height: 310px;
    padding: 0 15px;
  }

  .before-after-img {
    width: 35%;
  }

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

  .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: 8rem;
  }

  .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 #939f8e;
    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;
  }
}

@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%;
    align-items: center;
    text-align: center;
  }

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

  .header-text-line-1 {
    display: block;
    background: none;
    color: #939f8e;
    font-size: 22px;
    width: 100%;
    margin-top: 22px;
    padding: 0;
    text-align: center;
  }

  .header-text-line-2 {
    background: none;
    color: #181818;
    max-width: 100%;
  }

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

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

  .btn-gray:hover {
    border-color: #939f8e;
  }

  .hidden-sm-custom {
    display: none;
  }

  .video-container {
    width: 100%;
    height: 300px;
  }

  .section-3 .main-header {
    font-size: 22px;
    line-height: 1.5;
  }

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

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

  .section-3 .text-container,
  .section-4 .text-container {
    padding: 30px 16px;
  }

  .section-banner .container {
    background: #fff;
    padding: 30px 0;
    height: auto;
  }

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

  .section-banner .banner-header-1,
  .section-banner .banner-header-2 {
    font-size: 28px;
    line-height: 1.5;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .section-banner .banner-header-2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

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

  .section-4 .row {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section-4 .main-header {
    font-size: 28px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-4 p,
  .section-6 p {
    line-height: 1.6;
    margin-left: 0;
  }

  .section-4 .section-btn {
    font-size: 18px;
    margin-top: 1.5rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4.reverse-side .container {
    background: #fff;
    padding: 0;
  }

  .section-4.reverse-side .text-container {
    padding: 30px 20px;
  }

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

  .section-6 .text-container {
    padding: 24px;
    align-items: center;
    text-align: center;
  }

  .section-6 .main-header {
    margin-top: 0;
  }

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

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

  .before-after-img {
    width: 85%;
    margin: auto;
  }

  .section-6 .section-btn {
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .section-review-text {
    width: 65%;
    top: -80px;
    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: 20px;
    padding: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .section-9-img {
    padding-left: 20px;
    padding-right: 20px;
  }

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