@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Cotoris";
  src: url("font/CotorisHeavy.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "CotorisLight";
  src: url("font/CotorisBold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
nav .nav-link {
  font-family: "Jost";
  font-size: 20px;
  font-weight: 500;
  color: #17181C;
}
nav .btn {
  width: 120px;
  height: 50px;
  background-color: transparent;
  color: #17181C;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
}
nav .btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #17181C;
  transition: all 0.3s 0.2s ease;
  left: 0;
  top: 0;
}
nav .btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #17181C;
  transition: all 0.3s ease;
  right: 0;
  bottom: 0;
}
nav .btn p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-family: "Jost";
  font-size: 20px;
  font-weight: 500;
  color: #17181C;
}
nav .btn p:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #17181C;
  transition: all 0.3s 0.4s ease;
  right: 0;
  top: 0;
}
nav .btn p:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #17181C;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
nav .btn:hover {
  color: #17181C;
}
nav .btn:hover:before, nav .btn:hover:after {
  width: 100%;
}
nav .btn:hover p {
  z-index: 1;
}
nav .btn:hover p:before, nav .btn:hover p:after {
  height: 100%;
}
nav .btn:hover span {
  height: 100%;
  top: 0;
}
nav .btn:active {
  outline: none;
  border: none;
}
nav .btn:focus {
  outline: 0;
}
nav .burger {
  border: none !important;
}
nav .burger:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
nav .logo {
  max-width: 100px;
}

.expanding-cards h1 {
  font-family: "Cotoris";
  font-size: 75px;
  font-weight: 400;
  color: #17181C;
}
.expanding-cards h4 {
  font-family: "Jost";
  font-size: 28px;
  font-weight: 400;
  color: #17181C;
}
.expanding-cards .cards-wrapper {
  display: flex;
  gap: 1rem;
  min-height: 620px;
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .expanding-cards .cards-wrapper {
    flex-direction: column;
  }
}
.expanding-cards .cards-wrapper .card-item {
  position: relative;
  flex: 1;
  min-width: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.expanding-cards .cards-wrapper .card-item.active {
  flex: 10;
}
@media (max-width: 768px) {
  .expanding-cards .cards-wrapper .card-item {
    height: 100px;
  }
  .expanding-cards .cards-wrapper .card-item.active {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .expanding-cards .cards-wrapper .card-item {
    height: 200px;
    flex: 3;
  }
  .expanding-cards .cards-wrapper .card-item.active {
    height: 400px;
  }
}

.section-title {
  font-family: "Jost";
  font-size: 20px;
  font-weight: 600;
  color: #17181C;
  line-height: 29px;
}
@media (max-width: 575.98px) {
  .section-title {
    font-family: "Jost";
    font-size: 16px;
    font-weight: 600;
    color: #17181C;
  }
}

.about p {
  font-family: "CotorisLight";
  font-size: 36px;
  font-weight: 400;
  color: #17181C;
  line-height: 45px;
}
@media (max-width: 575.98px) {
  .about p {
    font-family: "CotorisLight";
    font-size: 22px;
    font-weight: 400;
    color: #17181C;
  }
}

.slider h3 {
  font-family: "Cotoris";
  font-size: 50px;
  font-weight: 400;
  color: #17181C;
}
@media (max-width: 575.98px) {
  .slider h3 {
    font-family: "Cotoris";
    font-size: 26px;
    font-weight: 400;
    color: #17181C;
  }
}
.slider h5 {
  font-family: "Jost";
  font-size: 28px;
  font-weight: 500;
  color: #17181C;
}
.slider p {
  font-family: "Jost";
  font-size: 18px;
  font-weight: 400;
  color: #17181C;
}
.slider .btn-view {
  font-family: "Jost";
  font-size: 68px;
  font-weight: 500;
  color: #17181C;
  border-radius: 220px;
  padding: 9rem 4.5rem !important;
  transition: all 0.5s;
}
.slider .btn-view:hover {
  background: #e35d43;
  color: #fff;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  width: auto;
  height: auto;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  display: none;
}
@media (max-width: 575.98px) {
  .slider .swiper-button-next:after,
  .slider .swiper-button-prev:after {
    top: 2rem;
  }
}
.slider .swiper-button-next img,
.slider .swiper-button-prev img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575.98px) {
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    top: auto;
    bottom: 0;
  }
  .slider .swiper-button-prev {
    left: 35%;
  }
  .slider .swiper-button-next {
    right: 35%;
  }
}

