/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Personal Portfolio
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import "components/flickity.css";
.animated-effect, .btn img, .btn, header.page-header .navbar .navbar-nav .nav-item .nav-link:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:before, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect, .projects .project-item img.project-background, .projects .project-item img.project-thumb {
  transition: 0.4s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Poppins", sans-serif;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 14px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .container {
    justify-content: center;
  }
}
header.page-header .navbar-brand {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-right: 2.5rem;
  margin-right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 3.25rem;
  position: relative;
}
@media (max-width: 767.9px) {
  header.page-header .navbar-brand {
    border-right: none;
    padding-right: 0;
  }
}
header.page-header .navbar-brand img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
header.page-header .navbar-brand:hover {
  color: #fff;
}
header.page-header .navbar-brand span {
  display: block;
  line-height: 1;
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2.5rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 0;
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: " ";
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: " ";
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:before, header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:before, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:after {
  opacity: 1;
  width: 100%;
}
.btn {
  font-weight: 500;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn img {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.25rem -0.25rem -0.25rem 0.75rem;
}
.btn .spinner-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border-width: 2px;
  opacity: 0;
}
.btn.loading .btn-text {
  opacity: 0;
}
.btn.loading .spinner-border {
  opacity: 1;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(1, 1, 1, 0.1) 0 0.25rem 1rem;
}
.btn.btn-primary {
  background: #11C2A5;
  border-color: #11C2A5;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #1bebc9;
  border-color: #1bebc9;
}
.btn.btn-primary:active {
  background: #40eed2;
  border-color: #40eed2;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #010101;
}
.btn.btn-dark {
  background: #010101;
  border-color: #010101;
  color: #010101;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #11C2A5;
  color: #11C2A5;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #11C2A5;
  border-color: #11C2A5;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #40eed2;
  border-color: #40eed2;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #010101;
}
.btn.btn-outline-light:hover img, .btn.btn-outline-light:focus img {
  filter: none;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #010101;
}
.btn.btn-outline-light:active img {
  filter: none;
}
.btn.btn-outline-light img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-dark {
  border-color: #010101;
  color: #010101;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #010101;
  border-color: #010101;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #32edce;
}
body.modal-open {
  overflow: hidden;
}

.main {
  position: relative;
  background: #010101;
  padding: 12.5rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .main {
    padding: 7.5rem 0 5rem 0;
    text-align: center;
  }
}
.main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
}
.main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  content: " ";
  z-index: 1;
  opacity: 0.8;
}
@media (max-width: 767.9px) {
  .main:after {
    opacity: 0.5;
  }
}
.main .container {
  position: relative;
  z-index: 3;
}
.main h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 200;
  padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    padding-right: 0;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.5rem;
    padding-right: 0;
  }
}
.main p {
  padding-right: 35%;
  font-size: 1.25rem;
  margin: 1rem 0 0 0;
  color: #fff;
}
@media (min-width: 768px) {
  .main p {
    white-space: nowrap;
  }
}
@media (max-width: 767.9px) {
  .main p {
    padding: 0;
    font-size: 1rem;
  }
}
.main .main-stats {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.9px) {
  .main .main-stats {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}
.main .main-stats .stats-item {
  display: block;
}
.main .main-stats .stats-item strong {
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-stats .stats-item strong {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-stats .stats-item strong {
    font-size: 2.5rem;
  }
}
.main .main-stats .stats-item span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .main .main-stats .stats-item span {
    font-size: 0.8rem;
  }
}

.services {
  padding: 5rem 0;
  background: #1b1b1b;
}
@media (max-width: 767.9px) {
  .services {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.services .service-item strong {
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  padding-right: 15%;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item strong {
    padding: 0;
    font-size: 1.25rem;
  }
}

.projects {
  position: relative;
}
@media (max-width: 767.9px) {
  .projects .container {
    padding: 0;
  }
}
.projects .project-item {
  display: block;
  background: rgba(1, 1, 1, 0.05);
  position: relative;
  padding-top: 4rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .projects .project-item {
    padding-top: 2.5rem;
  }
}
.projects .project-item:hover {
  cursor: pointer;
}
.projects .project-item:hover img.project-thumb {
  transform: scale(1.025);
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 2rem;
}
.projects .project-item:hover img.project-background {
  opacity: 0;
}
.projects .project-item img.project-thumb {
  display: block;
  width: calc(100% - 8rem);
  height: 25rem;
  object-fit: cover;
  object-position: center top;
  margin: auto;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  box-shadow: rgba(1, 1, 1, 0.15) 0 0 1.5rem;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .projects .project-item img.project-thumb {
    height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .projects .project-item img.project-thumb {
    height: 16rem;
  }
}
@media (max-width: 767.9px) {
  .projects .project-item img.project-thumb {
    width: calc(100% - 5rem);
    height: 20rem;
  }
}
.projects .project-item img.project-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200%;
  height: 200%;
  object-position: center top;
  object-fit: cover;
  filter: blur(70px) brightness(0.9);
  transform-origin: center;
  transform: rotate(5deg);
  z-index: 0;
}
.projects .project-item .project-info {
  display: none;
}

.modal.project-modal .modal-content .modal-image {
  position: relative;
}
.modal.project-modal .modal-content .modal-image .btn-close {
  position: absolute;
  top: 0;
  right: -2.5rem;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767.9px) {
  .modal.project-modal .modal-content .modal-image .btn-close {
    right: 0.75rem;
    top: 0.75rem;
  }
}

.modal-backdrop {
  backdrop-filter: blur(10px);
  background-color: rgba(1, 1, 1, 0.75);
}
.modal-backdrop.show {
  opacity: 1;
}

.about {
  padding: 7.5rem 0;
  position: relative;
  background: #010101;
  margin-top: 0.25rem;
}
@media (max-width: 767.9px) {
  .about {
    margin: 0;
    padding: 5rem 0;
  }
}
.about h3 {
  font-size: 1.25rem;
  color: #fff;
}
.about h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 200;
  padding-right: 10%;
}
.about p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
  padding-right: 15%;
}
.about img {
  width: 80%;
  height: 20rem;
  object-fit: cover;
  border-radius: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .about img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
  }
}
@media (max-width: 767.9px) {
  .about img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
  }
}
.about ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.about ul li {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.about ul li + li {
  margin-top: 0.75rem;
}
.about ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #fff;
  border-radius: 50%;
  content: " ";
  margin: auto;
}
.about ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.reviews {
  padding: 7.5rem 0;
  background: #0e0e0e;
}
.reviews .reviews-slider .review-box {
  width: calc((100% / 3));
  margin-right: 1.5rem;
}
.reviews .reviews-slider .review-box p {
  color: #fff;
  margin: 0 0 1rem 0;
  padding-right: 15%;
}
.reviews .reviews-slider .review-box .review-person {
  display: block;
}
.reviews .reviews-slider .review-box .review-person strong {
  display: none;
}
.reviews .reviews-slider .review-box .review-person span {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.8rem;
}
.reviews .reviews-slider .flickity-prev-next-button.previous {
  visibility: hidden;
}
.reviews .reviews-slider .flickity-prev-next-button.next {
  visibility: hidden;
}

