@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap");
@font-face {
  font-family: "MainFont";
  src: url("/site/fonts/alfont_com_29LT-Zarid-Serif-Regular-2.otf") format("opentype"); /* For OTF */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFontBold";
  src: url("/site/fonts/alfont_com_29LTZaridSlab-Bold.ttf") format("truetype"); /* For TTF  */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MainFontLight";
  src: url("/site/fonts/alfont_com_29LTZaridSlab-Light.ttf") format("truetype"); /* For TTF  */
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-width: 100vw;
  overflow: hidden auto;
  font-family: "MainFont", sans-serif !important;
  direction: rtl;
}

html {
  max-width: 100vw;
  overflow: hidden auto;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
.content-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .content-fluid {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .content-fluid {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .content-fluid {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .content-fluid {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .content-fluid {
    width: 1000px;
  }
}
header {
  background: #f7f5f4;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
header .container .logo {
  width: 150px;
}
header .container nav {
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 24px;
}
header .container nav a {
  text-decoration: none;
  color: #301c3e;
  transition: 0.3s all ease-in;
}
header .container nav a.active {
  color: #88304e;
}
header .container nav a:hover {
  color: #88304e;
}
header .container form {
  display: flex;
  align-items: center;
}
header .container form input {
  padding: 7px 16px;
  border: none;
  background: white;
  border-radius: 4px;
  font-size: 18px;
  max-width: 170px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header .container form input:focus {
  outline: none;
  border: none;
}
header .container form button {
  background: rgb(59, 30, 64);
  background: linear-gradient(126deg, rgb(59, 30, 64) 0%, rgb(130, 47, 77) 100%);
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
}
header .container form button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
header .container .btn {
  display: flex;
  gap: 16px;
}
header .container .btn a {
  position: relative;
  padding: 8px 24px;
  font-size: 22px;
  text-decoration: none;
  color: #301c3e;
  font-family: MainFontBold;
  width: max-content;
  display: block;
  transition: 0.2s all ease-out;
  border-radius: 50px;
}
header .container .btn a:first-child {
  padding: 8px 20px;
}
header .container .btn a:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transform: scale(1.02);
  background-color: rgba(255, 255, 255, 0.185);
}
header .container .btn a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
header .container .more_btn, header .container .toggled-menu, header .container .close-menu {
  display: none;
}

.hero {
  margin-top: 84px;
  width: 100%;
  background-image: url("/site/imgs/BanerImagewitpattens.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .container {
  min-height: calc(100vh - 84px);
  padding-top: 48px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .container h1 {
  font-size: 76px;
  font-family: "MainFontBold";
  color: #fff;
}
.hero .container p {
  font-size: 32px;
  color: #fff;
  max-width: 900px;
  text-align: center;
}
.hero .container .btns {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.hero .container .btns a img {
  width: 280px;
}

.boost-your-growth {
  padding: 72px 0;
  background-color: #f7f5f4;
  background-image: url("/site/imgs/patternc-01.svg");
  background-position: center 96px;
  background-size: auto 50px;
  background-repeat: repeat no-repeat;
}
.boost-your-growth .container h1 {
  font-family: "MainFontBold";
  font-size: 64px;
  background-color: #f7f5f4;
  padding: 4px 16px;
  width: max-content;
  position: relative;
  color: #301c3e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.boost-your-growth .container h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - 1320px) / 2);
  height: 100%;
  background-color: #f7f5f4;
}
.boost-your-growth .container h1::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  height: 10px;
  width: 40%;
  background-color: #88304e;
  border-radius: 50px;
}
.boost-your-growth .container p {
  font-size: 28px;
  margin-top: 32px;
  display: flex;
}
.boost-your-growth .container p svg {
  fill: #88304e;
  width: 20px;
  height: 16px;
  margin-left: 12px;
}
.boost-your-growth .container img {
  width: 100%;
}
.boost-your-growth .container .line-part {
  position: relative;
  margin-top: 32px;
}
.boost-your-growth .container .line-part .text {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boost-your-growth .container .line-part .text h2 {
  font-family: "MainFontBold";
  font-size: 54px;
  background-color: #f7f5f4;
  padding: 4px 16px;
  width: max-content;
  position: relative;
  color: #301c3e;
}
.boost-your-growth .container .line-part .text p {
  max-width: 480px;
  font-size: 22px;
}
.boost-your-growth .container .line-part .bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 240px;
  align-items: start;
}
.boost-your-growth .container .line-part .bottom > div {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boost-your-growth .container .line-part .bottom > div h3 {
  font-size: 24px;
  font-family: "MainFontBold";
  border-radius: 50px;
  padding: 4px 16px;
  color: #fff;
  width: max-content;
  display: block;
  margin: auto;
  min-width: 180px;
  text-align: center;
}
.boost-your-growth .container .line-part .bottom > div p {
  font-size: 19px;
  text-align: center !important;
  margin: auto;
  margin-top: 24px;
}
.boost-your-growth .container .line-part .bottom > div:first-child h3 {
  background-color: #045d89;
}
.boost-your-growth .container .line-part .bottom > div:last-child h3 {
  background-color: #01a89e;
}
.boost-your-growth .for-mobile {
  display: none;
}

.meets-need {
  padding: 72px 0;
  background-color: #f7f5f4;
  background-image: url("/site/imgs/thridPattrenBg.svg");
  background-position: center 0px;
  background-size: auto 50px;
  background-repeat: repeat no-repeat;
}
.meets-need .container h1 {
  font-family: "MainFontBold";
  font-size: 45px;
  color: #301c3e;
  text-align: center;
}
.meets-need .container p {
  font-size: 21px;
  text-align: center;
  line-height: 30px;
  max-width: 500px;
  display: block;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
.meets-need .container .cards_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px 32px;
  margin-top: 72px;
}
.meets-need .container .cards_wrapper .card {
  padding: 12px;
  border-radius: 8px;
  background-color: #f6f9fa;
  display: flex;
  gap: 16px;
  align-items: start;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.3s all ease-in;
  cursor: initial;
}
.meets-need .container .cards_wrapper .card:hover {
  transform: scale(1.02);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.meets-need .container .cards_wrapper .card h3 {
  font-family: "MainFontBold";
  font-size: 24px;
  margin: 0;
}
.meets-need .container .cards_wrapper .card p {
  margin: 0;
  font-size: 18px;
  text-align: right;
}
.meets-need .container .cards_wrapper .card img {
  width: 50px;
  height: auto;
  object-fit: contain;
}

.our-vision {
  padding: 72px 0;
  background-color: #0a3f45;
}
.our-vision .container h1 {
  font-family: "MainFontBold";
  font-size: 64px;
  color: #fff;
  line-height: 92px;
}
.our-vision .container p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.our-vision .container h1.middle {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 24px;
  margin-top: 64px;
}
.our-vision .container h1.middle span:first-child {
  font-family: "Baloo Paaji 2", sans-serif;
  font-size: 150px;
  line-height: 60px;
  margin: 0;
  color: #82ad61;
}
.our-vision .container .statistics {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 72px 0;
}
.our-vision .container .statistics div {
  display: flex;
  gap: 24px;
  font-family: "MainFontBold";
  font-size: 40px;
  color: #fff;
  line-height: 42px;
}
.our-vision .container .statistics div span {
  height: 100%;
  width: 120px;
  min-height: 120px;
  border: 2px solid #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 54px;
  padding: 16px 0 0;
  color: #aec736;
}
.our-vision .container .img_wrapper {
  display: flex;
  justify-content: end;
}
.our-vision .container img {
  width: 600px;
}

.enjoy {
  padding: 72px 0;
  background-color: #fff;
  background-image: url("/site/imgs/pattdown01.svg");
  background-position: center 0px;
  background-size: auto 50px;
  background-repeat: repeat no-repeat;
}
.enjoy .container .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 0;
}
.enjoy .container .cards-wrapper .intro {
  font-size: 30px;
  font-family: MainFontLight;
}
.enjoy .container .cards-wrapper h1 {
  font-size: 50px;
  font-family: MainFontBold;
  color: #301c3e;
}
.enjoy .container .cards-wrapper .sub-title {
  font-size: 17px;
  font-family: MainFontLight;
}
.enjoy .container .cards-wrapper .card:nth-child(odd):not(:first-child) {
  display: flex;
  justify-content: end;
}
.enjoy .container .cards-wrapper .card:nth-child(2) {
  transform: translateY(120px);
}
.enjoy .container .cards-wrapper .card:nth-child(2) img {
  margin-right: 90px;
}
.enjoy .container .cards-wrapper .card:nth-child(6) {
  margin-top: -60px;
}
.enjoy .container .cards-wrapper .card:nth-child(7) {
  margin-top: -70px;
}
.enjoy .container .cards-wrapper img {
  height: 180px;
}

.marketing {
  padding: 72px 0;
  background-color: #f7f5f4;
}
.marketing .container h1 {
  font-size: 60px;
  font-family: MainFontBold;
  color: #301c3e;
  text-align: center;
}
.marketing .container p {
  font-size: 18px;
  text-align: center;
}
.marketing .container img {
  width: 100%;
  margin-top: 64px;
}

.neggotiate {
  padding: 72px 0;
  background-color: #fff;
  background-image: url("/site/imgs/thridPattrenBg.svg");
  background-position: center bottom;
  background-size: auto 50px;
  background-repeat: repeat no-repeat;
}
.neggotiate .container {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 56px;
}
.neggotiate .container h1 {
  font-size: 100px;
  line-height: 85px;
  font-family: MainFontBold;
  color: #301c3e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.neggotiate .container h1 span {
  font-size: 50px;
}
.neggotiate .container h1::before {
  content: "وﺣﻘّﻖ أﻛبر ﻋﺪد ﻗﺪر ﻣُﻤﻜﻦ ﻣﻦ اﻟﻌﻮاﺋــــــــــــــــــــــﺪ واﻻرﺑﺎح";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 20px;
  font-family: MainFont;
}
.neggotiate .container img {
  width: 100%;
}

.map {
  background-color: #f7f5f4;
  position: relative;
}
.map img {
  width: 100%;
  margin-bottom: -10px;
}
.map .text {
  position: absolute;
  top: 40px;
  right: 40px;
}
.map .text h1 {
  font-size: clamp(1.3125rem, 0.3471rem + 4.1748vw, 4rem);
  font-family: MainFontBold;
  color: #301c3e;
}
.map .text p {
  font-size: 20px;
}

.why-wait {
  background-color: #f7f5f4;
  padding: 72px 0;
}
.why-wait .container h1 {
  font-size: 100px;
  font-family: MainFontBold;
  color: #301c3e;
  text-align: center;
}
.why-wait .container p {
  font-size: 28px;
  padding: 0 24px;
  text-align: center;
  margin: auto;
  margin-bottom: 56px;
  max-width: 1000px;
}
.why-wait .container img {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: block;
}

footer {
  padding: 72px 0 0;
  background-color: #88304e;
  background-image: url("/site/imgs/footerpattern.png");
  background-position: center top;
  background-size: auto 70px;
  background-repeat: repeat no-repeat;
}
footer .container .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
footer .container .links .links-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 280px;
}
footer .container .links .links-wrapper h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
  font-family: MainFontBold;
}
footer .container .links .links-wrapper a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
}
footer .container .contact {
  display: flex;
  justify-content: space-between;
}
footer .container .contact svg {
  width: 40px;
  height: 40px;
}
footer .container .copy {
  display: flex;
  justify-content: space-between;
  color: #fff;
  direction: ltr;
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #fff;
}
footer .container .copy a {
  color: #fff;
}
@media (max-width: 767.98px) {
  footer .container .copy {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1399.98px) {
  header .container .logo {
    width: 130px;
  }
  header .container form input {
    font-size: 18px;
  }
  header .container nav {
    font-size: 18px;
    gap: 16px;
    margin-left: 16px;
  }
  header .container .btn a {
    font-size: 18px;
  }
  .hero .container h1 {
    font-size: 70px;
  }
  .hero .container p {
    font-size: 28px;
    max-width: 850px;
  }
  .hero .container .btns a img {
    width: 230px;
  }
  .boost-your-growth .container h1 {
    font-size: 59px;
  }
  .boost-your-growth .container h1::before {
    height: 8px;
    width: 40%;
  }
  .boost-your-growth .container p {
    font-size: 26px;
    margin-top: 32px;
  }
  .boost-your-growth .container p svg {
    width: 17px;
    height: 12px;
    margin-left: 12px;
  }
  .boost-your-growth .container .line-part .text h2 {
    font-size: 48px;
  }
  .boost-your-growth .container .line-part .text p {
    max-width: 420px;
    font-size: 20px;
  }
  .boost-your-growth .container .line-part .bottom {
    padding: 0 190px;
  }
  .our-vision .container h1 {
    font-size: 61px;
    line-height: 88px;
  }
  .our-vision .container .middle span:first-child {
    font-size: 130px;
  }
  .our-vision .container .statistics div {
    font-size: 37px;
  }
  .our-vision .container img {
    width: 570px;
  }
  .enjoy .container .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
  }
  .enjoy .container .cards-wrapper .intro {
    font-size: 28px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper h1 {
    font-size: 45px;
    font-family: MainFontBold;
    color: #301c3e;
  }
  .enjoy .container .cards-wrapper .sub-title {
    font-size: 16px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper .card:nth-child(odd):not(:first-child) {
    display: flex;
    justify-content: end;
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) {
    transform: translateY(100px);
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) img {
    margin-right: 80px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(6) {
    margin-top: -55px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(7) {
    margin-top: -56px;
  }
  .enjoy .container .cards-wrapper img {
    height: 150px;
  }
  .marketing .container h1 {
    font-size: 55px;
  }
  .marketing .container img {
    margin-top: 60px;
  }
  .why-wait .container h1 {
    font-size: 90px;
  }
  .why-wait .container p {
    font-size: 24px;
    padding: 0 24px;
    margin-bottom: 48px;
    max-width: 900px;
  }
  .why-wait .container img {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 1199.98px) {
  header {
    padding: 12px 0;
  }
  header .container .more_btn {
    display: block;
    background-color: rgba(255, 255, 255, 0.6431372549);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in;
  }
  header .container .more_btn svg {
    fill: #88304e;
    width: 30px;
    height: 30px;
    transition: 0.3s all ease-in;
  }
  header .container .more_btn:hover {
    background-color: #88304e;
  }
  header .container .more_btn:hover svg {
    fill: #fff;
  }
  header .container nav {
    display: none;
  }
  header .container .btn {
    display: none;
  }
  header .container form {
    display: none;
  }
  header .container .toggled-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20000;
    background-color: rgba(22, 12, 29, 0.9333333333);
    backdrop-filter: blur(2px);
    padding: 32px;
    padding-top: 64px;
    gap: 40px;
  }
  header .container .toggled-menu > * {
    display: block;
  }
  header .container .toggled-menu nav {
    display: flex;
    flex-direction: column;
  }
  header .container .toggled-menu nav a {
    color: #fff;
    font-size: 32px;
  }
  header .container .toggled-menu nav a:hover, header .container .toggled-menu nav a.active {
    color: #88304e;
  }
  header .container .toggled-menu .btn {
    display: flex;
    margin-top: 32px;
  }
  header .container .toggled-menu .btn a {
    color: #fff;
    font-size: 30px;
  }
  header .container .toggled-menu form {
    background-color: #fff;
    padding: 8px;
    border-radius: 12px;
    width: 100%;
  }
  header .container .toggled-menu form input {
    max-width: 100%;
    height: 100%;
    width: calc(100% - 50px);
    box-shadow: none;
  }
  header .container .close-menu {
    display: block;
    background-color: transparent;
    border: none;
    position: fixed;
    top: 16px;
    right: 16px;
  }
  header .container .close-menu svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
  .hero {
    margin-top: 64px;
  }
  .hero .container {
    min-height: calc(100vh - 64px);
  }
  .hero .container h1 {
    font-size: 56px;
  }
  .hero .container p {
    font-size: 24px;
    max-width: 740px;
  }
  .hero .container .btns a img {
    width: 200px;
  }
  .boost-your-growth .container h1 {
    font-size: 56px;
  }
  .boost-your-growth .container p {
    font-size: 26px;
    margin-top: 32px;
  }
  .boost-your-growth .container .line-part .text {
    top: 20px;
  }
  .boost-your-growth .container .line-part .text h2 {
    font-size: 42px;
  }
  .boost-your-growth .container .line-part .text p {
    max-width: 350px;
    font-size: 17px;
  }
  .boost-your-growth .container .line-part .bottom {
    padding: 0 140px;
  }
  .boost-your-growth .container .line-part .bottom > div h2 {
    font-size: 22px;
    min-width: 170px;
  }
  .our-vision .container h1 {
    font-size: 53px;
    line-height: 75px;
  }
  .our-vision .container .middle span:first-child {
    font-size: 130px;
  }
  .our-vision .container .statistics div {
    font-size: 34px;
    line-height: 35px;
  }
  .our-vision .container .statistics div span {
    height: 100%;
    width: 110px;
    min-height: 110px;
    font-size: 43px;
  }
  .our-vision .container img {
    width: 550px;
  }
  .enjoy .container .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
  }
  .enjoy .container .cards-wrapper .intro {
    font-size: 24px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper h1 {
    font-size: 41px;
    font-family: MainFontBold;
    color: #301c3e;
  }
  .enjoy .container .cards-wrapper .sub-title {
    font-size: 16px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper .card:nth-child(odd):not(:first-child) {
    display: flex;
    justify-content: end;
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) {
    transform: translateY(100px);
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) img {
    margin-right: 70px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(6) {
    margin-top: -50px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(7) {
    margin-top: -50px;
  }
  .enjoy .container .cards-wrapper img {
    height: 130px;
  }
  .marketing .container h1 {
    font-size: 48px;
  }
  .marketing .container img {
    margin-top: 56px;
  }
  .why-wait .container h1 {
    font-size: 85px;
  }
  .why-wait .container p {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 40px;
    max-width: 800px;
  }
  .why-wait .container img {
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 992.98px) {
  .hero .container h1 {
    font-size: 50px;
  }
  .hero .container p {
    font-size: 20px;
    max-width: 610px;
  }
  .hero .container .btns a img {
    width: 180px;
  }
  .boost-your-growth .container h1 {
    font-size: 56px;
  }
  .boost-your-growth .container p {
    font-size: 26px;
    margin-top: 32px;
  }
  .boost-your-growth .container .line-part .text {
    position: relative;
    top: 0;
    flex-direction: column;
    align-items: start;
  }
  .boost-your-growth .container .line-part .text h2 {
    font-size: 42px;
    margin-bottom: 0;
    padding: 0;
  }
  .boost-your-growth .container .line-part .text p {
    max-width: 100%;
    font-size: 17px;
    margin: 0;
  }
  .boost-your-growth .container .line-part .bottom {
    padding: 0 32px;
  }
  .boost-your-growth .container .line-part .bottom > div h2 {
    font-size: 22px;
    min-width: 170px;
  }
  .meets-need .container .cards_wrapper {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .our-vision .container h1 {
    font-size: 39px;
    line-height: 55px;
  }
  .our-vision .container h1.middle span:first-child {
    font-size: 110px;
  }
  .our-vision .container .statistics {
    gap: 16px;
    margin: 72px 0;
  }
  .our-vision .container .statistics div {
    font-size: 29px;
    line-height: 29px;
  }
  .our-vision .container .statistics div span {
    width: 90px;
    min-height: 90px;
    font-size: 38px;
  }
  .our-vision .container img {
    width: 500px;
  }
  .enjoy .container .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
  }
  .enjoy .container .cards-wrapper .intro {
    font-size: 24px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper h1 {
    font-size: 41px;
    font-family: MainFontBold;
    color: #301c3e;
  }
  .enjoy .container .cards-wrapper .sub-title {
    font-size: 16px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper .card:nth-child(odd):not(:first-child) {
    display: flex;
    justify-content: end;
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) {
    transform: translateY(100px);
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) img {
    margin-right: 70px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(6) {
    margin-top: -50px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(7) {
    margin-top: -50px;
  }
  .enjoy .container .cards-wrapper img {
    height: 110px;
  }
  .marketing .container h1 {
    font-size: 42px;
  }
  .marketing .container img {
    margin-top: 48px;
  }
  .neggotiate {
    padding: 72px 0;
  }
  .neggotiate .container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .neggotiate .container > div img {
    max-width: 400px;
  }
  .why-wait .container h1 {
    font-size: 80px;
  }
  .why-wait .container p {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 40px;
    max-width: 750px;
  }
  .why-wait .container img {
    width: 100%;
    max-width: 750px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .boost-your-growth {
    padding: 40px 0;
  }
  .boost-your-growth .container h1 {
    font-size: 43px;
  }
  .boost-your-growth .container p {
    font-size: 20px;
    margin-top: 24px;
  }
  .boost-your-growth .container p svg {
    width: 14px;
    height: 11px;
    margin-left: 12px;
    margin-top: 10px;
  }
  .boost-your-growth .container .line-part .text {
    position: relative;
    top: 0;
    flex-direction: column;
    align-items: start;
  }
  .boost-your-growth .container .line-part .text h2 {
    font-size: 33px;
    margin-bottom: 0;
    padding: 0;
  }
  .boost-your-growth .container .line-part .text p {
    max-width: 100%;
    font-size: 16px;
    margin: 0;
  }
  .boost-your-growth .container .line-part .bottom {
    padding: 0;
  }
  .boost-your-growth .container .line-part .bottom > div h2 {
    font-size: 22px;
    min-width: 150px;
  }
  .boost-your-growth .container .line-part .bottom > div p {
    font-size: 16px;
  }
  .our-vision .container h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .our-vision .container h1.middle span:first-child {
    font-size: 93px;
  }
  .our-vision .container .statistics {
    gap: 40px;
    margin: 62px 0;
    flex-direction: column;
    align-items: start;
  }
  .our-vision .container .statistics div {
    font-size: 29px;
    line-height: 29px;
  }
  .our-vision .container .statistics div span {
    width: 90px;
    min-height: 90px;
    font-size: 38px;
  }
  .our-vision .container img {
    width: 450px;
    display: block;
    margin: auto;
  }
  .enjoy .container .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .enjoy .container .cards-wrapper .intro {
    font-size: 24px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper h1 {
    font-size: 41px;
    font-family: MainFontBold;
    color: #301c3e;
  }
  .enjoy .container .cards-wrapper .sub-title {
    font-size: 16px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper .card:nth-child(odd):not(:first-child) {
    display: flex;
    justify-content: start;
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) {
    transform: translateY(0);
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) img {
    margin-right: 0;
  }
  .enjoy .container .cards-wrapper .card:nth-child(3) {
    margin-top: -40px;
    display: flex;
    justify-content: start;
  }
  .enjoy .container .cards-wrapper .card:nth-child(6) {
    margin-top: -40px;
    grid-row: 3;
    display: flex;
    justify-content: end;
  }
  .enjoy .container .cards-wrapper .card:nth-child(7) {
    margin-top: 0;
    margin-top: -60px;
    display: flex;
    justify-content: end !important;
  }
  .enjoy .container .cards-wrapper img {
    height: 110px;
  }
  .enjoy .container .cards-wrapper .div:not(.card) {
    display: none;
  }
  .map {
    background-color: #f7f5f4;
    position: relative;
    padding-top: 54px;
  }
  .map img {
    width: 100%;
    margin-bottom: -10px;
  }
  .map .text {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .map .text h1 {
    font-family: MainFontBold;
    color: #301c3e;
  }
  .map .text p {
    font-size: 13px;
  }
  .why-wait .container h1 {
    font-size: 60px;
  }
  .why-wait .container p {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 32px;
    max-width: 750px;
  }
  .why-wait .container img {
    width: 100%;
    max-width: 750px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 575.98px) {
  header {
    padding: 9px 0;
  }
  header .container .logo {
    width: 110px;
  }
  header .container .more_btn {
    width: 38px;
    height: 38px;
  }
  header .container .more_btn svg {
    width: 28px;
    height: 28px;
  }
  header .container .toggled-menu {
    padding: 16px;
    padding-top: 16px;
    padding-top: 64px;
    gap: 32px;
  }
  header .container .toggled-menu form {
    align-items: center;
    display: flex;
    padding: 8px;
    border-radius: 10px;
  }
  header .container .toggled-menu form input {
    width: calc(100% - 39px);
  }
  header .container .toggled-menu form button {
    padding: 5px;
  }
  header .container .toggled-menu form button img {
    width: 25px;
    height: 25px;
  }
  header .container .toggled-menu nav a {
    font-size: 26px;
  }
  header .container .toggled-menu .btn a {
    font-size: 17px;
  }
  .hero {
    margin-top: 54px;
  }
  .hero .container {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .hero .container h1 {
    font-size: 28px;
  }
  .hero .container p {
    font-size: 18px;
  }
  .hero .container .btns {
    margin-top: 8px;
  }
  .hero .container .btns a img {
    width: 150px;
  }
  .boost-your-growth {
    padding: 32px 0;
  }
  .boost-your-growth .container h1 {
    font-size: 38px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .boost-your-growth .container h1::before {
    height: 5px;
    width: 30%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .boost-your-growth .container p {
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
  }
  .boost-your-growth .container p span:first-child {
    display: none;
  }
  .boost-your-growth .container .line-part .text h2 {
    font-size: 25px;
    margin-bottom: 0;
    padding: 0;
  }
  .boost-your-growth .container .line-part .text p {
    max-width: 100%;
    font-size: 14px;
    margin: 0;
    text-align: right;
  }
  .boost-your-growth .container .line-part .bottom > div h3 {
    font-size: 20px;
    font-family: "MainFontBold";
    border-radius: 50px;
    padding: 2px 14px;
    color: #fff;
    width: max-content;
    display: block;
    margin: auto;
    min-width: 140px;
    text-align: center;
  }
  .boost-your-growth .container .line-part .bottom > div p {
    font-size: 13px;
  }
  .boost-your-growth .for-pc {
    display: none !important;
  }
  .boost-your-growth .for-mobile {
    display: block !important;
  }
  .meets-need {
    padding: 70px 0 40px;
  }
  .meets-need .container h1 {
    font-size: 32px;
  }
  .meets-need .container p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    max-width: 500px;
    display: block;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 12px;
    margin-bottom: 32px;
  }
  .meets-need .container .cards_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
    margin-top: 32px;
    align-content: center;
  }
  .meets-need .container .cards_wrapper .card {
    padding: 10px;
    border-radius: 6px;
    gap: 8px;
    flex-direction: column;
  }
  .meets-need .container .cards_wrapper .card img {
    width: 40px;
  }
  .meets-need .container .cards_wrapper .card h3 {
    font-size: 18px;
  }
  .meets-need .container .cards_wrapper .card p {
    font-size: 11px;
    text-align: right;
    line-height: 15px;
  }
  .our-vision {
    padding: 40px 0;
  }
  .our-vision .container h1 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 16px;
  }
  .our-vision .container p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
  }
  .our-vision .container h1.middle span:first-child {
    font-size: 65px;
  }
  .our-vision .container .statistics {
    gap: 40px;
    margin: 60px 0;
    flex-direction: row;
    align-items: center;
  }
  .our-vision .container .statistics div {
    font-size: 20px;
    line-height: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .our-vision .container .statistics div span {
    width: 80px;
    min-height: 60px;
    font-size: 27px;
  }
  .our-vision .container img {
    width: 100%;
    display: block;
    margin: auto;
  }
  .enjoy {
    padding: 72px 0 40px;
  }
  .enjoy .container .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .enjoy .container .cards-wrapper .intro {
    font-size: 20px;
    font-family: MainFontLight;
  }
  .enjoy .container .cards-wrapper h1 {
    font-size: 32px;
    font-family: MainFontBold;
    color: #301c3e;
  }
  .enjoy .container .cards-wrapper .sub-title {
    font-size: 14px;
    font-family: MainFontLight;
    margin-bottom: 16px;
  }
  .enjoy .container .cards-wrapper .card:nth-child(odd):not(:first-child) {
    display: flex;
    justify-content: start;
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) {
    transform: translateY(0);
  }
  .enjoy .container .cards-wrapper .card:nth-child(2) img {
    margin-right: 0;
  }
  .enjoy .container .cards-wrapper .card:nth-child(3) {
    margin-top: -16px;
    display: flex;
    justify-content: start;
  }
  .enjoy .container .cards-wrapper .card:nth-child(6) {
    margin-top: -16px;
    grid-row: 3;
    display: flex;
    justify-content: end;
  }
  .enjoy .container .cards-wrapper .card:nth-child(7) {
    margin-top: 0;
    margin-top: -40px;
    display: flex;
    justify-content: end !important;
  }
  .enjoy .container .cards-wrapper img {
    height: 100px;
  }
  .enjoy .container .cards-wrapper .div:not(.card) {
    display: none;
  }
  .marketing {
    padding: 40px 0;
    background-color: #f7f5f4;
  }
  .marketing .container h1 {
    font-size: 29px;
  }
  .marketing .container p {
    font-size: 16px;
  }
  .marketing .container img {
    width: 100%;
    margin-top: 32px;
  }
  .neggotiate {
    padding: 40px 0;
  }
  .neggotiate .container {
    gap: 16px;
  }
  .neggotiate .container > div img {
    max-width: 280px;
  }
  .why-wait {
    padding: 40px 0;
  }
  .why-wait .container h1 {
    font-size: 50px;
  }
  .why-wait .container p {
    font-size: 16px;
    padding: 0 0;
    margin-bottom: 24px;
    max-width: 750px;
  }
  .why-wait .container img {
    width: 100%;
    max-width: 750px;
    margin: auto;
    display: block;
  }
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding-bottom: 200px;
}

.login-card {
  width: max-content;
  min-width: 450px;
  max-width: 1100px;
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  direction: rtl;
}
.login-card.has-outline {
  border: 1px solid #fff;
}
.login-card input {
  padding: 7px 16px;
  border: none;
  background: white;
  border-radius: 4px;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.login-card input:focus {
  outline: 1px solid #301c3e;
  border: none;
}
.login-card .key {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: white;
  margin-top: 10px;
  margin-bottom: 1rem;
  padding: 7px 16px;
  border: none;
  background: white;
  border-radius: 4px;
  font-size: 18px;
  background-color: #301c3e;
  color: #fff;
  height: 100%;
}
.login-card button {
  background: rgb(59, 30, 64);
  background: linear-gradient(126deg, rgb(59, 30, 64) 0%, rgb(130, 47, 77) 100%);
  padding: 8px;
  border: none;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
}
.login-card button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.login-card h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #88304e;
}

.login-card .form-control {
  height: 45px;
  margin-bottom: 1rem;
}

.login-card .form-check-label {
  margin-right: 1.25rem;
}

.login-card .btn-primary {
  background: #88304e;
  border-color: #88304e;
  height: 45px;
  font-size: 1rem;
  font-weight: 600;
}

.login-card .btn-primary:hover {
  background: #a94562;
  border-color: #a94562;
}

.login-card p {
  text-align: center;
  margin-top: 1.5rem;
}

.login-card p a {
  color: #88304e;
  text-decoration: underline;
}

.Register-body {
  background-image: url("/site/imgs/ImageF.png");
  background-size: cover;
  padding-bottom: 200px !important;
  background-position: top;
}
.Register-body footer {
  margin-top: 100px;
}

.add-unit-body {
  background-image: url("/site/imgs/Backimage2.png");
  background-size: contain;
  background-position: top;
  background-color: transparent;
}
.add-unit-body footer {
  margin-top: 100px;
}

.owner-header {
  padding-top: 100px;
}
.owner-header .container {
  display: flex;
  gap: 60px;
}
.owner-header .container img {
  width: 120px;
}
.owner-header .container .links {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.owner-header .container a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.login-card {
  background: rgb(59, 30, 64);
  background: linear-gradient(0deg, rgba(59, 30, 64, 0.429) 0%, #681738 100%);
  border-radius: 12px;
  box-shadow: none !important;
}

#phone-form, #otp-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#phone-form .phone-group, #phone-form .otp-group, #otp-form .phone-group, #otp-form .otp-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#phone-form .phone-group.otp-group, #phone-form .otp-group.otp-group, #otp-form .phone-group.otp-group, #otp-form .otp-group.otp-group {
  gap: 0;
}
#phone-form .phone-group.otp-group h1, #phone-form .otp-group.otp-group h1, #otp-form .phone-group.otp-group h1, #otp-form .otp-group.otp-group h1 {
  color: #fff;
  font-family: MainFont !important;
  margin-top: 40px;
  margin-bottom: 32px;
  display: flex;
  align-items: end;
  gap: 4px;
  font-size: 24px;
  line-height: 20px;
}
#phone-form .phone-group.otp-group h1 img, #phone-form .otp-group.otp-group h1 img, #otp-form .phone-group.otp-group h1 img, #otp-form .otp-group.otp-group h1 img {
  width: 37px;
}
#phone-form .phone-group > img, #phone-form .otp-group > img, #otp-form .phone-group > img, #otp-form .otp-group > img {
  width: 100px;
}
#phone-form .phone-group .input-wrapper, #phone-form .otp-group .input-wrapper, #otp-form .phone-group .input-wrapper, #otp-form .otp-group .input-wrapper {
  background-color: #fff;
  border-radius: 50px;
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  gap: 16px;
}
#phone-form .phone-group .input-wrapper img, #phone-form .otp-group .input-wrapper img, #otp-form .phone-group .input-wrapper img, #otp-form .otp-group .input-wrapper img {
  width: 25px;
}
#phone-form .phone-group .input-wrapper input, #phone-form .otp-group .input-wrapper input, #otp-form .phone-group .input-wrapper input, #otp-form .otp-group .input-wrapper input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  border-radius: 0;
  width: 200px;
  color: #301c3e;
}
#phone-form .phone-group .input-wrapper input:focus, #phone-form .otp-group .input-wrapper input:focus, #otp-form .phone-group .input-wrapper input:focus, #otp-form .otp-group .input-wrapper input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #88304e;
  padding: 0;
}
#phone-form .phone-group .input-wrapper .key, #phone-form .otp-group .input-wrapper .key, #otp-form .phone-group .input-wrapper .key, #otp-form .otp-group .input-wrapper .key {
  background-color: #2a9843;
  border-radius: 8px;
  padding: 4px 8px;
  margin: 0;
  box-shadow: none;
}
#phone-form .phone-group .code-input-wrapper, #phone-form .otp-group .code-input-wrapper, #otp-form .phone-group .code-input-wrapper, #otp-form .otp-group .code-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#phone-form .phone-group .code-input-wrapper .cube, #phone-form .otp-group .code-input-wrapper .cube, #otp-form .phone-group .code-input-wrapper .cube, #otp-form .otp-group .code-input-wrapper .cube {
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 2px solid #fefefe;
  background-color: transparent;
  text-align: center;
  font-size: 24px;
  color: #fff;
  outline: none;
}
#phone-form button, #otp-form button {
  background: #681a37;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  width: max-content;
  margin: auto !important;
  padding: 4px 16px;
  display: block;
  border: 1px solid #fff;
  font-family: MainFont;
  transition: 0.3s ease-in all;
  min-width: 140px;
}
#phone-form button:hover, #otp-form button:hover {
  background: #88304e;
}

#owner-section h1, #supervisor-section h1 {
  font-size: 35px;
  color: #fff;
  font-family: MainFontBold;
  text-align: center;
}
#owner-section .input-row, #supervisor-section .input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  padding: 0 24px;
}
#owner-section .input-row .input-group .input-wrapper, #supervisor-section .input-row .input-group .input-wrapper {
  position: relative;
}
#owner-section .input-row .input-group img, #supervisor-section .input-row .input-group img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  object-fit: contain;
}
#owner-section .input-row .input-group label, #supervisor-section .input-row .input-group label {
  color: #fff;
  font-size: 18px;
  padding: 0 32px 8px 0;
  display: block;
  font-family: MainFont;
  display: flex;
  align-items: center;
  gap: 2px;
}
#owner-section .input-row .input-group label svg, #supervisor-section .input-row .input-group label svg {
  stroke: #cc2b24;
  width: 12px;
}
#owner-section .input-row .input-group input, #supervisor-section .input-row .input-group input {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50px;
  padding: 24px 32px !important;
  padding-right: 44px !important;
  line-height: 24px;
  color: #fff !important;
  width: 100%;
  font-size: 18px !important;
  margin: 0;
}
#owner-section .input-row .input-group input:disabled, #supervisor-section .input-row .input-group input:disabled {
  color: #fff !important;
}
#owner-section .btn-wrapper, #supervisor-section .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
#owner-section .btn-wrapper .form-check, #supervisor-section .btn-wrapper .form-check {
  color: #fff;
}
#owner-section .btn-wrapper .form-check .form-check-label, #supervisor-section .btn-wrapper .form-check .form-check-label {
  font-size: 20px;
}
#owner-section .btn-wrapper .form-check a, #supervisor-section .btn-wrapper .form-check a {
  color: #fff;
}
#owner-section .btn-wrapper .form-check svg, #supervisor-section .btn-wrapper .form-check svg {
  stroke: #cc2b24;
  width: 12px;
}
#owner-section .btn-wrapper .form-check .icon, #supervisor-section .btn-wrapper .form-check .icon {
  width: 25px;
  height: 25px;
  border-radius: 10px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
