/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/components/About/box-topic.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/

@media (max-width: 1000px) {

    .about-section{
        height: 230vh !important;
    }

    .boxes{
        height: 100vh !important;
    }
}

@media (max-width: 768px) {

    .boxes{
        height: 50vh !important;
    }

    .about-section{
        height: 103vh !important;
    }

    .title{
        font-size: 1.3rem !important;
        text-shadow: 1px 1px black;
    }
    .description{
        font-size: 0.9rem !important;
        text-shadow: 1.5px 1.5px black;
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/components/About/about.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.about-section {
  background-color: #fff;
  height: 150vh;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/[locale]/components/Contact/contact.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.contact_topSectionCt__Rbrr_ {
  background-image: url("/img/wall_blue.png");
  /* width: 100vw; */
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_options__nxKK2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_backgroundCt__81XRG {
  background-color: #2b2f38;
  /* width: 100vw; */
  min-height: 50vh;
  color: #fff;
  padding: 10vh;
}

.contact_backgroundCt__81XRG h1 {
  font-size: 3em;
}

.contact_options__nxKK2 .contact_p-dropdown-item__Xp_TZ {
  font-size: 0.8rem;
}

.contact_contactDiv__abPwJ {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contact_contact__egQ0p {
  font-size: 3em;
}

.contact_contactParagraph__gIENn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3vh;
}

.contact_formContainer__okpX5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.contact_formField__ZIWDz {
  width: 100%;
  max-width: 600px;
}

.contact_formField__ZIWDz input,
.contact_formField__ZIWDz textarea {
  width: 100%;
}

.contact_formField__ZIWDz textarea {
  min-height: 200px;
}

.contact_submitButton__ifKQJ {
  margin-top: 2rem;
}

.contact_successContainer___gQ6t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact_successIcon__jTZsn {
  color: #4CAF50;
  margin-bottom: 1.5rem;
}

.contact_successTitle__rCxLn {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.contact_successMessage__y_cEY {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

@media (max-width: 768px) {
  .contact_contactDiv__abPwJ {
    margin-bottom: 1% !important;
  }
  .contact_contact__egQ0p {
    font-size: 2rem !important;
  }
  .contact_formField__ZIWDz {
    max-width: 100%;
  }
  .contact_successTitle__rCxLn {
    font-size: 1.5rem;
  }
  .contact_successMessage__y_cEY {
    font-size: 1rem;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/[locale]/components/Footer/footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__Le_iu {
  background-color: black;
  color: white;
  font-size: 11px;
  padding: 3vw;

  min-height: 40vh;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/components/Header/header.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.top-presentation {
  background-color: white;
  background-image: url("/img/programmer_downtow_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130vh;
  position: relative;
  z-index: 0;
}

.top-presentation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.presentation {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.top-presentation h1 {
  color: #fff;
  font-size: 50px;
  margin: 0;
  padding: 0 10px;
  /* text-shadow: 1.5px 1.5px black; */
}

#top-paragrafer {
  display: block;
  background-color: white;
  position: relative;
  top: 600px;
  height: 530px;
  border-radius: 60px 60px 0 0;
  text-align: center;
}

#top-paragrafer p {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 33%;
  right: 33%;
  display: inline-block;
}

@media (max-width: 1200px) {


  /* .top-presentation {
    height: 145vh;
    background-size: contain;
    width: 100vw;
    position: relative;
  } */

  .presentation {
    position: absolute;
    left: 12.5%;
    bottom: 10%;
    
  }

  .top-presentation {
    height: 160vh;
    background-size: cover;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-presentation h1 {
    font-size: 2rem;
    text-shadow: 1px 1px black;
  }

  .presentation {
    height: 5vh;
    position: unset;
    width: 90%;
  }

}


@media (max-width: 700px) {
  .top-presentation {
    height: 35vh;
  }
  .top-presentation h1 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {

  .presentation {
    top: 25%
  }

  .top-presentation h1 {
    font-size: 1rem;
    padding: 0 5px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/components/LandPage/landpage.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.middle-presentation {
  background-color: rgba(0, 0, 0, 0.742);
}
.card {
  position: relative;
  width: 100%;
}
.card img {
  width: 100%;
}
.lado-a-lado ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
}
#Isolated {
  height: 720px;
}
#Isolated h2 {
  position: absolute;
  bottom: 79%;
  font-size: 60px;
}
#Isolated p {
  position: absolute;
  bottom: 75%;
  color: white;
}
.lado-a-lado {
  position: relative;
  height: 885px;
  margin-left: 2%;
}
.lado-a-lado h2 {
  position: absolute;
  bottom: 34%;
  color: white;
  font-size: 60px;
}
.lado-a-lado p {
  position: absolute;
  bottom: 27%;
  color: white;
  margin-right: 30px;
}
.card h2,
.card p {
  margin-left: 10%;
}

.last-presentation {
  height: 720px;
  padding: 10%;
}
.co-working p {
  font-size: 36px;
  text-align: center;
  margin-bottom: 120px;
}
.co-working ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  justify-content: space-around;
  position: relative;
}
#third-img {
  position: relative;
  bottom: 40px;
}
#Isolated-Img {
  display: block;
  margin-left: 33%;
}