.technologies {
  position: relative;
  padding: 0 0 5rem 0;
  background: #010101;
}
@media (max-width: 767.9px) {
  .technologies {
    padding-bottom: 3.5rem;
  }
}
.technologies .technologies-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.9px) {
  .technologies .technologies-logos {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.technologies .technologies-logos img {
  width: 10rem;
  height: 3rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .technologies .technologies-logos img {
    width: 7rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .technologies .technologies-logos img {
    width: 7rem;
    height: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .technologies .technologies-logos img {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    object-position: center left;
  }
}

.contact {
  padding: 5rem 0;
  background: #070707;
}
.contact h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 200;
  padding-right: 10%;
}
.contact p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
  padding-right: 15%;
}
.contact .btn.btn-link {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  text-decoration: none;
}
.contact form .form-group {
  margin-bottom: 1rem;
}
.contact form .form-group .form-label {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.25rem;
}
.contact form .form-group .form-control {
  height: auto;
  padding: 0.75rem 1rem;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.9rem;
  border-radius: 0.5rem;
}
.contact form .form-group .form-control:focus {
  background-color: rgba(255, 255, 255, 0.075);
}
.contact form .form-group textarea.form-control {
  min-height: 10rem;
}
.contact form p.small {
  color: #fff;
  font-size: 0.8rem;
  opacity: 0.25;
  margin: 1rem 0 0 0;
  padding: 0;
}
.contact form p.small a {
  margin-left: 0.5rem;
}
.contact form p.small a img {
  height: 1rem;
  filter: brightness(0) invert(1);
}
.contact form .form-response {
  font-size: 0.8rem;
  color: #fff;
}

footer {
  padding: 0 0 2.5rem 0;
  background: #070707;
}
footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

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