@font-face {
  font-family: font_reg;
  src: url("../font/alfont_com_Madani-Arabic-Regular-1.ttf");
}

@font-face {
  font-family: Bold_font;
  src: url("../font/Madani\ Arabic\ Semi\ Bold.ttf");
}

:root {
  --p:  #75797A;
  --FFFFFF: #ffffff;
   --brn:   #2E8A99;
  --h2: #0E2954;
  --transition: all 500ms ease;
}

* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  text-decoration: none !important;
  border: none;
}

body,
html {
  overflow-x: hidden !important;
}
 
body {
  font-family: "font_reg", sans-serif !important;
  background:  #FBFBFB;
  position: relative;
}

a {
  text-decoration: none;
  color: initial;
}

::selection {
  color: var(--FFFFFF);
  background: var(--brn) !important;
}

::-webkit-scrollbar-thumb {
  width: 100%;
  border-radius: 0.25rem;
  background: var(--brn);
}

::-webkit-scrollbar {
  width: 0.5rem;
  background: #e5e5e5b5 !important;
}

ul {
  list-style: none;
}

h1,
h4,
h5,
h2,
a,
h3,
h1 span,
h4 span,
h5 span,
h2 span,
h3 span {
  line-height: 1.1;
  font-family: "Bold_font", sans-serif !important;
}

a {
  color: inherit !important;
  transition: var(--transition);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
ul,
label,
li {
  padding: 0;
  margin: 0px !important;
  line-height: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  text-transform: capitalize;
}

/* h2 {
  font-weight: bold !important;
} */


/* ================================ */
.lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
}

.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 2pc;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav_mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.y i {
  font-size: 20px;
  color: var(--brn) !important;
}

.nav_mobile .logo-img img {
  position: unset;
}


