@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: #34495e;
}

section {
  padding: 40px 0;
}

a {
  text-decoration: none;
}

a.light {
  color: #34495e;
}

a.dark {
  color: #00ffb8;
}

p.section_title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  position: relative;
  margin: unset;
}

p.section_title span {
  color: #00ffb8;
}

p.section_title:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0.15);
          transform: scaleX(0.15);
  height: 4px;
  background-color: #00ffb8;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

p.section_title:hover {
  -webkit-transition: 1s all;
  transition: 1s all;
  color: #00ffb8 !important;
}

p.section_title:hover span {
  color: #34495e;
}

p.section_title:hover span.light {
  -webkit-transition: 1s all;
  transition: 1s all;
  color: #ffffff;
}

p.section_title:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  margin: auto;
}

.quick-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px 0;
  letter-spacing: 1px;
  margin: auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
}

.btn:hover {
  letter-spacing: 2px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.btn.btn-primary {
  background: #00ffb8;
  color: #34495e;
}

.btn.btn-secondary {
  background: #34495e;
  color: #00ffb8;
}

section.header .menu .container nav div.collapse ul li a {
  display: inline-block;
  position: relative;
}

section.header .menu .container nav div.collapse ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #00ffb8;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

section.header .menu .container nav div.collapse ul li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

section.header .menu .container nav div.collapse ul li a.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.paragraph {
  text-align: justify;
  font-size: 14px;
}

.paragraph span.myDropcap {
  float: left;
  position: relative;
  top: -35px;
  margin-right: 5px;
  margin-bottom: -31px;
  font-size: 60px;
  line-height: normal;
  font-weight: bold;
  padding: 20px 10px 0px;
}

.projects {
  margin-bottom: 25px;
}

.projects .projects-img {
  border: 3px solid #00ffb8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 380px;
  -webkit-transition: background-position 5s ease;
  transition: background-position 5s ease;
}

.projects .projects-img .project-content {
  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: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  height: 374px;
  -webkit-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
}

.projects .projects-img .project-content .project-date {
  padding: 10px 15px;
  background: #34495e;
  width: 115px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  border-right: 3px solid #00ffb8;
  border-bottom: 3px solid #00ffb8;
}

.projects .projects-img .project-content .project-date span.day {
  font-size: 20px;
  margin-right: 5px;
  color: #00ffb8;
}

.projects .projects-img .project-content .project-date span.month-year {
  font-size: 12px;
  text-transform: uppercase;
}

.projects .projects-img .project-content .bottom {
  max-height: 250px;
  border-top: #00ffb8 3px solid;
  padding: 15px;
  color: white;
  background-color: #34495e;
  overflow: hidden;
  -webkit-transition: max-height 1.5s ease;
  transition: max-height 1.5s ease;
}

.projects .projects-img .project-content .bottom .project-categori {
  text-transform: none;
}

.projects .projects-img .project-content .bottom .project-categori ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: unset;
}

.projects .projects-img .project-content .bottom .project-categori ul li {
  padding: 3px 8px;
  border: 2px solid #00ffb8;
  margin-right: 10px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
}

.projects .projects-img .project-content .bottom .project-title {
  color: #00ffb8;
}

.projects .projects-img .project-content .bottom .project-discription {
  font-size: 12px;
  font-weight: normal;
}

.projects:hover .projects-img {
  background-position: bottom;
  z-index: 11111;
}

.projects:hover .project-content {
  opacity: 0;
}

.projects:hover .project-content .bottom {
  max-height: 0px;
}

.project-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #34495e;
  border: solid 3px #00ffb8;
  border-top: none;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-btn a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-color: #00ffb8;
  border-radius: unset;
}

.project-btn a.btn {
  width: 100%;
  margin: 0 !important;
}

.project-btn a:hover {
  letter-spacing: 1px;
  -webkit-transition: 1s;
  transition: 1s;
}

.project-btn span {
  padding: 0px 8px;
}
/*# sourceMappingURL=main.css.map */