/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.footer .middle .contact-us, .footer .top .nav a, .contant-form .contact .form .message, .contant-form .contact .form .input, .testimonials .boxAuthorPosition, .testimonials .boxAuthorName, .team .boxBottom, .working-process .boxBottom, .studies .container .box p, .proposeContainerLeftContent, .section-header .right-column, .btn-black p, .btn-black {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.team-btn a {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.footer .top .nav-item, .team .boxContentLeftCenter, .studies .container .box a, .services .box .left-column .learn-more a, .premier-section .left-column p, .header .nav-item, .header .nav a, .btn-green p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.working-process .boxTopContentRight, .proposeContainerLeftTitle, h3 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}

.working-process .boxTopContentLeft {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 77px;
}

@media only screen and (max-width: 600px) {
  .main {
    gap: 50px;
    width: 600px;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .main {
    gap: 50px;
    min-width: 550px;
    justify-content: center;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .main {
    gap: 50px;
    min-width: 550px;
    justify-content: center;
    padding: 0 50px;
  }
}
.desctop-only {
  display: flex !important;
}
@media screen and (max-width: 992px) {
  .desctop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .mobile-only {
    display: flex !important;
  }
}

body {
  margin: 0;
  padding: 0;
}

.main {
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  padding: 0 50px;
}

.team .box, .working-process .box, .services .box {
  box-sizing: border-box;
  border: 1px solid #191A23;
  box-shadow: 0px 5px 0px #191A23;
  border-radius: 45px;
}

h1 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 77px;
  margin: 0;
}

h2 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
  background-image: linear-gradient(to right, #b9ff66 0, #b9ff66 100%);
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 10px;
}

h3 {
  background-image: linear-gradient(to right, #b9ff66 0, #b9ff66 100%);
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 10px;
}

h6 {
  padding: 0;
  margin: 0;
}

.btn {
  display: flex;
  justify-content: center;
  padding: 20px 35px;
  gap: 10px;
  border-radius: 14px;
}

.btn-white {
  color: #000;
  border: 1px solid #191A23;
  border-radius: 14px;
}

.btn-black {
  background: #191A23;
  text-decoration: none;
  color: #fff;
  padding: 20px 50px;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .btn-black {
    width: auto;
  }
}
.btn-black p {
  color: #fff;
}

.btn-green {
  background: #b9ff66;
  text-decoration: none;
  padding: 20px;
}
.btn-green p {
  color: #000;
}

.team-btn {
  display: flex;
  justify-content: end;
  max-width: 1440px;
}
.team-btn a {
  width: fit-content;
  padding: 20px 60px;
}
@media screen and (max-width: 900px) {
  .team-btn a {
    width: -webkit-fill-available;
  }
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0px;
}
.header .logo img {
  width: 219.54px;
  height: 56px;
}
.header .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 40px;
}
.header .nav a {
  text-decoration: none;
  text-align: center;
  color: #000;
}
.header .nav-item {
  color: #000;
}

.premier-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.premier-section .left-column {
  padding: 0px;
  gap: 35px;
  margin: 0 auto;
}
.premier-section .left-column p {
  color: #000;
}
.premier-section .left-column img {
  margin: 0 auto;
  width: 100%;
}
.premier-section .right-column {
  margin: 0 auto;
}
.premier-section .right-column img {
  width: 100%;
}

.logotypes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.logotypes .logo {
  mix-blend-mode: luminosity;
}
.logotypes .logo img {
  width: 124.11px;
  height: 48px;
}

@media screen and (max-width: 900px) {
  .logotypes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 50px 0;
  }
}
.section-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.section-header .left-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
.section-header .right-column {
  padding: 15px 0;
  color: #000;
}
@media screen and (max-width: 900px) {
  .section-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  column-gap: 50px;
}
.services .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
  min-height: 300px;
  background: #F3F3F3;
}
.services .box .left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.services .box .left-column .head h3 {
  width: fit-content;
  padding: 0 10px;
  margin: 0;
}
.services .box .left-column .learn-more {
  display: flex;
  width: 110%;
}
.services .box .left-column .learn-more a {
  text-decoration: none;
  color: #000;
  font-size: 25px;
  margin: 4px 8px;
}
.services .box .left-column .learn-more .img {
  background-image: url("../../assets/img/learn-more.png");
  background-size: cover;
  width: 41px;
  height: 41px;
}
.services .box .right-column {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.services .box--green {
  background-color: #b9ff66;
}
.services .box--green .left-column .head h3 {
  background-color: #F3F3F3;
  background-image: linear-gradient(to right, #F3F3F3 0, #F3F3F3 100%);
}
.services .box--black {
  background-color: #191A23;
}
.services .box--black .left-column .head h3 {
  background-color: #F3F3F3;
  background-image: linear-gradient(to right, #F3F3F3 0, #F3F3F3 100%);
}
.services .box--black .left-column .learn-more .img {
  background-image: url("../../assets/img/learn-more-inverse.png");
}
.services .box--black .left-column .learn-more a {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .services {
    grid-template-columns: repeat(1, 1fr);
  }
  .services .box .left-column {
    width: 100%;
  }
  .services .box .left-column .learn-more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
}
.proposeContainer {
  display: flex;
  justify-content: space-between;
  background-color: #F3F3F3;
  border-radius: 45px;
}
.proposeContainerLeft {
  padding: 60px;
  width: 40%;
}
.proposeContainerRight {
  padding: auto;
  margin: -50px -100px -50px;
}

@media screen and (max-width: 992px) {
  .proposeContainerLeft {
    width: 100%;
  }
}
.studies .container {
  display: grid;
  gap: 0;
  background: #191A23;
  border-radius: 45px;
  grid-template-columns: repeat(3, 1fr);
}
.studies .container .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 60px 0;
  padding: 0 10%;
  gap: 20px;
  border-right: 1px solid #fff;
}
.studies .container .box p {
  color: #fff;
}
.studies .container .box a {
  color: #b9ff66;
  text-decoration: none;
}
.studies .container .box a::after {
  background-image: url("../img/learn-more-small.png");
  background-size: cover;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 10px;
  display: inline-block;
}
.studies .container .box:last-child {
  border: none;
}

@media screen and (max-width: 992px) {
  .studies .container {
    background: none;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .studies .container .box {
    min-width: 250px;
    border: none;
    background-color: black;
    border-radius: 45px;
    padding: 50px;
  }
}
.working-process {
  display: grid;
  gap: 0;
  row-gap: 50px;
}
.working-process .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 50px;
}
.working-process .boxTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.working-process .boxTopContent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .working-process .boxTopContentLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.working-process .boxTopContentRight {
  padding: 20px 0;
  margin-left: 20px;
}
.working-process .boxTop .image {
  display: flex;
}
.working-process .boxTop .image img {
  width: 70px;
  height: 70px;
}
.working-process .boxBottom {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}
.working-process .box--green {
  background-color: #b9ff66;
}

@media screen and (max-width: 992px) {
  .working-process .boxTop .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.team {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
.team .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 30px;
  min-width: 390px;
}
.team .boxContent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.team .boxContentLeft {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  height: 100%;
}
.team .boxContentLeft img {
  width: 105px;
}
.team .boxContentLeftCenter {
  padding: 0;
  margin-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team .boxContentLeftCenter p {
  padding: 0;
  margin: 0;
}
.team .boxContentRight img {
  height: 34px;
  width: 34px;
}
.team .boxBottom {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}
.team .box--green {
  background-color: #b9ff66;
}

@media screen and (max-width: 1200px) {
  .team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .team {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonials {
  background: #191A23;
  border-radius: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.testimonials .box {
  padding: 100px 0;
}
.testimonials .boxMessage {
  margin: 0 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: 45px;
  background: #191A23;
  border: 1px solid #B9FF66;
}
.testimonials .boxMessage p {
  padding: 50px;
  color: #fff;
}
.testimonials .boxMessage::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 45px solid #b9ff66;
}
.testimonials .boxMessage::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
  border-top: 43px solid #191A23;
  z-index: 10;
}
.testimonials .boxAuthor {
  margin: 50px 30% 0 30%;
}
.testimonials .boxAuthorName {
  color: #b9ff66;
}
.testimonials .boxAuthorPosition {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .testimonials .boxMessage {
    width: 80%;
    padding: 20px;
    border-radius: 15px;
    margin-left: 10%;
  }
}
.contant-form {
  display: flex;
  flex-direction: column;
}
.contant-form .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 100px 80px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 45px;
}
.contant-form .contact .form {
  width: 50%;
}
.contant-form .contact .form .radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.contant-form .contact .form .input {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.contant-form .contact .form .input input {
  min-width: 250px;
  border-radius: 10px;
  padding: 20px;
}
.contant-form .contact .form .input label {
  margin-bottom: 10px;
}
.contant-form .contact .form input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  outline: none;
  margin-right: 5px;
  position: relative;
}
.contant-form .contact .form input[type=radio]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #b9ff66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contant-form .contact .form .message {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.contant-form .contact .form .message textarea {
  min-width: 250px;
  height: 250px;
  padding: 20px;
  border-radius: 10px;
}
.contant-form .contact .form .message label {
  margin-bottom: 10px;
}
.contant-form .contact .form .btn {
  width: 100%;
  margin-top: 50px;
}
.contant-form .contact .image {
  display: flex;
  margin: 0;
  padding: 0;
}
.contant-form .contact .image img {
  margin-right: -370px;
}

@media screen and (max-width: 992px) {
  .contant-form .contact .form {
    width: 100%;
  }
}
.footer {
  background: #191A23;
  border-radius: 45px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
}
.footer .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  max-width: 1440px;
  margin: 50px 0;
}
.footer .top .logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px;
}
.footer .top .logo img {
  width: 180px;
}
.footer .top .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  min-width: 500px;
}
.footer .top .nav a {
  text-align: center;
  color: #fff;
}
.footer .top .nav-item {
  color: #000;
}
.footer .middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .middle .contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  color: #fff;
}
.footer .middle .contact-us p {
  margin: 10px;
}
.footer .middle .contact-us h3 {
  margin: 0 0 30px 0;
  color: #000;
  width: fit-content;
}
.footer .middle .contact-us-form {
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 40px;
  background: #191A23;
  border-radius: 14px;
}
.footer .middle .contact-us-form form {
  display: flex;
  gap: 20px;
}
.footer .middle .contact-us-form input {
  padding: 20px;
  border-radius: 14px;
  background-color: #191A23;
  color: #fff;
  border: 1px solid #F3F3F3;
}
.footer .copyright {
  border-top: 1px solid #F3F3F3;
  margin: 0 5%;
  padding: 25px;
  color: #fff;
}
.footer .copyright a {
  margin-top: 10px;
  padding: 0 50px;
  color: #fff;
}
.footer .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5px;
  gap: 10px;
}
.footer .social-icons img {
  width: 30px;
}

@media screen and (max-width: 992px) {
  .footer {
    border-radius: 0;
    margin: 0 -30px;
  }
  .footer .top {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .footer .top .nav {
    display: flex;
    flex-direction: column;
  }
  .footer .middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  .footer .middle .contact-us {
    text-align: center;
  }
  .footer .middle .contact-us-form {
    margin: 20px 50px 40px 20px;
    padding: 20px;
  }
  .footer .middle .contact-us-form form {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: -webkit-fill-available;
  }
  .footer .middle .contact-us-form input {
    width: -webkit-fill-available;
  }
  .footer .middle .contact-us-form button {
    width: -webkit-fill-available;
  }
  .footer .social-icons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 0 0 50px;
  }
  .footer .social-icons img {
    width: 30px;
  }
}

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