/* a.lang-nav   {
  font-family: "arabic_reg", sans-serif !important;
}
a.lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
} */
.offcanvas {
  background: linear-gradient(45deg, #f3fbff, #f2f6ff) !important;
}

/* .btn-close  {
  filter: invert(1);
} */
.offcanvas-body .btn-nav-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.offcanvas-header {
  padding: 30px;
}

.offcanvas_body_direction .lang-nav p {
  font-size: 16px;
}

.offcanvas_body_direction .lang-nav {
  background: transparent;
}

.offcanvas-body .offcanvas_body_direction {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: var(--h2);
  gap: 20px;
  font-size: 16px;
}

.offcanvas-body li {
  list-style: none;
}

.offcanvas-body .offcanvas_body_direction a {
  font-weight: 700;
}

.offcanvas-body {
  padding: 50px 30px;
}

.offcanvas-body .lang_gap_search {
  margin-left: 0;
  font-size: 14px;
}

/* h2 span {
 } */
.offcanvas_body_direction h6.lang {
  color: var(--h2) !important;
}

.ctn-preloader {
  -webkit-box-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition-delay: 1s;
  z-index: 999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .loader-section {
  background: var(--FFFFFF);
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  width: calc(50% + 1px);
}

.ctn-preloader.loaded {
  cursor: auto !important;
  visibility: hidden;
  z-index: 0;
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

#myDiv {
  display: none;
  z-index: 9999;
  position: relative;
  width: 100%;
  height: 100%;
}

/* ====================== */

.cursor-inner {
  margin-left: 0;
  margin-top: 0;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--brn1);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 100px;
  height: 100px;
  background-color: var(--brn1);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -25px;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--brn1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

/* ===================================== =============================== */

/* ===================================== =============================== */

.overlay {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.866);
}

.popup {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup__h2 {
  text-align: center;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

/*  */
.searchBox-nav {
  display: flex;
  /* max-width: 100%; */
  width: 100%;

  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #707070b9;
  border-radius: 50px;
  position: relative;
}

.searchButton-nav {
  color: #fff;
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--brn) !important;
  border: 0;
  display: inline-block;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*hover effect*/
.searchButton-nav:hover {
  color: #fff;
  background-color: #1a1a1a;
  box-shadow: rgba(61, 61, 61, 0.151) 0 10px 20px;
  transform: translateY(-3px);
}

/*button pressing effect*/
.searchButton-nav:active {
  box-shadow: none;
  transform: translateY(0);
}

.searchInput-nav {
  border: none;
  background: none;
  outline: none;
  color: white;
  font-size: 15px;
  width: 100%;
  padding: 24px 26px 24px 26px;
}

@media (max-width: 440px) {
  .searchBox-nav {
    width: 300px;
    margin: auto;
    margin-left: 34px;
  }
}

@media (max-width: 328px) {
  .searchBox-nav {
    width: 250px;
    margin: auto;
    margin-left: 34px;
  }
}
/* ----------------------------------------------------------------------- */
 

.div-flex-co h4 {
  color: var(--h2);
  font-size: 20px;
}
 
 .form-contact-home {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 47px 40px;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
  box-shadow: #F4F7F8 0px 7px 29px 0px;
  position: relative;
  margin-left: 30px;
}

.form-contact-home .btn-nav-empty {
  margin-top: 30px;
}

.input-form-contact {
  height: 50px;
  outline: none;
  border-bottom: 1px solid #E2E9EA;
  padding: 5px;
  transition: 0.5s linear;
  width: 100%;
  padding-right: 30px;
  font-size: 14px;
}
.input-form-contact::placeholder {
  color:  #B9BBBB;
}

.input-form-contact:focus {
  border-bottom: 1px solid  var(--brn);
   font-weight: bold;
  color: #B9BBBB;
}

.input-form-contact:focus::placeholder {
  color: var(--brn);
  font-weight: bold;
}

.inout-icon-div i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #B9BBBB;
}
.inout-icon-div {
  position: relative;
}

.div-flex-co {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Forgot_password .div-flex-co {
  gap: 20px;
  padding-bottom: 20px;
}
.inout-icon-div-textarea i {
  top: 16px !important;
  transform: unset;
}

.inout-icon-div-textarea textarea {
  color: #B9BBBB;
  padding-right: 30px;
  border-bottom: 1px solid  #E2E9EA;
  width: 100%;
  padding-top: 10px;
}
.inout-icon-div-textarea textarea::placeholder {
  color: #B9BBBB   !important;
}

 .contact {
  position: relative;
 }
 .contact .buttom_fill {
  margin-top: 40px;
 }
#contact_us textarea:focus-within {
  border-color: var(--brn);
  color: var(--brn) !important;
}

#contact_us textarea:focus-within::placeholder {
  color: var(--brn) !important;
}
 
.inout-icon-div:focus-within i {
  color: var(--brn) !important;
}
 
.progress {
  position: relative;
  height: 5px !important;
  background: var(--brn);
  top: 0;
  left: 0;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 99;
}

.header-progress-par {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #e6dede !important;
  z-index: 99;
  width: 100%;
}

.form-contact-home h2 {
  font-size: 20px !important;
}

/* ----------------------------------------------------------------------- */

 
 
 
.hero {
  position: relative;
  background: url("../img/hero_dots.png") no-repeat;
  background-size: cover;
  padding-top: 100px;
}
 
.hero_img img {
    width: 100%;
    height: auto;
}

.hero_img img {
padding-top: 70px;

}
 
.hero h2 {
  text-align: center;
  line-height: 1.5 !important;
  max-width: 747px;
  margin: auto !important;
}

.p {
  font-size: 14px;
  color: var(--p);
}


.h2 {
  font-size: 56px;
  color: var(--h2);
  line-height: 1.2 !important;
}
.h2 span {
  color: var(--brn);
}
.img_clints {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}
 
.img_clints img {
  width: auto !important;
  height: auto;
  max-width: 69%;
  filter: grayscale(1) opacity(0.5);
}
.img_clints:hover img {
  filter: unset;
}
.clints {
  margin-top: 100px;
padding: 100px 0;
  background-color: #F8FAFA;
}

.owl-dot.active span {
    width: 20px !important;
    background: #2E8A99 !important;
}
.owl-dot  span {
  margin: 0px 4px !important;
  background: #E9F6F6  !important;
}
 
 .owl_carousel_2 .owl-nav  {
display: none !important;
 }
 .title_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 60px;
}
 
.title_center h2 {
  text-align: center;
}
.h6_before {
  position: relative;
  color: var(--brn);
  font-size: 14px;
  padding-bottom: 10px;
  width: fit-content;
}
.h6_before::after {
  content: "";
  position: absolute;
  transform: translateY(-50%)  ;

  top: 50%;
  left: -39px;
  background: var(--brn);
  width: 30px;
  height: 1px;
}
.h6_before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -39px;
  background: var(--brn);
  transform: translateY(-50%)  ;
  width: 30px;
  height: 1px;
}
.card_about {
  background: #fff;
  border: 1px solid #2E8A99;
  padding: 30px;
  padding-bottom: 50px;
  border-radius: 20px;
  position: relative;
  min-height: 210px;
}
.card_about h3 {
  color: #0E2954;
  font-size: 20px;
}
.card_about p {
  color: #B9BBBB;
  font-size: 14px;
  padding-top: 20px;
}
.card_about.card_about3 {
  border-color: #FD1357;
  margin-right: -21px;
  position: relative;
  top: -26px;
}
.card_about.card_about1 {
  margin-left: -21px;
  margin-top: -23px;
}
.card_about.card_about2 {
  margin-top: 227px;
  border-color: #59C373;
  margin-left: -28px;
  position: relative;
  top: 12px;
}
.card_about.card_about4 {
  border-color: #0E2954;
  margin-right: -21px;
  margin-top: 222px;
}
.card_about::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #2E8A99;
  position: absolute;
border-radius: 50%;
left: -11px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.card_about.card_about4::before {
  background: #0E2954;
  right: -11px;
 }

 .card_about.card_about3::before {
  background: #FD1357;
  right: -11px;
 }
 .card_about.card_about2::before {
  background: #59C373;
  left: -11px;
 }
/* .col_about_center {
  width: fit-content;
} */


.row.row_1 {
  align-items: center;
  justify-content: center;
}



.about_center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
 
.about_center img {
  height: auto;
  width: auto;
 
  margin-top: 93px;
   max-width: 100%;
}
.about .row_1 .col-md-4 {
  padding: 0 !important;
}
 
 .about_buttom_fill {
  margin: auto !important;
  margin-top: 50px !important;
 }
 
 .about {
  position: relative;
  padding: 100px 0;
 }
 
 img.about_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.flex-bet div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services {
  padding: 100px 0;
  background-image: url("../img/dots_ser.png");
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-color: #0E2954;
  background-attachment: fixed;
}
.services .h2 
{
color: #FBFBFB;
}
.services_card {
  background: #15315C;
  padding: 36px 30px;
  border-radius: 20px;
  border: 1px solid #2C456C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.services_card:hover {
  background: #FFFFFF;
}
.services_card:hover  h3  {
  color:  #0E2954;
}
.services_card:hover  a  {
  color:  #0E2954 !important;
}
.services_card:hover  span  {
  width: 16px;
  height: 16px;
  border: 1px solid #0E2954;
  
}
.services_card:hover .more .div img  {
  filter: invert(118%) sepia(168%) saturate(1248%) hue-rotate(363deg) brightness(40%) contrast(236%);
}
.services_card a {
 
padding-top: 14px;
 
}
.services_card  h3 
{
  font-size: 20px;
  padding: 25px 0;
  text-align: center;
color: #FBFBFB;
}
.h6_before2::after {
  content: none;
}
.h6_before2 {
  margin-right: 40px;
}
.services_card a img {
  width: auto;
  height: auto;
  max-width: 50px;
}
 
.services_card  p {
  text-align: center;
  color: #B9BBBB;
}

.more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
color: #FBFBFB !important;
transition: var(--transition);
}
.more:hover img {
  max-width: 30px !important;
  margin-left: -38px;
}




.more span {
   width: 18px;
   display: block;
   height: 18px;
   border: 1px solid #FBFBFB;
   border-radius: 50%;
}
.more .div {
  position: relative;
  display: flex;
  align-items: center;
}
.more img {
  width: auto;
transition: var(--transition);
height: auto;
  max-width: 20px !important;
  margin-left: -10px;
}
.flex_btn {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
}
.flex_btn img {
  width: auto;
  height: auto;
  max-width: 165px;
}
.left_about  {
  position: relative;
}
img.circle {
  height: auto;
  width: 100%;
  animation: rotateImg  infinite 18s linear;
}
@keyframes rotateImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

img.phone {
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  max-width: 220px;
}
.download {
  padding: 100px 0;
}


 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #2E8A99 !important;
  border-radius: 13px;
}



ul#pills-tab {
  border: 1px solid #2E8A99 !important;
  border-radius: 16px;
  position: relative;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 22px !important;
  width: 30px !important;
  height: 30px !important;
}

 
ul#pills-tab span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: bold;
}


ul#pills-tab .span1 {
  right: -53px;
}
ul#pills-tab .span2 {
  left: -53px;
}
.package_card {
  background: #F8FAFA;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #EEF7F7;
  transition: var(--transition);
}
.package_card:hover {
  background: #FFFFFF;
  border-color:  #2E8A99;
  transform: translateY(-10px);
} 
.package_card:hover .ul li::before {
background:url("../img/check1.png") no-repeat ;
background-size: 100% 100%;
} 
.off {
  position: absolute;
  top: 0;
  padding: 33px 12px;
  background: #E8F5F5;
  border-radius: 0 0 37px 37px;
  left: 30px;
  min-width: 66px;
  max-height: 100px;
}
.off h4 {
  font-size: 14px;
  color: #0E2954;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.package_card h2 {
  font-size: 32px;
  position: relative;
}
.package_card h2 span {
  font-size: 14px;
  color: #B9BBBB;
  margin-bottom: 10px;
}
ul.ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
   color: #0E2954;
}


ul.ul li {
  position: relative;
  padding-right: 30px;
}
ul.ul li::before {
  content: "";
  position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background:url("../img/check.png") no-repeat ;
width: 20px   ;
height: 20px   ;
background-size: 100% 100%;
transition: var(--transition);
}
ul.ul li::after {
  content: "";
  position: absolute;
left: 50%;
bottom: -15px;
transform: translateX(-50%);
background:#E2E9EA ;
 width: 100%;    
max-width: 150px   ;
height: 1px   ;
}
ul.ul li:last-of-type::after {
  content: none;
}
.package_card p {
  padding: 30px 0;
  color: #75797A;
}
.package_card p span {
  color: var(--brn);
}
.package_card h2 span {
  position: relative;
  top: -10px;
}
 
 

.circle_blue {
  width: 37px;
  height: 37px;
  top: -17px;
  background: #0E2954;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  animation: fadeInMoveUpDown 3s ease-in-out infinite;
}

.circle_green {
  width: 27px;
  height: 27px;
  top: 32px;
  background: #2E8A99;
  border-radius: 50%;
  position: absolute;
  right: 11px;
  animation: fadeInMoveUpDown 3s ease-in-out infinite ;
}
.circle_blue2 {
  width: 37px;
  height: 37px;
  bottom: 41%;
  background: #0E2954;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  animation: fadeInMove 2s ease-in-out infinite;
}


@keyframes fadeInMoveUpDown {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}



@keyframes fadeInMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.plan-toggle-wrap {
  padding: 50px 0; 
}