#owner-section .btn-wrapper .form-check .icon svg, #supervisor-section .btn-wrapper .form-check .icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  opacity: 0;
}
#owner-section .btn-wrapper .form-check input:checked + label .icon svg, #supervisor-section .btn-wrapper .form-check input:checked + label .icon svg {
  opacity: 1;
}
#owner-section .btn-wrapper button, #supervisor-section .btn-wrapper button {
  background: #1f6a34 !important;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  width: max-content;
  margin: 0;
  padding: 4px 16px;
  display: block;
  border: 1px solid #fff !important;
  font-family: MainFont;
  transition: 0.3s ease-in all;
  min-width: 140px;
}
#owner-section .btn-wrapper button:hover, #supervisor-section .btn-wrapper button:hover {
  background: #2c9249 !important;
}

.add_your_unit {
  padding: 72px 160px 100px !important;
  margin: 80px auto 0px !important;
  position: relative;
}
.add_your_unit > img {
  width: 100px !important;
}
.add_your_unit h1 {
  color: #fff;
  margin-bottom: 0 !important;
}
.add_your_unit p {
  font-size: 18px;
  color: #fff;
  margin-top: 8px !important;
}
.add_your_unit a {
  display: flex;
  align-items: center;
  font-size: 22px !important;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 16px;
  gap: 24px;
  margin-top: 32px;
}
.add_your_unit a img {
  width: 30px;
}
.add_your_unit .complete {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  text-align: center;
}
.add_your_unit .complete span {
  background-color: #2a9843;
  padding: 0 4px;
  border-radius: 8px;
  margin: 0 8px;
}

