html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  /* background-color: #F4F4F4; */
}

nav {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
nav p,
nav a {
  margin: 0px 10px;
  opacity: 1;
  position: relative;
  font-weight: 900;
  font-size: 1.5em;
  color: black;
}
.abouve {
  position: relative;
}
.abouve nav img {
  height: 40px;
}
.abouve .hedding {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
  margin-top: 70px;
}

.abouve .hedding h1 {
  font-size: 1em;
  color: #2b70fa;
  letter-spacing: 0px;
  font-weight: 500;
}
.abouve .hedding h2 {
  font-size: 2em;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 10px;
}

.abouve .hedding h3 {
  font-size: 1em;
  font-weight: 300;
}

.abouve .hedding a {
  background-color: #0e1133;
  color: whitesmoke;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  padding: 13px;
  border-radius: 10px;
  margin: 20px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  width: 230px;
}
.abouve .picture {
  display: flex;
  justify-content: center;
}
.why {
  text-align: center;
  padding-top: 50px;
  background-color: #eef1f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.why h2 {
  font-size: 2em;
  font-weight: 900;
}
.why .why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 20px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  padding-top: 25px;
  width: 90%;
  max-width: 300px;
  padding: 20px;
}

.why .why-card img {
  width: 100px;
}

.why .why-card h3 {
  margin-bottom: 5px;
}

.why .why-card p {
  margin-top: 0px;
}

.prhase {
  background-color: white;
  font-size: 30px;
  text-align: center;
  margin: 20px 0px;
  padding: 20px 0px;
}
.prhase a {
  background-color: #0e1133;
  color: whitesmoke;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  padding: 13px;
  border-radius: 10px;
  margin: 20px;
  font-size: 0.8em;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.how-it-works {
  padding-top: 30px;
  background-color: #eef1f6;
  text-align: center;
}
.how-it-works h2 {
  font-size: 2em;
  font-weight: 900;
}

.how-it-works p {
  font-size: 1em;
  font-weight: 400;
  color: rgb(80, 80, 86);
  margin-bottom: 30px;
}

.how-it-works .how-card {
  display: flex;
  padding: 0px 20px;
}

.how-it-works .how-card .check-div {
  /* width: 30%; */
}
.how-it-works .how-card .check-icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #84bcfa 0%, #2b70fa 100%);
  box-shadow: 0 6px 10px 0 rgba(16, 73.00000000000003, 189, 0.3);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-it-works .how-card .check-icon img {
  height: 22px;
}

.how-it-works .how-card .how-line {
  text-align: left;
  margin-left: 20px;
}

.how-it-works .how-card .how-line h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.how-it-works .how-card .how-line p {
  font-weight: 400;
  margin-top: 5px;
}

.slideshow-container .testimonial-slides {
  padding: 50px 20px;
  display: none;
  background-color: #1631ba;
  color: whitesmoke;
  text-align: center;
  min-height: 250px;
}

.slideshow-container .testimonial-slides ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.slideshow-container .testimonial-slides li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}

.slideshow-container .testimonial-slides .client-name {
  font-weight: 500;
}

.pricing {
  background-color: #eef1f6;
  text-align: center;
  padding-top: 20px;
  text-align: left;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing h2 {
  text-align: center;
}

.pricing h4 {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
}

.pricing h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

.pricing .price {
  font-size: 1.8em;
  font-weight: 900;
  margin-top: 0px;
}

.pricing .price .currency {
  font-size: 0.7em;
  margin-right: 10px;
  font-weight: 300;
}

.pricing .pricing-card {
  background-color: white;
  padding: 20px;
  margin: 20px;
  border-radius: 15px;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.14);
  max-width: 450px;
}

.pricing .pricing-card h3 {
  text-align: center;
}
.pricing .pricing-card .price {
  text-align: center;
  margin-bottom: 8px;
}
.pricing .pricing-card .divider {
  display: flex;
  justify-content: center;
}
.pricing .pricing-card .divider .row {
  border: 0;
  border-top: 1px solid rgb(168, 165, 165);
  margin: 0;
  height: 1px;
  width: 80%;
}
.pricing .pricing-card .content-box .content-row {
  display: flex;
  color: #54595f;
  font-weight: 400;
}
.pricing .pricing-card .content-box .menu-example-pic {
  text-align: center;
}
.pricing .pricing-card .content-box .menu-example-pic img {
  height: 330px;
}
.pricing .pricing-card .content-box .menu-example-pic a {
  color: blue;
  font-weight: 600;
}
.pricing .pricing-card .check {
  width: 25px;
  height: 25px;
  color: #31c369;
  background-color: #effaf3;
  box-shadow: 0 6px 10px 0 rgba(16, 73.00000000000003, 189, 0.3);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing .pricing-card .check img {
  width: 15px;
  filter: invert(63%) sepia(14%) saturate(1863%) hue-rotate(90deg)
    brightness(96%) contrast(95%);
}
.pricing .pricing-card .content-box .check-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.pricing .diamont-card .content-box {
  text-align: center;
  font-size: 1.4em;
}
.pricing .button-get {
  background-color: #0e1133;
  color: whitesmoke;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  padding: 13px;
  border-radius: 10px;
  margin: 20px;
  font-size: 0.8em;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4em;
  text-align: center;
}
.form {
  color: whitesmoke;
  background-color: #3677f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form h2 {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
}
.form .form-box {
  width: 80%;
}
.form .form-box form {
  display: flex;
  flex-direction: column;
}
.form .form-box .field-row {
  display: flex;
  flex-direction: column;
}
.form .form-box .field-row label {
  font-weight: 400;
  margin-bottom: 8px;
}
.form .form-box .field-row input {
  height: 45px;
  border-radius: 10px;
  border: 1px solid aliceblue;
  margin-bottom: 20px;
  font-size: 1.1em;
  padding-left: 10px;
}

.form .form-box .field-row .radio-div .radio-input {
  width: 30px;
}
.form .form-box .field-row .radio-div label {
  cursor: pointer;
}

.form .form-box .field-row #upload-menu {
  display: none;
}