.package {
  position: relative;
}
.package .circle_blue {
  right: unset;
  left: -15px;
}
.package .circle_green {
  left: 11px;
  right: unset;
  background: #FD1357;
  width: 18px;
  height: 18px;
}
.package .circle_blue2 {
  left: unset;
  right: -15px;
  bottom: unset;
  top: 0;
  background: #2E8A99;
}
footer .circle_blue {
  right: unset;
  left: 70px;
}
footer .circle_green {
  left:60px;
  right: unset;
  background:  #59C373;
  width: 18px;
  height: 18px;
}
 
 
.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-toggle {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #2E8A99;
  top: 0;
  left: -1px;
  border-radius: 50%;
  transition: 300ms all;
}
.toggle-inner .t-month, .toggle-inner .t-year {
  position: absolute;
  left: -61px;
  color:  #2E8A99;
  transition: 300ms all;
  width: fit-content;
  font-size: 18px;
  top: 50%;
    transform: translateY(-50%);
}
.toggle-inner .t-year {
  left: unset;
  right: -61px;
  color: #B9BBBB;
}
.active > .toggle-inner .t-month {
  color: #B9BBBB;
}
.active > .toggle-inner .t-year {
  color: #2E8A99;
}
.toggle-inner input:checked + span {
  left: 29px;
}
.toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 31px;
  border: 1px solid #2E8A99;
  border-radius: 25px;
  position: relative;
}
/* .tab-content > div {
	display: flex;
	justify-content: center;
	align-items: center;
} */
.plan_toggle_wrap .toggle-inner .t-month, .plan_toggle_wrap  .toggle-inner .t-year {
  left: -106px;
}
.plan_toggle_wrap .toggle-inner .t-year {
  right: -54px;
}
.plan_toggle_wrap  .active > .toggle-inner .t-month {
  color: #2E8A99;
}
.plan_toggle  .active > .toggle-inner .t-year {
  color: #B9BBBB;
}
.plan_toggle_wrap .toggle-inner .t-month,.plan_toggle_wrap  .toggle-inner .t-year {
  font-size: 14px;
}
.plan_toggle_wrap .toggle-inner input:checked + span {
  left: 35px;
}
.plan_toggle_wrap .toggle-inner {
  height: 26px;
  border-radius: 25px;
  height: 25px;
}
.plan_toggle_wrap .custom-toggle {
  height: 23px;
  width: 23px;
}

.hero_not {
  background: url("../img/hero_not.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 100px;
}
.hero_CONTENT_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}

.hero_not  nav.nav-bar {
   background: transparent; 
}

.about_page_card {
  padding: 80px;
  background: #ffffff;
  border-radius: 40px;
  box-shadow: #F4F7F8  0px 7px 29px 0px;
}

.left_about_page img {
  position: relative;
  right: -17pc;
  height: auto;
  width: auto;
 /* max-width: 220px; */
 margin-top: auto;
}
.about_page_card p {
  color: #B9BBBB;
  padding-top: 30px;
  max-width: 84%;
  line-height: 2 !important;
}
.left_about_page {
  width: 100%;
  height: 100%;
  display: flex;
}
.about_page {
  position: relative;
}

.ballimg {
  position: absolute;
  left: 0;
  top: -100px;
  height: auto;
  width: auto;
  max-width: 360px;  
}
.lamba {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: auto;
  display: flex;
}