.projects h3 {
  font-family: "Cotoris";
  font-size: 50px;
  font-weight: 400;
  color: #17181c;
}
@media (max-width: 575.98px) {
  .projects h3 {
    font-family: "Cotoris";
    font-size: 26px;
    font-weight: 400;
    color: #17181c;
  }
}
.projects h5 {
  font-family: "Jost";
  font-size: 28px;
  font-weight: 500;
  color: #17181c;
}
@media (max-width: 575.98px) {
  .projects h5 {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 500;
    color: #17181c;
  }
}
.projects p {
  font-family: "Jost";
  font-size: 18px;
  font-weight: 400;
  color: #17181c;
}
.projects .btn-view {
  font-family: "Jost";
  font-size: 68px;
  font-weight: 500;
  color: #17181c;
  border-radius: 220px;
  padding: 9rem 4.5rem !important;
  transition: all 0.5s;
}
.projects .btn-view:hover {
  background: #e35d43;
  color: #fff;
}
@media (max-width: 575.98px) {
  .projects .btn-view {
    padding: 2.5rem 1.1rem !important;
    font-size: 20px !important;
    margin-top: 3rem !important;
    background: #e35d43 !important;
    color: #fff;
    border-radius: 220px !important;
  }
}

.why-us {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-size: cover;
}
.why-us .section_pin {
  height: auto;
  padding: 0 12vw 0 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 575.98px) {
  .why-us .section_pin {
    padding: 17vw 12vw 0 12vw;
  }
}
.why-us .section_pin .image_wrapper {
  padding: 0 2vw;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
@media (max-width: 575.98px) {
  .why-us .section_pin .image_wrapper {
    min-width: 150vw;
  }
}
.why-us .section_pin .image_wrapper .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.why-us .section_pin .image_wrapper.active {
  opacity: 1;
}

.contact {
  background-image: url("../img/bg-contact.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.contact h3 {
  font-family: "Cotoris";
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 575.98px) {
  .contact h3 {
    font-family: "Cotoris";
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }
}
.contact p {
  font-family: "Jost";
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 575.98px) {
  .contact p {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
}
.contact .btn-contact {
  transition: all 0.5s;
  background: #fff;
  border: none;
  font-family: "Jost";
  font-size: 20px;
  font-weight: 400;
  color: #17181C;
  border-radius: 50px;
}
.contact .btn-contact:hover {
  background-color: #BF5540;
  color: #fff;
  box-shadow: none;
}
.contact .btn-contact:active {
  background-color: #e35d43 !important;
  color: #fff;
  box-shadow: none;
  transform: translateY(4px);
}

.footer {
  background-color: #22242A;
}
.footer .form-card {
  background: #17181C;
  border-radius: 16px;
}
.footer .form-card h5 {
  font-family: "Jost";
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.footer .form-card h5 span {
  color: rgba(255, 255, 255, 0.4);
}
.footer .form-card p {
  font-family: "Jost";
  font-size: 10px;
  font-weight: 500;
  color: #e35d43;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer .form-card form .form-control {
  border: 1px solid rgb(163, 163, 163);
  border-radius: 12px;
  background: transparent;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card form .form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.footer .form-card form .form-control::-moz-placeholder {
  font-family: "Jost";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::placeholder {
  font-family: "Jost";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::-moz-placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .form-card form .form-control::placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .form-card form .btn-send {
  background: #BF5540;
  border-radius: 50px;
  transition: all 0.5s;
  color: #fff;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card form .btn-send:hover {
  background: #e35d43;
}
.footer h6 {
  font-family: "Jost";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.footer a {
  font-family: "Jost";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.footer .bytesmith {
  font-family: "Jost";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}

.project-section .project-name {
  font-family: "CotorisLight";
  font-size: 24px;
  font-weight: 400;
  color: #17181C;
}
.project-section .info {
  font-family: "Jost";
  font-size: 18px;
  font-weight: 400;
  color: #17181C;
}
.project-section .extra-details {
  font-family: "Jost";
  font-size: 16px;
  font-weight: 400;
  color: #17181C;
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */