@import url("https://fonts.googleapis.com/css?family=Cairo:400,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Cairo" !important;
}

body {
  font-family: "Cairo";
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

.mainBtn {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 20px #ffffff45;
          box-shadow: 0px 5px 20px #ffffff45;
  border-radius: 77px;
  font-size: 20px;
  padding: 15px 55px;
  color: #fbc608;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainBtn.largBtn {
  font-size: 25px;
}

.mainBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 0;
  border-radius: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 0%;
  background-color: #ffb545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mainBtn:hover {
  color: #fff;
  z-index: 99;
}

.mainBtn:hover:after {
  opacity: 1;
  width: 100%;
  z-index: -1;
  background-color: #fbc608;
}

.mainBtnTransparent {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #fff;
}

.mainBtnTransparent:hover {
  color: #fbc608;
  z-index: 99;
}

.mainBtnTransparent:hover:after {
  opacity: 1;
  width: 100%;
  z-index: -1;
  background-color: #fff;
}

.mainBtnGold {
  background: #0000 -webkit-gradient(linear, left top, right top, from(#fad10f), to(#ffb347)) 0% 0% no-repeat padding-box;
  background: #0000 linear-gradient(90deg, #fad10f 0%, #ffb347 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.mainBtnGold:hover:after {
  background-color: #ffb545;
}

.mainShadow {
  -webkit-box-shadow: 0px 3px 20px #00000014;
          box-shadow: 0px 3px 20px #00000014;
}

.text-gray-sm {
  color: #92a0ae;
  font-weight: normal;
}

.soon {
  float: left;
  border: 1px solid #fb012b;
  border-radius: 22px;
  color: #fb012b;
  padding: 0px 10px;
}

.text-gold {
  color: #ffb545 !important;
}

.text-gray {
  color: #798893 !important;
}

.mycontainer {
  max-width: 900px;
  margin: auto;
}

.mycontainer-bg {
  max-width: 1350px;
  margin: auto;
}

.space-padding {
  padding-top: 6rem;
}

.space-margin {
  margin-top: 6rem;
}

.space-padding-sm {
  padding-top: 4rem;
}

@media (max-width: 991px) {
  .space-padding {
    padding-top: 3rem;
  }
  .space-padding-sm {
    padding-top: 1rem;
  }
  .space-margin {
    padding-top: 3rem;
  }
}

.app-img {
  margin-bottom: 6rem;
}

.app-img a {
  margin-left: 10px;
}

.app-img img {
  width: 167px;
}

#header {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#fad10f), to(#ffb347)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #fad10f 0%, #ffb347 100%) 0% 0% no-repeat padding-box;
}

#header .header-logo {
  text-align: right;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .header-logo img {
  width: 200px;
  height: 70px;
}

#header .row .header-text {
  width: 85%;
  margin-bottom: 20px;
  text-align: right !important;
}

#header .row .header-text h2 {
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}

#header .row .header-text > span {
  color: #939fa4;
  font-size: 15px;
}

#header .row .dots-abs.big {
  background: transparent url("../../../imges/rectangle-7.png") 0% 0% no-repeat padding-box;
  top: 30px;
  left: 730px;
  width: 40vw;
  height: 40vh;
}

#header .row .dots-abs.small {
  background: transparent url("../../../imges/rectangle-small.png") 0% 0% no-repeat padding-box;
  top: 58px;
  left: 1225px;
  width: 60px;
  height: 60px;
}

.service {
  padding: 18px;
}

.service h2 {
  font-size: 18px;
  color: #000;
}

.service .icon {
  background: linear-gradient(153deg, #ffee00 5%, #f89c12 97%);
  margin: 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px #0000001a;
          box-shadow: 0px 10px 30px #0000001a;
  margin-bottom: 30px;
}

.service .icon svg {
  width: 60px;
}

.white-bg {
  background: linear-gradient(211deg, #f2f2f2 45%, #ffffff 97%);
}

.red-bg {
  background: linear-gradient(211deg, #ff4e4e 45%, #ff7272 97%);
}

.yellow-bg {
  background: linear-gradient(211deg, #ffbb00 45%, #f8e112 97%);
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

#price .price-card {
  padding: 30px 25px;
  border-radius: 10px;
  min-height: 450px;
  -webkit-box-shadow: 0px 5px 25px #0000001a;
          box-shadow: 0px 5px 25px #0000001a;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#price .price-card:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0px 35px 45px #0000001a;
          box-shadow: 0px 35px 45px #0000001a;
}

#price .price-card__footer .price-btn {
  -webkit-box-shadow: 0px 10px 25px #00000029;
          box-shadow: 0px 10px 25px #00000029;
  border-radius: 45px;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
}

#price .price-card .row {
  margin-bottom: 5rem;
}

#price .price-card span {
  font-size: 12px;
}

#price .price-card p {
  margin: 40px 0;
}

#price .price-card .feature {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#price .price-card .feature svg {
  margin-left: 10px;
}

#price .price-card .left .icon,
#price .price-card .right .icon {
  margin-left: 10px;
}

#person {
  background-image: url("../../../assets/images/person-bg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

#person h2 {
  font-weight: bold;
  padding: 15px;
}

#person .person-text {
  color: #fff;
  line-height: 2.1;
  font-size: 24px;
  padding: 15px;
}

#video {
  background-image: url("../../../assets/images/video-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

#video .layer {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#video .layer .play-btn {
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#video .video-modal {
  width: 100vw;
  height: 93vh;
}

