@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script:regular);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Montserrat";
}
*:not(hr) {
  outline: 0;
}

.header {
  width: 100%;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.header__logo {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #95e1d3;
  cursor: pointer;
}
.header__logo span {
  color: #f38181;
}
.header__logo:hover {
  color: #f38181;
}
.header__logo:hover span {
  color: #95e1d3;
}

.header__list {
  display: flex;
  width: 470px;
  justify-content: space-between;
}

.header__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #95e1d3;
}

.header__list-link {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.header__list-link:hover {
  color: #f38181;
  border-bottom: 2px solid #f38181;
}

.info-block {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.main__work {
  font-family: "Kaushan Script";
  margin-bottom: 20px;
  animation: slide-down 1s cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes work {
  from {
    transform: translateY(-750px);
  }
  to {
    transform: translateY(0px);
  }
}
.main__amazing {
  text-transform: uppercase;
  margin-bottom: 40px;
  animation: amazing 1s cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes amazing {
  from {
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0px);
  }
}
.block__line {
  width: 60px;
  height: 4px;
  background: #f38181;
  margin-bottom: 40px;
  animation: hr 1s cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes hr {
  from {
    height: 0px;
  }
  to {
    height: 4px;
  }
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  animation: block 1s cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes block {
  from {
    opacity: 0;
    transform: translateY(1000px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.card {
  display: flex;
  align-items: flex-start;
  width: 375px;
  margin-bottom: 40px;
}

.card-img {
  margin-right: 20px;
}

.card-name {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.card-text {
  font-family: "Roboto";
}

.team-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__we {
  font-family: "Kaushan Script";
  margin-top: 100px;
}

.main__meet {
  margin-top: 16px;
  margin-bottom: 36px;
}

.team-desc {
  max-width: 500px;
  margin-top: 44px;
  margin-bottom: 26px;
}

.team-imgs {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.img-wrap {
  position: relative;
  margin-bottom: 80px;
}
.img-wrap:hover .shadow {
  opacity: 1;
}

.shadow {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 380px;
  height: 470px;
  background: linear-gradient(to bottom, rgba(239, 139, 138, 0.8), rgba(229, 207, 130, 0.8));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background: #fce38a;
}
.shadow .social-link:not(:last-child) {
  margin-right: 1px;
}
.shadow .social-link:hover {
  background: #95e1d3;
}
.shadow .fa-brands {
  font-size: 24px;
  color: #f38181;
}

.man-name {
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.man-desc {
  font-family: "Roboto";
  font-style: italic;
  text-align: center;
  color: #b6b6b6;
}

.before-footer-hr {
  margin: 0;
}

.ftr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4px;
}
.ftr a {
  color: #f38181;
  text-decoration: none;
}
.ftr a:hover {
  color: #95e1d3;
  text-decoration: underline;
}

.form {
  width: 380px;
  height: 40px;
  padding: 0;
  display: flex;
}

.email {
  width: 230px;
  height: 40px;
  border: 1px solid #b6b6b6;
}
.email::-moz-placeholder {
  color: #b6b6b6;
  font-family: "Roboto";
  font-style: italic;
}
.email::placeholder {
  color: #b6b6b6;
  font-family: "Roboto";
  font-style: italic;
}

.submit {
  width: 150px;
  height: 40px;
  text-transform: uppercase;
  background: #95e1d3;
  color: white;
  font-weight: bold;
  border: none;
}

#checkbox,
.header__menu-burger {
  display: none;
}

@media screen and (max-width: 625px) {
  .header {
    background: #95e1d3;
    margin-top: 0;
    height: 50px;
    position: fixed;
    z-index: 2;
    top: 0;
  }
  .header__nav {
    margin-top: 0;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .header__menu-burger {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 30px;
  }
  .header__menu-burger:hover {
    cursor: pointer;
  }
  .checkbox {
    display: inline-block;
    cursor: pointer;
    top: 10%;
    right: 5%;
    z-index: 1;
    opacity: 0.25;
  }
  .checkbox:checked ~ .header__list {
    display: block;
  }
  .burger {
    transition: 250ms;
    top: 7px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f38181;
    display: block;
  }
  .burger::before {
    transition: 250ms;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f38181;
    display: block;
    top: 7px;
    content: "";
  }
  .burger::after {
    transition: 250ms;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f38181;
    display: block;
    top: 14px;
    content: "";
  }
  .header__list {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 20px;
    background: #95e1d3;
    box-shadow: 0 12px 8px #95e1d3;
  }
  .header__list li {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #95e1d3;
    text-align: center;
  }
  #checkbox:checked ~ label span {
    background: none;
  }
  #checkbox:checked ~ label span::before {
    transform: rotate(45deg);
    top: 5px;
  }
  #checkbox:checked ~ label span::after {
    transform: rotate(-45deg);
    top: 5px;
  }
  #checkbox:checked ~ .header__list {
    display: flex;
    flex-direction: column;
  }
  .header__menu-burger {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .header__list-item {
    color: white;
  }
  .header__logo {
    color: white;
  }
  .header__logo span {
    color: white;
  }
  .header__logo:hover {
    color: #f38181;
  }
  .header__logo:hover span {
    color: #f38181;
  }
}/*# sourceMappingURL=sty.css.map */