@charset "UTF-8";
@font-face {
  font-family: "BukraGM-Extra-Light";
  src: url(fonts/Bukra/29LTBukra-Extra-Light.otf);
}
@font-face {
  font-family: "BukraGM-Light";
  src: url(fonts/Bukra/29LT-Bukra-Light.otf);
}
@font-face {
  font-family: "BukraGM";
  src: url(fonts/Bukra/29LTBukraGM.otf);
}
@font-face {
  font-family: "BukraGM-Medium";
  src: url(fonts/Bukra/29LTBukraGM-Medium.otf);
}
@font-face {
  font-family: "BukraGM-Semi-Bold";
  src: url(fonts/Bukra/29LTBukra-Semi-Bold.otf);
}
@font-face {
  font-family: "BukraGM-Bold";
  src: url(fonts/Bukra/29ltbukrabold.otf);
}
@font-face {
  font-family: "Dubai-Bold";
  src: url(fonts/Dubai/Dubai-Bold.otf);
}
@font-face {
  font-family: "Dubai-Light";
  src: url(fonts/Dubai/Dubai-Light.otf);
}
@font-face {
  font-family: "Dubai-Medium";
  src: url(fonts/Dubai/Dubai-Medium.otf);
}
@font-face {
  font-family: "Dubai-Regular";
  src: url(fonts/Dubai/Dubai-Regular.otf);
}
body {
  padding: 0;
  margin: 0;
  font-family: "Dubai-Regular";
  background-size: contain;
  background-color: #e2f0f3;
}

.gradient-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/back.jpg?v=43423") center center no-repeat fixed;
  background-color: #fff;
  background-size: cover;
}

.gradient-3 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

a {
  text-decoration: none;
}

form {
  height: 100%;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #b1acac;
  width: 25px;
  height: 25px;
  content: none;
  outline: none;
  margin: 0;
  border-radius: 0.3rem;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  position: absolute;
  color: green !important;
  content: " ✓ " !important;
  border: 1px solid #b1acac;
  font-weight: bolder;
  font-size: 1.09rem;
  border-radius: 0.3rem;
}

.arb {
  font-family: "BukraGM";
  direction: rtl;
}

.suv-sections {
  position: absolute;
  height: 0;
  width: 100%;
  top: 0;
  visibility: hidden;
  padding: 4rem 0;
}
.suv-sections .scr-cont {
  height: 100%;
  overflow: scroll;
}

#section_1 {
  visibility: visible;
  height: auto;
}

.comm-sec {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1300px) {
  .comm-sec {
    padding: 0 1rem;
  }
}

