/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600&display=swap"); */

.contact__info {
  display: flex;
  justify-content: space-between;
}
.contact__info a {
  color: #706b9d;
  text-decoration: none;
}

.section--contact {
  background: white;
}

.media p {
  font: normal normal normal 14px/1 FontAwesome;
  color: #706b9d;
}
.media p a {
  font-size: 24px;
  margin-right: 10px;
  color: white;
  text-decoration: none;
  color: #706b9d;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
}

body {
  background-color: #f2f2f2f2;
  font-family: "Poppins", sans-serif;
}
body b {
  color: #3498db;
}

html {
  scroll-behavior: smooth;
}

header.header {
  width: 100%;
  background: white;
  padding: 20px 0;
}
header.header .header__menu {
  display: flex;
  justify-content: space-between;
}
header.header .header__menu a {
  text-decoration: none;
}
header.header .header__menu .header__links ul {
  list-style: none;
}
header.header .header__menu .header__links ul li {
  float: left;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.8);
}
header.header .header__menu .header__links ul li a {
  color: inherit;
  text-decoration: none;
}

.titleClass {
  color: #706b9d;
}

.section {
  padding: 50px 0;
  position: relative;
}
.section#mywork::before {
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, white 10px, transparent 9%);
  content: " ";
  height: 100%;
  width: 100%;
}
.section.section-red {
  background: url("./bg.png") no-repeat #fff;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.section.section-red h3 {
  color: #706b9d;
  position: relative;
  z-index: 3;
}
.section.section--about {
  position: relative;
  padding-bottom: 308px;
}
.section.section--about .titleClass {
  margin-top: 60px;
}
.section.section--about p {
  margin-top: 10px;
  text-align: center;
}
.section.section--about .ts-background {
  bottom: -2px;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.section.section--about .ts-svg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
}
.section.section--about .ts-bottom__0 {
  bottom: 0%;
  width: 100% !important;
  position: absolute !important;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}
.container .text-center {
  text-align: center;
}
.container h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #706b9d;
}
.container .flexElement {
  display: flex;
  flex-wrap: wrap;
}
.container .card {
  position: relative;
  flex: 1 0 25%;
  margin-right: 10px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 1em;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  /* height: 180px; */
  background: white;
}
.container .card .card__image {
  width: 100%;
  height: 200px;
}
.container .card .card__image img {
  width: 100%;
  background-color: #f1f1f1;
  height: 100%;
  object-fit: contain;
}
.container .card .card__title p {
  padding: 10px 0;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

.footer {
  padding: 10px 0;
}

.slide_technology {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slide_technology .item {
  flex: 0 calc(100% / 3);
  text-align: center;
  margin-bottom: 10px;
}
.slide_technology img {
  max-width: 100px;
  margin-right: 20px;
  width: 100px;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  .container .card {
    flex: 1 0 100%;
    margin-bottom: 20px;
  }

  .slide_technology .item {
    flex: 1 33.33%;
    text-align: center;
  }
}
@media (max-width: 448px) {
  .header__links {
    display: none;
  }

  .section.section--about {
    padding-bottom: 70px;
  }

  .section.section--about .titleClass {
    margin-top: 0;
  }

  header.header .header__menu {
    justify-content: center;
  }

  .contact__info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact__info p {
    margin-bottom: 10px;
  }

  .slide_technology .item {
    flex: 1 50%;
    text-align: center;
  }
}

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