:root {
  --main-color: #911ec2;
  --secondary-color: #5d2cd7;
  --shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Tajawal', sans-serif;
  font-size: 14px;
  direction: rtl;
  text-align: right;
}

p {
  line-height: 1.9;
}

button:focus {
  outline: none;
}

.btn {
  font-family: 'Tajawal', sans-serif;
}

.btn-primary {
  padding: 10px 25px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #7450fe), to(#901ec1));
  background-image: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
  background-size: 200% auto;
  color: white;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 25px;
  margin-top: 30px;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.btn-primary:hover {
  background-position: right center !important;
}

.btn-light {
  padding: 10px 25px;
  text-align: center;
  background-color: rgba(144, 30, 193, 0.07);
  color: var(--secondary-color);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-light:hover {
  background: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #7450fe), to(#901ec1));
  background: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
  background-size: 200% auto;
  color: #fff;
}

.section-block {
  padding: 80px 0;
}

.section-header {
  margin-bottom: 80px;
  text-align: center;
}

.section-header h2 {
  font-size: 34px;
  line-height: 45px;
  color: #263b5e;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.section-header p {
  font-size: 15px;
  font-weight: 500;
  color: #77838f;
}

.section-header-style2 {
  text-align: right;
  margin-bottom: 30px;
}

.section-header-style2 h2 {
  font-size: 24px;
  margin-bottom: 3px;
  color: #333;
}

.section-header-style2 p {
  font-size: 14px;
  color: #77838f;
}

.shape-top {
  background-image: url(../img/footer-top.svg);
  background-size: 100% 204px;
  top: 0;
  height: 180px;
  z-index: 1;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shape-bottom {
  background-image: url(../img/footer-top.svg);
  background-size: 100% 100%;
  bottom: 0;
  height: 180px;
  z-index: 1;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.navbar-background {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(144, 30, 193, 0.9)), color-stop(51%, rgba(116, 80, 254, 0.9)), to(rgba(144, 30, 193, 0.9)));
  background-image: linear-gradient(to right, rgba(144, 30, 193, 0.9) 0%, rgba(116, 80, 254, 0.9) 51%, rgba(144, 30, 193, 0.9) 100%);
  background-size: 200% auto;
}

.navbar {
  position: fixed;
  background-color: transparent;
  z-index: 10;
  padding: 15px 0;
  width: 100%;
}

.navbar > div {
  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;
}

.navbar .mobile-menu {
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: none;
}

.navbar h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

.main-header {
  padding-top: 100px;
  width: 100%;
  height: 800px;
  background-image: url("../img/start-home-bg2.jpg");
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.main-header > div {
  z-index: 2;
  position: relative;
}

.main-header .content {
  margin: 100px 0;
}

.main-header .content .home-content {
  margin-top: 35px;
}

.main-header .content .home-content h2 {
  font-size: 40px;
}

.main-header .content .home-content p {
  font-size: 16px;
  line-height: 1.9;
}

.main-header .content .home-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.main-header .content .home-content .btns > div a {
  text-decoration: none;
  color: white;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 22px;
  border: 2px solid white;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-header .content .home-content .btns > div a .btn-icon {
  font-size: 30px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header .content .home-content .btns > div a .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
}

.main-header .content .home-content .btns > div a .btn-title p, .main-header .content .home-content .btns > div a .btn-title h3 {
  font-size: 13px;
}

.main-header .content .home-content .btns > div a:hover {
  background-color: white;
  color: var(--main-color);
}

.main-header .content .home-img {
  max-width: 50%;
  padding-right: 60px;
}

.main-header .content .home-img img {
  -webkit-animation: floating 7s infinite;
          animation: floating 7s infinite;
  width: 100%;
  height: auto;
}

.main-header::after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(rgba(144, 30, 193, 0.9)), color-stop(51%, rgba(107, 73, 238, 0.9)), to(rgba(144, 30, 193, 0.9)));
  background: linear-gradient(to right, rgba(144, 30, 193, 0.9) 0%, rgba(107, 73, 238, 0.9) 51%, rgba(144, 30, 193, 0.9) 100%);
  background-size: 200% auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-header .wave-area {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
}

.main-header .wave-area .wave {
  background: url(../img/wave.svg) repeat-x;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 100px;
  -webkit-animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-header .wave-area .wave:nth-of-type(2) {
  top: -56px;
  -webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
          animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

.features .feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 6px rgba(154, 161, 171, 0.1);
          box-shadow: 0px 0px 25px 6px rgba(154, 161, 171, 0.1);
  text-align: right;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 10px;
}

.features .feature-block .feature-icon {
  width: 80px;
  margin-left: 10px;
}

.features .feature-block .feature-icon img {
  width: 100%;
}

.features .feature-block p {
  color: #77838f;
}

.features .img-box {
  text-align: center;
}

.features .img-box img {
  max-height: 500px;
  max-width: 100%;
  -webkit-animation: floating 7s infinite;
          animation: floating 7s infinite;
}

.how-it-work .how-it-work-img img {
  width: 100%;
  -webkit-animation: floating 7s infinite;
          animation: floating 7s infinite;
}

.how-it-work .step-block {
  padding: 30px 20px 20px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 6px rgba(154, 161, 171, 0.1);
          box-shadow: 0px 0px 25px 6px rgba(154, 161, 171, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-it-work .step-block .step-icon {
  margin-left: 20px;
}

.how-it-work .step-block p {
  color: #77838f;
}

.pricing .year {
  display: none;
}

.pricing .section-header {
  text-align: right;
  margin-bottom: 50px;
}

.pricing .btns-group .btn {
  padding: 15px 30px;
  position: relative;
  border: 1px solid var(--secondary-color);
  background: #fff;
  color: var(--secondary-color);
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  margin: -2px;
  cursor: pointer;
}

.pricing .btns-group .btn:first-of-type {
  border-radius: 0 25px 25px 0;
}

.pricing .btns-group .btn:last-of-type {
  border-radius: 25px 0 0 25px;
}

.pricing .btns-group .btn span {
  position: absolute;
  top: -16px;
  left: -40px;
  color: #fff;
  background-color: #00c9a7;
  padding: 8px 10px;
  font-size: 11px;
  border-radius: 14px;
}

.pricing .btns-group .btn.active {
  background: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #7450fe), to(#901ec1));
  background: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
  background-size: 200% auto;
  color: #fff;
}

.pricing .btns-group .btn:focus {
  outline: none;
}

.pricing .card {
  margin: 20px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(140, 152, 164, 0.125) !important;
          box-shadow: 0 0 25px rgba(140, 152, 164, 0.125) !important;
  border-radius: 15px;
  padding: 0;
}

.pricing .card-header {
  background: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #6b49ee), to(#901ec1));
  background: linear-gradient(to right, #901ec1 0%, #6b49ee 51%, #901ec1 100%);
  color: white;
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-radius: 15px 15px 0 0;
}

.pricing .card-header h4 {
  font-size: 25px;
}

.pricing .card-header span.price {
  margin: 20px 0;
  display: block;
}

.pricing .card-header span.price-currency {
  vertical-align: top !important;
}

.pricing .card-header span.price-num {
  font-size: 40px;
  font-weight: bold;
}

.pricing .card-header span.price-date {
  font-size: 16px;
}

.pricing .card-header .shape {
  position: absolute;
  bottom: -6px;
  width: 100%;
}

.pricing .card-header .shape img {
  width: 100%;
}

.pricing .card-content {
  padding: 25px;
}

.pricing .card-content ul {
  list-style: none;
  padding: 0 30px;
}

.pricing .card-content ul li {
  margin: 15px 0;
  font-size: 14px;
  position: relative;
}

.pricing .card-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: -30px;
  color: var(--main-color);
  font-size: 11px;
  width: 25px;
  height: 25px;
  background-color: #911ec224;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

.pricing .card-content .btn {
  margin-top: 30px;
  width: 100%;
  border-radius: 25px;
}

.pricing .top {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.reviews {
  position: relative;
  background: #f8f9fb;
  padding: 260px 0;
}

.reviews .section-header {
  text-align: right;
  margin-bottom: 20px;
}

.reviews .btns-group .btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.reviews .review-box {
  text-align: center;
  z-index: 10;
}

.reviews .review-box p {
  margin-bottom: 15px;
  font-size: 16px;
  padding-top: 60px;
  color: #77838f;
}

.reviews .review-box h4 {
  font-size: 20px;
}

.reviews .review-box span {
  font-size: 12px;
}

.reviews .review-box::before {
  content: ",,";
  font-size: 190px;
  letter-spacing: -10px;
  color: rgba(144, 30, 193, 0.2);
  position: absolute;
  top: -50px;
  left: 45%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reviews .person-slider {
  display: inline-block;
}

.reviews .person-slider .center img {
  opacity: 1 !important;
}

.reviews .person-slider .person-box {
  width: 60px;
  text-align: center;
  margin: 30px auto;
}

.reviews .person-slider .person-box img {
  width: 100%;
  border-radius: 50%;
  opacity: 0.2;
}

.questions .content .question-img img {
  width: 100%;
  -webkit-animation: floating;
          animation: floating;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.questions .content .faq-box h4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #7450fe), to(#901ec1));
  background-image: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
  padding: 13px 25px;
  color: white;
  border-radius: 30px !important;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.questions .content .faq-box.active .faq-content {
  padding: 10px 20px;
  display: block;
}

.questions .content .faq-box .faq-content {
  padding: 10px 60px;
  margin-bottom: 15px;
  display: none;
}

.latest-blog {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f8f9fb), to(transparent));
  background: linear-gradient(0deg, #f8f9fb 35%, transparent 100%);
}

.latest-blog .content {
  position: relative;
}

.latest-blog .content .btn-navigate {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(144, 30, 193, 0.07);
  color: var(--secondary-color);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.latest-blog .content .btn-navigate:hover {
  background: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #7450fe), to(#901ec1));
  background: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
  background-size: 200% auto;
  color: #fff;
}

.latest-blog .content #next-blog {
  right: -35px;
  top: 40%;
}

.latest-blog .content #prev-blog {
  left: -35px;
  top: 40%;
}

.latest-blog .blog-post {
  background-color: white;
  height: 400px;
  margin: 0 20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.latest-blog .blog-post .post-content {
  text-align: center;
}

.latest-blog .blog-post .post-content h4 {
  line-height: 1.4;
  font-weight: 500;
  color: #333;
}

.latest-blog .blog-post .post-content h4 a {
  text-align: center;
  font-size: 25px;
  color: white;
  text-decoration: none;
  margin-bottom: 30px;
  display: block;
}

.latest-blog .blog-post .post-content .author {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest-blog .blog-post .post-content .author img {
  width: 50px;
  border-radius: 50%;
}

.latest-blog .blog-post .post-content .author h5 {
  color: white;
  margin-top: 10px;
  font-size: 15px;
}

.latest-blog .style1 {
  position: relative;
}

.latest-blog .style1 .post-content {
  position: absolute;
  width: 80%;
  text-align: center;
  z-index: 5;
  top: 20%;
  left: 0;
  right: 10%;
  bottom: 0;
}

.latest-blog .style1::before {
  content: "";
  background-color: #33333380;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.latest-blog .style2 .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest-blog .style2 .post-content h4 {
  line-height: 1.4;
  width: 80%;
}

.latest-blog .style2 .post-content h4 a {
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

.latest-blog .style2 .post-content .author h5 {
  color: #333;
}

.contact .section-header-style2 h2 {
  font-weight: 500;
}

.contact .contact-box {
  margin-bottom: 30px;
}

.contact .contact-box h3 {
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #333;
}

.contact .contact-box .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-box .contact-content .content-icon {
  padding-left: 60px;
  position: relative;
}

.contact .contact-box .contact-content .content-icon i {
  background: -webkit-gradient(linear, left top, right top, from(#901ec1), color-stop(51%, #7450fe), to(#901ec1));
  background: linear-gradient(to right, #901ec1 0%, #7450fe 51%, #901ec1 100%);
  position: absolute;
  right: 0;
  top: -30px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact .contact-box .contact-content .content-icon i::before {
  font-size: 45px;
}

.contact .contact-box .contact-content p {
  color: #77838f;
  line-height: 2;
  font-size: 15px;
}

.contact .contact-box .contact-content p span {
  display: block;
}

.contact .form-shape {
  position: absolute;
}

.contact .form-shape img {
  width: 100%;
}

.contact .contact-form-block {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(154, 161, 171, 0.18);
          box-shadow: 0px 0px 30px 5px rgba(154, 161, 171, 0.18);
  padding: 60px 50px;
  margin: 0 60px;
  border-radius: 30px;
}

.contact .contact-form-block .contact-form .form-control {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  text-indent: 15px;
  color: #222;
  border-radius: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 13px;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
  font-family: 'Tajawal', sans-serif;
}

.contact .contact-form-block .contact-form .form-control:focus {
  outline: none;
  border-color: #901ec1;
}

.contact .contact-form-block .contact-form textarea {
  height: auto !important;
}

.main-footer {
  background: -webkit-gradient(linear, right top, left top, from(#901ec1), color-stop(51%, #6b49ee), to(#901ec1));
  background: linear-gradient(to left, #901ec1 0%, #6b49ee 51%, #901ec1 100%);
  background-size: 200% auto;
  position: relative;
  padding-top: 220px;
  color: white;
}

.main-footer .logo-img {
  margin-bottom: 20px;
}

.main-footer .logo-img img {
  max-height: 35px;
}

.main-footer p {
  color: white;
  line-height: 1.9;
}

.main-footer .social-media {
  list-style: none;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer .social-media li a {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-left: 4px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.main-footer .social-media li a:hover {
  background-color: white;
  color: var(--main-color);
}

.main-footer .footer-heading h4 {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
}

.main-footer .footer-heading h4::before {
  position: absolute;
  content: "";
  top: 30%;
  width: 10px;
  height: 10px;
  display: block;
  right: 0;
  -webkit-box-shadow: 3px 3px 0px 0px #c4abe6;
          box-shadow: 3px 3px 0px 0px #c4abe6;
  background-color: #fff;
  -webkit-animation: rotateIn 3s infinite;
          animation: rotateIn 3s infinite;
}

.main-footer .footer-list {
  list-style: none;
  padding: 2px 3px;
}

.main-footer .footer-list li {
  margin: 10px 0;
}

.main-footer .footer-list li a {
  color: white;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.main-footer .footer-list li a::before {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 3px;
}

.main-footer .footer-list li a:hover {
  opacity: 0.8;
}

.main-footer .newsletter-form {
  border-radius: 30px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.main-footer .newsletter-form input {
  width: 100%;
  padding-left: 20px;
  height: 45px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding-right: 20px;
  border-radius: 0 30px 30px 0;
  font-family: 'Tajawal', sans-serif;
}

.main-footer .newsletter-form input:focus {
  outline: none;
}

.main-footer .newsletter-form .btn {
  margin: 0;
  border-radius: 30px 0 0 30px;
}

.main-footer .copyright {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 30px;
}

.main-footer .copyright a {
  color: white;
  text-decoration: none;
}

.main-footer .copyright i::before {
  margin: 3px;
}

.fearures2 {
  background: #f8f9fb;
  padding: 140px 0;
  position: relative;
}

.fearures2 .section-header-style2 h2 {
  font-size: 30px;
  font-weight: 500;
}

.fearures2 .section-header-style2 p {
  font-size: 16px;
}

.fearures2 .btn {
  margin-top: 0;
}

.fearures2 .feature-box {
  background: #fff;
  -webkit-box-shadow: 0px 30px 25px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
          box-shadow: 0px 30px 25px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  border-radius: 25px;
  padding: 50px 30px;
  margin-bottom: 30px;
}

.fearures2 .feature-box .feature-icon i::before {
  font-size: 50px;
  background: #901ec1;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #901ec1), color-stop(82%, #7450fe));
  background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fearures2 .feature-box h3 {
  margin: 7px 0;
  font-weight: 500;
}

.fearures2 .feature-box p {
  color: #77838f;
}

.fearures2 .features-boxes > div:last-of-type {
  margin-top: 30px;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -45px, 0);
            transform: translate3d(0, -45px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -45px, 0);
            transform: translate3d(0, -45px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
            transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
            transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 992px) {
  .navbar .mobile-menu {
    display: block;
  }
  .navbar ul {
    display: none;
    width: 100%;
    padding: 15px 0;
  }
  .navbar ul li {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .contact .contact-form-block {
    margin: 30px 0;
  }
  .main-footer .footer-heading h4 {
    margin-top: 30px;
  }
  .reviews .see-all-btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .latest-blog .content .btn-navigate {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .latest-blog .content #next-blog {
    right: 30px;
    top: 40%;
  }
  .latest-blog .content #prev-blog {
    left: 30px;
    top: 40%;
  }
  .main-header .content .home-content .btns > div a {
    padding: 5px 6px;
  }
}
/*# sourceMappingURL=style.css.map */