.form .form-box .field-row .upload-file-button {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  /* background-color: white; */
  /* color: #3677F9; */
  font-weight: 700;
}
.form .form-box .field-row textarea {
  margin-bottom: 20px;
  padding: 0px;
}
.form .form-box button {
  background-color: #0e1133;
  border: none;
  color: white;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: auto 50px;
  font-size: 1.1em;
  font-weight: 900;
  padding-right: 30px;
  padding-left: 30px;
  height: 60px;
}
.faq {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

.faq h2,
.faq h4,
.blog h2,
.slideshow-container h2 {
  text-align: center;
}
.blog h3 {
  text-align: center;
  margin-top: -15px;
}
.blog a{
  color: #000;
  /* text-decoration: none; */
}
.faq .accordion-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.faq .accordion-box .accordion-button {
  border-radius: 10px;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: 500;
}
.faq .accordion-box .accordion-button:hover,
.faq .accordion-box .active {
  background-color: #ccc;
}

.faq .accordion-box .accordion-button:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq .accordion-box .active:after {
  content: "\2212";
}

.faq .accordion-box .faq-answer {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq .accordion-box .faq-answer p {
  font-weight: 400;
}
.blog {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eef1f6;
}
.blog .blog-post-row {
  display: flex;
  flex-wrap: wrap;
}
.blog .blog-post-box {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.blog .blog-post-box img {
  height: 250px;
  width: 250px;
  border-radius: 10px;
}
.blog .blog-post-box p {
  margin: 5px;
}
.blog .blog-post-box .post-title p {
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
}
.blog .blog-post-box .post-title{
  margin: 5px;
}
.blog .blog-post-box .post-title a {
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
}
.blog .blog-post-box .read-more a {
  font-weight: 400;
  font-size: 14px;
  margin: 5px;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
.footer {
  /* background-color: #eef1f6; */
  text-align: center;
}

.footer .bn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.footer .bn-row img {
  margin-right: 10px;
  height: 50px;
}
.footer .bn-row p {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0px;
}

.footer .slogan {
  margin-top: 0px;
}

.footer ul {
  list-style-type: none;
}

.footer ul .title {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}
.footer li {
  margin-top: 5px;
  font-weight: 300;
  cursor: pointer;
}

.whats-button {
  width: 55px;
  line-height: 55px;
  font-size: 25px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  background: #25bb3f;
  text-transform: uppercase;
  font-family: arial;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  display: table;
  color: #fff;
  height: 55px;
}
.whats-button img {
  vertical-align: sub;
}

.whats-button:before {
  content: "";
  border-radius: 50px;
  border: 5px solid #25bb3f;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: whats-border 1s infinite;
  -webkit-animation: whats-border 1s infinite;
}
.whats-button:hover {
  color: #fff;
  background: #128c7e;
}
.whats-button:hover:before {
  border-color: #128c7e;
}

@-webkit-keyframes whats-border {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes whats-border {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@media only screen and (min-width: 650px) {
  .abouve .hedding h2 {
    font-size: 3em;
  }
  .footer .lists {
    display: flex;
    justify-content: space-around;
  }
  .why .why-card {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1000px) {
  .abouve {
    position: relative;
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .why .why-cards {
    display: flex;
  }
  .slideshow-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .how-it-works .how-card {
    display: flex;
    padding: 0px 20px;
    width: 80%;
    margin: 0 auto;
  }
  .pricing .pricing-cards {
    display: flex;
  }
}
@media only screen and (min-width: 1500px) {
  .abouve {
    width: 80%;
  }
  .abouve .picture {
    margin: 0 auto;
  }
  .footer .lists {
    display: flex;
    justify-content: space-around;
  }
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.testimonial-slides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.success-section {
  /* background-color: white; */
  background-color: #3677f9;
  color: whitesmoke;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-section .success-box {
  /* background-color: #eef1f6;; */
  background-color: white;
  color: #0e1133;
  width: 80%;
  border-radius: 20px;
  padding: 10px 20px;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.14);
}