.modal-content {
  margin: 0 auto;
}

.modal-dialog {
  margin: 0;
}

.modal {
  padding-right: 0 !important;
}

#loginNow {
  background-color: #eff2f4;
  padding: 20px;
}

#loginNow .nowBtn {
  background-color: #ffcb33;
  padding: 10px 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
}

#footer {
  background-image: url("../../../assets/images/footer.png"), url("../../../assets/images/app-group.png");
  background-size: contain, cover;
  background-position: 0% 100%, bottom;
  background-repeat: no-repeat;
  height: 135vh;
  color: #fff;
}

#footer .rights p {
  margin: 0;
}

#footer .bottom {
  border-top: 0.5px solid #ffffff99;
  padding: 20px 0px;
}

#footer .icons {
  padding-bottom: 15px;
}

#footer .supHeader {
  font: Bold 35px/55px Cairo !important;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000040;
}

#footer h2 {
  display: inline-block;
  border-bottom: 1px solid #ffffff99;
}

#footer .logo {
  width: 243px;
}

#footer .app-icon {
  text-align: center;
  margin-bottom: 5rem;
}

#footer .app-icon img {
  width: 20%;
}

footer .icons a:not(:last-child) {
  margin-left: 20px;
}

footer .icons svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 992px) and (max-width: 1024px) {
  #header .row .header-text {
    width: auto;
  }
}

@media (max-width: 991px) {
  #header .row .img-phone {
    position: unset;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #header .row .img-phone img {
    -webkit-transform: none !important;
            transform: none !important;
  }
  #header .row .dots-abs.big {
    display: none;
  }
  #header .row .dots-abs.small {
    display: none;
  }
  #person .person-text {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
  }
  #price .price-card__footer .price-btn {
    font-size: 14px;
  }
  #price .price-card {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .app-img img {
    width: 140px;
    margin: 0 auto;
  }
  .app-img a {
    margin-top: 15px;
  }
  #header .row .header-text {
    width: auto;
  }
  #footer {
    height: 60vh;
  }
  #footer .supHeader {
    font: Bold 25px/45px Cairo !important;
    margin-bottom: 0;
  }
  #footer .bottom {
    padding: 5px 0px;
  }
  #footer .logo-text p {
    margin-bottom: 0 !important;
  }
  #footer .rights p {
    font-size: 10px;
  }
  #footer .logo {
    width: 200px;
  }
  .app-img {
    margin-bottom: 3rem;
  }
  footer .icons svg {
    fill: #ea6c03;
  }
  .header_btns {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .a-logo {
    width: 100%;
    text-align: center;
  }
  .mainBtn {
    font-size: 16px;
    padding: 10px 30px;
  }
  .mainBtn.largBtn {
    font-size: 18px;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 2rem;
  height: 2rem;
  border-width: 1px;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 2rem;
  height: 2rem;
}

.card-box {
  border: 1px solid #c4c9df;
}

.card-box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #92a0ae;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a9abaf4d;
  padding-bottom: 15px;
}

.card-box_top__btns {
  text-align: left;
}

.card-box_top__btns img {
  cursor: pointer;
}

.card-box_text {
  padding-top: 20px;
  text-align: right;
}

.card-box_text p {
  font-size: 20px;
  line-height: 2;
  color: #707070;
}

.card-box_info__authorName {
  color: #ffb347;
}

.card-box_info__title {
  color: #ffcc33;
}

.card-box_info__bookInfo {
  color: #92a0ae;
}

.card-box_tags span {
  display: inline-block;
  margin: 5px;
  color: #92a0ae;
  border: 1px solid #dfe2eb;
  border-radius: 50px;
  padding: 7px 20px;
}

@media (max-width: 980px) {
  .card-box_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #92a0ae;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #a9abaf4d;
    padding: 20px 0px;
  }
  .card-box_top__btns img {
    width: 30%;
  }
  .card-box_text {
    padding-top: 15px;
  }
  .card-box_text p {
    font-size: 16px;
  }
}

#login {
  background-image: url(../../../assets/images/login_bg.png);
  background-size: 68vw;
  background-position: 107% -15%;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #fff;
  text-align: center;
}

#login .row {
  height: 100%;
}

#login .text-man p {
  text-align: right;
  margin-bottom: 0;
  color: #939fa4;
  font-size: 1.4rem;
  font-weight: bold;
}

#login .account-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  background-color: transparent;
}

#login .password-btn {
  left: 18px;
  top: 14px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#login .password-btn i {
  font-size: 24px;
  color: #919fad;
}

#login .mdi-lock-outline,
#login .mdi-email-outline,
#login .mdi-account {
  right: 22px;
  top: 13px;
  font-size: 24px;
  color: #919fad;
}

.login-input {
  border: 1px solid #92a0ae;
  border-radius: 78px;
  padding: 20px 55px;
}

@media (max-width: 1025px) {
  #login {
    background-size: 90vw;
    background-position: 136% -3%;
  }
}

@media (max-width: 767px) {
  #login {
    background-image: none;
  }
}

.select2-selection {
  border: 1px solid #c4c9df !important;
  border-radius: 10px !important;
}

.select2-selection__choice {
  background-color: transparent !important;
  border: 1px solid #c4c9df !important;
  border-radius: 50px !important;
  color: #92a0ae !important;
  padding: 5px 15px !important;
}

.select2-selection__choice__remove {
  color: #92a0ae !important;
  margin-left: 15px !important;
}
/*# sourceMappingURL=style.css.map */