* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Rubik", "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
}

/* Header */
header {
  background-color: #f7f7f7;
  height: 85px;
  padding: 0px 70px;
  box-shadow: 0px 5px 6px #00000029;
  position: sticky;
  top: 0px;
  z-index: 99999999999999999999;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  height: 56px;
}

.menu-item ul {
  display: flex;
  list-style: none;
  font-size: 1rem;
  margin: 0px;
  color: #002031;
}

.menu-item ul li {
  border-right: 1px solid #002031;
  font-family: "Rubik", sans-serif;
  padding: 0 15px;
}

.menu-item ul li a {
  color: #002031;
  text-decoration: none;
}

.toggler-btn {
  height: 31px;
  width: 24px;
  cursor: pointer;
  display: none;
  margin: 0px;
}

#check {
  display: none;
}

/* Section 1 */
.section-1 {
  width: 100%;
  background-image: linear-gradient(to right, #00203126, #00203126),
    url(../images/HeroImage.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 150px 100px 150px;
  box-shadow: 0px 3px 6px #00000029;
}

.section-1 .title {
  text-shadow: 0px 3px 6px #000000cc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #f7f7f7;
}

.section-1 .description {
  margin: 0px;
  text-shadow: 0px 3px 6px #000000cc;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #f7f7f7;
  font-family: "Montserrat", sans-serif;
}

.start-now {
  background: #ff9126 0% 0% no-repeat padding-box;
  color: #f7f7f7;
  border-radius: 10px;
  width: 384px;
  height: 79px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 22px;
  border: 0px;
  margin-top: 39px;
}

.how-it-works {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  color: #002031;
  border-radius: 10px;
  width: 384px;
  height: 79px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 22px;
  border: 0px;
  margin-top: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img[alt="down-arrow"] {
  margin-top: 100px;
}

.how-it-works span {
  background: #002031;
  display: inline-block;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: relative;
  margin-right: 5px;
}

img[alt="play-btn"] {
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* Section 2 */
.section-2 {
  padding-top: 86px;
  box-shadow: 0px 3px 6px #00000029;
}

.section-2 .title {
  text-align: center;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: bold;
  color: #002031;
}

.flickity-page-dots {
  bottom: 20px;
}

/* dots are lines */
.flickity-page-dots .dot {
  height: 4px;
  width: 50px;
  margin: 0;
  border-radius: 0;
}

.flickity-page-dots .dot.is-selected {
  background: #ff9126;
}

.flickity-button {
  border: 2px solid #002031;
  background: #fff;
}

.flickity-button-icon {
  color: #ff9126;
}

#logos {
  list-style: none;
}

/* Section 3 */
.section-3 {
  background: #002031;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 110px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 222;
}

.section-3 .title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #f7f7f7;
  text-align: center;
  margin-bottom: 109px;
}

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: 0 auto;
}

.cards .card {
  width: 410px;
  min-height: 630px;
  background: #002031;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 410px;
  margin-bottom: 30px;
}

.card-title {
  font-family: "Montserrat";
  font-size: 24px;
  color: #f7f7f7;
  text-align: center;
  margin-bottom: 30px;
}

.card-description {
  font-family: "Montserrat";
  color: #f7f7f7;
  text-align: center;
  font-size: 19px;
  padding: 0 10px;
}

/* Section 4 */

.section-4 {
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
}

.section-4-box {
  background: #f7f7f7;
  width: 45%;
  position: relative;
}

.section-4 .img-box {
  width: 55%;
  background: url(../images/57282.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 800px;
  min-height: 400px;
  height: 55vw;
}

.section-4 .title {
  color: #002031;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}

.section-4 .description {
  color: #002031;
  font-family: "Montserrat";
  font-size: 22px;
  width: 450px;
}

.section-4 .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-mobile,
.description-mobile,
.heading-mobile,
.img-box-mobile {
  display: none;
}

/* Section 9 */

.section-9 {
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
}

.section-9-box {
  background: #f7f7f7;
  width: 45%;
  position: relative;
}

.section-9 .img-box {
  width: 55%;
  background: url(../images/Depositphotos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 800px;
  min-height: 400px;
  height: 55vw;
}

.section-9 .title {
  color: #002031;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}

.section-9 .description {
  color: #002031;
  font-family: "Montserrat";
  font-size: 16px;
  width: 450px;
}

.section-9 .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-mobile,
.description-mobile,
.heading-mobile,
.img-box-mobile {
  display: none;
}

/* Section 5 */
.section-5 {
  background: url(../images/16426.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 222px 156px 115px 0px;
  background-color: #00203146;
  background-blend-mode: overlay;
}

.section-5-wrapper {
  width: 545px;
  margin-left: auto;
}

.section-5 .title {
  font-size: 40px;
  color: #f7f7f7;
  font-family: "Montserrat";
  font-weight: bold;
}

.section-5 .img-box {
  display: flex;
}

.section-5 .image-wrapper {
  width: 220px;
  height: 110px;
  position: relative;
}

.section-5 .heading {
  font-size: 24px;
  font-weight: bold;
  color: #f7f7f7;
}

.section-5 .description {
  font-size: 20px;
  margin-top: 18px;
  color: #f7f7f7;
}

.section-5 .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Section 6 */
.section-6 {
  background-color: #002031;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  padding: 100px 0;
}

.section-6 .title {
  font-size: 40px;
  font-weight: bold;
  color: #f7f7f7;
  font-family: "Montserrat";
}

.section-6 .subtitle {
  font-size: 24px;
  color: #f7f7f7;
  font-family: "Montserrat";
  margin-bottom: 90px;
}

.works {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: 0 auto;
}

.works .work {
  width: 358px;
  margin-bottom: 70px;
}

.section-6 .description {
  font-size: 24px;
  color: #f7f7f7;
  font-family: "Montserrat";
  padding-top: 20px;
}

.section-6 .img-box {
  width: 358px;
  height: 120px;
  position: relative;
}

.section-6 .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Section 7 */
.section-7 {
  background: linear-gradient(to right, #00203136, #00203136),
    url(../images/16426.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 385px 0 422px 156px;
  display: flex;
  justify-content: space-between;
}

.section-7 .title {
  font-size: 60px;
  color: #f7f7f7;
  font-family: "Montserrat";
  font-weight: bold;
}

.section-7 .content {
  width: 545px;
}

.section-7 .image-box {
  position: relative;
  width: 300px;
}

.section-7 img {
  position: absolute;
  width: 300px;
}

.section-7 img:first-child {
  z-index: 1;
  left: -25%;
  top: -50%;
}

.section-7 img:last-child {
  z-index: 2;
  left: -65%;
  top: -22%;
}

/* Section 8 Form*/
.section-8 {
  padding: 70px 0 85px 0;
  text-align: center;
}

.section-8-wrapper {
  width: 482px;
  margin: 0 auto;
}

.section-8 .title {
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #002031;
}

.section-8 .description {
  font-size: 24px;
  margin-top: 17px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  color: #002031;
}

.section-8 form {
  display: flex;
  flex-direction: column;
}

.section-8 form label {
  margin-top: 38px;
  position: relative;
}

.section-8 form label .input-description {
  position: absolute;
  color: #002031;
  font-size: 16px;
  font-weight: 800;
  font-family: "Montserrat";
  background-color: #fff;
  left: 10%;
  top: -20%;
  padding: 0 5px;
}

.section-8 form label .input-description.message {
  top: -5%;
}

.section-8 form input {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  outline: none;
  border: 1px solid #032030;
  border-radius: 5px;
  font-family: "Montserrat";
  color: #002031;
}

.section-8 form textarea {
  width: 100%;
  height: 140px;
  padding: 15px 30px;
  outline: none;
  border: 1px solid #032030;
  border-radius: 5px;
  font-family: "Montserrat";
  color: #002031;
}

.section-8 form .submit-btn {
  width: 387px;
  height: 80px;
  background-color: #002031;
  color: #fff;
  border-radius: 10px;
  margin: 30px auto 0 auto;
  font-size: 22px;
  font-family: "Montserrat";
  outline: none;
}

/* Responsive */
@media (max-width: 1200px) {
  .section-7 {
    padding: 385px 0 422px 30px;
  }

  .section-7 img {
    width: 270px;
  }
}

@media (max-width: 1050px) {
  header {
    height: 68px;
  }

  .section-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  #check:checked~.menu-item {
    top: 68px;
    left: 50%;
    width: 50%;
    opacity: 1;
  }

  .toggler-btn {
    display: block;
  }

  .logo {
    height: 34px;
  }

  .menu-item {
    background-color: #f7f7f7;
    position: fixed;
    top: 70px;
    left: 100%;
    width: 50%;
    height: calc(100vh - 70px);
    box-shadow: -8px 0px 6px #00000029;
    transition: 0.7s;
    opacity: 0;
  }

  .menu-item ul {
    list-style: none;
    padding-top: 55px;
    flex-direction: column;
  }

  .menu-item ul li {
    padding: 15px 0 15px 22px;
    font-size: 1rem;
    border-bottom: 1px solid #00203120;
    border-right: 0px;
  }

  .menu-item ul li:last-child {
    border: none;
  }

  .menu-item ul li a {
    color: #002031;
  }

  .section-4 .content-wrapper {
    width: 95%;
  }

  .section-4 .description {
    font-size: 18px;
    width: 100%;
  }

  .section-4 .title {
    font-size: 30px;
  }

  .section-9 .content-wrapper {
    width: 95%;
  }

  .section-9 .description {
    font-size: 18px;
    width: 100%;
  }

  .section-9 .title {
    font-size: 30px;
  }

  .section-7 {
    padding: 285px 0 322px 30px;
  }

  .section-7 .title {
    font-size: 50px;
  }

  .section-7 .start-now {
    width: 350px;
  }

  .section-7 img {
    width: 250px;
  }

  .section-7 img:first-child {
    left: 0%;
    top: -35%;
  }

  .section-7 img:last-child {
    left: -30%;
    top: -12%;
  }

  .carousel-cell {
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-cell img {
    height: 174px;
  }

  .flickity-viewport {
    height: 174px !important;
  }
}

@media (max-width: 950px) {
  .section-7 .title {
    font-size: 48px;
  }

  .section-4 .description {
    font-size: 16px;
  }

  .section-4 .title {
    font-size: 26px;
  }

  .section-9 .description {
    font-size: 16px;
  }

  .section-9 .title {
    font-size: 26px;
  }

  .section-7 .start-now {
    width: 300px;
  }

  .section-7 img {
    width: 230px;
  }

  .carousel-cell {
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-cell img {
    height: 174px;
  }

  .flickity-viewport {
    height: 174px !important;
  }
}

@media (max-width: 850px) {
  .section-7 .title {
    font-size: 40px;
  }

  .section-7 .start-now {
    width: 250px;
    height: 60px;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .section-2 {
    padding-top: 50px;
  }

  .section-5 {
    padding-right: 0;
  }

  .section-5-wrapper {
    margin-left: 1.5%;
  }

  .section-5 .title {
    font-size: 35px;
  }

  .section-5 .heading {
    font-size: 22px;
  }

  .section-5 .description {
    font-size: 16px;
  }

  .section-7 .start-now {
    width: 270px;
  }

  .section-7 img {
    width: 210px;
  }

  .section-7 .start-now {
    font-size: 18px;
    width: 220px;
    height: 50px;
  }

  .carousel-cell {
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-cell img {
    height: 174px;
  }

  .flickity-viewport {
    height: 174px !important;
  }
}

@media (max-width: 685px) {
  .section-7 {
    padding-left: 10px;
  }

  .section-7 .title {
    font-size: 24px;
  }

  .section-7 .start-now {
    font-size: 16px;
    width: 207px;
    height: 42px;
  }

  .section-5 .title {
    font-size: 24px;
    text-align: center;
  }

  .section-7 img {
    width: 186px;
  }

  .section-2 .flickity-prev-next-button.next,
  .section-2 .flickity-prev-next-button.previous {
    display: none;
  }
}

@media (max-width: 550px) {
  header {
    padding: 0 18px;
  }

  .section-1 {
    background-size: cover;
    padding: 130px 15px 65px 15px;
    background-image: linear-gradient(to right, #00203126, #00203126),
      url(../images/HeroImage.m.png);
  }

  .section-1 .title {
    font-size: 24px;
  }

  .section-1 .description {
    font-size: 16px;
  }

  .start-now,
  .how-it-works {
    margin-top: 15px;
    border-radius: 5px;
    font-size: 16px;
    width: 250px;
    height: 47px;
    margin-left: 28px;
    margin-right: 28px;
  }

  img[alt="down-arrow"] {
    display: none;
  }

  .section-1 br {
    display: none;
  }

  .section-2 .title {
    font-size: 20px;
    padding: 0 60px;
  }

  .how-it-works span {
    height: 25px;
    width: 25px;
  }

  img[alt="play-btn"] {
    width: 13px;
    height: 13px;
  }

  .section-3 {
    padding: 65px 10px 35px 10px;
  }

  .section-3 .title {
    font-size: 20px;
    margin-bottom: 42px;
  }

  .cards .card {
    width: 245px;
    height: 435px;
    min-height: 0;
  }

  .card img {
    width: 245px;
    margin-bottom: 16px;
  }

  .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .card-description {
    font-size: 16px;
  }

  .section-4-box {
    display: none;
  }

  .section-4 {
    flex-direction: column;
    margin-top: 0;
  }

  .section-4 .img-box {
    width: 100%;
    background: url(../images/57282.m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .section-4 .title-mobile {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 29px;
    margin-bottom: 0;
    display: block;
    background-color: #f7f7f7;
  }

  .section-4 .description-mobile {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 40px 25px 60px 25px;
    margin: 0;
    background-color: #f7f7f7;
  }

  .section-9-box {
    display: none;
  }

  .section-9 {
    flex-direction: column;
    margin-top: 0;
  }

  .section-9 .img-box {
    width: 100%;
    background: url(../images/Depositphotos.m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .section-9 .title-mobile {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 29px;
    margin-bottom: 0;
    display: block;
    background-color: #f7f7f7;
  }

  .section-9 .description-mobile {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 40px 25px 60px 25px;
    margin: 0;
    background-color: #f7f7f7;
  }

  .section-5 {
    background: #fff;
    padding: 0 0 50px 0;
    color: #002031;
  }

  .section-5-wrapper {
    display: none;
  }

  .section-5 .title-mobile {
    display: block;
    color: #002031;
    font-size: 20px;
    text-align: center;
    margin: 40px 20px;
  }

  .section-5 .background-image {
    background-image: url(../images/16426.m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
  }

  .section-5 .img-box-mobile {
    display: block;
    flex-direction: column;
    text-align: center;
    margin-top: 33px;
    padding: 0 20px;
  }

  .section-5 .image-wrapper {
    width: 100%;
  }

  .section-5 .heading-mobile {
    font-size: 16px;
    font-weight: bold;
    color: #002031;
    display: block;
    margin: 5px 0 14px 0;
  }

  .section-5 .description-mobile {
    font-size: 16px;
    color: #002031;
    display: block;
    width: 270px;
    margin: 0 auto;
  }

  .section-6 {
    padding: 47px 0 0 0;
  }

  .section-6 .works {
    flex-direction: column;
    align-content: space-around;
  }

  .section-6 .title {
    font-size: 22px;
    margin-bottom: 75px;
  }

  .section-6 .description {
    font-size: 16px;
  }

  .works .work {
    width: 238px;
    margin-bottom: 45px;
  }

  .section-6 .img-box {
    width: 238px;
  }

  .section-7 .image-box img {
    top: 0;
    left: 0%;
  }

  .section-7 {
    padding: 19px 0 0 0;
    flex-direction: column;
    text-align: center;
    height: 725px;
    background-image: url(../images/16426.m.png);
  }

  .section-7 .content {
    width: auto;
  }

  .section-7 .title {
    font-size: 22px;
  }

  .section-7 .image-box {
    height: 300px;
  }

  .section-7 .image-box img:first-child {
    left: 55%;
  }

  .section-7 .image-box img:last-child {
    left: 30%;
    top: 15%;
  }

  .section-8 {
  }

  .section-8 .title {
    font-size: 20px;
    font-weight: bold;
  }

  .section-8 .description {
    font-weight: 800;
    font-size: 16px;
    margin-top: 30px;
  }

  .section-8-wrapper {
    width: 264px;
    margin: 0 auto;
  }

  .section-8 form input {
    height: 38px;
  }

  .section-8 form textarea {
    height: 76px;
  }

  .section-8 form .submit-btn {
    height: 42px;
    width: 100%;
    font-size: 14px;
  }

  .section-8 form label .input-description {
    font-size: 11px;
  }

  .flickity-page-dots .dot {
    width: 15px;
  }

  .carousel-cell img {
    height: 112px;
  }

  .flickity-viewport {
    height: 112px !important;
  }
}

@media (max-width: 375px) {
  .section-1 {
    background-image: linear-gradient(to right, #00203126, #00203126),
      url(../images/HeroImage.m.png);
  }

  .section-4 .img-box {
    background: url(../images/57282.m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .section-9 .img-box {
    background: url(../images/57282.m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .section-7 .image-box img:first-child {
    left: 30%;
  }

  .section-7 .image-box img:last-child {
    left: 8%;
    top: 15%;
  }

  .carousel-cell img {
    height: 112px;
  }

  .flickity-viewport {
    height: 112px !important;
  }
}