@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/monster/Montserrat-Medium.ttf);
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/monster/Montserrat-Bold.ttf);
}

@font-face {
  font-family: 'AvenirArabic-Bold';
  src: url(../fonts/Avenir/AvenirArabic-Black.otf);
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/monster/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Avenir/AvenirArabic-Medium.otf);
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url(../fonts/monster/Montserrat-Black.ttf);
}

@font-face {
  font-family: 'AvenirArabic-Medium';
  src: url(../fonts/Avenir/AvenirArabic-Medium.otf);
}

body {
  font-family: 'Montserrat-Medium', sans-serif;
}

a,
button,
input {
  cursor: pointer;
}

.AvenirArabic-Medium {
  font-family: 'AvenirArabic-Medium';
}

.ft-fm-black {
  font-family: 'Montserrat-Black', sans-serif;
}

.ft-fm-bold {
  font-family: 'Montserrat-bold', sans-serif;
}

.ft-fm-semibold {
  font-family: 'Montserrat-SemiBold', sans-serif;
}

.ft-fs-20px {
  font-size: 20px;
}

.logo-banner {
  width: 280px;
  display: inline-block;
  margin-block: 20px;
}

.btn-icon-md {
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white;
  border: 0;
  display: inline-flex;
}

.header-icon {
  position: absolute;
  left: 4px;
  top: 43%;
  transform: translateY(-53%) rotate(-10deg);
  z-index: 0;
  width: 64px;
}

.bg-gradient {
  background: linear-gradient(64.3deg, #03eda8 17.7%, #2b84fd 50.7%, #03eda8 143.1%);
}

.btn-linear-gradient {
  background: linear-gradient(179.4deg, #2b84fd 14.6%, #03eda8 104.7%);
  color: var(--bs-white);
  transition: all 3ms ease-in-out;
  border: 2px solid !important;
}

.btn-linear-gradient:hover,
.btn-linear-gradient:focus {
  background: linear-gradient(179.4deg, #03eda8 14.6%, #2b84fd 104.7%);
  color: var(--bs-white);
}

.text-linear-gradient {
  background: linear-gradient(to right, #0cd2b9 1%, #2690f3 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fit-content {
  width: fit-content;
}

.fs-custome-60 {
  font-size: 2.5rem !important;
  line-height: 180%;
}

@media(max-width:768px) {
  .fs-custome-60 {
    font-size: 1.5rem !important;
    line-height: 180%;
  }
}

.shadow-xl {
  box-shadow: 1rem 0 2rem rgba(0, 0, 0, 0.12);
}

.logo-sticky,
.logo-default {
  height: 22px;
}

.text-gredient {
  background: linear-gradient(to right, #0cd2b9 5%, #2690f3 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover-shadow-lg:hover {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, .12);
}

.input-icon .icon {
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}

.btn-main {
  background-color: #192c6a;
  color: var(--bs-white)
}

.bg-main {
  background-color: #192c6a;
}

.shap-abslute-top-tight {
  position: absolute;
  width: 100%;
  height: 115%;
  top: 0;
  right: 0;
}

.btn-main:hover,
.btn-main:focus {
  background-color: #13214f;
  color: var(--bs-white);
}

.bgi-size-55 {
  background-size: 55%
}

.bgi-size-50 {
  background-size: 50%
}

.bg-vector {
  background-image: url(../media/svg/Vector.svg);
}

.bg-vector-sm {
  background-image: url(../media/svg/vector-sm.svg);
}

@media(max-width:768px) {
  .bg-img-sm-none {
    background-image: none;
  }
}



.faq {
  transform: translateY(-24px);
}

.bgi-size-60 {
  background-size: 65%;
}

.accordion-body {
  padding: 1.5rem 1.5rem;
  margin: 8px 0;
  background-color: var(--bs-white);
  border-radius: 0.25rem;
}

.accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion-button:not(.collapsed) {
  color: #192c6a;
  background-color: #ffffff;

  filter: drop-shadow(0px 0px 40px rgba(68, 81, 96, 0.08));
  font-weight: 700;
}

.accordion-button::after {
  background-image: url(../media/svg/plus.svg);
  height: 20px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../media/svg/minus.svg)
}

.pt-30 {
  padding-top: 9.5rem;
}

.py-30 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}
.img-smaller {
    max-width: 85% !important;
}

.w-19px {
    width: 19px;
}

.card {
  border-radius: 1.5rem !important;
}

.btn {
  border-radius: 1rem;
}

.radio-custom input {
  display: none;
}

select#countries option[value="saudi-arabia"] {
  background-image: url(../media/svg/flags/008-saudi-arabia.svg);
}

.radio-custom {
  padding-right: 0;
}

.radio-custom input+label {
  min-height: calc(1.5em + 1.65rem + 2px);
  padding: 0.825rem 1.5rem;
  font-size: 1.15rem;
  border-radius: 0.625rem;
  border: 1px solid #e4e6ef;
  display: block;
  text-align: center;
  cursor: pointer;

}

.radio-custom input:checked+label {
  background-color: #192c6a;
  color: var(--bs-white);
}

.plus-minus-group {
  border: 1px solid #192c6a;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.plus-minus-group .purchase-btn,
.plus-minus-group input {

  width: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background-color: transparent;
}


.plus-minus-group input {
  border-radius: 0;
  margin-inline: 0.5rem;
  border: 1px solid transparent
}

.plus-minus-group .purchase-btn {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: #192c6a;
}

.plus-minus-group .purchase-btn svg {
  width: 2em;
  height: 2em;
}
.phone-input .lang-select{
  position: relative;
}
.phone-input .vodiapicker {
  display: none;
}

.phone-input #a {
  padding-inline-start: 0px;
  margin-bottom: 0;
}

.phone-input #a img,
.phone-input .btn-select img {
  width: 46px;
  height: 30px;
  border-radius: 6px;
  margin-inline-start: 8px;

}

.phone-input #a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.phone-input #a li:hover {
  background-color: #F4F3F3;
}

.phone-input #a li img {
  margin: 5px;
}