.about_page_card.about_page_card2 {
  margin-right: -172px;
}
.about_page_card.about_page_card2 {
  margin-right: -172px;
  padding-right: 141px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.lamba {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  z-index: 2;
}


.about_page_card.about_page_card2  p {
  max-width: 100%;
}
.about_page_card.about_page_card2  h2 {
  max-width: 100%;
}
.about_page2 {
  margin: 100px 0;
}

img.ad {
  width: 100%;
  height: auto;
}
.card_about3 {
  padding: 50px;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 24px !important;
  min-height: 210px;
  transition: var(--transition);
}
.card_about3 h2 {
  font-size: 32px;
  padding-bottom: 24px;
  padding-top: 15px;
  
}
.card_about3 p {
  color: #B9BBBB;
}
.p2 {
  color: #B9BBBB;
font-size: 14px;
}
.flex-bet .p2 {
  padding-top: 15px;
}

img.dots_page_about {
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  z-index: -1;
}
 
img.close_about {
  position: absolute;
  right: 0;
  height: auto;
  width: auto;
  top: -100px;
}
.card_ser_page {
  background: #fff;
  border: 1px solid transparent;
  padding: 30px;
  padding-bottom: 50px;
  border-radius: 20px;
  position: relative;
  min-height: 320px;
  margin-top: 60px !important;
  transition: var(--transition);
}
 
.card_ser_page h2 {
  font-size: 32px;
  padding-bottom: 24px;
  padding-top: 37px;
  text-align: center;
}
  .card_ser_page  p {
    text-align: center;
  padding-bottom: 24px;
}
 
.card_ser_page .img img {
  width: auto;
  height: auto;
  max-width: 80px;
}

.card_ser_page .img {
  width: 170px;
  height: 170px;
    background: #EAF3F4;
    display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  margin-top: -85px;
  position: relative;
  z-index: 1;
}
.card_ser_page:hover {
  box-shadow: #F4F7F8 0px 7px 29px 0px;
  border: 1px solid  var(--brn);
}
.ser_page .title_center {
  padding-bottom: 0;
}
 
  .card_ser_page .img::before {
    content: "";
    position: absolute;
    bottom:  5px;
  background: #FBFBFB;
  width:100%;
    height: 100%;
    border-radius: 50%;
  z-index: -1;
}

.card_ser_page .more
{
  justify-content: center;
  color: #0E2954 !important;
}

.card_ser_page .more span {
  border: 1px solid #0E2954;
}
.card_ser_page .more img {
  filter: invert(118%) sepia(168%) saturate(1248%) hue-rotate(363deg) brightness(40%) contrast(236%);
}


.card_ser_page_dis {
  background: #fff;
    border: 1px solid #2E8A99;
    padding: 100px 50px;
    border-radius: 40px;
    position: relative;
    margin-top: 58px !important;
    transition: var(--transition);
    margin: auto;
}

.card_ser_page_dis p {
  padding-top: 24px;
}

.img {
  width: 200px;
  margin: auto;
  height: 200px;
  display: flex;
  align-items: center;
  background: linear-gradient(#EDF5F6 , #FBFDFD ,#EDF5F6);
  justify-content: center;
  border-radius: 50%;
}

.sdcd2 {

position: absolute;
    left: 0;
    top: -100px;
    height: auto;
    width: auto;
    max-width: 360px;
  }

  .ser_page {
    position: relative;
}


img.ball2 {
  position: absolute;
  right: 0;
  height: auto;
  width: auto;
  max-width: 300px;
  top: -100px;
  transform: scaleX(-1);
}
.animation_earth {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index:  1;
}
.animation_earth .div {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.earth {
  width: auto;
  height: auto;
  max-width: 75%;
  position: relative;
  z-index: 3;
}
img.cir1 {
  position: absolute;
  width: auto;
  height: auto;
  /* top: 50%;
  left: 50%; */
  max-width: 100%;
  animation: rotateImg1 infinite 18s linear;
  z-index: -1;
}
img.cir2 {
  position: absolute;
  width: auto;
  height: auto;
  /* top: 50%;
  left: 50%; */
  max-width: 80%;
  /* z-index: -1; */
  animation: rotateImg2 infinite 18s linear;
}

@keyframes rotateImg1 {
  from {
    transform: rotate(0deg)  ;
  } 
  to {
    transform: rotate(-360deg)  ;
  }
}

@keyframes rotateImg2 {
  from {
    transform: rotate(-360deg)  ;
  } 
  to {
    transform: rotate(0deg)  ;
  }
}

.modal-dialog {
  max-width: 721px;
}
.modal-content {
  padding: 80px;
  border-radius: 20px !important;
}
.modal {
  backdrop-filter: blur(5px);
  background: #fdfdfd29;
  overflow: hidden;
}
.modal-header {
  border:  none !important;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog  .close {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FD1357;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header ,.modal-body {
  padding: 0;
}
.modal-dialog  h3 {
  text-align: center;
    font-size: 42px;
    color: #0E2954;
}












button.close.closemodal {
  position: absolute;
  top: 40px;
  right: 40px;
}



.modal-body .p2 {
  text-align: center;
}
.modal-body {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.plan-toggle-wrap.plan_toggle_wrap {
  padding: 0;
  margin-right: auto;
  width: fit-content;
  margin-left: 116px;
  margin-bottom: -89px;
}

.plan-toggle-wrap.plan_toggle_wrap {
  padding: 0;
}
 .plan_toggle_wrap  .tab-content > div {
  display: unset !important;
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.input {
  width: 100%;
  height: 66px;
  padding: 12px;
  border-radius: 40px;
  border: 1.5px solid #E2E9EA;
  outline: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding-right: 75px;
  color: #B9BBBB;
}

 
 
.input:focus {
  border: 1px solid #2E8A99;
}
.input::placeholder {
  color: #B9BBBB;
}
.toggle-password {
  transform: translateY(-50%);
  color: #B9BBBB;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 40px;
  padding: 0;
}
.div_input {
  position: relative;
}
.div_input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #B9BBBB;
  background: #F7FAFB;
  width:  50px;
  height: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 10px;
  z-index: 1;
}
.field-icon {
  
  position: relative;
  z-index: 2;
}
.input_login span {
  color: #B9BBBB;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 19px;
  display: block;
}
.toggle-password {
  transform: translateY(-50%);
  color: #B9BBBB;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 24px;
  padding-bottom: 0 !important;
}
.input_login {
  padding-top: 25px;
}

  .input_login:focus-within   .icon {
  color: #2E8A99 !important;
 }

.form_login .buttom_fill {
  margin-top: 40px !important;
}
.cyberpunk-checkbox {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #2E8A99;
  border-radius: 3px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.cyberpunk-checkbox:before {
  content: "";
  background-color: #2E8A99;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.cyberpunk-checkbox:checked:before {
  transform: translate(-50%, -50%) scale(1);
}

.cyberpunk-checkbox-label {
  font-size: 14px;
  color: #2E8A99;
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.remember {
  display: flex;
  justify-content: space-between;
  padding-top: 30px  ;
  align-items: center;
}
.link_forget {
  font-size: 14px;
  color: #2E8A99 !important;
  background: transparent;
}


.input_login_code input {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #B9BBBB;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin: 0 4px;
}
 
.input_login_code h6 {
  font-size: 14px;
  color:  #75797A;
  text-align: center;
  padding-bottom: 30px;
}
.resend {
  text-align: center;
  background: transparent;
  color: #75797A;
  font-size: 14px;
  padding-top: 28px;
}
.resend span {
  color: var(--brn);
}





.dropdown_1 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  transform: perspective(1000px);
  color: #CAD6CE;
}

.dropdown_menu {
  background-color: #e0ebec;
  list-style-type: none;
  position: absolute;
  left: 11%;
  opacity: 0;
  /* overflow: hidden; */
  text-align: center;
  top: 0;
  visibility: hidden;
  z-index: -99999;
  display: flex !important;
  padding: 5px 10px;
  width: auto;
  /* min-width: 181px; */
  transform: translateX(-50%);
  border-radius: 50px;
  flex-direction: row;
}
.gap-flex .dropdown_menu   a {
  color: #75797A !important;
}
  

.Privacy p {
  padding-top: 20px;
  line-height: 2 !important;
}
.dropdown_menu li:first-child {
  cursor: default;
}
.dropdown_menu::before {
  content: "";
  width: 10px;
  height: 20px;
  border-bottom: solid 10px #e0ebec;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  left: 50%;
}
.dropdown_menu a {
  display: inline-block;
  width: 100%;
  font-size: 14px !important;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
 
 
.dropdown_1:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  top: 140%;
  width: auto;
  -webkit-transition: all .5s, background, 2s .5s linear;
  transition: all .5s, background 2s .5s linear;
}






.logo_img_dash {
    width: auto;
    max-width: 90%;
    height:300px;
}






 




 








