@charset "utf-8";
/*-----------------------
    Fonts
-------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");

/*-----------------------
    Style
-------------------------*/
html,
body {
  font-size: 1rem;
  color: #fff;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  font-family: 'Readex Pro', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #242424;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #242424;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.drak-color {
  background-color: #242424;
}
.gray-color {
  background-color: #f0f0f0;
}
.sec-black {
  background: #242424;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.w-100
{
  width: 100%;
}
.d-block
{
  display: block !important;
}
.mb-16
{
  margin-bottom: 16px !important;
}
.mb-30
{
  margin-bottom: 30px !important;
}
.mt-400
{
  margin-top:400px !important;
}
.pr-65
{
  padding-right: 65px !important;
}
.pb-30
{
  padding-bottom: 30px !important;
}
.pb-40
{
  padding-bottom: 40px !important;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 70px;
}
.p-relative
{
  position: relative;
}
[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}
/*-----------------------
    preloader
-------------------------*/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	z-index:11111;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
  background-size: contain;
	background-image:url('../img/logo.svg');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bg-body
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.bg-body::after
{
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  content: ' ';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: -1;
}

/*-----------------------
    header
-------------------------*/
header
{
  padding: 50px 0;
}
header .logo img
{
  width: clamp(8rem, 19vw, 12rem);
}
header .language
{
  text-align: left;
}
header .language a
{
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
  }
header .language a img
{
  margin-right: 6px;
}
/*-----------------------
    header
-------------------------*/
.register
{
  padding-top: 20px;
}
.register .card
{
  background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 4px 35.5px rgba(19, 101, 118, 0.04);
border-radius: 12px;

  border:none;
  padding: 0;
}
.register .card .card-header
{
  background: transparent;
  border-bottom: 0;
  text-align: center;
  padding: 41px 0 55px 0;
}
.register .card .card-header h4
{
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 40px;
  color: #00A1C6;
  margin-bottom: 0;
}
.register .card .card-header p
{
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0;
  color: rgba(250, 250, 250, 0.8);
}
.register .card .card-body
{
  padding: 0 50px;
  min-height: 380px;
}
.register .card .card-body .investors-button,
.register .card .card-body .company-button
{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  background: rgba(33, 33, 33, 0.6);
  border-radius: 12px;
  border: 1px solid transparent;
  text-align: right;
  padding: 29px;
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
}
.nav-link.active
{
  border: 1px solid #00A1C6 !important;
}
.register .card .card-body .investors-button.active,
.register .card .card-body .company-button.active
{
color: #00A1C6;
}
.nav-tabs
{
  border-bottom: none;
}
.register .card .card-body .investors-button img,
.register .card .card-body .company-button img
{
  height: 24px;
  margin-left: 15px;
}
.register .card .card-footer
{
  border-top: none;
  text-align: center;
  padding: 0 50px;
}
.register .card .card-footer h5
{
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: normal;
}
.register .card .card-footer h5 a
{
  color: #00A1C6 !important;
  font-weight: 700;
}
.privacy-section
{
  display: none;
}
.form-check-input[type=checkbox]
{
  border: 1px solid #00A1C6;
  background: transparent;
  width: 20px;
  height: 20px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}
.form-check-input:checked[type=checkbox] {
  background: #00A1C6 url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.register .card .card-body  .form-check-label
{
  color: rgba(250, 250, 250, 0.8);
  font-size: 14px;
  line-height: 22px;
  padding-right: 5px;
  }
.register .card .card-body  .form-check-label a
{
  color: #00A1C6 !important;
  text-decoration: underline !important;
}
.next-step
{
  margin-top: 50px;
  display: none;
}
.next-step .next
{
  width: 100%;
  display: block;
  border: 1px solid #00A1C6;
  padding: 22px 0 22px 0;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 35px;

  background: #00A1C6;
  background: linear-gradient(180deg, #136576 0%, #149CBF 100%);
  border-radius: 12px;
}
.register .card .card-body .tab-content
{
  min-height: 180px;
}
/*-----------------------
    Terma_condition
-------------------------*/
.Terma_condition .card
{
  background: rgb(0 0 0 / 40%);
  border: none;
  border-radius: 0;
  padding: 48px 48px 48px 20px;
}
.Terma_condition .card .card-header
{
  border: none;
  padding: 0;
  background: transparent;
}
.Terma_condition .card .card-header h4
{
  color: #00A1C6;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
  }
.Terma_condition .card .card-body
{
  padding: 0;
}
.Terma_condition .card .card-body .content
{
  max-height: 489px;
  overflow-y: auto;
  margin: 10px 0;
}
/* width */
.Terma_condition .card .card-body .content::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.Terma_condition .card .card-body .content::-webkit-scrollbar-track {
  background: rgba(22, 22, 21, 0.6);

}

/* Handle */
.Terma_condition .card .card-body .content::-webkit-scrollbar-thumb {
  background:  #00A1C6;
  border-radius: 0px;
}
.Terma_condition .card .card-body p
{
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 24px;
  }
.Terma_condition .card .card-footer
{
  border: none;
  background: transparent;
}
.Terma_condition .card .card-footer .agree-button
{
  margin-top: 30px;
}
.Terma_condition .card .card-footer .agree-button .agree
{
  display: block;
  width: 100%;
  background: #00A1C6;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}
.return-div a
{
  text-align: center;
  height: 64px;
  width: 64px;
  line-height: 64px;
  background: rgba(255, 255, 255, 0.05);
  display: block;
  margin: 0 auto;
  cursor: pointer;
  /* background: #343637; */
  border-radius: 12px;
}
.terms-box {
  padding: 40px 50px 60px;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 4px 35.5px rgba(19, 101, 118, 0.04);
border-radius: 12px;
}
.terms-box h4 {
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #00A1C6;
}
.terms-box .content {
  max-height: 450px;
  overflow: auto;
  padding: 0 10px;
}
.input-group
{
  position: relative;
  border: 1px solid transparent;
  background: rgba(33, 33, 33, 0.6);
  border-radius: 12px;
}
.input-group:focus-within
{
  border: 1px solid #00A1C6 !important;
}
.input-group input
{
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  color: #fff !important;
}
.input-group select
{
  background: transparent url(../img/arrow.svg);
  background-repeat: no-repeat;
  border-radius: none;
  background-position: 25px;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  color: #fff !important;
}
select option {
  background: #fff;
  margin: 5px 0;
  color: #000 !important;
  border: 1px solid #00A1C6 !important;
}
.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.input-group input::placeholder
{
  color: #7B7F85;
  font-size: 16px;
  line-height: 19px;
}
.input-group input:focus
{
  box-shadow: none;
  background: transparent;
  border: none;
}
.input-group-text
{
  position: relative;
  background: transparent;
  border: transparent;
  top: 0;
  bottom: 0;
  padding: 25px 20px 25px 0;
}
.input-group-text img
{
  width: 20px;
}
/* .input-group-text::after
{
  content: ' ';
  background: rgba(22, 22, 21, 1);
  position: absolute;
  width: 1px;
  left: 0;
  height: calc(60%);
} */
label.label-form
{
  color: rgba(250, 250, 250, 0.8);
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
}
.input-group-prepend span.toggle-password
{
  color: #00A1C6;
  font-size: 18px;
  /* margin: 22px; */


  position: absolute;
  z-index: 10;
  top: 50%;
  inset-inline-end: 20px;
  transform: translateY(-50%);
  background-color: rgba(33, 33, 33, 0.6);
}
.next-step-create-account
{
  margin: 32px 0;
}
.next-step-create-account .next
{
  width: 100%;
  display: block;
  border: 1px solid #00A1C6;
  padding: 22px 0 22px 0;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  color: #FFFFFF;

  background: #00A1C6;
  background: linear-gradient(180deg, #136576 0%, #149CBF 100%);
  border-radius: 12px;
}
.saudianand-visitor-choose li button.nav-link
{
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 17px 0;
  line-height: 19px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  background: rgba(22, 22, 21, 0.29);
}
.saudianand-visitor-choose li button.nav-link:hover
{
  border: 1px solid #00A1C6;
}
.saudianand-visitor-choose li button.nav-link img
{
  margin-left: 10px;
}
.saudianand-visitor-choose li button.nav-link.active
{
  background: rgba(22, 22, 21, 0.29);
  color: #00A1C6;
  border: 1px solid #00A1C6;
}
.description
{
  background: rgba(162, 122, 43, 0.1);
  padding: 20px 27px 20px 0;
  margin: 10px 0 32px 0;
}
.description p
{
  margin-bottom: 0;
  font-size: clamp(1rem, 2.5vw, 1rem);
  line-height: 19px;
  font-weight: normal;
  color: #00A1C6;
}
.description p img
{
  margin-left: 10px;
}
.input-group-text img.phone-icon
{
  width: 20px;
}
span.input-group-num
{
  margin: 20px;
  color: #00A1C6;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  background: transparent;
  border: transparent;
  top: 0;
  bottom: 0;
  padding: 7px 16px;
  display: flex;
}
.otp-form-group
{
  margin-top: 15px;
}
input.otp
{
  width: clamp(1.6rem, 10.6%,  4.6rem);
  height: 76px;
  display: inline-block;
  margin-left: 14px;
  border-radius: 0;
  color: #00A1C6;
  font-size: 24px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.text-part{
    color: rgba(0, 0, 0, 0.6);
}
input.otp:first-child
{
  margin-left: 0;
}
input.otp:focus
{
  color: #00A1C6;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #00A1C6;
  box-shadow: none;
  outline: none;
}
.forget-password
{
  text-align: left;
  margin-top: 14px;
  margin-bottom: 60PX;
}
.forget-password a
{
  color: #00A1C6 !important;
  font-size: 14px;
  line-height: 16px;
}
.sec-description ul
{
  display: flex;
  background: rgba(162, 122, 43, 0.1);
  padding: 21px;
  margin-bottom: 48px;
}
.sec-description ul li img
{
  width: 28px;
}
.sec-description ul li:first-child
{
  margin-left: 10px;
}
.sec-description ul li p
{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #00A1C6;
}
.hidden-div
{
  display: none;
}
.company-name ul
{
  text-align: right;
  display: flex;
  border: 1px solid #00A1C6;
  padding: 20px 16px;
}
.company-name ul li:first-child
{
  margin-left: 16px;
}
.company-name ul li img
{
  width: 32px;
  margin-top: 10px;
}
.company-name ul li span
{
  font-size: 16px;
  line-height: 19px;
  color: rgba(250, 250, 250, 0.8);
}
.company-name ul li p
{
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 19px;
  color: rgba(250, 250, 250, 0.8);
}
.modal.verify-modal .modal-header
{
    display: block;
    padding: 0;
    border-bottom: none;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-align: center;
    margin-bottom: 22px;
}
.modal.verify-modal .modal-header h4
{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #00A1C6;
}
.modal.verify-modal .modal-header p
{
    font-size: 14px;
    color: #7B7F85;
    margin-bottom:0px;
}
.modal.verify-modal .modal-body .inputs
{
    margin-bottom: 40px;
}
.modal.verify-modal .modal-body input.otp {
    width: 61px;
    height: 61px;
    display: inline-block;
    border-radius: 0px;
    margin: 0 3px;
    border: none;
    padding: 12px;
    text-align: center;
    margin-bottom: 15px;

    background: rgba(33, 33, 33, 0.6);
border-radius: 12px;
}
.modal.verify-modal .modal-content
{
    box-shadow: 0px 7px 58px #B1B1B126;
    border-radius: 0;
    padding: 60px 20px 30px;
    background: #313838;
    box-shadow: 0px 4px 35.5px rgba(19, 101, 118, 0.04);
    border-radius: 12px;
}
.modal.verify-modal .modal-body
{
    padding: 0;
}
.modal.verify-modal .modal-body .verification-button
{
    width: 100%;
    display: block;
    padding: 22px 0 22px 0;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    line-height: 19px;
    color: #FFFFFF;


    background: #00A1C6;
    background: linear-gradient(180deg, #136576 0%, #149CBF 100%);
    border-radius: 12px;

}
.modal.verify-modal .modal-body .login-btn
{
    margin-bottom: 24px;
    padding: 0 20px;
}
.modal.verify-modal .modal-body p.timer-counter
{
    color: #979797;
    font-size: 14px;
}
.modal.verify-modal .modal-body p.timer-counter p
{
    display: inline;
    color: #00A1C6;
  }
.modal.verify-modal .modal-body p.timer-counter a#download
{
    color: #979797;
    font-size: 12px;
    display: block;
}
.modal.verify-modal .modal-body p.timer-counter span#download
{
    color: #979797;
    font-size: 12px;
    display: block;
  }
.modal.verify-modal .modal-body p.timer-counter span#download button
{
    color: #00A1C6;
    outline: none;
    background: transparent;
    border: none;
  }
@media (min-width: 576px)
{
    .modal.verify-modal .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}
.button-with-border
{
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid #00A1C6 !important;
    border-radius: 12px;
    padding: 19px 0;
    font-size: 14px;
    text-align: center;
    color: #00A1C6 !important;
    background: transparent !important;
    border-color: #00A1C6 !important;
    margin-bottom: 30px;
}
.radio-button-sec
{
    margin-bottom: 30px;
}
.radio-button-sec .form-check
{
    text-align: right;
}
.radio-button-sec .form-check-input:focus, .radio-button-sec .form-check-input:checked {
    border-color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}
.save-changes .save
{
    background: linear-gradient(270deg, #00A1C6 0%, #00A1C6 100%);
    border-radius: 8px;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 23px;
    padding: 15px 44px 10px 43px;
}
.resendOtp
{
    color: #000
}
.resend-otp
{
    color: #00A1C6;
    outline: none;
    background: transparent;
    border: none;
}
.modal.verify-modal .modal-body p.timer-counter
{
    color: #979797;
    font-size: 14px;
  }
.modal.verify-modal .modal-body p.timer-counter p
{
    display: inline;
    color: #00A1C6;
}
.modal.verify-modal .modal-body p.timer-counter a#download
{
    color: #000;
    font-size: 12px;
    display: block;
  }
.modal.verify-modal .modal-body p.timer-counter span#download
{
    color: #979797;
    font-size: 12px;
    display: block;
  }
.modal.verify-modal .modal-body p.timer-counter span#download button
{
    color: #00A1C6;
    outline: none;
    background: transparent;
    border: none;
  }
.modal.sucess-modal .modal-content
{
    border-radius: 24px;
    padding: 80px 0 64px 0;
    border: 1px solid #fff;
}
.modal.sucess-modal .modal-content .img-content
{
    margin-bottom: 24px;
}
.modal.sucess-modal .modal-content .text-part p
{
    font-size: 24px;
    color: #000000;
    margin-bottom: 0;
    line-height: 36px;
  }
.modal.sucess-modal .modal-content .text-part h3
{
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: normal;
  }
.modal-header .close {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    border: none;
    right: unset;
    opacity: 1 !important;
    background: none;
    position: absolute;
    left: 25px;
    top: 17px;
}
.loading-overlay {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.loading-overlay .fa-spinner
{
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
}

.register .card .card-body.auto-height
{
  min-height: auto;
}
.register .card .card-body .form-select {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../img/arrow.svg);
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 64px;
}
.register .card .card-body .form-check-label {
  line-height: 2;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}


/* new */

.auth-bg {
  background-image: url(../img/background.png);
}

.form-control.password {
  padding-inline-end: 55px;
}
.Switches input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}
td.Switches
{
    white-space: nowrap;
}
.Switches label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 23px;
    background: #EBEBEB;
    display: block;
    border-radius: 13px;
    position: relative;
}

.Switches label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100%;
    transition: 0.3s;
}

.Switches input:checked + label {
    background: linear-gradient(270deg, #00A1C6 0%, #00A1C6 100%);
}

.Switches input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.Switches label:active:after {
    width: 13px;
}
span.active-status
{
    margin-left: 10px;
}
.Switches span:first-child
{
    margin-left: 10px;
}
td.Switches
{
    display: flex;
    justify-content: center;
    border-bottom: 0;
}
td.Switches  span
{
    color: #000000;
    font-size: 12px;
    line-height: 32px;
}
.Switches span:last-child
{
    margin-right: 10px;
}
label.switch-label
{
    display: inline-block;
}
div.Switches span
{
    color: #000000;
    font-size: 12px;
    line-height: 32px;
}
div.Switches span.title-label
{
    margin-left: 31px;
    color: rgba(250, 250, 250, 0.8);
    font-size: 14px;
}
div.Switches input
{
    height: auto !important;
}
