@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

.flex-lg {
  justify-content: start;
}
@media screen and (max-width: 992px) {
  .flex-lg {
    justify-content: center;
  }
}

.bg-green {
  background: #4BD7B2;
}

.bg-blue {
  background: #253ACB;
}

.bg-tevkil {
  background: linear-gradient(90deg, #7cacd2 0%, #4bd7b2 100%) !important;
}

.color-black {
  color: #2F2E3D;
}

.color-muted {
  color: #939393;
}

.color-green {
  color: #4BD7B2;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.f-800 {
  font-weight: 800;
}

.nav-container {
  min-height: 150px;
}
@media (max-width: 992px) {
  .nav-container {
    min-height: 0;
    padding: 15px 0;
    width: 100%;
  }
}

.nav-item {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .nav-item {
    margin-right: 0px;
    margin-bottom: 7px;
  }
}

.btn-white {
  width: 130px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
@media (max-width: 992px) {
  .btn-white {
    width: 100%;
  }
}
.btn-white i {
  float: left;
  color: #FFF;
}
.btn-white:hover {
  background: #FFF;
  color: #000;
}
.btn-white:hover i {
  color: #000 !important;
}

.btn-apple {
  width: 180px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  font-weight: 600 !important;
  font-size: 15px !important;
  background: #FFF;
  border: 3px solid #FFF;
  color: #7CACD2;
}
.btn-apple i {
  font-size: 20px !important;
}
@media (max-width: 992px) {
  .btn-apple {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-apple i {
  float: left;
  color: #7CACD2 !important;
}
.btn-apple:hover {
  border: 3px solid #f2f2f2;
  background: #f2f2f2;
}
.btn-apple:hover i {
  color: #7CACD2 !important;
}

.btn-google {
  width: 180px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  font-weight: 600 !important;
  font-size: 15px !important;
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
.btn-google i {
  font-size: 20px !important;
}
@media (max-width: 992px) {
  .btn-google {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-google i {
  float: left;
  color: #FFF !important;
}
.btn-google:hover {
  background: #FFF;
  color: #000;
}
.btn-google:hover i {
  color: #000 !important;
}

.login-btn {
  width: 130px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background: #016A8F;
  color: #FFF;
}
@media (max-width: 992px) {
  .login-btn {
    width: 100%;
  }
}
.login-btn:hover {
  background: #017da8;
  color: #FFF;
}

.register-btn {
  width: 130px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background: #4BD7B2;
  color: #FFF;
}
@media (max-width: 992px) {
  .register-btn {
    width: 100%;
  }
}
.register-btn:hover {
  background: #60dcbb;
  color: #FFF;
}

.main-card {
  padding: 0 20px;
}
.main-card .p-10 {
  box-shadow: 0px 0px 100px 0px rgba(75, 215, 178, 0.1);
}
@media (max-width: 992px) {
  .main-card {
    padding: 0;
    margin-top: 20px;
  }
}

footer {
  margin-top: 100px;
}
@media (max-width: 992px) {
  footer {
    margin-top: 50px;
  }
}

.stats-container {
  background: #fff;
  top: -50px;
  padding: 10px;
  z-index: 5;
  margin: 0 10px;
}
.stats-container .home-stats {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stats-container .home-stats .stat-icon {
  margin-right: 20px;
  color: #4BD7B2;
  font-size: 50px;
}
@media (max-width: 768px) {
  .stats-container {
    background: transparent;
    padding: 0;
    z-index: 0;
    box-shadow: none !important;
  }
  .stats-container .home-stats {
    box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.05);
    z-index: 5;
    background: #FFF;
    width: 100% !important;
    margin-bottom: 30px;
    padding: 20px !important;
  }
}

.footer-first {
  padding: 60px 20px;
}

.footer-second {
  z-index: 111;
  padding: 0 20px;
}

.footer-header {
  font-size: 36px;
}
@media (max-width: 992px) {
  .footer-header {
    font-size: 26px;
  }
}

.second-padding {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .second-padding {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 992px) {
  .second-mobile {
    padding: 30px 0;
  }
}

.mobile-invisible {
  display: block;
}
@media (max-width: 992px) {
  .mobile-invisible {
    display: none;
  }
}

.section-tevkil {
  background: #fff;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .section-tevkil {
    padding: 50px 0;
  }
}

.footer-link {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 992px) {
  .footer-link {
    opacity: 0.7;
  }
}

.footer-mock {
  position: absolute;
  z-index: 91;
  right: 0;
  bottom: -300px;
  height: auto;
}
@media (max-width: 992px) {
  .footer-mock {
    position: relative;
    width: 100%;
    right: 0;
    bottom: -80px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .footer-mock {
    height: 400px;
    position: relative;
    width: 100%;
    right: 0;
    bottom: -40px;
  }
}

.contact-padding {
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.05);
  padding: 70px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .contact-padding {
    padding: 25px;
  }
}

@media (max-width: 992px) {
  .mock-cover {
    height: 470px;
  }
}
@media (max-width: 768px) {
  .mock-cover {
    height: 270px;
  }
}

.label-head {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
}

.label-sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.header-sub {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .header-sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.header {
  text-align: left;
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 102px;
}
@media (max-width: 992px) {
  .header {
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: unset;
  }
}

.jumbotron-tevkil {
  padding: 175px 0;
}
.jumbotron-tevkil .image {
  width: 700px !important;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .jumbotron-tevkil {
    padding: 50px 0;
  }
  .jumbotron-tevkil .image {
    width: 80% !important;
    order: -1;
    position: unset !important;
    margin: auto;
  }
}

.padding-y {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .padding-y {
    padding: 15px !important;
  }
}

.cityBtn {
  width: 130px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background: #F9F9F9;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
}
@media (max-width: 992px) {
  .cityBtn {
    width: 100%;
  }
}
.cityBtn:hover {
  background: #f1f1f1;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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