@import url("container.css");
@import url("reset.css");
@import url("bootstrap-utilities.min.css");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #000d45;
  color: #fff;
}

header {
  padding-top: 20px;
  padding-bottom: 20px;
}
header button {
  border: 0px;
  -webkit-box-shadow: 0px 8px 18px -3px rgba(154, 11, 255, 0.5);
          box-shadow: 0px 8px 18px -3px rgba(154, 11, 255, 0.5);
  background-image: linear-gradient(140deg, #FF6E00 0%, #A629F2 100%);
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 150px;
}

@media screen and (max-width: 1400px) {
  .logo {
    width: 30%;
  }
}
nav ul > li {
  display: inline;
}
nav li {
  font-weight: 600;
  list-style: none;
  font-size: 15px;
}
nav a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 20px;
}
nav a:hover {
  color: #F13737;
}

@media screen and (max-width: 1200px) {
  .header .menutoggle {
    display: block;
  }
  .header nav {
    display: none;
  }
}
.menutoggle {
  display: none;
}

.active nav {
  display: block !important;
  z-index: 999;
  background-color: #000d45;
  top: -17px;
  left: -20px;
  padding-top: 40px;
  width: 106%;
  position: fixed;
  height: 110%;
}
.active nav ul > li {
  font-size: 20px;
  display: list-item !important;
}
.active section {
  opacity: 0.2;
}
.active li {
  padding-bottom: 30px;
}

