body {
  box-sizing: border-box;
  font-family: VmBox;
  overflow-x: hidden;
  background-color: #3861d710;
}

.greenBtn {
  background-color: #00cc66;
  text-align: center;
  user-select: none;
  cursor: pointer;
  color: #fff !important;
  border-radius: 28px;
  font-size: 1.9rem;
  padding: 12px 18px !important;
  font-weight: 600;
  box-shadow: #00cc66 0px 0px 10px 1px !important;
}
.greenBtn:hover {
  background-color: #00cc66 !important;
}
.greenBtn:active {
  -webkit-transform: scale(0.95) translateZ(0px);
  transform: scale(0.95) translateZ(0px);
}

/* Nav Bar */
.navbar > div {
  padding: 0 1rem 5px 1rem;
}

@media (min-width: 768px) {
  .navbar > div {
    padding: 0 5rem 5px 5rem;
  }
}
.navbar {
  background-color: #f2f5fc;
  border: none;
}
.navbar .navbar-brand {
  width: 95px;
  transition: all 0.3s ease-in-out;
  height: auto;
  padding: 14px;
  object-fit: contain;
  margin: none;
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    width: 70px;
  }
}
.navbar.navbar-fixed-top .navbar-brand {
  width: 70px;
}
.navbar .navbar-brand img {
  padding: 0;
}
.navbar::after {
  content: "";
  background: -webkit-linear-gradient(left, #00cc66 0%, #3861d7 100%);
  display: block;
  height: 9px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.navbar.navbar-fixed-top::after {
  height: 8px;
}

.navbar .navbar-toggle {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .navbar .navbar-toggle {
    margin-top: 12px;
  }
}
.navbar.navbar-fixed-top .navbar-toggle {
  margin-top: 12px;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #222;
  width: 32px;
  height: 4px;
  margin-top: 5px;
}

.navbar #myNavbar .nav.navbar-nav {
  padding: 0px 38px;
}
@media (min-width: 768px) {
  .navbar #myNavbar .nav.navbar-nav {
    padding: 24px 38px;
  }
}
.navbar.navbar-fixed-top #myNavbar .nav.navbar-nav {
  padding: 10px 38px;
}
.navbar #myNavbar .sections a {
  text-decoration: none;
  color: #444;
  background-color: transparent;
  border-bottom: 2px solid #00000000;
  font-size: 1.5rem;
  padding: 15px 0 2px 0;
  margin: 0 12px;
  text-shadow: #20202040 0px 0px 1px;
  text-align: right;
}
.navbar #myNavbar .sections a.glow {
  color: #00cc66;
  text-shadow: #00cc66 0px 0px 10px;
}
.navbar #myNavbar .sections a:hover {
  border-bottom: 2px solid #00cc66;
}

@media (max-width: 768px) {
  .navbar #myNavbar ul {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar #myNavbar ul > li {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (min-width: 768px) {
  .navbar .navbar-header {
    float: right;
  }
}

.navbar .phonenumber {
  text-decoration: none;
  text-align: center;
  color: #222;
  padding: 10px 15px;
}
.navbar .phonenumber:hover,
.navbar .phonenumber:focus {
  background-color: transparent;
}
/* End of NavBar */

/* Section one */
.sectionOne {
  margin-bottom: 20px;
}
.sectionOne .title,
.sectionOne .vmboxName {
  padding: 20px;
  font-size: 7rem;
  direction: rtl;
  text-align: center;
  font-family: VmboxBlack;
  background: -webkit-linear-gradient(45deg, #3861d7, #00cc66 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.sectionOne .vmboxName::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: attr(data-text);
  text-shadow: #3861d750 0px 0px 1px;
  padding: 20px;
  transform: rotateZ(-3deg);
}
.sectionOne .vmboxR {
  font-size: 3rem;
  width: 255px;
  font-weight: 800;
  color: #888;
  margin-top: -30px;
  text-align: center;
}

.sectionOne .title {
  font-size: 3.5rem;
  text-align: left;
  text-shadow: #00cc6650 1px 1px 10px;
  margin-bottom: 25px;
}

.sectionOne .vmboxCanv {
  position: relative;
  padding-bottom: 60%;
  float: right;
}
.sectionOne .vmboxCanv img {
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .sectionOne .vmboxCanv img.b0 {
    animation: CanvB0 7s ease-in-out 0s infinite;
  }
  .sectionOne .vmboxCanv img.b1 {
    animation: CanvB1 6s ease-in-out 0s infinite;
  }
}
@keyframes CanvB0 {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(-8deg);
  }
}
@keyframes CanvB1 {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(5deg);
  }
}

