@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@500&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,800&family=Raleway:wght@300;700&family=Roboto:ital,wght@0,300;0,500;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Oswald:wght@500&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,800&family=Raleway:wght@300;700&family=Roboto:ital,wght@0,300;0,500;1,300&display=swap");
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #bbbbbb;
          box-shadow: inset 0 0 5px #bbbbbb;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(112.32deg, #7e5dc1 -0.32%, #40CABB 118.77%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(112.32deg, #7e5dc1 -0.32%, #40CABB 118.77%);
  border-radius: 1px;
  -webkit-transition: all .50s;
  transition: all .50s;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

.home {
  width: 100%;
  background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.home .home-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.home .home-container .left-part {
  margin-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 100px;
}

.home .home-container .left-part h1 {
  font-style: bold;
  font-weight: 700;
  font-size: 64px;
  color: #e5e5e5;
  width: 650px;
  margin-bottom: 16px;
  position: relative;
  line-height: 60px;
}

.home .home-container .left-part h2 {
  color: #fcfcfc;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 15px;
}

.home .home-container .left-part p {
  width: 390px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #e5e5e5;
  margin-bottom: 16px;
  line-height: 35px;
}

.home .home-container .left-part button {
  font-size: 16px;
  font-weight: 600;
  border-style: none;
  width: 150px;
  height: 45px;
  cursor: pointer;
  margin-right: 23px;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.home .home-container .left-part .button1 {
  color: white;
  background: #32d9b9;
}

.home .home-container .left-part .button1:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

.home .right-part {
  margin-top: 150px;
  margin-left: -200px;
}

.home .object1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.object1 {
  margin-top: -500px;
}

@media (max-width: 2500px) {
  .object1 {
    margin-top: -450px;
  }
}

@media (max-width: 2340px) {
  .object1 {
    margin-top: -400px;
  }
}

@media (max-width: 2316px) {
  .object1 {
    margin-top: -350px;
  }
}

@media (max-width: 2160px) {
  .object1 {
    margin-top: -320px;
  }
}

@media (max-width: 2090px) {
  .object1 {
    margin-top: -280px;
  }
  .right-part {
    margin-top: 200px !important;
  }
}

@media (max-width: 2020px) {
  .object1 {
    margin-top: -250px;
  }
}

@media (max-width: 1956px) {
  .object1 {
    margin-top: -220px;
  }
}

@media (max-width: 1950px) {
  .object1 {
    margin-top: -160px;
  }
}

@media (max-width: 1949px) {
  .object1 {
    margin-top: -170px;
  }
}

@media (max-width: 1790px) {
  .object1 {
    margin-top: -120px;
  }
}

@media (max-width: 1662px) {
  .object1 {
    margin-top: -60px;
  }
}

@media (max-width: 1565px) {
  .object1 {
    margin-top: -10px;
  }
  .home-container {
    padding: 0px 790px;
  }
  .right-part {
    margin-left: -100px;
  }
}

@media (max-width: 1489px) {
  .object1 {
    margin-top: 20px;
  }
  .left-part {
    margin-top: 250px !important;
  }
  .left-part h1 {
    font-size: 35px;
  }
  .right-part {
    margin-top: 230px !important;
  }
}

@media (max-width: 1442px) {
  .object1 {
    margin-top: 50px;
  }
  .home-container {
    padding: 0px 100px;
  }
}

@media (max-width: 1486px) {
  .object1 {
    margin-top: -10px;
  }
}

@media (max-width: 1446px) {
  .object1 {
    margin-top: 80px;
  }
  .left-part {
    width: 55%;
  }
  .right-part {
    margin-left: 0px;
  }
}

@media (max-width: 1343px) {
  .object1 {
    margin-top: 120px;
  }
}

@media (max-width: 1272px) {
  .object1 {
    margin-top: 150px;
  }
}

@media (max-width: 1232px) {
  .object1 {
    margin-top: 160px;
  }
  .right-part {
    margin: 0px;
  }
  .left-part {
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 1210px) {
  .object1 {
    margin-top: 185px;
  }
}

@media (max-width: 1190px) {
  .object1 {
    margin-top: 190px;
  }
}

@media (max-width: 10000px) {
  .home2 {
    display: none;
  }
}

@media (max-width: 1440px) {
  .home .home-container {
    width: 100%;
  }
  .home .home-container .left-part {
    margin-top: 190px;
  }
  .home .home-container .left-part h1 {
    font-size: 40px;
  }
  .home .home-container .right-part {
    margin-top: 220px;
  }
}

@media (max-width: 1177px) {
  .home {
    display: none;
  }
  .home2 {
    background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
    height: auto;
    display: block;
  }
  .home2 {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
  }
  .home2 .left-part1 {
    text-align: center;
    margin-top: 100px;
    padding: 0px;
  }
  .home2 .left-part1 h1 {
    font-style: bold;
    font-weight: 700;
    font-size: 50px;
    color: #e5e5e5;
    margin-bottom: 16px;
    position: relative;
    line-height: 60px;
  }
  .home2 .left-part1 h2 {
    color: white;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .home2 .left-part1 p {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #e5e5e5;
    margin-bottom: 16px;
    line-height: 35px;
    padding: 0px 20px;
  }
  .home2 .left-part1 button {
    font-size: 18px;
    border-style: none;
    width: 180px;
    height: 48px;
    cursor: pointer;
    line-height: 27px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
  }
  .home2 .left-part1 .button1 {
    color: white;
    background: #32d9b9;
  }
  .home2 .left-part1 .button1:hover {
    -webkit-box-shadow: 10px 32px 72px 0px #0F0D230A;
            box-shadow: 10px 32px 72px 0px #0F0D230A;
  }
  .left-part1 {
    margin-bottom: -10px;
  }
  .left-part1 img {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .home {
    display: none;
  }
  .home2 {
    background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
    height: auto;
    display: block;
  }
  .home2 {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home2 .left-part1 {
    text-align: center;
    margin-top: 100px;
    padding: 0px;
  }
  .home2 .left-part1 h1 {
    font-weight: 700;
    font-size: 35px;
    color: #e5e5e5;
    margin-bottom: 16px;
    position: relative;
    line-height: 60px;
  }
  .home2 .left-part1 h2 {
    line-height: 20px;
    margin-bottom: 1px;
    font-size: 18px;
  }
  .home2 .left-part1 p {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #e5e5e5;
    margin-bottom: 16px;
    line-height: 35px;
    padding: 0px 40px;
  }
  .home2 .left-part1 button {
    font-size: 14px;
    border-style: none;
    width: 120px;
    height: 40px;
    font-weight: 500;
  }
  .home2 .left-part1 .button1 {
    color: white;
    background: #56bbb1;
  }
  .home2 .left-part1 .button1:hover {
    -webkit-box-shadow: 10px 32px 72px 0px #0F0D230A;
            box-shadow: 10px 32px 72px 0px #0F0D230A;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13.5%;
  padding-right: 13.5%;
  width: 100%;
}

@media (max-width: 1700px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}

.nav-links a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-links li {
  list-style: none;
}

.limiter {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 65px;
  position: fixed;
  z-index: 999;
  width: 100%;
}

header.black nav {
  background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  min-height: 70px;
  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}

.button-user {
  background: #32d9b9 !important;
  color: aliceblue;
  width: 120px !important;
  height: 40px;
  border-radius: 10px;
  font-size: 16px !important;
  font-weight: 500;
}

.button-user li {
  margin-top: -5px !important;
}

.button-user:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

@media (max-width: 1800px) {
  .button-user {
    background: #56bbb1;
    color: aliceblue;
    width: 100%;
    width: 120px;
  }
}

.navlinks {
  background-color: #32d9b9;
  list-style-type: none;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 4rem;
  overflow-y: scroll;
  scrollbar-width: none;
  /* firefox scroll*/
  -ms-overflow-style: none;
  /* IE */
}

.navlinks::-webkit-scrollbar {
  /* webkit scroll */
  width: 0;
  height: 0;
}

.navitems {
  padding: 1rem 1.5rem;
}

.navbar a {
  color: #FFFF;
  text-decoration: none;
  font-weight: 400;
}

.dropmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30%;
  display: none;
}

.navitems:hover > .dropmenu {
  display: block;
}

.dropitems {
  text-align: left;
  padding: 1rem;
  width: 100%;
}

.logo {
  margin-right: 200px;
}

.logo img {
  width: 100%;
}

#burger {
  z-index: 99;
}

.burgerlines {
  border-bottom: 3px solid white;
  height: 7px;
  width: 25px;
}

.navbar a:hover {
  color: #282828;
  font-weight: 500;
}

.active {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

@media (max-width: 1400px) {
  .button-user {
    width: 120px;
  }
  .button-user li {
    width: 220px;
  }
}

@media (max-width: 1300px) {
  .button-user {
    margin-left: 0px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #burger {
    display: none;
  }
  .navlinks {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    overflow-y: visible;
    padding: 0;
  }
  .button-user li {
    width: 100%;
    margin: 0px;
  }
  .dropmenu {
    background-color: #0c001f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 30%;
    display: none;
    left: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navitems:hover > .dropmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropitems {
    text-align: center;
    padding: 1rem;
  }
  .navitems {
    padding: 1rem 1rem;
    text-align: center;
  }
  .itemlinks {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: var(--color-text);
    margin: 0 10px;
  }
  .logo {
    margin-right: 0px;
  }
}

@media (max-width: 1300px) {
  .button-user {
    background: transparent !important;
  }
  .button-user:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline-color: none !important;
    outline-offset: 0px;
    text-shadow: none !important;
    background: none !important;
  }
  .navbar a:hover {
    color: #56bbb1;
    font-weight: 700;
  }
}

@media (max-width: 650px) {
  .logo img {
    width: 100% !important;
    margin: 0;
  }
  .logo {
    margin: 0px;
    padding: 0px;
  }
  .burgerlines {
    border-bottom: 2px solid white;
    height: 7px;
    width: 20px;
  }
}

@media screen and (max-width: 410px) {
  header.black nav {
    min-height: 20px;
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    margin: 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 340px) {
  header.black nav {
    min-height: 20px;
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    margin: 0px;
    padding: 0px;
  }
  nav {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.contact-container .img {
  display: block;
}

.contact-container {
  position: relative;
}

.contact-container {
  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;
}

.card_box {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 282px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -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;
  color: #fff;
  cursor: pointer;
}

.card_box p {
  color: #13132C;
  font-size: 20px;
  font-weight: 600 !important;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.card_box1 {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 282px;
  height: 200px;
  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;
  color: #fff;
  cursor: pointer;
  color: #13132C;
  font-size: 20px;
  font-weight: 500;
}

.card_box1 {
  margin-left: 37px;
}

.card_box {
  margin-right: 40px;
}

.card-icon {
  font-size: 52px;
  background: #d8f8f2;
  width: 58px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #13132C;
}

.card-icon img {
  margin-left: 1px !important;
  margin-top: 6px;
  width: 40px;
}

.card-icon2 {
  font-size: 52px;
  background: #d8f8f2;
  width: 58px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.card-icon2 img {
  margin-left: -1px;
  margin-bottom: -2.5px;
  width: 40px;
}

.card-icon3 {
  font-size: 52px;
  background: #d8f8f2;
  width: 58px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.card-icon3 img {
  margin-bottom: 0.1px;
  width: 40px;
}

.card-icon4 {
  font-size: 52px;
  background: #d8f8f2;
  width: 58px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.card-icon4 img {
  margin-top: 9px;
  margin-left: 0.5px;
  width: 40px;
}

.card_box:hover .card-icon {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.card_box:hover .card-icon2 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.card_box:hover .card-icon3 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.card_box:hover .card-icon4 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.card_box p {
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  font-weight: 500;
  max-height: 0;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
  color: #13132C;
}

.card_box:hover {
  -webkit-box-shadow: 10px 32px 72px 0px #0F0D230A;
          box-shadow: 10px 32px 72px 0px #0F0D230A;
}

@media screen and (max-width: 1700px) {
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-container {
    margin-top: 100px;
  }
  .card_box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-container {
    margin-top: 200px;
  }
  .card_box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 870px) {
  .why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-container {
    margin-top: 150px;
  }
  .card_box {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
  }
  .card_box p {
    font-size: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .card_box p {
    font-size: 11px;
    width: 100%;
  }
}

.why {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.why .why-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0px 290px;
  width: 100%;
}

.why .why-container .left-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why .why-container .left-part1 h1 {
  font-style: bold;
  font-weight: 700;
  font-size: 64px;
  color: #2f3542;
  width: 650px;
  margin-bottom: 16px;
  position: relative;
  line-height: 60px;
}

.why .why-container .left-part1 ul li {
  list-style-type: none !important;
  margin-bottom: 20px;
  border-top: 1px #ccc;
  width: 100%;
}

.why .why-container .left-part1 ul li i {
  margin-right: 5px;
  color: #32d9b9;
}

.why .why-container .left-part1 li {
  width: 510px;
  word-spacing: 5px;
}

.why .why-container .left-part1 p {
  width: 670px;
  font-weight: 500;
  font-size: 18px;
  color: #898998;
  margin-bottom: 16px;
  line-height: 30px;
}

.why .why-container .left-part1 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why .why-container .left-part1 .buttons button {
  font-size: 16px;
  font-weight: 600;
  border-style: none;
  width: 150px;
  height: 45px;
  cursor: pointer;
  margin-right: 23px;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.why .why-container .left-part1 .buttons .button1 {
  color: white;
  background: #32d9b9;
}

.why .why-container .left-part1 .buttons .button1:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

.why .why-container .right-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why .why-container .contact-container .img {
  display: block;
}

.why .why-container .contact-container {
  position: relative;
}

.why .why-container .contact-container {
  margin-top: 400px;
  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;
}

.why .why-container .card-box1 {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 282px;
  height: 250px;
  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;
  color: #fff;
  cursor: pointer;
  margin-bottom: 60px;
  border-radius: 10px;
}

.why .why-container .card-box1 p {
  color: #666666;
  margin-bottom: 55px;
}

.why .why-container .card-box1 h2 {
  color: #20184E;
  margin-top: 10px;
  margin-bottom: -10px;
}

.why .why-container .card-box2 {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 282px;
  height: 250px;
  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;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 30px;
}

.why .why-container .card-box2 p {
  color: #666666;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.why .why-container .card-box2 h2 {
  color: #20184E;
  margin-top: 10px;
}

.why .why-container .card-box3 {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 282px;
  height: 250px;
  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;
  color: #fff;
  cursor: pointer;
  margin-bottom: 50px;
  border-radius: 10px;
}

.why .why-container .card-box3 p {
  color: #666666;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.why .why-container .card-box3 h2 {
  color: #20184E;
  margin-top: 10px;
}

.why .why-container .card-box4 {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 282px;
  height: 250px;
  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;
  color: #fff;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 10px;
}

.why .why-container .card-box4 p {
  color: #666666;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.why .why-container .card-box4 h2 {
  color: #20184E;
  margin-top: 10px;
}

.why .why-container .icon1 {
  font-size: 49px;
  background: #d8f8f2;
  width: 62px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.why .why-container .icon1 img {
  margin-top: 9px;
  margin-left: 0.5px;
  width: 40px;
}

.why .why-container .icon2 {
  font-size: 55px;
  background: #d8f8f2;
  width: 62px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.why .why-container .icon2 img {
  margin-top: 8px;
  margin-left: 0.5px;
  width: 40px;
}

.why .why-container .icon3 {
  font-size: 54px;
  background: #d8f8f2;
  width: 62px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.why .why-container .icon3 img {
  margin-top: 8px;
  margin-left: 0.5px;
  width: 40px;
}

.why .why-container .icon4 {
  font-size: 38px;
  background: #d8f8f2;
  width: 62px;
  height: 57px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.why .why-container .icon4 img {
  margin-top: 8px;
  margin-left: 0.5px;
  width: 40px;
}

.why .why-container .card-box1:hover .icon1 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.why .why-container .card-box2:hover .icon2 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.why .why-container .card-box3:hover .icon3 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.why .why-container .card-box4:hover .icon4 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.card-box1 p {
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  font-weight: 300;
  max-height: 0;
  text-align: center;
  width: 100%;
  color: black;
}

@media (max-width: 2100px) {
  .why-container {
    padding: 0px 100px !important;
    width: 100%;
  }
}

@media (max-width: 1515px) {
  .why .why-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px !important;
  }
  .why .why-container .left-part1 {
    margin-top: 190px;
    margin: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .why .why-container .left-part1 h1 {
    font-size: 40px;
  }
  .why .why-container .left-part1 ul li {
    width: 600px;
  }
  .why .why-container .left-part1 .buttons .button1 {
    margin: 0px;
  }
  .why .why-container .right-part1 {
    margin-top: 50px;
  }
  .why .why-container .right-part1 .card-box1 {
    margin: 0px;
  }
  .why .why-container .right-part1 .card-box2 {
    margin: 0px;
  }
  .why .why-container .right-part1 .card-box3 {
    margin: 0px;
  }
  .why .why-container .right-part1 .card-box4 {
    margin: 0px;
  }
}

@media (max-width: 1127px) {
  .why .why-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why .why-container .right-part1 .card-box1 {
    margin-bottom: 20px;
  }
  .why .why-container .right-part1 .card-box2 {
    margin-bottom: 20px;
  }
  .why .why-container .right-part1 .card-box3 {
    margin-bottom: 20px;
  }
  .why .why-container .right-part1 .buttons {
    margin: 0;
  }
}

@media (max-width: 840px) {
  .why .why-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why .why-container .right-part1 .card-box3 {
    margin-bottom: 0px;
  }
}

@media (max-width: 563px) {
  .why .why-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
  }
  .why .why-container .right-part1 .card-box3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .why .why-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .why .why-container .left-part1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .why .why-container .left-part1 h1 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }
  .why .why-container .left-part1 p {
    font-size: 14px;
    width: 90%;
    line-height: 30px;
  }
  .why .why-container .left-part1 ul li {
    width: 100%;
    padding: 0px 20px;
    font-size: 15px;
  }
  button {
    font-size: 14px !important;
    width: 120px !important;
    height: 40px !important;
  }
}

@media (max-width: 320px) {
  .why .why-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .why .why-container .right-part1 {
    width: 100%;
  }
}

.fillcolor {
  -webkit-filter: invert(72%) sepia(99%) saturate(346%) hue-rotate(106deg) brightness(90%) contrast(88%);
          filter: invert(72%) sepia(99%) saturate(346%) hue-rotate(106deg) brightness(90%) contrast(88%);
}

/* Home styling   */
.callout {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 300px;
  margin-top: 50px;
  background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
}

.callout p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 100;
  width: 600px;
  width: 100%;
}

.callout h1 {
  font-weight: bolder;
  font-size: 40px;
  width: 100%;
  max-width: 920px;
  margin-bottom: 20px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons button {
  font-size: 16px;
  font-weight: 600;
  border-style: none;
  width: 170px;
  height: 45px;
  cursor: pointer;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.buttons .button1 {
  color: white;
  background: #32d9b9;
}

.buttons .button1 img {
  margin-top: 7px !important;
  width: 50%;
}

.buttons .button1:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

.bxl-discord-alt {
  font-size: 50px;
  margin-right: 10px;
  text-decoration: none !important;
  color: #fff;
}

.bxl-discord-alt:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.callout-ready {
  width: 100%;
  height: 349px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.callout-ready .image img {
  width: 100%;
}

.callout-ready .info {
  margin-right: 130px;
  margin-left: 200px;
}

.callout-ready .info h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
}

.callout-ready .info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #D0D0D0;
  max-width: 530px;
}

.callout-ready .info .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callout-ready .info .buttons button {
  font-size: 16px;
  font-weight: 600;
  border-style: none;
  margin-top: 20px;
  width: 170px;
  height: 45px;
  cursor: pointer;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.callout-ready .info .buttons .button1 {
  color: white;
  background: #32d9b9;
}

.callout-ready .info .buttons .button1:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

a {
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.discord-button button {
  color: white;
  background: #32d9b9;
  border-radius: 10px;
  padding: 8px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.discord-button button h3 {
  margin-left: 6px;
}

.discord-button button .discord-icon {
  width: 30px;
}

.discord-button button:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

@media (max-width: 900px) {
  .discord-button button {
    padding: 8px 25px;
  }
  .discord-button button h3 {
    margin-left: 7px;
    font-size: 14px;
  }
  .discord-button button .discord-icon {
    width: 20px;
  }
}

@media (max-width: 650px) {
  .discord-button button {
    padding: 8px 10px;
    width: 180px !important;
    height: 45px;
  }
  .discord-button button h3 {
    margin-left: 7px;
    font-size: 14px;
  }
  .discord-button button .discord-icon {
    width: 20px;
  }
  .button1 img {
    margin-top: -26px !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 1540px) {
  .callout-ready .info {
    margin-left: 100px;
  }
}

@media (max-width: 1440px) {
  .callout-ready .info {
    margin: 0px;
  }
}

@media (max-width: 1211px) {
  .callout-ready .image img {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 1140px) {
  .callout-ready .image img {
    width: 100%;
    margin-bottom: -49px;
    margin-top: 40px;
  }
}

@media (max-width: 1140px) {
  .callout-ready {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 45px 30px;
    height: auto;
  }
  .callout-ready .info {
    margin: 0px !important;
    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;
  }
  .callout-ready .info h1 {
    margin-top: 30px;
  }
  .callout-ready .info p {
    margin-top: 10px;
    text-align: center;
  }
  .callout-ready .info button {
    margin-top: 40px;
  }
}

@media (max-width: 605px) {
  .callout-ready .image img {
    width: 280px;
  }
}

@media (max-width: 475px) {
  .callout-ready .image img {
    width: 200px;
  }
  .callout-ready .info h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .callout-ready .info p {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
  }
}

@media (max-width: 410px) {
  .callout-ready .image img {
    width: 200px;
  }
  .callout-ready .info h1 {
    margin-top: 15px;
    font-size: 24px;
  }
  .callout-ready .info p {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    line-height: 20px;
  }
}

@media (max-width: 400px) {
  .callout-ready {
    width: 100%;
  }
  .callout-ready p {
    font-size: 14px;
    width: 100%;
  }
  .callout-ready h1 {
    font-size: 25px;
    width: 100%;
  }
}

@media (max-width: 320px) {
  .callout-ready {
    height: 405px;
    width: 100%;
    padding: 0px 10px;
  }
  .callout-ready h1 {
    font-size: 20px;
    width: 100%;
  }
}

@media (max-width: 290px) {
  .callout-ready {
    height: 422px;
  }
}

.amazing-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 200px;
}

.amazing-features .amazing-features-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.amazing-features .best-product-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #2f3542;
}

.amazing-features .sub-heading {
  margin-top: 80px !important;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #b2b1cd;
}

.amazing-features .paragraph {
  color: #7c7b90;
  margin-bottom: 10px;
  text-align: center;
  font-size: 17px;
  width: 600px;
}

.amazing-features .amazing-box-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.amazing-features .box {
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  background: #2f3542;
  padding: 0 20px;
  margin: 0 20px;
  width: calc(33% - 20px);
  background: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 370px;
  height: 370px;
  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;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 10px;
}

.amazing-features .box p {
  color: #666666;
  margin-bottom: 55px;
  text-align: center;
}

.amazing-features .box h2 {
  color: #20184e;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .callout {
    width: 100%;
    padding: 0px 10px;
  }
  .callout h1 {
    font-size: 20px;
    width: 100%;
  }
  .best-product-title {
    font-size: 30px !important;
    line-height: 40px;
  }
  .paragraph {
    font-size: 14px;
    width: 100% !important;
  }
}

@media (max-width: 1790px) {
  .amazing-features {
    padding: 0px 100px;
  }
}

@media (max-width: 500px) {
  .amazing-features {
    padding: 0px 20px;
  }
}

.pricing {
  display: block;
  width: 100%;
  height: 100%;
}

.pricing .top {
  margin-top: 50px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.pricing .top h1 {
  font-style: bold;
  font-weight: 700;
  font-size: 48px;
  color: #2f3542;
  width: 700px;
  margin-bottom: 16px;
  position: relative;
  line-height: 60px;
  text-align: center;
  word-spacing: 5px;
}

.pricing .top p {
  width: 802px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 27px;
  text-align: center;
  margin-top: 44px;
  color: #7c7b90;
  margin-bottom: 48px;
}

.pricing .top .beginner-expert {
  width: 300px;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 35, 58, 0.2);
          box-shadow: 0px 2px 10px rgba(34, 35, 58, 0.2);
}

.pricing .top .beginner-expert label {
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 5px;
  color: #000000;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing .top .beginner-expert label:hover {
  background: rgba(0, 238, 255, 0.3);
}

.pricing .top .beginner-expert label i {
  margin-right: 4px;
}

.pricing .top .beginner-expert .slider-btn {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #32d9b9;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1;
}

.pricing .top #beginner:checked ~ .beginner-expert label.beginner,
.pricing .top #expert:checked ~ .beginner-expert label.expert {
  color: #fff;
}

.pricing .top #expert:checked ~ .beginner-expert .slider-btn {
  left: 50%;
}

.pricing .top input[type=radio] {
  display: none;
}

.pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.pricing .table {
  margin-top: 48px;
}

.pricing .table .master {
  width: 400px;
  height: 550px;
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  text-align: center;
  padding: 0px 25px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pricing .table .master h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  padding-top: 20px;
}

.pricing .table .master p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing .table .master .price {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.pricing .table .master .price .sign {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  vertical-align: middle;
}

.pricing .table .master .price .currency {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  vertical-align: middle;
}

.pricing .table .master .price .GB {
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
  color: #898998;
}

.pricing .table .master ul li {
  list-style-type: none !important;
  margin-bottom: 20px;
  border-top: 1px #ccc;
  width: 100%;
}

.pricing .table .master ul li i {
  margin-right: 10px;
  text-align: justify;
  color: #56bbb1;
}

.pricing .table .master li {
  width: 510px;
  text-align: justify;
}

.pricing .table .master .buttons-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing .table .master .buttons-price button {
  font-size: 18px;
  border-style: none;
  width: 349px;
  height: 56px;
  cursor: pointer;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #56bbb1;
  text-align: center;
  border-radius: 10px;
}

.pricing .table .master .buttons-price .button1-price {
  background: white;
  border: 1px solid #56bbb1;
}

.pricing .table .master .buttons-price .button1-price:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
}

.pricing .table1 {
  margin-top: 48px;
  margin-left: 10px;
  margin-right: 10px;
}

.pricing .table1 .master {
  width: 400px;
  height: 550px;
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  text-align: center;
  padding: 0px 25px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pricing .table1 .master h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  padding-top: 20px;
}

.pricing .table1 .master p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing .table1 .master .price {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.pricing .table1 .master .price .sign {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  vertical-align: middle;
}

.pricing .table1 .master .price .currency {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  vertical-align: middle;
}

.pricing .table1 .master .price .GB {
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
  color: #898998;
}

.pricing .table1 .master ul li {
  list-style-type: none !important;
  margin-bottom: 20px;
  border-top: 1px #ccc;
  width: 100%;
}

.pricing .table1 .master ul li i {
  margin-right: 10px;
  text-align: justify;
  color: #56bbb1;
}

.pricing .table1 .master li {
  width: 510px;
  text-align: justify;
}

.pricing .table1 .master .buttons-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing .table1 .master .buttons-price button {
  font-size: 18px;
  border-style: none;
  width: 349px;
  height: 56px;
  cursor: pointer;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #56bbb1;
  text-align: center;
  border-radius: 10px;
}

.pricing .table1 .master .buttons-price .button1-price {
  background: white;
  border: 1px solid #56bbb1;
}

.pricing .table1 .master .buttons-price .button1-price:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
}

.pricing .table2 {
  margin-top: 48px;
}

.pricing .table2 .master {
  width: 400px;
  height: 550px;
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  text-align: center;
  padding: 0px 25px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pricing .table2 .master h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  padding-top: 20px;
}

.pricing .table2 .master p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing .table2 .master .price {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.pricing .table2 .master .price .sign {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  vertical-align: middle;
}

.pricing .table2 .master .price .currency {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  vertical-align: middle;
}

.pricing .table2 .master .price .GB {
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
  color: #898998;
}

.pricing .table2 .master ul li {
  list-style-type: none !important;
  margin-bottom: 20px;
  border-top: 1px #ccc;
  width: 100%;
}

.pricing .table2 .master ul li i {
  margin-right: 10px;
  text-align: justify;
  color: #56bbb1;
}

.pricing .table2 .master li {
  width: 510px;
  text-align: justify;
}

.pricing .table2 .master .buttons-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing .table2 .master .buttons-price button {
  font-size: 18px;
  border-style: none;
  width: 349px;
  height: 56px;
  cursor: pointer;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #56bbb1;
  text-align: center;
  border-radius: 10px;
}

.pricing .table2 .master .buttons-price .button1-price {
  background: white;
  border: 1px solid #56bbb1;
}

.pricing .table2 .master .buttons-price .button1-price:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
}

.master:hover {
  background: #30dab9;
  color: white;
}

@media (max-width: 1200px) {
  .table1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 700px) {
  .pricing .top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    width: 100%;
  }
  .pricing .top h1 {
    font-size: 35px;
    width: 80%;
  }
  .pricing .top p {
    width: 80%;
    font-size: 14px;
    color: #898998;
  }
  .pricing .top .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pricing .top .buttons button {
    font-size: 18px;
    border-style: none;
    width: 131px;
    height: 48px;
    margin: 0px;
  }
  .pricing .top .buttons .button2 {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .pricing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pricing .table {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .pricing .table .master {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .pricing .table .master li {
    width: 100%;
    text-align: center;
  }
  .pricing .table .master .buttons-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pricing .table .master .buttons-price button {
    font-size: 18px;
    border-style: none;
    width: 320px;
    height: 56px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .pricing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pricing .table {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .pricing .table .master {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .pricing .table .master li {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .pricing .table1 {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .pricing .table1 .master {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .pricing .table1 .master li {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .pricing .table2 {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .pricing .table2 .master {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .pricing .table2 .master li {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .pricing .top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    width: 100%;
  }
  .pricing .top h1 {
    font-size: 25px;
    width: 80%;
    line-height: 30px;
  }
  .pricing .top p {
    width: 80%;
    font-size: 14px;
    color: #898998;
  }
  .pricing .top .buttons button {
    font-size: 14px;
    border-style: none;
    width: 100px;
    height: 48;
  }
  .buttons-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .buttons-price button {
    font-size: 14px;
    width: 100%;
    width: 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    text-align: center;
  }
}

@media (max-width: 290px) {
  .pricing .table .master {
    width: 100%;
    height: 100%;
    margin: 0px;
    text-align: center;
  }
  .pricing .table1 .master {
    width: 100%;
    height: 100%;
    margin: 0px;
    text-align: center;
  }
  .pricing .table2 .master {
    width: 100%;
    height: 100%;
    margin: 0px;
    text-align: center;
  }
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.testimonial a {
  text-decoration: none;
  color: #56bbb1;
}

.swiper {
  width: 1000px;
  height: 380px;
  text-align: center;
}

.card {
  background: rgba(207, 207, 207, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 10px;
}

.card::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
}

.card .card-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.card-top p {
  color: #838297;
}

.card .card-top p:hover {
  opacity: 1;
}

.card .name-profession {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  color: #838297;
}

.name-profession .name {
  font-size: 20px;
  font-weight: 600;
  color: #312f60;
}

.name-profession .profession {
  font-size: 15px;
  font-weight: 500;
}

.card .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}

.card .rating i {
  font-size: 18px;
  margin: 0 2px;
  color: #FF9A00;
}

.card .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

.swiper-pagination {
  position: absolute;
  top: 370px;
  z-index: 99;
}

.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 25px;
  background: #1fccfc;
}

#quote {
  font-size: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.swiper-slide:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.testimonial-top {
  margin-top: 35px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.sub-testimonial {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #898998;
}

.paragraph-testimonial {
  margin-top: 20px;
  font-size: 14;
  color: #898998;
}

.title-testimonial {
  color: #2f3542;
  font-size: 40px;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 42px;
}

.buttons-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons-testimonials button {
  font-size: 18px;
  border-style: none;
  width: 209px;
  height: 40px;
  cursor: pointer;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #56bbb1;
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
}

.buttons-testimonials .button1-testimonials {
  background: rgba(234, 234, 234, 0.2);
}

.buttons-testimonials .button1-testimonials:hover {
  color: #30dab9;
}

.see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  margin-top: 30px;
}

.see-more h2 {
  font-size: 15px;
  margin-top: 10px;
  color: #898998;
  margin-right: 5px;
}

.see-more img {
  width: 100px;
  margin-top: -31px;
}

@media (max-width: 2600px) {
  .testimonial2 {
    display: none;
  }
}

@media (max-width: 1050px) {
  .testimonial {
    padding: 0 20px;
  }
  .swiper {
    width: 100%;
  }
}

@media (max-width: 910px) {
  .testimonial {
    display: none;
  }
}

@media (max-width: 800px) {
  .testimonial {
    display: none;
  }
}

@media (max-width: 911px) {
  .testimonial2 {
    display: block;
  }
  .swiper {
    width: 350px;
    text-align: center;
  }
}

@media (max-width: 330px) {
  .testimonial2 {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper {
    width: 280px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .testimonial2 {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper {
    width: 280px;
    text-align: center;
  }
  .sub-testimonial {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
  }
  .paragraph-testimonial {
    font-size: 14px;
    padding: 0px 10px;
  }
  .title-testimonial {
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 42px;
  }
}

body {
  overflow-x: hidden;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact1 {
  position: relative;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-image: url("assets/images/step-section.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 790px) {
  .contact1 {
    width: 100%;
    background-image: url("assets/images/tablet-s-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.how-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.title-how {
  color: #2f3542;
  font-size: 40px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 100px;
}

.blog-slider__content {
  margin-left: 100px;
}

.blog-slider__content .blog-slider__code {
  width: 80%;
}

.blog-slider__content .blog-slider__text {
  width: 300px;
}

.blog-slider__img {
  margin-left: 90px;
  margin-top: -40px;
}

.blog-slider__img img {
  width: 300px !important;
  height: 300px !important;
}

.blog-slider__content:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .blog-slider__img {
    margin-left: 70px;
    margin-top: 20px;
  }
  .blog-slider__img img {
    width: 250px !important;
    height: 250px !important;
  }
  .blog-slider__content {
    margin-left: 50px;
    padding: 0px;
  }
}

@media screen and (max-width: 797px) {
  .blog-slider__img {
    margin-left: 70px;
    margin-top: 150px;
  }
  .blog-slider__img img {
    width: 150px !important;
    height: 150px !important;
  }
  .blog-slider__content {
    margin-left: 20px;
    padding: 0px;
  }
}

@media screen and (max-width: 797px) {
  .blog-slider__img {
    margin-left: 70px;
    margin-top: 150px;
  }
  .blog-slider__img img {
    width: 150px !important;
    height: 150px !important;
  }
  .blog-slider__content {
    margin-left: 20px;
    padding: 0px;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0 !important;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}

.blog-slider {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 35, 58, 0.2);
          box-shadow: 0px 2px 10px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 650px;
    height: 400px;
  }
}

@media screen and (max-width: 798px) {
  .blog-slider {
    max-width: 550px;
    height: auto;
    margin: 100px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog-slider__item .blog-slider__content {
    margin-left: 0px;
  }
  .blog-slider__item .blog-slider__content .blog-slider__code {
    width: 100%;
  }
  .blog-slider__item .blog-slider__content .blog-slider__text {
    width: 300px;
  }
  .blog-slider__item .blog-slider__img {
    margin-left: 0px;
    margin-top: 0px;
  }
  .blog-slider__item .blog-slider__img img {
    width: 100% !important;
    height: 100% !important;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 300px;
  border-radius: 20px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content > * {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-slider__code {
  color: #56bbb1;
  margin-bottom: 15px;
  display: block;
  font-weight: 900;
  font-size: 24px;
}

.blog-slider__title {
  font-size: 32px;
  font-weight: 700;
  color: #283646;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 16px;
  width: 312px;
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: -40px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  background: #03ffe6;
  opacity: 0.2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #56bbb1;
  -webkit-box-shadow: 0px 0px 20px rgba(5, 206, 251, 0.3);
          box-shadow: 0px 0px 20px rgba(5, 206, 251, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

@media (max-width: 570px) {
  .contact1 {
    width: 100%;
    background-image: url("assets/images/mobile-bg-step.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .title-how {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .contact1 {
    width: 100%;
    background-image: url("assets/images/small-mobile-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

footer {
  font-family: 'Montserrat', sans-serif !important;
  width: 100%;
}

.site-footer {
  padding: 0px 290px;
  font-size: 14px;
  height: 500px;
  line-height: 24px;
  margin-top: 86px;
  color: rgba(255, 255, 255, 0.72);
}

.logo-footer {
  margin-left: -30px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row1 {
  margin-top: 5px;
}

.col1 {
  width: 400px;
  margin-right: 1300px;
}

@media (max-width: 2205px) {
  .col1 {
    margin-right: 700px;
  }
}

@media (max-width: 1949px) {
  .col1 {
    margin-right: 600px;
  }
}

@media (max-width: 1770px) {
  .site-footer {
    padding: 0px 150px;
  }
  .col1 {
    margin-right: 700px;
  }
}

@media (max-width: 1550px) {
  .site-footer {
    padding: 0px 100px;
  }
  .col1 {
    margin-right: 600px;
  }
}

@media (max-width: 1400px) {
  .site-footer {
    padding: 0px 100px;
  }
  .col1 {
    margin-right: 400px;
  }
}

@media (max-width: 1200px) {
  .col1 {
    margin: 0px;
  }
  .site-footer {
    padding: 0px 100px;
  }
}

.col3 {
  margin: 0;
  padding: 0;
}

.col3 {
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 30px;
}

.link {
  text-decoration: none;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

@media (max-width: 2115px) {
  .media {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .media {
    width: 100%;
  }
}

.bx.bx-envelope {
  font-size: large;
  margin-top: 4px;
  margin-right: 10px;
}

.bx.bx-current-location {
  font-size: large;
  margin-top: 4px;
  margin-right: 10px;
}

.site-footer h6 {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
  font-family: 'Montserrat', sans-serif !important;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.copyright-text {
  text-align: center;
}

.copyright-text {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  color: #fff;
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .row {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .bx.bx-envelope {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 3px;
  }
  .bx.bx-current-location {
    font-size: 14px;
    width: 100%;
    margin-top: 3px;
    text-align: center;
  }
  p {
    width: 100%;
  }
  .site-footer {
    margin: 0;
    padding: 0;
    height: 650px;
  }
  .logo {
    margin-left: 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .col2 {
    display: none;
    margin: 0;
  }
  .site-footer .copyright-text, .site-footer .logo {
    text-align: center;
  }
  .site-footer {
    padding-bottom: 0;
  }
  .logo-footer {
    margin-left: 0px;
    width: 80%;
  }
  .text-footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 370px) {
  .text-footer {
    width: 100%;
    padding: 0px 50px !important;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.about-footer {
  width: 100%;
  height: 750px;
  background-image: url("assets/images/lar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-footer .copyright-text {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  color: #fff;
  margin-top: 150px;
}

.about-footer footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1850px) {
  .about-footer {
    width: 100%;
    height: 730px;
    background-image: url("assets/images/large-footerbg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}

@media (max-width: 1097px) {
  .about-footer {
    width: 100%;
    height: 900px;
    background-image: url("assets/images/about-footer.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-footer .copyright-text {
    margin-top: 70px;
  }
}

@media (max-width: 800px) {
  .about-footer {
    width: 100%;
    height: 900px;
    background-image: url("assets/images/mobile-footerbg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-footer .copyright-text {
    margin-top: 70px;
  }
}

.about {
  height: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("assets/images/mountain-about.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .content {
  width: 50rem;
  margin-bottom: -10px;
}

.about .content h3 {
  color: #fff;
  text-align: center;
  font-size: 64px;
}

.about .content p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 1rem 0;
  text-align: center;
}

.icons-container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10rem;
}

.icons-container .icons {
  width: 370px;
  height: 370px;
  margin: 1rem;
  padding: 45px 25px;
  border-radius: 10px;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px rgba(34, 35, 58, 0.2);
          box-shadow: 0px 2px 10px rgba(34, 35, 58, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 10px;
  text-align: center;
  background: white;
}

.icons-container .icons:hover {
  -webkit-transform: translateY(-1rem) !important;
          transform: translateY(-1rem) !important;
}

.icons-container .icons img {
  height: 60px;
  width: 60px;
  margin: 2rem 0;
}

.icons-container .icons h2 {
  font-size: 24px;
  color: #312f60;
}

.icons-container .icons p {
  font-size: 17px;
  color: #7c7b90;
  padding: 1rem 0;
}

@media (max-width: 600px) {
  .about .content h3 {
    font-size: 35px;
  }
  .about .content p {
    font-size: 15px;
    padding: 0px 10px;
    margin-top: 10px;
  }
}

.online-business {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.online-business .online-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.online-business .online-container .left-part-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 100px;
}

.online-business .online-container .left-part-online h1 {
  font-style: bold;
  font-weight: 700;
  font-size: 40px;
  color: #2f3542;
  width: 650px;
  margin-bottom: 16px;
  position: relative;
  line-height: 60px;
}

.online-business .online-container .left-part-online h2 {
  font-size: 15px;
  text-align: justify;
}

.online-business .online-container .left-part-online h3 {
  font-size: 40px;
  color: #32d9b9;
}

.online-business .online-container .left-part-online p {
  width: 537px;
  font-weight: 400;
  font-size: 15px;
  color: #898998;
  margin-bottom: 20px;
  line-height: 24px;
}

.online-business .online-container .left-part-online ul li {
  list-style-type: none !important;
  margin-bottom: 10px;
  border-top: 1px #ccc;
  width: 100%;
}

.online-business .online-container .left-part-online ul li i {
  margin-right: 5px;
  color: #32d9b9;
}

.online-business .online-container .left-part-online li {
  width: 510px;
  word-spacing: 5px;
}

.online-business .online-container .left-part-online button {
  font-size: 18px;
  border-style: none;
  width: 150px;
  height: 45px;
  cursor: pointer;
  margin-right: 23px;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.online-business .online-container .left-part-online .button1 {
  color: white;
  background: #32d9b9 !important;
}

.online-business .online-container .left-part-online .button1:hover {
  -webkit-box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
          box-shadow: inset 0 0 5px #30dab9, 0 0 5px #30dab9;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 2px;
  text-shadow: 2px 2px 2px #30dab9;
}

.online-business .right-part-online {
  margin-left: -150px;
}

.online-business .right-part-online img {
  width: 100%;
  border-radius: 10px;
}

.table-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 99;
}

.table-total .table {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.table-total .table .table-container {
  width: 185px;
  -webkit-box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
          box-shadow: 10px 32px 72px 0px rgba(15, 13, 35, 0.04);
  text-align: center;
  padding: 30px 20px;
  border-radius: 7px;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.table-total .table .table-container .link {
  text-decoration: none;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

@media (max-width: 1300px) {
  .online-business {
    height: 1400px;
  }
  .online-business .online-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px;
  }
  .online-business .online-container .left-part-online {
    margin-top: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  .online-business .online-container .left-part-online h1 {
    width: 100%;
  }
  .online-business .online-container .left-part-online p {
    width: 80%;
  }
  .online-business .online-container .left-part-online h2 {
    font-size: 16px;
    text-align: center;
  }
  .online-business .online-container .left-part-online h3 {
    font-size: 40px;
    text-align: center;
    color: #00ffb3;
  }
  .online-business .online-container .left-part-online .table-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .online-business .online-container .left-part-online .table-total .table {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .online-business .online-container .left-part-online ul li {
    width: 100%;
  }
  .online-business .online-container .left-part-online li {
    text-align: justify;
  }
  .online-business .online-container .left-part-online .buttons .button1 {
    margin-right: 0px;
    margin-top: 20px;
  }
  .online-business .online-container .right-part-online {
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .online-business .online-container .right-part-online img {
    width: 80%;
  }
}

@media (max-width: 1700px) {
  .left-part-online {
    padding: 0px 50px;
  }
}

@media (max-width: 610px) {
  .online-business {
    height: 1200px;
  }
  .online-business .online-container {
    width: 100%;
  }
  .online-business .online-container .left-part-online {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    padding: 0px;
  }
  .online-business .online-container .left-part-online h1 {
    font-size: 20px;
    line-height: 40px;
    width: 90%;
  }
  .online-business .online-container .left-part-online p {
    width: 80%;
    font-size: 14px;
  }
  .online-business .online-container .left-part-online h2 {
    font-size: 14px;
    text-align: center;
  }
  .online-business .online-container .left-part-online h3 {
    font-size: 22px;
    text-align: center;
    color: #00ffb3;
  }
  .online-business .online-container .left-part-online ul li {
    width: 100%;
    font-size: 14px;
  }
  .online-business .online-container .left-part-online li {
    text-align: center;
  }
  .online-business .online-container .left-part-online .buttons .button1 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    width: 100px;
  }
  .online-business .online-container .table-total .table .table-container {
    width: 150px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 30px;
  }
  .online-business .online-container .right-part-online {
    margin-top: 50px;
  }
  .online-business .online-container .right-part-online img {
    width: 80%;
  }
}

.teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 700px;
}

.teams-container {
  margin-top: 50px;
}

.team-top {
  margin-top: 35px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.paragraph-team {
  margin-top: 20px;
  margin-bottom: 42px;
  font-size: 16px;
  color: #898998;
}

.title-team {
  color: #2f3542;
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
}

.box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-box {
  width: 296px;
  height: 290px;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transition: all .45s;
  transition: all .45s;
}

.card-box img {
  width: 220px;
  height: 199px;
  margin-left: 37px;
  border-radius: 10px;
}

.card-box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-image {
  background: white;
  height: 200px;
  margin-bottom: 15px;
  background-size: cover;
}

.card-1 {
  background: white;
  border-radius: 15px;
}

.card-box h3 {
  text-align: center;
  color: #11142d;
  padding-top: 3%;
  letter-spacing: 0.5%;
  font-weight: 700;
}

.card-box p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  color: #92929d;
}

.card-box:hover .card-icon {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.card-box2 {
  margin-left: 50px;
}

.card-box3 {
  margin-left: 50px;
}

.card-box4 {
  margin-left: 50px;
}

.card-box:hover .card-icon2 {
  background: none;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

@media (max-width: 1321px) {
  .teams {
    height: 900px;
  }
  .card-box4 {
    margin: 0px;
  }
}

@media (max-width: 1000px) {
  .teams {
    height: 900px;
  }
  .card-box {
    margin-left: 10px;
  }
  .card-box2 {
    margin: 0px;
  }
  .card-box3 {
    margin: 0px;
  }
}

@media (max-width: 900px) {
  .teams {
    height: 1100px;
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 600px) {
  .teams {
    height: 1700px;
  }
  .team-top {
    margin-top: 35px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
  }
  .paragraph-team {
    font-size: 14px;
    width: 80%;
  }
  .title-team {
    font-size: 30px;
    width: 80%;
  }
}

.faq-home {
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-image: url("assets/images/mountain-faq.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1840px) {
  .faq-home {
    height: 600px;
    width: 100%;
    background-image: url("assets/images/mountain-faq2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.faq-home .content-faq {
  width: 50rem;
}

.faq-home .content-faq h3 {
  color: #fff;
  text-align: center;
  font-size: 64px;
}

.faq-home .content-faq p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 1rem 0;
  text-align: center;
}

@media (max-width: 600px) {
  .faq-home .content-faq h3 {
    font-size: 35px;
  }
  .faq-home .content-faq p {
    font-size: 15px;
    padding: 0px 10px;
    margin-top: 10px;
  }
}

.faq-section {
  padding: 0 17em 1em;
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq-title {
  font-size: 50px;
  color: #2f3542;
  font-weight: 600;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}

.title-faq h1 {
  font-size: 40px;
  color: #2f3542;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 10px 32px 72px 0px #0F0D230A;
          box-shadow: 10px 32px 72px 0px #0F0D230A;
}

.tab {
  width: 100%;
  color: black;
  overflow: hidden;
}

.tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.tab-label::after {
  content: "+";
  font-size: 25px;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  color: #32d9b9;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  color: #A2A9B0;
  font-weight: 400;
  cursor: pointer;
}

.tab-close:hover {
  color: black;
}

input:checked + .tab-label {
  background: linear-gradient(112.32deg, #543692 -0.32%, #40CABB 118.77%);
  color: #ffffff;
  border-radius: 8px;
}

input:checked + .tab-label::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #ffffff;
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

@media (max-width: 1700px) {
  .faq-section {
    padding: 0 6.5em 1em;
    margin-top: 100px;
  }
}

@media (max-width: 800px) {
  .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .row .col:last-child {
    margin-left: 1em;
  }
  .tab-label {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    padding: 20px 50px;
  }
  .tab-label::after {
    width: 2em;
    margin-top: -5px;
  }
  .faq-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .title-faq h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .top-faq {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: center;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-faq .gen {
    margin-right: 20px;
  }
}

@media (max-width: 800px) {
  .title-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0;
  }
  h1 {
    text-align: center;
  }
  .top-faq {
    margin: 0;
    text-align: center;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .row .col:last-child {
    margin-left: 0;
  }
  .faq-section {
    color: #52a9ff;
    padding: 0 0em 1em;
  }
}
/*# sourceMappingURL=style.css.map */