@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.cdnfonts.com/css/cocogoose");
body,
h1,
h2,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.about-bigger-body-bg {
  background-size: contain;
  margin-top: -70px;
  background-position: top;
  height: inherit;
  width: 100vw;
  background-image: url(../images/about-dektop.png);
  background-repeat: no-repeat;
}

.home-container {
  height: 10px;
  width: 70%;
  margin: auto auto;
}

.home-section {
  display: none;
}

.about-h1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h3-first-hide {
  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;
}

.header-text-h3 {
  margin: 10px;
  font-weight: 300;
}

.about-web-cour {
  font-size: 20px;
  font-family: cocogoose, sans-serif;
  color: #ec5242;
}

.about-first-hr {
  width: 50px;
  background-color: #ec5242;
  height: 2px;
  border: none;
}

.paragraph-card {
  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;
}

.para {
  letter-spacing: 1.5px;
  font-family: lato, sans-serif;
  text-align: justify;
  line-height: 1.5;
  width: 75%;
  border-left: 2px solid #f3f0f0;
  border-right: 2px solid #f3f0f0;
  background-color: white;
}

.email {
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.small-email {
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}

.development {
  padding-top: 100px;
  text-align: center;
  font-family: cocogoose, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0;
}

.logo-decide {
  text-align: center;
  font-family: lato, sans-serif;
  margin: 10px 40px;
  margin-top: 70px;
  font-size: 15px;
  font-weight: 500;
}

.font-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-left: 1px solid #f3f0f0;
  border-right: 1px solid #f3f0f0;
}

.font-container-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;
  gap: 8px;
}

.about-globe {
  font-size: 30px;
  color: #ec5242;
}

.web-dev {
  font-size: 10px;
  font-family: lato, sans-serif;
}

.aboutright-hand {
  margin: 10px 700px;
  margin-top: 40px;
  padding: 10px 15px 0 15px;
  border-left: 2px solid #f3f0f0;
  border-right: 2px solid #f3f0f0;
  height: 300px;
}

.globe-footer {
  color: #272a31;
}

.student-of-school {
  font-family: cocogoose, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  margin-top: 100px;
}

.take-a-look {
  margin-top: 100px;
  font-family: lato, sans-serif;
  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;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 60px;
}

.overlay-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

.overlay-container img {
  width: 50%;
}

.partner-h3 {
  font-size: 25px;
}

.footer-section {
  background-color: transparent;
  color: #272a31;
  height: 180px;
}

@media screen and (min-width: 768px) {
  .about-bigger-body-bg {
    background-size: contain;
    margin-top: 30px;
    width: 100vw;
    height: initial;
    background-position: 0% 10%;
    background-repeat: no-repeat;
  }
  .home-container {
    height: 10px;
    width: 70%;
    margin: 10px 00;
  }
  .home-section {
    display: block;
    float: right;
    font-size: 20px;
    color: #ec5242;
  }
  .about-h1-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-text-h3 {
    display: none;
  }
  .about-web-cour {
    width: 100%;
    font-size: 80px;
    text-align: center;
    font-family: cocogoose, sans-serif;
    color: #ec5242;
  }
  .about-first-hr {
    width: 50px;
    background-color: #ec5242;
    height: 2px;
    border: none;
  }
  .paragraph-card {
    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;
  }
  .para {
    letter-spacing: 1px;
    font-family: lato, sans-serif;
    text-align: center;
    line-height: 2;
    border-left: 2px solid #f3f0f0;
    border-right: 2px solid #f3f0f0;
    width: 40vw;
  }
  .paragraph-card-container {
    margin: auto 0;
  }
  .email {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 500;
    font-size: 20px;
  }
  .small-email {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
  }
  .web-dev {
    font-size: 20px;
    font-family: lato, sans-serif;
  }
  .about-globe {
    font-size: 70px;
    color: #ec5242;
  }
  .development {
    text-align: center;
    font-family: lato, sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-top: 350px;
  }
  .logo-decide {
    text-align: center;
    font-family: lato, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
  }
  .aboutright-hand {
    margin: auto 700px;
    margin-top: 40px;
    padding: 10px 15px 0 15px;
    border-left: 2px solid #f3f0f0;
    border-right: 2px solid #f3f0f0;
    height: 300px;
  }
  .font-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 5px;
        grid-template-columns: 5px;
    padding: 50px;
    width: 15%;
    margin: 200px 0;
    margin-top: 50px;
    border-left: 1px solid #f3f0f0;
    border-right: 1px solid #f3f0f0;
  }
  .student-of-school {
    font-family: cocogoose, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
  }
  .take-a-look {
    font-family: lato, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .overlay-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 200px;
  }
  .overlay-container img {
    width: 25%;
  }
  .partner-section {
    display: none;
  }
  .footer-section {
    background-color: #272a31;
    color: #d3d3d3;
    height: 180px;
  }
  .globe-footer {
    color: #d3d3d3;
  }
}
/*# sourceMappingURL=about.css.map */