.login-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
  padding-top: 72px;
  padding-bottom: 40px;
}
.login-wrapper .text {
  border-left: 1px solid #fff;
  padding-left: 80px;
}
.login-wrapper .text h1 {
  font-size: 118px;
  font-family: MainFontBold !important;
  color: #fff;
}
.login-wrapper .text p {
  font-size: 32px;
  line-height: 55px;
  color: #fff;
}
.login-wrapper .input-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 40px;
  width: 100%;
}
.login-wrapper .input-row .input-group {
  width: 100%;
}
.login-wrapper .input-row .input-group .input-wrapper {
  position: relative;
}
.login-wrapper .input-row .input-group img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  object-fit: contain;
}
.login-wrapper .input-row .input-group label {
  color: #fff;
  font-size: 18px;
  padding: 0 32px 8px 0;
  display: block;
  font-family: MainFont;
  display: flex;
  align-items: center;
  gap: 2px;
}
.login-wrapper .input-row .input-group label svg {
  stroke: #cc2b24;
  width: 12px;
}
.login-wrapper .input-row .input-group input {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50px;
  padding: 24px 32px !important;
  padding-right: 44px !important;
  line-height: 24px;
  color: #fff !important;
  width: 100%;
  font-size: 18px !important;
  margin: 0;
}
.login-wrapper .input-row .input-group input:disabled {
  color: #fff !important;
}
.login-wrapper .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  color: #fff;
}
.login-wrapper .btns button, .login-wrapper .btns a {
  background: #681a37;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  width: max-content;
  margin: auto !important;
  padding: 4px 16px;
  display: block;
  border: 1px solid #fff;
  font-family: MainFont;
  transition: 0.3s ease-in all;
  min-width: 140px;
}
.login-wrapper .btns button:hover, .login-wrapper .btns a:hover {
  background: #88304e;
}
.login-wrapper .login-card {
  width: 450px;
}
.login-wrapper .login-card form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 1399.98px) {
  .login-wrapper .text p {
    font-size: 25px;
    line-height: 45px;
    color: #fff;
  }
  .login-wrapper .text h1 {
    font-size: 98px;
    font-family: MainFontBold !important;
    color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .login-wrapper .input-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 40px;
    width: 100%;
    max-width: 320px;
  }
  .login-wrapper .login-card {
    min-width: 390px;
  }
  .login-wrapper .text p {
    font-size: 21px;
    line-height: 44px;
    color: #fff;
  }
  .login-wrapper .text h1 {
    font-size: 81px;
    font-family: MainFontBold !important;
    color: #fff;
  }
  .login-wrapper .text {
    border-left: 1px solid #fff;
    padding-left: 40px;
  }
  .login-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    padding-top: 72px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992.98px) {
  .owner-header {
    padding-top: 50px;
  }
  .owner-header .container img {
    width: 100px;
    object-fit: contain;
  }
  .owner-header .container a {
    font-size: 16px;
  }
  .login-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    padding-top: 72px;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .login-wrapper .text {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .owner-header .container {
    display: flex;
    gap: 60px;
    justify-content: space-between;
  }
  .owner-header .container .links {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .login-wrapper .login-card {
    width: 100%;
  }
  .login-wrapper .login-card {
    min-width: 290px;
  }
  .login-wrapper .input-row .input-group input {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 22px 32px !important;
    padding-right: 32px;
    padding-right: 44px !important;
    line-height: 21px;
    color: #fff !important;
    width: 100%;
    font-size: 14px !important;
    margin: 0;
    font-size: 18;
  }
  .login-wrapper .btns button, .login-wrapper .btns a {
    background: #681a37;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    width: max-content;
    margin: auto !important;
    padding: 4px 16px;
    display: block;
    border: 1px solid #fff;
    font-family: MainFont;
    transition: 0.3s ease-in all;
    min-width: 100px;
  }
  .login-card form > img {
    width: 90px !important;
    display: block;
    margin-bottom: 12px !important;
  }
  .login-wrapper .text h1 {
    font-size: 51px;
    font-family: MainFontBold !important;
    color: #fff;
  }
  .login-wrapper .text p {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
  }
  .Register-body {
    background-image: url("/site/imgs/ImageF.png");
    background-size: cover;
    background-position: top;
    min-height: calc(100vh - 200px);
  }
  .login-card {
    min-width: 100%;
  }
  #phone-form .phone-group .input-wrapper, #phone-form .otp-group .input-wrapper, #otp-form .phone-group .input-wrapper, #otp-form .otp-group .input-wrapper {
    background-color: #fff;
    border-radius: 50px;
    padding: 4px 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    gap: 16px;
  }
  #phone-form .phone-group .input-wrapper input, #phone-form .otp-group .input-wrapper input, #otp-form .phone-group .input-wrapper input, #otp-form .otp-group .input-wrapper input {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    width: 140px;
    color: #301c3e;
    font-size: 15px;
    height: 37px;
    padding: 7px 9px;
  }
  #phone-form .phone-group .input-wrapper img, #phone-form .otp-group .input-wrapper img, #otp-form .phone-group .input-wrapper img, #otp-form .otp-group .input-wrapper img {
    width: 17px;
  }
  #phone-form .phone-group .input-wrapper .key, #phone-form .otp-group .input-wrapper .key, #otp-form .phone-group .input-wrapper .key, #otp-form .otp-group .input-wrapper .key {
    background-color: #2a9843;
    border-radius: 8px;
    padding: 3px 8px;
    margin: 0;
    box-shadow: none;
    font-size: 14px !important;
  }
  .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 70px;
  }
  #phone-form .phone-group.otp-group h1, #phone-form .otp-group.otp-group h1, #otp-form .phone-group.otp-group h1, #otp-form .otp-group.otp-group h1 {
    color: #fff;
    font-family: MainFont !important;
    margin-top: 30px;
    margin-bottom: 22px;
    display: flex;
    align-items: end;
    gap: 4px;
    font-size: 19px;
    line-height: 20px;
  }
  #phone-form .phone-group .code-input-wrapper .cube, #phone-form .otp-group .code-input-wrapper .cube, #otp-form .phone-group .code-input-wrapper .cube, #otp-form .otp-group .code-input-wrapper .cube {
    width: 35px;
    height: 35px;
    margin: 1px;
    border: 2px solid #fefefe;
    background-color: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    outline: none;
    padding: 4px;
  }
  #phone-form .phone-group.otp-group h1 img, #phone-form .otp-group.otp-group h1 img, #otp-form .phone-group.otp-group h1 img, #otp-form .otp-group.otp-group h1 img {
    width: 27px;
  }
  .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    padding-bottom: 200px;
  }
  #owner-section .input-row, #supervisor-section .input-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px 30px;
    padding: 0;
  }
  #owner-section .input-row .input-group input, #supervisor-section .input-row .input-group input {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 18px 32px !important;
    padding-right: 32px;
    padding-right: 42px !important;
    line-height: 24px;
    color: #fff !important;
    width: 100%;
    font-size: 14px !important;
    margin: 0;
  }
  #owner-section h1, #supervisor-section h1 {
    font-size: 23px;
    color: #fff;
    font-family: MainFontBold;
    text-align: center;
  }
  #owner-section .btn-wrapper .form-check .form-check-label, #supervisor-section .btn-wrapper .form-check .form-check-label {
    font-size: 16px;
    margin: 0;
  }
  .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 0;
  }
  .add_your_unit {
    padding: 52px 30px 100px !important;
    margin: 70px 16px 150px !important;
    position: relative;
    margin-bottom: 0 !important;
    max-width: calc(100% - 32px) !important;
    min-width: calc(100% - 32px) !important;
  }
  .login-card {
    width: max-content;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    direction: rtl;
  }
  .add_your_unit > img {
    width: 60px !important;
  }
  .add_your_unit a {
    display: flex;
    align-items: center;
    font-size: 18px !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 16px;
    gap: 17px;
    margin-top: 32px;
    padding: 8px 23px !important;
  }
  .add_your_unit h1 {
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 29px !important;
  }
  .Register-body {
    background-image: url("/site/imgs/ImageF.png");
    background-size: cover;
    background-position: top;
    min-height: calc(100vh - 200px);
    padding-bottom: 40px;
  }
  .add_your_unit p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px !important;
  }
  .add_your_unit .complete {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
    text-align: center;
    font-size: 13px;
  }
  .add_unit_now form .step > h1 {
    font-size: 33px;
    font-family: MainFontBold !important;
    text-align: center;
    margin-bottom: 32px !important;
  }
  .add_unit_now form label {
    font-size: 15px !important;
    color: #fff;
    font-size: MainFont !important;
    margin-bottom: 24px !important;
    display: block !important;
  }
  .login-card .form-control {
    height: 45px;
    margin-bottom: 1rem;
    margin: 0 !important;
  }
  .add_unit_now form .category-card {
    padding: 10px 32px !important;
    text-align: center;
    margin-bottom: 60px !important;
    margin: auto !important;
    width: max-content;
  }
  .btn-check {
    width: max-content !important;
  }
}

/*# sourceMappingURL=main.css.map */
