* {
  font-family: 'Barlow', sans-serif;
}

body {
  max-width: 100%;
}

.myNavbar {
  margin-top: 10px;
}

.myNavbar .navbar-light .navbar-nav {
  font-size: 22px;
  font-weight: 500;
}

.myNavbar .navbar-light .navbar-nav .nav-link {
  padding: 20px;
  color: #456268;
}

.myNavbar .navbar-light .navbar-nav .nav-link.active {
  color: #456268;
  font-weight: bold;
}

.myNavbar .navbar-light .navbar-nav .nav-link.active::after {
  content: '';
  display: block;
  position: relative;
  left: 15%;
  top: 5px;
  width: 70%;
  border-bottom: 2px solid #456268;
}

.myNavbar .navbar-light .navbar-nav .nav-link:hover {
  color: #7299a1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.jumbotron {
  margin-top: 80px;
}

.jumbotron .text-item {
  color: #456268;
}

.jumbotron .text-item h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

.jumbotron .text-item h5 {
  letter-spacing: 10px;
  font-weight: 300;
  font-size: 26px;
}

.jumbotron .text-item .social-icon .social {
  margin-top: 30px;
  margin-right: 20px;
  width: 45px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.jumbotron .text-item .social-icon .social:hover {
  -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
  filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.jumbotron .illustration {
  width: 420px;
}

.about .wave {
  margin-top: -240px;
  position: relative;
  top: 0;
  z-index: -1;
  left: 0;
}

.about .content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5cbc4), to(#fcf8ec));
  background-image: linear-gradient(180deg, #c5cbc4, #fcf8ec);
  position: relative;
  margin-top: -130px;
}

.about .content .illustration2 .img-illustration2 {
  width: 500px;
}

.about .content .text {
  color: #456268;
}

.about .content .text h1 {
  font-size: 28px;
  font-weight: bold;
}

.about .content .text p {
  font-size: 24px;
  font-weight: 400;
}

.about .content .text p .line2 {
  margin-top: 20px;
}

.about .content .text .btn-more {
  background-color: #d0e8f2;
  color: #456268;
  margin-top: 20px;
  width: 150px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #456268;
}

.about .content .text .btn-more:hover {
  border: 2px solid #7299a1;
  background-color: #e4f2f8;
}

.education {
  margin-top: 100px;
}

.education .content table tr {
  margin: 20px;
}

.education .content table tr td {
  color: #456268;
  padding: 10px 30px;
  font-weight: 500;
}

.education .content .text {
  margin-left: 20%;
}

.education .content .text h1 {
  font-size: 28px;
  color: #456268;
  font-weight: bold;
}

.specialist {
  margin-top: 80px;
}

.specialist h1 {
  font-size: 28px;
  color: #456268;
  font-weight: bold;
  margin-bottom: -55px;
}

.specialist .item {
  margin: 100px 0;
}

.specialist .item .card-item {
  width: 250px;
  height: 250px;
  margin-right: 40px;
  -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
  filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
}

.specialist .item .detail p {
  font-size: 26px;
}

.specialist .item .detail .tools img {
  width: 50px;
  margin-right: 15px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.specialist .item .detail .tools img:hover {
  -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
  filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.specialist .item .detail .tools .figma {
  width: 30px;
}

.specialist .item-2 {
  margin: 100px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.specialist .item-2 .card-item {
  width: 250px;
  height: 250px;
  margin-left: 40px;
  -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
  filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
}

.specialist .item-2 .detail p {
  font-size: 26px;
}

.specialist .item-2 .detail .tools img {
  width: 50px;
  margin-right: 15px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.specialist .item-2 .detail .tools img:hover {
  -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
  filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.specialist .item-2 .detail .tools .figma {
  width: 30px;
}

.specialist .wave2 {
  position: relative;
  margin-top: -800px;
  z-index: -1;
}

.work h1 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #456268;
  margin-bottom: 30px;
}

.work .items .work-card {
  border-radius: 20px;
  border: none;
  margin: 30px 30px;
  background-color: transparent;
  -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
  filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
}

.work .items .work-card h6 {
  font-size: 22px;
  font-weight: 600;
  color: #456268;
  margin-top: 20px;
}

.work .items .work-card .content .content-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 86%;
  width: 100%;
  border-radius: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.work .items .work-card .content:hover .content-overlay {
  opacity: 1;
}

.work .items .work-card .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.work .items .work-card .content .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.work .items .work-card .content .content-details a {
  color: #456268;
  text-decoration: none;
  background-color: #d0e8f2;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.work .items .work-card .content .content-details a:hover {
  color: #2d3f43;
  background-color: #94cbe1;
  text-decoration: underline;
}

.work .items .work-card .card-body .card-text {
  font-size: 22px;
  font-weight: 600;
  color: #456268;
}

.work .pagination .page-item .page-link {
  color: #456268 !important;
  background-color: transparent;
  border: none;
  margin-left: 2px;
  font-weight: 500;
  font-size: 20px;
}

.work .pagination .page-item .page-link:hover {
  background-color: #fcf8ec;
  border-color: #fcf8ec;
  color: #26373a;
  font-weight: 800;
}

.work .pagination .page-item .page-link:focus {
  outline: 1px dashed #456268 !important;
}

.work .pagination .page-item.active .page-link {
  z-index: 1;
  color: #456268;
  font-weight: 800;
  background-color: #fcf8ec !important;
  border-color: #fcf8ec !important;
}

.work .wave3 {
  position: relative;
  width: 100%;
  margin-top: -820px;
  z-index: -1;
}

.contact {
  margin-top: 50px;
  margin-left: 10px;
}

.contact h1 {
  font-size: 28px;
  font-weight: bold;
  color: #456268;
}

.contact p {
  font-size: 20px;
  margin: 40px 0;
}

.contact .form-contact {
  background-color: #d0e8f2;
  border: 2px solid #456268;
  border-radius: 8px;
  margin-bottom: 20px;
}

.contact .btn-send {
  float: right;
  border: 2px solid #456268;
  padding: 5px 40px;
  color: #456268;
  font-weight: 600;
  border-radius: 8px;
}

.contact .btn-send:hover {
  background-color: #e4f2f8;
}

.contact .illustration3 img {
  width: 450px;
}

.footer {
  border-top: 2px solid #456268;
}

.footer .navigate-item h5 {
  color: #456268;
  font-size: 24px;
  font-weight: 600;
}

.footer .navigate-item ul li {
  margin: 5px 0;
}

.footer .navigate-item ul li a {
  color: #456268;
  text-decoration: none;
}

.footer .navigate-item ul li a:hover {
  text-decoration: underline;
  color: #314549;
}

.footer .profile-item h6 {
  color: #456268;
  font-weight: 600;
  font-size: 18px;
}

.footer .profile-item p {
  font-size: 20px;
  color: #456268;
  margin-top: 35px;
}

.footer .btn-up {
  background-color: #597f87;
  padding: 15px 10px;
  -webkit-box-shadow: 3px 3px 8px rgba(69, 98, 104, 0.7);
          box-shadow: 3px 3px 8px rgba(69, 98, 104, 0.7);
}

.footer .btn-up:hover {
  background-color: #456268;
}

.footer .btn-up img {
  width: 30px;
}

@media screen and (max-width: 375px) {
  .myNavbar .navbar-light .navbar-nav {
    font-size: 22px;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .myNavbar .navbar-light .navbar-nav .nav-link {
    padding: 10px;
    color: #456268;
  }
  .myNavbar .navbar-light .navbar-nav .nav-link.active {
    color: #456268;
    font-weight: bold;
  }
  .myNavbar .navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    display: block;
    position: relative;
    left: 10%;
    top: 5px;
    width: 80%;
    border-bottom: 2px solid #456268;
  }
  .myNavbar .navbar-light .navbar-nav .nav-link:hover {
    color: #7299a1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .jumbotron {
    margin-top: 20px;
  }
  .jumbotron .text-item {
    color: #456268;
  }
  .jumbotron .text-item h1 {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 5px 10px;
  }
  .jumbotron .text-item h5 {
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
  }
  .jumbotron .text-item .social-icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jumbotron .text-item .social-icon .social {
    margin-top: 10px;
    margin-right: 10px;
    width: 30px;
  }
  .jumbotron .illustration {
    width: 300px;
    margin-top: 20px;
  }
  .about .wave {
    margin-top: -60px;
    position: relative;
    top: 0;
    left: 0;
  }
  .about .content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5cbc4), to(#fcf8ec));
    background-image: linear-gradient(180deg, #c5cbc4, #fcf8ec);
    margin-top: -30px;
  }
  .about .content .illustration2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .content .illustration2 .img-illustration2 {
    width: 200px;
  }
  .about .content .text {
    text-align: center;
    margin-top: 30px;
    color: #456268;
  }
  .about .content .text h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .about .content .text p {
    font-size: 18px;
    font-weight: 400;
  }
  .about .content .text .btn-more {
    background-color: #d0e8f2;
    color: #456268;
    margin-top: 0px;
    width: 150px;
    font-weight: 600;
    border-radius: 10px;
  }
  .education {
    margin-top: 40px;
  }
  .education .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .education .content table tr {
    margin: 20px;
  }
  .education .content table tr td {
    color: #456268;
    padding: 10px 30px;
    font-weight: 500;
    vertical-align: center !important;
  }
  .education .content .text {
    text-align: center;
    margin-left: 15%;
    margin-bottom: 10px;
  }
  .education .content .text h1 {
    font-size: 22px;
    color: #456268;
    font-weight: bold;
  }
  .specialist {
    margin-top: 20px;
  }
  .specialist h1 {
    font-size: 24px;
    color: #456268;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .specialist .item {
    margin: 20px auto;
    display: inline-block !important;
  }
  .specialist .item .card-item {
    width: 150px;
    height: 150px;
    margin-left: 30%;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
    filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
  }
  .specialist .item .detail {
    text-align: center;
    margin-left: 0px;
  }
  .specialist .item .detail p {
    font-size: 20px;
  }
  .specialist .item .detail .tools img {
    width: 30px;
    margin-right: 15px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .specialist .item .detail .tools img:hover {
    -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
    filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .specialist .item .detail .tools .figma {
    width: 30px;
  }
  .specialist .item-2 {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin: 10px auto;
    display: inline-block !important;
  }
  .specialist .item-2 .card-item {
    width: 150px;
    height: 150px;
    margin-left: 30%;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
    filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
  }
  .specialist .item-2 .detail {
    text-align: center !important;
    margin-left: 0px;
  }
  .specialist .item-2 .detail p {
    font-size: 20px;
  }
  .specialist .item-2 .detail .tools img {
    width: 30px;
    margin-right: 15px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .specialist .item-2 .detail .tools img:hover {
    -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
    filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.3));
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .specialist .wave2 {
    position: relative;
    margin-bottom: -50px;
    z-index: -1;
  }
  .work .hide {
    display: none;
  }
  .work h1 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #456268;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .work .items .work-card {
    border-radius: 20px;
    border: none;
    margin: 10px 30px;
    background-color: transparent;
    -webkit-filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
    filter: drop-shadow(5px 5px 4px rgba(69, 98, 104, 0.2));
  }
  .work .items .work-card h6 {
    font-size: 18px;
    font-weight: 600;
    color: #456268;
    margin-top: 20px;
  }
  .work .items .work-card .content .content-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 86%;
    width: 100%;
    border-radius: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  .work .items .work-card .content:hover .content-overlay {
    opacity: 1;
  }
  .work .items .work-card .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  .work .items .work-card .content .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .work .items .work-card .content .content-details a {
    color: #456268;
    text-decoration: none;
    background-color: #d0e8f2;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .work .items .work-card .content .content-details a:hover {
    color: #2d3f43;
    background-color: #94cbe1;
    text-decoration: underline;
  }
  .work .items .work-card .card-body .card-text {
    font-size: 22px;
    font-weight: 600;
    color: #456268;
  }
  .work .wave3 {
    position: relative;
    width: 360px;
    left: 0;
    z-index: -1;
  }
  .contact {
    margin-top: 50px;
  }
  .contact h1 {
    font-size: 26px;
    font-weight: bold;
    color: #456268;
    text-align: center;
  }
  .contact p {
    font-size: 18px;
    margin: 30px 0;
  }
  .contact form .form-contact {
    background-color: #d0e8f2;
    border: 2px solid #456268;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .contact form .btn-send {
    position: absolute;
    border: 2px solid #456268;
    padding: 5px 40px;
    color: #456268;
    font-weight: 600;
    border-radius: 8px;
  }
  .contact form .btn-send:hover {
    background-color: #e4f2f8;
  }
  .contact .illustration3 img {
    position: relative;
    top: -450px;
    width: 350px;
    opacity: 0.13;
    z-index: -1;
  }
  .footer {
    border-top: 2px solid #456268;
    position: relative;
    top: -200px;
    margin-left: 10px;
    height: 300px;
  }
  .footer .navigate-item {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .navigate-item h5 {
    color: #456268;
    font-size: 24px;
    font-weight: 600;
  }
  .footer .navigate-item ul li {
    margin: 5px 0;
  }
  .footer .navigate-item ul li a {
    color: #456268;
    text-decoration: none;
    font-size: 20px;
  }
  .footer .navigate-item ul li a:hover {
    text-decoration: underline;
    color: #314549;
  }
  .footer .profile-item {
    text-align: center;
  }
  .footer .profile-item h6 {
    color: #456268;
    font-weight: 600;
    font-size: 18px;
  }
  .footer .profile-item p {
    font-size: 20px;
    color: #456268;
    margin-top: 25px;
  }
  .footer .btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
  }
  .footer .btn-item .btn-up {
    background-color: #597f87;
    padding: 15px 10px;
    -webkit-box-shadow: 3px 3px 8px rgba(69, 98, 104, 0.7);
            box-shadow: 3px 3px 8px rgba(69, 98, 104, 0.7);
  }
  .footer .btn-item .btn-up:hover {
    background-color: #456268;
  }
  .footer .btn-item .btn-up img {
    width: 30px;
  }
}
/*# sourceMappingURL=main.css.map */