.btn-grad {
  -webkit-box-shadow: 0px 8px 18px -3px rgba(154, 11, 255, 0.5);
          box-shadow: 0px 8px 18px -3px rgba(154, 11, 255, 0.5);
  background-image: linear-gradient(140deg, #FF6E00 0%, #A629F2 100%);
  padding: 15px 30px 15px 30px;
  color: #fff;
  font-weight: bold;
  border-radius: 150px;
}

.main {
  background: url("../img/main.png") 0 0/100% auto no-repeat;
  padding: 40px;
  padding-bottom: 20vh;
}
.main h1 {
  background: linear-gradient(140deg, #FF6E00 0%, #A629F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  font-size: 71px;
  line-height: 1;
  letter-spacing: -3px;
}
.main .about {
  margin-top: 20px;
  margin-bottom: 30px;
}
.main .col {
  margin-top: 15vh;
  margin-bottom: 25vh;
  width: 60%;
}
.main .promo {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .main {
    background: none;
  }
  .main .col {
    width: 100%;
    margin-top: 3vh;
  }
  .main .col h1 {
    font-size: 61px;
  }
}
.about-section-nav {
  margin-top: -20vh;
  background: #000d45 url("../img/background-about.png") 0 0/100% auto no-repeat;
}

.about-block {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-block .col {
  background-image: linear-gradient(200deg, #1B0A52CC 0%, #151521A8 68%);
  background-color: transparent;
  padding: 40px;
  margin: 20px;
  border-radius: 10px;
}
.about-block .col i {
  color: #F13737;
  font-size: 40px;
}
.about-block .col a {
  color: #fff;
}
.about-block .col a h3 {
  padding-top: 15px;
  font-weight: 520;
  font-size: 25px;
}
.about-block .col:hover {
  background-image: linear-gradient(200deg, #151521AB 25%, #FF404047 100%);
}

@media screen and (max-width: 1440px) {
  .about-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .about-block {
    display: block;
  }
}
.youtube-wrapper {
  position: relative;
  width: 50%;
  height: auto;
}

.youtube-preview,
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.youtube-preview iframe,
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-preview img,
.youtube-player img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  position: absolute;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.about-container {
  padding: 1em 1em 1em 2em;
}

@media screen and (max-width: 1200px) {
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .about-company {
    width: 100% !important;
  }

  .youtube-wrapper {
    width: 100% !important;
  }
}
.about-section {
  background: url("../img/background.png") 0 0 no-repeat fixed;
  background-size: cover;
}

.about-company {
  padding: 0em 0em 0em 2em;
}
.about-company p {
  margin-bottom: 20px;
}
.about-company p:first-child {
  color: #F13737;
  font-size: 20px;
}
.about-company h2 {
  line-height: 1;
  font-size: 47px;
  letter-spacing: -3px;
  margin-bottom: 20px;
}

.answer-block {
  padding-top: 200px;
  padding-bottom: 200px;
}
.answer-block p {
  margin-bottom: 20px;
}
.answer-block p:first-child {
  color: #F13737;
  font-size: 20px;
}
.answer-block h2 {
  line-height: 1;
  font-size: 3em;
  letter-spacing: -3px;
  margin-bottom: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.answer-img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .answer-block {
    padding-bottom: 0;
  }

  .answer-img img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .flex {
    display: block;
  }
  .flex .row-1 {
    display: block;
    width: 100% !important;
    margin: 20px;
  }
}
.counter-block {
  text-align: center;
  margin: 20px 90px;
}
.counter-block h3 {
  color: #005BF6;
  font-size: 50px;
  letter-spacing: -3px;
}

.skill-section {
  background: #000d45 url("../img/background-about.png") 0 0/100% auto no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.skill-block {
  padding: 2em;
  margin: 15px;
  border-radius: 10px;
  background-color: #151521E6;
}
.skill-block span {
  display: block;
  background-color: #F13737;
  width: 25%;
  height: 8px;
}
.skill-block h2 {
  font-size: 50px;
  letter-spacing: -3px;
}
.skill-block p {
  font-size: 20px;
  line-height: 1;
}

.skill-block-text {
  padding-right: 50px;
}
.skill-block-text p {
  margin-bottom: 20px;
}
.skill-block-text p:first-child {
  color: #F13737;
  font-size: 20px;
}
.skill-block-text h2 {
  line-height: 1;
  font-size: 3em;
  letter-spacing: -3px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .skill-block {
    margin-top: 10px;
  }

  .skill-block-text h2 {
    line-height: 1;
    font-size: 2em;
    letter-spacing: -3px;
    margin-bottom: 20px;
  }
}
.services-section {
  padding-bottom: 100px;
  background: url("../img/womenfix.jpg") 0 0 no-repeat fixed;
  background-size: cover;
}

.services {
  padding-bottom: 100px;
}

.title {
  text-align: center;
  padding-top: 100px;
}
.title p {
  color: #F13737;
  font-size: 20px;
}
.title h2 {
  line-height: 1;
  font-size: 50px;
  letter-spacing: -3px;
}

.services-block {
  margin-top: 100px;
  border-radius: 15px;
  background-color: #151521C2;
  padding: 2em;
}

.row-services-block_text {
  width: 100%;
  padding: 2em;
}

.services-block_text {
  margin-bottom: 10px;
}
.services-block_text i {
  margin-top: -20px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 50px;
}
.services-block_text p {
  width: 50%;
  font-size: 26px;
  color: #005BF6;
  line-height: 1;
  letter-spacing: -3;
}

.look {
  background-color: #0A0A38;
  padding: 1em;
}
.look h4 {
  color: #FF6E00;
  font-size: 36px;
  letter-spacing: -3px;
  line-height: 1;
  font-weight: 600;
}
.look p {
  width: 65%;
}

.review-block li i {
  color: #fec42d;
}
.review-block ul {
  margin-left: -40px;
}
.review-block ul > li {
  display: inline;
}

.review-block {
  background-color: #151521AB;
  padding: 15px;
  border-radius: 15px;
  width: 400px;
}

.user strong {
  color: #005BF6;
  font-size: 18px;
}
.user img:first-child {
  width: 70px;
  border-radius: 100%;
}
.user i {
  color: #fec42d;
}

@media screen and (max-width: 900px) {
  .review-block {
    background-color: #151521AB;
    padding: 15px;
    border-radius: 15px;
    width: 170px;
  }

  .user strong {
    font-size: 12px;
  }
  .user img {
    width: 20% !important;
  }
}
.news {
  margin-top: 200px;
}
.news p {
  text-align: center;
  color: #F13737;
}
.news h2 {
  text-align: center;
  letter-spacing: -3;
  font-size: 50px;
}

.blog-block {
  margin-top: 20px;
  margin: 10px;
  width: 350px;
  border-radius: 15px;
  background-color: #151521;
}

@media screen and (max-width: 1400px) {
  .blog-block {
    margin-top: 50px;
    width: 90%;
  }
}
.about-title-blog {
  padding: 20px;
}
.about-title-blog a {
  margin-bottom: 40px;
}

.text-blog {
  margin-top: 20px;
  text-align: left !important;
  margin-bottom: 40px;
  color: #fff !important;
}

.callback-container {
  margin-top: 120px;
}
.callback-container p:first-child {
  color: #F13737;
}
.callback-container h2 {
  font-size: 50px;
}

.row-1 {
  margin-top: 20px;
}

.item-social ul > li {
  display: inline;
}
.item-social ul {
  margin-left: -40px;
}
.item-social li {
  background-color: #fff;
  padding: 10px;
  display: block;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  list-style: none;
}
.item-social li a {
  text-align: center;
  color: #F13737;
}
.item-social li i {
  font-size: 15px !important;
}
.item-social i {
  font-size: 30px;
}
.item-social p {
  width: 30%;
  margin-left: 20px;
  color: #F13737;
}
.item-social span {
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .item-social ul {
    margin-top: 100px;
  }
  .item-social li {
    margin: -40px;
  }
}
.callback-section {
  background: #000d45 url("../img/background-callback.png") 0 0/100% auto no-repeat;
  padding-bottom: 35px;
}

footer {
  background: #001437;
  background: -webkit-gradient(linear, left top, right top, from(#001437), to(black));
  background: linear-gradient(90deg, #001437 0%, black 100%);
}

.footer {
  padding-top: 20px;
}

.footer-items p {
  width: 45%;
  font-size: 14px;
}

.contact-footer h2 {
  color: #F13737;
  font-size: 15px;
}
.contact-footer i {
  margin-right: 20px;
}

.contact-footer-nav li {
  background-color: #fff;
  padding: 10px;
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  width: 35px;
  height: 39px;
  list-style: none;
}
.contact-footer-nav li a {
  text-align: center;
  color: #F13737;
}
.contact-footer-nav li i {
  font-size: 15px !important;
}

.pagename-section {
  font-size: 40px;
  text-align: center;
}

.pagename {
  background: #000d45 url("../img/background-about.png") 0 0/100% auto no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
}

.founders-item {
  border-radius: 15px;
  background: #0A0A38 url("../img/backgroundfounder.png") 0 0/100% auto no-repeat;
  padding: 30px 30px 0px 30px;
  margin: 10px;
}
.founders-item span {
  display: block;
  background-color: #F13737;
  width: 25%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.founders-item h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3px;
}
.founders-item p {
  font-size: 20px;
  line-height: 1;
}
.founders-item img {
  width: 130%;
}

.founders-title {
  margin-top: 106px;
  text-align: center;
}
.founders-title p {
  color: #F13737;
}
.founders-title h2 {
  font-size: 50px;
  margin-bottom: 53px;
}

.look-neo {
  background-color: #0A0A38;
}
.look-neo img {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .pagename {
    padding: 10vh;
  }

  .pagename-section {
    font-size: 28px;
  }

  .founders-title h2 {
    font-size: 40px;
  }

  .look-neo img {
    margin-bottom: 0 !important;
    width: 100%;
  }
}
.result-section {
  padding-bottom: 100px;
}

.result-item-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.result-item {
  width: 350px;
  cursor: pointer;
  margin-top: 40px;
  background: linear-gradient(200deg, #1B0A52CC 0%, #151521A8 68%);
  border-radius: 10px;
  padding: 50px 40px;
}
.result-item i {
  font-size: 30px;
  margin-bottom: 20px;
}
.result-item h2 {
  color: #FF6E00;
}
.result-item p {
  font-size: 14px;
  color: #dadada;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .result-item {
    width: 100%;
  }

  .result-item-flex {
    display: block;
    width: 100%;
  }
}
.nav {
  font-size: 15px;
}

/* jQuery Accordion Navigation Menu */
.nav-item {
  border-radius: 10px;
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
}
.nav-item:first-child {
  border-top: none;
}

.nav-item-inner > a {
  color: #000;
  display: block;
}

.nav-item-inner-heading {
  position: relative;
  font-weight: 700;
}
.nav-item-inner-heading:focus {
  opacity: 1;
}
.nav-item-inner-heading.minus:after, .nav-item-inner-heading.plus:after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 0.3rem;
  color: GoldenRod;
}
.nav-item-inner-heading.minus:after {
  content: url("../img/arrow-up-circle.svg");
}
.nav-item-inner-heading.plus:after {
  content: url("../img/arrow-down-circle.svg");
}

.active {
  color: #000;
}

.nav-sub-list {
  display: none;
  font-size: 15px;
  overflow: hidden;
}

.nav-sub-item {
  padding-left: 0.75rem;
  margin-top: 20px;
}

.faq-section img {
  padding-left: 20px;
}

.faq p:first-child {
  color: #F13737;
}
.faq h2 {
  font-size: 40px;
}

.blog-title {
  color: #FF6E00;
  font-size: 50px;
  margin-bottom: 20px;
}

.content h2 {
  font-size: 50px;
}

.aside-block {
  width: 350px;
  border-radius: 10px;
  margin: 15px;
  padding: 2em;
  background-color: #151521E6;
}
.aside-block p:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #F13737;
}

.aside-about ul > li {
  display: inline;
  margin-left: 0;
}
.aside-about ul {
  padding: 0;
}
.aside-about li {
  background-color: #fff;
  padding: 10px;
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  width: 35px;
  height: 39px;
  list-style: none;
}
.aside-about li a {
  text-align: center;
  color: #F13737;
}
.aside-about li i {
  font-size: 15px !important;
}

.aside-blog .d-flex {
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.aside-blog img {
  border-radius: 5px;
  width: 127px;
}
.aside-blog p {
  color: #dadada;
  padding-left: 10px;
  font-size: 12.6px;
}

.aside-help {
  background: #151521E6 url("../img/aside.png") 0 0/100% auto no-repeat;
  text-align: center;
}
.aside-help h2 {
  color: #005BF6;
  font-size: 26px;
}
.aside-help p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .aside-block {
    width: 300px;
  }

  .content h2 {
    font-size: 20px;
  }

  .blog-title {
    color: #FF6E00;
    font-size: 30px;
    margin-bottom: 20px;
  }
}