@font-face {
  font-family: "font_main";
  src: url("../fonts/ArbFONTS-GESS.ttf");
}

@font-face {
  font-family: "font_medium";
  src: url("../fonts/GE_SS_Two_Medium.otf");
}

@font-face {
  font-family: "font_bold";
  src: url("../fonts/GE-SS-Two-Bold.otf");
}

:root {
  --color-white: #fff;
  --color-black: #1e1e1e;
  --color-black2: #333333;
  --color-Primary1: #163e4d;
  --color-Primary2: #d1ae6c;
  --color-Primary3: #ebf6f9;
  --color-gray: #a0a2a8;
  --color-Primary5: #f9f4ec;
  --color-border: #dbf0e9;
  --color-bg: #f7faf8;
}

li {
  display: block;
}

i {
  line-height: 0;
}

* {
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  --scrollbarBG: #d3d0d05b;
  --thumbBG: var(--color-Primary2);
}

html,
body {
  height: 100%;
}

*:focus {
  outline: none;
}

button:focus,
a {
  outline: none;
}

a {
  text-decoration: none !important;
  color: var(--color-Primary1);
  font-size: 17px;
}

ul {
  margin: auto;
  padding: 0;
}

img {
  max-width: 100%;
  user-select: none;
}

input,
button {
  font-family: "font_main";
}

h1 {
  font-size: 50px;

  font-family: "font_bold";
}

h2 {
  font-size: 19px;
  line-height: 30px;
  margin: 0;
}

h3 {
  font-size: 17px;
  margin: 0;
}

h4 {
  font-size: 16px;

  margin: 0;

  line-height: 30px;
}

p {
  font-size: 17px;
  margin: 0;
  line-height: 30px;
  color: var(--color-gray);
}

a,
button,
img,
.form-control {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::selection {
  color: #fff !important;
  background-color: var(--color-Primary2) !important;
}

body {
  background: var(--color-white);
  font-family: "font_main";
  font-weight: 400;
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 1;
  color: var(--color-black);
  overflow-x: hidden;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  scrollbar-gutter: stable;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 0;
  border: 0 solid var(--scrollbarBG);
}

body::-webkit-scrollbar {
  width: 11px;
}


body::-webkit-scrollbar-track {
  background: #f1f1f1; /* الخلفية */
}


.mt-10 {
  margin-top: 100px;
}

.pg-none {
  padding: 0;
  margin: 0;
}

#app {
  flex: 1 0 auto;
  overflow-x: hidden;
}

.not_found {
  text-align: center;
  margin: 50px 0;
  font-size: 25px;
  color: var(--color-text);
}

.menu-div {
  display: none;
}

.navicon {
  color: var(--color-Primary1);
  cursor: pointer;
  height: 18px;
  display: block;
  transform: rotate(0deg) scaleX(-1);
  transition: 0.2s ease-in-out;
  width: 35px;
}

.navicon__item {
  background: var(--color-Primary1);
  border-radius: 70px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}

.navicon__item:nth-child(1) {
  top: 0;
}

.navicon.is-active .navicon__item:nth-child(1) {
  left: 50%;
  top: 8px;
  width: 0;
}

.navicon:hover .navicon__item:nth-child(2),
.navicon:hover .navicon__item:nth-child(3) {
  width: 75%;
}

.navicon__item:nth-child(2) {
  top: 8px;
}

.navicon.is-active .navicon__item:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}

.navicon__item:nth-child(3) {
  top: 8px;
}

.navicon.is-active .navicon__item:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}

.navicon__item:nth-child(4) {
  top: 16px;
}

.navicon.is-active .navicon__item:nth-child(4) {
  left: 50%;
  top: 8px;
  width: 0;
}

.main-container {
  width: 90%;
  margin: auto;
}

/* mune_respossive */

.menu_responsive {
  position: fixed;
  box-shadow: 0 0 4px #23232359;
  z-index: 99999;
  width: 310px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;

  overflow: auto;
  background: var(--color-white);
  align-items: center;
  gap: 20px;
  overflow-x: hidden;
  top: 0;
  right: 0;
  transition: all 0.3s linear;
  padding: 25px 0;
  transform: translateX(102%);
}

.element_menu_responsive > ul {
  margin: 0 auto 0 0;
  text-align: center;
  padding: 30px 0px 0 0;
}

.element_menu_responsive {
  width: 100%;
}

.element_menu_responsive > ul > li {
  display: block;
  margin: 35px 0;
  position: relative;
}

.element_menu_responsive > ul > li > a {
  font-size: 20px;
  font-family: "font_main";
  color: var(--color-black);
  display: flex;
  justify-content: center;
  gap: 15px;
}

.element_menu_responsive ul li:hover a {
  color: var(--color-main);
}

 .btn-mune-res{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu_responsive.active {
  transform: translateX(0);
}

.media_responsive ul li {
  display: inline-block;
}

.media_responsive {
  text-align: center;
}

.media_responsive ul li {
  margin: 0 10px;
}

.logo_menu {
  width: 100%;
  margin: 0 auto;
}

.logo_menu img {
  max-width: 50%;
}

.title_personal_data i {
  vertical-align: text-bottom;
  display: inline-block;
  margin: 0 0 0 10px;
}

.input-form {
  position: relative;
  margin: 7px 0;
}

.pg-none .col-lg-6 ,
.pg-none .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.input-form img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 10px;
  object-fit: contain;
}
.form-control {
  height: 60px;
  border-radius: 10px;
  padding-right: 20px;
  background-color: var(--color-Primary3);
  border: 1px solid var(--color-border);
}

