@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.header {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 14px;
  margin-bottom: 39px;
}
.header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 38px;
}

.menu {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
}

.header__inner {
  display: flex;
  margin-right: 10px;
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.menu {
  margin-left: auto;
}

.header__inner {
  color: #172774;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.125px;
}

.header__second {
  color: #14279b;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.125px;
}

.header-text-hi {
  color: #172774;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.125px;
  margin-top: 21px;
}

.header-text-main {
  color: #172774;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.15px;
  margin-bottom: 30px;
}

.header-text-submain {
  padding-right: 3px;
  color: #082032;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.21px;
}

.conteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 493px;
  padding: 27px;
  padding-top: 0;
}

.heroImg {
  align-self: center;
  width: 290px;
  aspect-ratio: 290/260;
}

.main {
  width: 100%;
  padding-right: 41px;
  padding-left: 39px;
  padding-top: 14px;
  margin-bottom: 39px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.main .passions {
  width: 347px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 5px 26px 5px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 26px;
}
.main .passions .subpassionatclass-light {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.99px;
}
.main .passions .passionatpng {
  width: 225px;
  height: 159px;
  flex-shrink: 0;
}
.main .passions .passionatclass {
  color: #000;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.375px;
}
.main .passions .passionatclass .passionatclass-bold {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.375px;
}

.Main-Content-Text {
  margin: 70px 0 30px;
  color: #14279b;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.375px;
}
.Main-Content-Text .Main-Content-Text-bold {
  color: #172774;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.375px;
}

.portfolio {
  width: 100%;
  padding-right: 41px;
  padding-left: 39px;
  padding-top: 14px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.portfolio-main {
  width: 347px;
  height: 266px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 30px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}

.portfolio-text,
.portfolio-circle,
.portfolio-img {
  position: absolute;
}

.portfolio-circle {
  margin-left: 17px;
  margin-top: 19px;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  opacity: 0.25;
}

.first-p-t {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 17px;
  margin-top: 19px;
  gap: 14px;
  color: #6c63ff;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.first-p-ico {
  width: 51px;
  height: 51px;
  flex-shrink: 0;
}

.first-porf-img {
  margin-left: 46px;
  margin-top: 86px;
  width: 289px;
  height: 164px;
  border-radius: 7px;
  background: url(/images/1png.png);
  background-size: contain;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.25);
}

.portfolio-circle.first-p-c {
  background-color: #6c63ff;
}

.second-p-t {
  font-size: 25px;
  margin-left: 18px;
  margin-top: 7px;
  color: #4581f6;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  width: 176px;
  text-align: center;
}
.second-p-t .second-p-subt {
  font-family: Montserrat;
  align-self: flex-end;
  color: #4581f6;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.portfolio-circle.second-p-c {
  background-color: #4dc2f1;
}

.second-porf-img {
  margin-left: 50px;
  margin-top: 86px;
  width: 285px;
  height: 164px;
  border-radius: 7px;
  background: url(/images/2png.png);
  background-size: contain;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.25);
}

.third-p-t {
  margin-left: 17px;
  margin-top: 30.68px;
  width: 175px;
  height: 41.322px;
  font-family: "Aquarelle", arial;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}

.portfolio-circle.third-p-c {
  background-color: #5f596e;
}

.third-porf-img {
  margin-left: 50px;
  margin-top: 86px;
  width: 285px;
  height: 164px;
  border-radius: 7px;
  background: url(/images/3png.png);
  background-size: contain;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.25);
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
  align-items: center;
  justify-content: center;
}
.footer .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 240px;
  height: 236px;
}
.footer .links h2 {
  color: #3f3d56;
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.925px;
}
.footer .links .link {
  background-image: url(/ico/Vector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 160px;
}

.f-t {
  margin: 70px 0;
  text-align: center;
  font-family: Poppins;
  letter-spacing: 1.925px;
  font-weight: 400;
  font-size: 35px;
  color: #14279b;
}
.f-t .f-t-b {
  color: #172774;
  font-weight: 600;
  font-size: 35px;
}

.footerimg {
  min-height: 205px;
  background-image: url(/ico/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -6px left;
  overflow: hidden;
  position: relative;
}

.ppp {
  background-color: #4581f6;
  text-align: center;
  display: block;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 25px;
  white-space: nowrap;
}

.ellipses {
  width: 100%;
  height: 100%;
}
.ellipses .ellipse {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(14, 133, 243, 0.23);
  filter: blur(27px);
}

.ellipse.one {
  opacity: 0;
}

.ellipse.two {
  opacity: 0;
}

.ellipse.three {
  opacity: 0;
}

.ellipse.four {
  opacity: 0;
}

.ellipse.five {
  opacity: 0;
}

.ellipse.six {
  opacity: 0;
}

.ellipse.seven {
  opacity: 0;
}

.ellipse.eight {
  width: 142px;
  height: 133px;
  top: 239px;
  left: calc(100vw - 302px);
  opacity: 1;
}

.ellipse.nine {
  width: 89px;
  height: 88px;
  top: 128px;
  left: 30px;
}

@media (min-width: 1000px) {
  .conteiner {
    flex-direction: row-reverse;
  }
  .heroImg {
    min-width: 501px;
  }
  .header-text-hi {
    font-size: 35px;
  }
  .header-text-main {
    font-size: 50px;
  }
  .ellipse.nine,
  .ellipse.eight {
    display: none;
  }
  .ellipse.one {
    opacity: 1;
    width: 141px;
    height: 131px;
    top: 134px;
    left: 224px;
  }
  .ellipse.two {
    opacity: 1;
    width: 95px;
    height: 97px;
    top: 545px;
    left: 477px;
  }
  .ellipse.three {
    opacity: 1;
    width: 142px;
    height: 133px;
    top: 260px;
    left: calc(100vw - 25px);
  }
  .ellipse.four {
    opacity: 1;
    width: 197px;
    height: 208px;
    top: 1069px;
    left: 820px;
  }
  .ellipse.five {
    opacity: 1;
    width: 115px;
    height: 104px;
    top: 777px;
    left: 167px;
  }
  .ellipse.six {
    opacity: 1;
    width: 197px;
    height: 208px;
    top: 1346px;
    left: 193px;
  }
  .ellipse.seven {
    opacity: 1;
    width: 154px;
    height: 145px;
    top: 1653px;
    left: calc(100vw - 75px);
  }
}
@media (max-width: 380px) {
  .portfolio-main,
  .passions {
    width: 260px !important;
    overflow: hidden;
  }
  .passionatclass {
    font-size: 3vw !important;
  }
  .passionatclass-bold {
    font-size: 6vw !important;
  }
}

/*# sourceMappingURL=style.css.map */