.sec-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.sec-content .sec-heading {
  width: 100%;
  background-color: #2A6B87;
  color: #fff;
  border-radius: 1rem;
}
.sec-content .sec-heading .sh-main {
  display: flex;
  padding: 0 1rem;
}
.sec-content .sec-heading .sh-main .sh-single {
  width: 50%;
  display: flex;
  align-items: center;
}
.sec-content .sec-heading .sh-main .sh-single h1 {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.sec-content .sec-heading .sh-main .sh-single.arb {
  justify-content: start;
}
.sec-content .sec-heading .sh-main .sh-single.arb h1 {
  font-size: 1rem;
}
.sec-content .qua-main-sec {
  width: 100%;
  margin: 3rem 0;
  border: 1px solid #2A6B87;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.sec-content .qua-main-sec .qs-main {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.sec-content .qua-main-sec .qs-main.other-main {
  display: none;
  padding: 1rem;
}
.sec-content .qua-main-sec .qs-main.other-main input {
  width: 98% !important;
}
.sec-content .qua-main-sec .qs-main .qs-child {
  grid-column: span 3;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 1rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
  line-height: 1.5rem;
}
.sec-content .qua-main-sec .qs-main .qs-child.qs-head {
  grid-column: span 4;
  background-color: #2A6B87;
  color: #fff;
}
.sec-content .qua-main-sec .qs-main .qs-child.input {
  justify-content: center;
  grid-column: span 2;
  flex-direction: column;
}
@media (max-width: 490px) {
  .sec-content .qua-main-sec .qs-main .qs-child.input input[type=text]::-moz-placeholder {
    font-size: 0.7rem;
  }
  .sec-content .qua-main-sec .qs-main .qs-child.input input[type=text]::placeholder {
    font-size: 0.7rem;
  }
}
.sec-content .qua-main-sec .qs-main .qs-child.arb {
  font-size: 0.85rem;
}
.sec-content .qua-main-sec .qs-main .qs-child input[type=text] {
  border: none;
  background: transparent;
  width: 100%;
  text-align: center;
  outline: none;
}
.sec-content .qua-main-sec .qs-main .qs-child.other-main {
  display: none;
}
.sec-content .qua-main-sec .qs-main.equal-child {
  grid-template-columns: repeat(6, 1fr);
}
.sec-content .qua-main-sec .qs-main.equal-child .qs-child {
  grid-column: span 2;
}
.sec-content .qua-main-sec .qs-main.equal-child .qs-child.input {
  padding: 0.8rem 0.7rem;
}
.sec-content .qua-main-sec .qs-main .qs-child-txt {
  grid-column: span 8;
  padding: 0;
  display: block;
}
.sec-content .qua-main-sec .qs-main .qs-child-txt textarea {
  height: 200px;
  min-height: 100%;
  width: 100%;
  resize: none;
  overflow-y: scroll;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.8rem;
}
.sec-content .qua-main-sec .qs-main .qs-child-txt input[type=text] {
  background: #fff;
  padding: 0.6rem 0.5rem;
  text-align: left;
  border-radius: 0.4rem;
}
.sec-content .qua-main-sec .qs-sub {
  grid-column: span 8;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
}
.sec-content .qua-main-sec .qs-sub .qs-sub-child {
  grid-column: span 2;
  padding: 0.8rem 1rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
  line-height: 1.5rem;
  flex-direction: column;
}
@media (max-width: 590px) {
  .sec-content .qua-main-sec .qs-sub .qs-sub-child {
    padding: 0.8rem 0.75rem;
    grid-column: span 4;
  }
}
@media (max-width: 465px) {
  .sec-content .qua-main-sec .qs-sub .qs-sub-child {
    padding: 0.8rem 0.5rem;
  }
}
@media (max-width: 430px) {
  .sec-content .qua-main-sec .qs-sub .qs-sub-child {
    padding: 0.8rem 0.3rem;
    grid-column: span 12;
  }
}
@media (max-width: 400px) {
  .sec-content .qua-main-sec .qs-sub .qs-sub-child {
    padding: 0.8rem 0.1rem;
  }
}
.sec-content .qua-main-sec .qs-sub .qs-sub-child .qsc-content {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 610px) {
  .sec-content .qua-main-sec .qs-sub .qs-sub-child .qsc-content {
    font-size: 0.9rem;
  }
}
.sec-content .qua-main-sec .qs-sub .qs-sub-child .qsc-content span {
  font-family: "BukraGM";
  font-size: 0.85rem;
}
@media (max-width: 610px) {
  .sec-content .qua-main-sec .qs-sub .qs-sub-child .qsc-content span {
    font-size: 0.8rem;
  }
}
.sec-content .qua-main-sec .qs-sub .qs-sub-child.qs-sub-head {
  grid-column: span 6;
  flex-direction: row;
}
.sec-content .qua-main-sec .qs-sub .qs-sub-child.arb {
  font-size: 0.85rem;
  font-weight: bold;
}
.sec-content .qua-main-sec .qs-child-full-col {
  grid-column: span 8;
  padding: 3rem 0;
}
.sec-content .qua-main-sec .qs-child-full {
  grid-column: span 8;
  width: 100%;
  padding: 3rem 0;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
}
.sec-content .qua-main-sec .qs-child-full .single-grid {
  margin: 0 1rem;
  max-width: 90%;
  min-height: 200px;
}
.sec-content .qua-main-sec .qs-child-full .two-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-content .qua-main-sec .qs-child-full .two-grid .single-grid {
  width: 300px;
  margin: 0 5rem;
  text-align: center;
}
@media (max-width: 960px) {
  .sec-content .qua-main-sec .qs-child-full .two-grid .single-grid {
    margin: 0 2rem;
  }
}
@media (max-width: 760px) {
  .sec-content .qua-main-sec .qs-child-full .two-grid .single-grid {
    margin: 2rem 2rem;
  }
}
.sec-content .qua-main-sec .qs-child-full .two-grid .single-grid img {
  width: 90%;
}
.sec-content .qua-main-sec .qs-child-full .three-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-content .qua-main-sec .qs-child-full .three-grid .single-grid {
  width: 200px;
  margin: 2rem 5rem;
  text-align: center;
}
@media (max-width: 960px) {
  .sec-content .qua-main-sec .qs-child-full .three-grid .single-grid {
    margin: 0 2rem;
  }
}
@media (max-width: 760px) {
  .sec-content .qua-main-sec .qs-child-full .three-grid .single-grid {
    margin: 2rem 2rem;
  }
}
.sec-content .qua-main-sec .qs-child-full .three-grid .single-grid img {
  width: 90%;
}
.sec-content .qua-main-sec .qs-child-full .five-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-content .qua-main-sec .qs-child-full .five-grid .single-grid {
  width: 160px;
  margin: 2rem 3rem;
  text-align: center;
}
.sec-content .qua-main-sec .qs-child-full .five-grid .single-grid img {
  width: 90%;
}
.sec-content .qua-main-sec .qs-child-full .six-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-content .qua-main-sec .qs-child-full .six-grid .single-grid {
  width: 300px;
  margin: 3rem;
  text-align: center;
}
.sec-content .qua-main-sec .qs-child-full .six-grid .single-grid img {
  width: 100%;
}
.sec-content .qua-main-sec .col-11 {
  grid-template-columns: repeat(11, 1fr);
  display: grid;
}
.sec-content .qua-main-sec .col-11 .col-11-ch {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec-content .qua-main-sec .col-11 .col-11-text {
  grid-column: span 5;
  align-items: start;
  padding: 0 1.5rem;
}
.sec-content .qua-main-sec .col-11 .col-11-right {
  align-items: end;
}
.sec-content.section-1 .logo-sec {
  max-width: 15%;
}
@media (max-width: 900px) {
  .sec-content.section-1 .logo-sec {
    max-width: 20%;
  }
}
@media (max-width: 700px) {
  .sec-content.section-1 .logo-sec {
    max-width: 23%;
  }
}
@media (max-width: 500px) {
  .sec-content.section-1 .logo-sec {
    max-width: 28%;
  }
}
@media (max-width: 440px) {
  .sec-content.section-1 .logo-sec {
    max-width: 35%;
  }
}
.sec-content.section-1 .logo-sec img {
  width: 100%;
}
.sec-content.section-1 .logo-sec-2 {
  width: 100%;
  display: flex;
}
@media (max-width: 750px) {
  .sec-content.section-1 .logo-sec-2 {
    flex-direction: column;
  }
}
.sec-content.section-1 .logo-sec-2 .logo-img {
  width: 100%;
  padding: 0 5rem;
  display: flex;
}
@media (max-width: 950px) {
  .sec-content.section-1 .logo-sec-2 .logo-img {
    padding: 0;
  }
}
.sec-content.section-1 .logo-sec-2 .logo-img:first-child {
  justify-content: right;
}
@media (max-width: 950px) {
  .sec-content.section-1 .logo-sec-2 .logo-img:first-child {
    justify-content: center;
  }
}
.sec-content.section-1 .logo-sec-2 .logo-img:last-child {
  justify-content: center;
  align-items: center;
}
@media (max-width: 950px) {
  .sec-content.section-1 .logo-sec-2 .logo-img:last-child {
    justify-content: center;
  }
}
.sec-content.section-1 .logo-sec-2 .logo-img:last-child img {
  max-width: 60%;
  height: 70%;
}
@media (max-width: 1300px) {
  .sec-content.section-1 .logo-sec-2 .logo-img:last-child img {
    width: auto;
  }
}
@media (max-width: 750px) {
  .sec-content.section-1 .logo-sec-2 .logo-img {
    width: 100%;
    padding: 1rem 0;
  }
  .sec-content.section-1 .logo-sec-2 .logo-img img {
    max-width: 70%;
  }
}
.sec-content.section-1 .suv-h h1 {
  text-align: center;
  font-size: 1.8rem;
}
.sec-content.section-1 .suv-intro p {
  text-align: center;
  line-height: 1.7rem;
}
.sec-content .action-sec {
  padding: 3rem 0;
  width: 100%;
}
.sec-content .action-sec .act-main {
  display: flex;
  justify-content: center;
}
@media (max-width: 460px) {
  .sec-content .action-sec .act-main {
    flex-direction: column;
    align-items: center;
  }
}
.sec-content .action-sec .act-main .act-con {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 460px) {
  .sec-content .action-sec .act-main .act-con {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 0;
  }
}
.sec-content .action-sec .act-main .act-con a, .sec-content .action-sec .act-main .act-con button {
  padding: 0.5rem 4rem;
  border: 2px solid #fff;
  background-color: #2A6B87;
  color: #fff;
  border-radius: 1rem;
  background: linear-gradient(120deg, #81a7b8 0%, #477f97 50%);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1.8rem;
  font-family: "BukraGM-Semi-Bold";
  font-size: 0.8rem;
}
.sec-content .action-sec .act-main .act-con button {
  padding: 0.5rem 3.3rem;
}

#gradient {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
}
#gradient div.message {
  width: 500px;
  max-width: 90%;
  height: 200px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#gradient div.message h1 {
  font-weight: 700;
  color: #2A6B87;
  font-size: 0.95rem;
  text-align: center;
  line-height: 2rem;
}
#gradient div.message a {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 10px 10px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #2A6B87;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #2A6B87;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #2A6B87;
  font-weight: 700;
}
#gradient div.message a:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #2A6B87;
}
#gradient div.message a:active {
  transform: scale(0.9);
}

.error {
  width: 100%;
  text-align: center;
  color: red;
  font-family: "BukraGM-Light";
  font-size: 0.7rem;
}

.new-choice {
  list-style-type: none;
  /*margin: 25px 0 0 0;*/
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
.new-choice p {
  padding: 0;
  margin: 0;
}

.new-choice li {
  float: left;
  margin: 0 5px 0 0;
  width: 100%;
  /*height: 40px;*/
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid #fff;
}

.new-choice label,
.new-choice input {
  display: block;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  text-align: center;
  background: #DDD;
}

.new-choice input[type=radio] {
  opacity: 0.01;
  z-index: 100;
  height: 0;
}

.new-choice input[type=radio]:checked + label,
.Checked + label {
  background: linear-gradient(120deg, #81a7b8 0%, #477f97 50%);
  color: #fff;
}

.new-choice label {
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 90;
  overflow: hidden;
  color: #000;
}
.new-choice label p {
  direction: rtl;
  border-top: 1px solid #fff;
  padding: 1px 0;
}

.new-choice label:hover {
  background: linear-gradient(120deg, #81a7b8 0%, #477f97 50%);
  color: #fff;
}/*# sourceMappingURL=style.css.map */