.form-control::placeholder {
  color: var(--color-gray);
  text-align: right;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--color-Primary2);
  color: var(--color-black);
  background-color: var(--color-white);
}

select {
  font-family: "font_medium" !important;
  -webkit-appearance: none !important;
  appearance: none;
  color: var(--color-black) !important;
}

textarea {
  height: 170px !important;
  resize: none;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.mr-section {
  margin: 90px 0;
}

.pg-section {
  padding: 90px 0;
}

.bg_menu {
  background-color: var(--color-white);
  width: 100%;
  z-index: -1;
}

.bg_menu {
  background-color: #23232338;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 27;
  top: 0;
  transition: all 0.3s linear;
  transform: translateX(-100%);
}

.bg_menu.active {
  transform: translateX(0%);
}

.dropdowm-language-mune ul li,
.dropdowm-element-mune ul li {
  margin: 20px 0;
}

.dropdowm-element-mune ul li a {
  font-size: 16px;
}

.dropdowm-language-mune ul li a,
.dropdowm-element-mune ul li {
  padding-right: 25px;
  position: relative;
  font-size: 17px;
}

.dropdowm-language-mune ul li a::after,
.dropdowm-element-mune ul li::after {
  content: "";
  position: absolute;
  width: 20px;
  background-image: url(../images/arrow.png);
  height: 20px;
  background-position: center;
  background-size: contain;
  right: 0;
  background-repeat: no-repeat;
  top: 60%;
  transform: translateY(-50%);
}

.dropdowm-language-mune,
.dropdowm-element-mune {
  display: none;
}

.sub-container {
  width: 95%;
  margin-left: auto;
}

.row-gap {
  row-gap: 15px;
}

.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.input-check {
  margin: 20px 0;
  position: relative;
}

.input-check input {
  width: 0 !important;
  height: 0 !important;

  position: absolute;
  opacity: 0;
}

.input-check label {
  padding-right: 30px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.input-check label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-gray);
  right: 0;
  top: 2px;
  border-radius: 2px;
}

.input-check input:checked ~ label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-Primary2);
  background-color: var(--color-Primary2);
  background-image: url(../images/icon/tack.png);
  display: flex;
  background-position: center;
  right: 0;
  z-index: 1;
  top: 2px;
  background-size: 60%;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 2px;
}

.arrow-select::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow-down.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 23px;
  left: 18px;
}


/* whats-icon */
.whats-icon,
.whats-icon1{
  position: fixed;

  right: 0;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 6px 0 0 6px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whats-icon1{
    top: 65%;
}

.whatsapp-option span{
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    margin: 10px 6px 10px 0px;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    font-size: 24px;
    background: #fff;
    box-shadow: 0 0 8px #cccccce0;
    border-radius: 50%;
}

.whatsapp-option::after{
    content:  attr(data-tooltip);
    background: var(--color-Primary1);
    width: max-content;
    font-size: 16px;
    right: calc(100% + 15px);
    top: 7px;
    padding: 0 10px;
    box-shadow: -5px 2px 8px #cccccce0;
    position: absolute;
    opacity: 0;
    color: white;
    transition: all 0.4s ease;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-size: 16px;
    font-weight: bold;
    min-height: 48px;
    display: flex;align-items: center;justify-content: center;


}

.whatsapp-option::before {
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.4s ease;
    right: 100%;

    visibility: hidden;
    border: 8px solid transparent;
    border-left-color: var(--color-2);
    top: 16px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    right: 100%;
  }
  .whatsapp-option:hover::after,


.whatsapp-option:hover::before {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
  }

.whats-icon i,
.whats-icon1 i{
  font-size: 40px;
  color: #1A6533;
}

@keyframes pulse-border {
    0% {
        /* padding: 25px; */
        transform: scale(1);
        opacity: 0.75;
    }
    75% {
        /* padding: 50px; */
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

  .whatsapp-container {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1000;
  }
  .whatsapp-main{
    background-color: #163e4d;
    padding: 10px;
    border-radius: 50%;
    right: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;

    border: 1px solid #fff;
    animation-name: pulse;

    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  div#whatsappMain img {
    width: 31px;
}
  .whatsapp-main::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 32px;
    border: 5px solid #28a745;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    top: -2px;
    left: -4px;
  }
  .whatsapp-main i,
  .whatsapp-option i {
    font-size: 27px;
    color: #1A6533;
    cursor: pointer;
  }

  .whatsapp-option i.fa-phone{
    font-size: 32px;
    color: var(--color-Primary2);
  }

  .whatsapp-options a:last-child .whatsapp-option{
    background-color: var(--color-Primary1);
  }

  .whatsapp-options {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 85px;
    right: 0;

  }
  .whatsapp-option i{
    color: white;
  }

  .whatsapp-option {
    margin-bottom: 10px;
    background-color: #1A6533;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
  }