.sectionOne .vmboxCvB {
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sectionOne .vmboxCvB .startNow {
  font-size: 2.2rem;
  font-weight: 800;
  color: #777;
}

.sectionOne .vmboxCvB .demoBtn {
  margin-top: 10px;
  text-decoration: none;
}
.sectionOne .vmboxCvB .demoBtn:hover {
  box-shadow: #00cc66 0px 0px 25px 1px !important;
}

/* End of Section one */

/* Section two */
.screenshotContainer {
  background-image: url(../assets/screenshots/dc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 7px 7px 0px #aaa;
  margin-bottom: 15px;
}
.screenshotContainer .owl-carousel.screenshot-carousel {
  padding: 3rem 0;
}
.screenshotContainer .owl-carousel.screenshot-carousel .owl-stage-outer {
  padding: 10rem 0 9rem 0;
}
.screenshotContainer .owl-carousel.screenshot-carousel .owl-item {
  transition: all 0.6s ease-in-out;
  opacity: 0.8;
}
.screenshotContainer .owl-carousel.screenshot-carousel .center {
  opacity: 1;
  cursor: pointer;
  -webkit-transform: scale(1.6) translateZ(0px);
  transform: scale(1.6) translateZ(0px);
  z-index: 10;
  pointer-events: auto;
}
.screenshotContainer #videoModal .modal-dialog {
  max-width: 100vh, 1000px;
  margin: 30px auto;
}
.screenshotContainer #videoModal .modal-body {
  position: relative;
  padding: 0px;
}
.screenshotContainer #videoModal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.screenshotContainer .owl-carousel.screenshot-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.screenshotContainer
  .owl-carousel.screenshot-carousel
  .owl-dots
  button.owl-dot {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 1px 1px #00cc66;
  border-radius: 50%;
  display: inline-block;
  background-color: #ccc;
  margin: 0 5px;
}
.screenshotContainer
  .owl-carousel.screenshot-carousel
  .owl-dots
  button.owl-dot.active {
  background-color: #00cc66;
  -webkit-transform: scale(1.3) translateZ(0px);
  transform: scale(1.3) translateZ(0px);
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.screenshotContainer
  .owl-carousel.screenshot-carousel
  .owl-dots
  button.owl-dot:focus {
  outline: none;
}

/* End of Section two */

/* Section three */
.features {
  background: linear-gradient(0deg, #eaeaea, #fff);
  border-bottom: 1px solid #99d;
}
.features .row {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .features .row {
    display: flex;
  }
}
.features .featureSection {
  margin: 3rem 0 7rem 0;
}
.features .featureLogo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.features .feature {
  padding: 3rem 2rem;
  margin: 15px 0;
  background-color: #fff;
  direction: rtl;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #3861d760;
  transition: all 0.1s ease-in-out;
}
.features .feature.active {
  box-shadow: 0px 0px 6px 3px #00cc6660;
}
.features .feature:last-child {
  margin-bottom: 0;
}
.features .feature span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.features .feature span::before {
  content: "";
  display: block;
  background: url(../assets/features/check.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  float: right;
  margin: -6px 0 0 6px;
}
/* End of Section three */

/* Section four */
.questions {
  direction: rtl;
  border-bottom: 1px solid #99d;
  position: relative;
}
.questions .faqPaper {
  box-shadow: 12px 0 50px -40px;
}
@media (min-width: 768px) {
  .questions .faqPaper {
    padding-right: 5rem;
  }
}
.questions .faqPaper .qMark {
  position: absolute;
  background-image: url(../assets/questions/qMark.png);
  width: 180px;
  height: 100%;
  left: 0;
  margin-top: 12%;
  background-repeat: no-repeat;
  background-size: contain;
}

.questions .faq {
  display: inline-block;
}
.questions .faqHeader {
  font-size: 3.5rem;
  color: #00cc66;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
}
.questions .question {
  border-top: 1px solid #bbbbbb;
  padding: 0 28px;
  cursor: pointer;
}
.questions .question .qHeader {
  padding: 14px 0;
  color: #444;
  font-size: 1.7rem;
  font-weight: 800;
}
.questions .question.active .qHeader {
  color: #00cc66;
}
.questions .question .qContent {
  color: #777;
  font-size: 1.5rem;
  line-height: 26px;
  max-width: 400px;
  height: 0px;
  text-align: justify;
  padding: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .questions .question .qContent {
    transition: all 0.5s ease-in-out;
  }
}
.questions .question.active .qContent {
  height: auto;
  opacity: 1;
  padding: 1rem 3rem 4rem 0;
}

.questions .ask-from-us {
  margin-bottom: 2rem;
}
.questions .ask-from-us .askHeader {
  font-size: 2.4rem;
  color: #3861d7;
  font-weight: 800;
  text-align: center;
  padding: 3rem 0;
}

.questions .ask-from-us .inputsContainer {
  margin: auto;
}
@media (min-width: 768px) {
  .questions .ask-from-us .inputsContainer {
    width: 60%;
  }
}
.questions .ask-from-us .askInput {
  max-width: 100%;
  min-width: 100%;
  font-size: 1.8rem;
  padding: 8px 12px;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 4px 1px #00cc6650;
  background-color: #ececec;
}
.questions .ask-from-us .askInput#questionText {
  height: 120px;
}
@media (max-width: 768px) {
  .questions .ask-from-us .askInput#questionText {
    height: 160px;
  }
}
.questions .ask-from-us .submitQuestion {
  margin-top: 20px;
  padding: 8px 18px !important;
  float: left;
}
.questions .ask-from-us .submitQuestion.failed {
  background-color: darkgrey;
}
.questions .ask-from-us .submitQuestion.disabled:not(.done) {
  cursor: default;
  opacity: 0.5;
}
.questions .ask-from-us .submitQuestion:not(.disabled):hover {
  box-shadow: #00cc66 0px 0px 25px 1px !important;
}
/* End of Section four */

/* Section five */
.plans {
  padding: 5rem 0;
  background-color: #fff;
  background-image: url(../assets/plans/bg.png);
}

@media (min-width: 1200px) {
  .plans .owl-carousel.plans-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.plans .plans-carousel .owl-stage {
    display: flex;
    justify-content: center;
    width: 100% !important;
}
.plans .plan {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #bbb;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  max-width: 100%;
  width: 265px;
  text-align: center;
}
.plans .plan:hover {
  box-shadow: 0px 0px 14px 2px #00cc66;
}
.plans .plan .text {
  text-align: center;
  padding: 1rem 0;
}
.plans .plan .planName {
  font-size: 2.8rem;
  font-weight: 800;
  color: #3861d7;
  padding-top: 3rem;
}
.plans .plan .planLogo {
  object-fit: contain;
  width: 110px;
  height: 110px;
  margin: 2rem 0;
}
.plans .plan .planDesc0 {
  color: #3861d7;
  font-size: 1.8rem;
  font-weight: 800;
}
.plans .plan .planDesc1 {
  color: #444;
  font-size: 1.8rem;
  font-weight: 800;
}
.plans .plan .planPrice {
  color: #00cc66;
  font-size: 3rem;
  font-family: VmboxBlack;
  padding: 1.2rem 0;
}
.plans .plan .planDiscount {
  color: #444;
  font-size: 1.7rem;
  font-weight: 800;
}
.plans .plan .orderPlan {
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  margin: 3rem auto;
  border-radius: 28px;
  border: 2px solid #00cc66;
  padding: 8px 22px;
  color: #fff;
  background-color: #00cc66;
  box-shadow: #00cc66 0px 0px 1px 0px;
}
.plans .plan .orderPlan:hover {
  color: #00cc66;
  background-color: #fff;
  box-shadow: #00cc66 0px 0px 10px 1px;
}
/* End of Section five */

/* Section six */
.beginTrial {
  padding: 3rem;
  text-align: center;
  /* background: -webkit-linear-gradient(45deg, #3861d7 0%, #00cc66 100%); */
  background-image: url(../assets/plans/trial.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.beginTrial .inner {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  direction: rtl;
  padding: 4.5rem 1rem;
  font-family: VmboxBlack;
  border-radius: 25px;
  background-color: #fff;
  background-image: url(../assets/plans/bg.png);
  background-position: center;
  box-shadow: inset 0px 0px 35px -10px #000;
}
@media (min-width: 992px) {
  .beginTrial .inner {
    padding: 4.5rem 10rem;
  }
}
.beginTrial .inner:hover {
  box-shadow: inset 0px 0px 35px -10px #000, 0px 0px 40px -20px #000;
}
.beginTrial .inner span {
  text-align: center;
  font-size: 4rem;
  background: -webkit-linear-gradient(45deg, #00cc66, #3861d7 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 22px #00000060;
}
/* End of Section six */

/* Section seven */
.ourCustomers {
  background-color: #fff;
  padding-bottom: 6rem;
  position: relative;
}
.ourCustomers .hand {
  position: absolute;
  width: 256px;
  max-width: 20%;
  top: 0px;
  right: 0px;
  object-fit: contain;
}
.ourCustomers .like {
  position: absolute;
  width: 180px;
  max-width: 15%;
  top: 30%;
  left: 0px;
  object-fit: contain;
}
.ourCustomers .ourCustomersHeader {
  font-size: 2.8rem;
  font-weight: 800;
  color: #00cc66;
  padding: 2rem;
  margin-top: 2rem;
  text-align: center;
}
.ourCustomers .customers-carousel {
  margin: 1rem 0;
  box-shadow: 0px 10px 45px -20px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.ourCustomers .customers-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ourCustomers .customers-carousel .owl-nav .owl-prev {
  float: right;
  height: 100%;
  padding: 0 1rem !important;
}
.ourCustomers .customers-carousel .owl-nav .owl-next {
  float: left;
  height: 100%;
  padding: 0 1rem !important;
}
.ourCustomers .customers-carousel .owl-nav .owl-prev span,
.ourCustomers .customers-carousel .owl-nav .owl-next span {
  font-size: 7rem;
  line-height: 100%;
}
.ourCustomers .customers-carousel img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  object-position: center;
  padding: 5rem;
}
/* End of Section seven */

/* Footer */
.footer {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5rem;
}
.footer > div {
  position: relative;
}
.footer::before {
  position: absolute;
  display: inline-block;
  width: 130vw;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #00cc66, #3861d7);
  border-bottom: 0;
  margin-left: -65vw;
}
@media (min-width: 768px) {
  .footer::before {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
}

.footer .vmboxLogo img {
  width: 160px;
  margin: 3rem auto 0;
  object-fit: contain;
}

.footer .section {
  padding: 2.2rem;
}

.footer .section .title {
  text-align: center;
  padding: 3px 4px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
}

.footer .section.marks img {
  width: 140px;
  object-fit: contain;
  margin: 2rem auto;
  cursor: pointer;
}

.footer .section.aboutus .content {
  color: #fff;
  line-height: 35px;
  text-align: justify;
  direction: rtl;
  padding: 2rem;
  font-size: 1.4rem;
}
.footer .section.aboutus .all-rights-reserved {
  font-size: 1.8rem;
  color: #fff;
  direction: rtl;
}
.footer .section.aboutus .all-rights-reserved img {
  width: 60px;
  object-fit: contain;
}

.footer .section.links {
  text-align: right;
}
.footer .section.links a {
  display: inline-block;
  direction: rtl;
  margin: 3px 3rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 800;
  border-bottom: 1px solid #ffffff00;
}
.footer .section.links a:first-of-type {
  margin-top: 16px;
}
.footer .section.links a:hover {
  border-bottom: 1px solid #fff;
}

.footer .section.marks .social-media {
  padding: 0 2rem;
}
.footer .section.marks .social-media a {
  text-decoration: none;
  margin: 0 4px;
}
.footer .section.marks .social-media img {
  width: 30px;
  object-fit: contain;
}
/* End of Footer */