.phone-input #a li span,
.btn-select li span {
  direction: ltr;
  margin-inline-start: 6px;
}

/* item list */

.phone-input .b {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border-radius: 5px;
  position: absolute;
  z-index: 1020;
  background: var(--bs-white);


}

.open {
  display: show !important;
}

.phone-input .btn-select {
  width: 100%;
  height: 45.88px;
  border-radius: .625rem 0 0 .625rem;
  background-color: #fff;
  border: 1px solid #e4e6ef;
  border-right: 0;
}
.phone-input .form-control{
  border-radius: 0 .625rem  .625rem 0 ;
  direction: ltr;
}
.phone-input .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
  display: flex;
 
  align-items: center;
}
body.layout-rtl .phone-input .btn-select li {
  flex-direction: row-reverse;
}
.phone-input .btn-select:hover li {
  margin-left: 0px;
}

.phone-input .btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;


}

.phone-input .btn-select:focus {
  outline: none;
}

.gauge {
  position: relative;
}

.gauge__container {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gauge__background {
  z-index: 0;
  position: absolute;
  background: linear-gradient(179.4deg, #03eda8 14.6%, #2b84fd 104.7%);
  ;
  top: 0;
  border-radius: 300px 300px 0 0;
}

.gauge__data {
  z-index: 1;
  position: absolute;
  background-color: #210f0f;
  margin-left: auto;
  margin-right: auto;
  border-radius: 300px 300px 0 0;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.gauge__center {
  z-index: 2;
  position: absolute;
  background-color: var(--bs-white);
  margin-right: auto;
  border-radius: 300px 300px 0 0;
  transform: translateX(-50%);
  left: 50%;
}



.gauge__needle {
  z-index: 4;
  height: 3px;
  position: absolute;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.gauge__needle .after {
  position: relative;
  width: 100%;
  height: 100%;
  top: -8px;
}

.gauge__needle .after::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 47px;
  top: -31px;
  /* border-radius: 50%; */
  border-top: 20px solid #192c6a;
  border-left: 17px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 64px solid #192c6a;
  border-top: 20px solid transparent;
  transform: rotate(90deg);
  z-index: 1;
}

.gauge__needle .after::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 37px;
  left: 1px;
  bottom: -26px;
  border-radius: 50%;
  background: #192c6a;
}

.gauge__labels {
  display: table;
  margin: 0 auto;
  position: relative;
}

.gauge__label--low {
  display: table-cell;
  text-align: center;
}

.gauge__label--spacer {
  display: table-cell;
}

.gauge__label--high {
  display: table-cell;
  text-align: center;
}

/*
* Now define the rules that depend on the size of
* the gauge. We start with sizing for a small mobile
* device.
*/

.gauge {
  height: calc(120px + 3em);
}

.gauge__container {
  width: 240px;
  height: 120px;
}

.gauge__marker {
  height: 120px;
  left: 119.5px;
}

.gauge__background {
  width: 240px;
  height: 120px;
}

.gauge__data {
  width: 240px;
  height: 120px;
}

.gauge__needle {

  top: 90px;
  width: 120px;
}

.gauge__labels {
  top: 120px;
  width: 240px;
}

.gauge__label--low {
  width: 48px;
}

.gauge__label--spacer {
  width: 144px;
}

.gauge__label--high {
  width: 48px;
}

/*
* Increase the gauge size slightly on larger viewports.
*/

@media only screen and (min-width: 400px) {
  .gauge {
    height: calc(63px + 3em);
  }

  .gauge__container {
    width: 200px;
    height: 110px;
  }

  .gauge__marker {
    height: 150px;
    left: 149.5px;
  }

  .gauge__background {
    width: 200px;
    height: 100px;
  }

  .gauge__center {
    width: 75%;
    height: 75%;
    transform: translateX(-50%, -50%);
    bottom: 0;
    left: 50%;
  }

  .gauge__data {
    width: 300px;
    height: 150px;
  }

  .gauge__needle {
    bottom: 30px;
    width: 100px;
    left: 120px;

  }

  .gauge__labels {
    top: 150px;
    width: 300px;
  }

  .gauge__label--low {
    width: 60px;
  }

  .gauge__label--spacer {
    width: 180px;
  }

  .gauge__label--high {
    width: 60px;
  }
}

/*
* As an option, the `gauge--liveupdate` class can be added
* to the main gauge element. When this class is present,
* we add a transition that animates any changes to the gauge
* value. Currently, the app does not use this option because
* all the inputs that can change gauge values are present
* on tab panels that are different from the gauge itself.
* Therefore, users won't be able to see any gauge changes
* when they make input changes. The code is available, though,
* should this change.
*/

.gauge--liveupdate .gauge__data,
.gauge--liveupdate .gauge__needle {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*
* For a given gauge value, x, ranging from 0.0 to 1.0, set
* the `transform: rotate()` property according to the
* following equation: `-0.5 + 0.5x turns` The default
* properties below represent an x value of 0.
*/

.gauge__data {
  -webkit-transform: rotate(-.50turn);
  -moz-transform: rotate(-.50turn);
  -ms-transform: rotate(-.50turn);
  -o-transform: rotate(-.50turn);
  transform: rotate(-.50turn);
}

.gauge__needle {
  -webkit-transform: rotate(-.50turn);
  -moz-transform: rotate(-.50turn);
  -ms-transform: rotate(-.50turn);
  -o-transform: rotate(-.50turn);
  transform: rotate(-.50turn);
}
body.layout-rtl .bg-vector {
  background-image: url(../media/svg/Vector-rtl.png);
}

body.layout-rtl {
  font-family: 'AvenirArabic-Medium', sans-serif;
}

body.layout-rtl .ft-fm-bold {
  font-family: 'AvenirArabic-Bold', sans-serif;
}

body.layout-rtl .ft-fm-md {
  font-family: 'AvenirArabic-Medium', sans-serif;
}

body.layout-rtl .header-icon {
  left: auto;
  right: 4px;
  transform: translateY(-53%) rotate(110deg);
}

body.layout-rtl .text-linear-gradient {
  background-image: linear-gradient(102.4deg, #0cd2b9 7.8%, #2690f3 100.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.layout-rtl  .phone-input .btn-select {
    width: 100%;
    height: 45.88px;
    border-radius: .625rem 0 0 .625rem;
    background-color: #fff;
    border: 1px solid #e4e6ef;
    border-right: 0;
  }
  body.layout-rtl  .phone-input .form-control{
    border-radius: 0 .625rem  .625rem 0 ;
  }
@media screen and (max-width: 320px) {
    /* CSS styles for small mobile devices */
    .sm-im-wm {
        max-height: 100px !important;
    }
}
@media screen and (max-width: 480px) {
    /* CSS styles for larger mobile devices */
    .sm-im-wm {
        max-height: 100px !important;
    }
}
.video-container {
    position: relative;
    max-width: 560px; /* Adjust this to your desired video width */
    margin: 0 auto;
}

.video {
    width: 100%;
}

.video__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.btn.btn-transparent-gray{
    color: #a1a5b7;
    background-color: #eff2f5;
    border-color: transparent;
}