/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Camelwav
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.animated-effect, .what-we-do ul.services-list li a:before, .what-we-do ul.services-list li a, .btn img, .btn, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .what-we-do ul.services-list li a:active, .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, .service .service-bg, .what-we-do ul.services-list li a {
  user-select: none;
}

.disable-clicks, .service .service-bg {
  pointer-events: none;
}

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

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

.navbar-brand img {
  height: 3rem;
}

.navbar {
  padding: 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navbar .container {
  position: relative;
}
.navbar .container:after {
  position: absolute;
  bottom: -2rem;
  left: 0.75rem;
  right: 0.75rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  filter: brightness(0) invert(1);
}
.navbar .navbar-brand:hover {
  opacity: 0.8;
}
.navbar .navbar-nav .nav-item {
  margin-left: 1.5rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #ffde59;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  display: none;
}

footer.page-footer {
  padding: 5rem 0;
}
footer.page-footer .navbar-brand {
  display: inline-flex;
}
footer.page-footer .navbar-brand img {
  height: 3rem;
}
footer.page-footer p {
  color: #000;
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
}

.btn {
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 1.25rem 2.5rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .btn {
    padding: 1rem 1.75rem;
    font-size: 1rem;
  }
}
.btn img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin: -0.25rem -0.5rem -0.25rem 0.75rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.15rem 0.25rem;
}
.btn.btn-primary {
  background: #ffde59;
  border-color: #ffde59;
  color: #000;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ffd940;
  border-color: #ffd940;
}
.btn.btn-primary:active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-primary:active img {
  filter: brightness(0) invert(1);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-dark {
  background: #000;
  border-color: #000;
  color: #000;
}
.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: #ffde59;
  color: #ffde59;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #ffde59;
  border-color: #ffde59;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #fff0b5;
  border-color: #fff0b5;
  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: #000;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #ffde59;
}
.btn.btn-outline-dark {
  border-color: #000;
  color: #000;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #000;
  border-color: #000;
  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: #ffeda6;
}
.main {
  position: relative;
  padding: 15rem 0 10rem 0;
  background: url("../img/main-bg.jpg") center no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main {
    background-attachment: initial !important;
    padding: 12.5rem 0 7.5rem 0;
  }
}
.main .container {
  position: relative;
  z-index: 3;
}
.main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  content: " ";
  z-index: 1;
}
.main:before {
  position: absolute;
  right: 0;
  bottom: -50%;
  width: 50%;
  height: 100%;
  background: #ffde59;
  content: " ";
  z-index: 2;
  filter: blur(400px);
}
.main h1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  width: 110%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    width: 100%;
    font-size: 4.5rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    width: 100%;
    font-size: 3rem;
  }
}
.main p {
  font-size: 1rem;
  margin: 2rem 0;
  padding-right: 20%;
  color: #fff;
}
@media (max-width: 767.9px) {
  .main p {
    padding-right: 0;
  }
}

.commitment {
  padding: 7.5rem 0;
  color: #000;
}
@media (max-width: 767.9px) {
  .commitment {
    padding: 5rem 0;
  }
}
.commitment h3 {
  font-weight: 700;
  font-size: 2.5rem;
}
.commitment h3 strong {
  font-weight: 700;
  color: #ffcf0d;
  position: relative;
  display: inline-block;
}
.commitment h3 strong:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url("../img/brush-line.jpg") center no-repeat;
  background-size: 100% 100%;
  content: " ";
  z-index: -1;
}
.commitment h3 i {
  font-weight: 400;
}
.commitment p {
  margin: 1.5rem 0 0 0;
}
.commitment .commitment-box h2 {
  color: #000;
  padding-left: 1.5rem;
  border-left: 5px solid #ffde59;
  font-weight: 700;
  font-size: 3.5rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .commitment .commitment-box h2 {
    margin: 2.5rem 0 1rem 0;
    border-left: none;
    padding-left: 0;
    font-size: 2rem;
  }
}

.what-we-do {
  background: #0d0d0d;
  padding: 7.5rem 0;
  color: #fff;
}
@media (max-width: 767.9px) {
  .what-we-do {
    padding: 5rem 0;
  }
}
.what-we-do h2 {
  font-weight: 700;
  font-size: 3.5rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .what-we-do h2 {
    font-size: 2.5rem;
  }
}
.what-we-do p {
  margin: 1.5rem 0 0 0;
}
.what-we-do ul.services-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.what-we-do ul.services-list li {
  display: block;
}
.what-we-do ul.services-list li + li {
  margin-top: 1rem;
}
.what-we-do ul.services-list li a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding-left: 3.5rem;
}
.what-we-do ul.services-list li a:hover {
  color: #ffde59;
  padding-left: 3.75rem;
}
.what-we-do ul.services-list li a:hover:before {
  background: #ffde59;
}
.what-we-do ul.services-list li a:hover:after {
  border-color: #000;
}
.what-we-do ul.services-list li a:active {
  color: #ffde59;
  padding-left: 3.75rem;
}
.what-we-do ul.services-list li a:active:before {
  background: #ffde59;
}
.what-we-do ul.services-list li a:active:after {
  border-color: #000;
}
.what-we-do ul.services-list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  content: " ";
  z-index: 0;
  margin: auto;
}
.what-we-do ul.services-list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
  z-index: 1;
}

.services {
  position: relative;
  padding: 7.5rem 0;
  background: #141414;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .services {
    padding: 35rem 0 5rem 0;
  }
}
.services:after {
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 35%;
  height: 50%;
  background: #ffde59;
  content: " ";
  z-index: 2;
  filter: blur(200px);
}
.services:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url("../img/services-bg.jpg") center no-repeat;
  background-size: cover;
  z-index: 0;
  content: " ";
}
@media (max-width: 767.9px) {
  .services:before {
    width: 100%;
    height: 30rem;
  }
}
.services .container {
  position: relative;
  z-index: 3;
}
.services h2 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 0.9;
  letter-spacing: -2px;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .services h2 {
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 1;
  }
}
.services h3 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
}
.services p {
  margin: 1.5rem 0 0 0;
}
.services p:first-child {
  margin-top: 0;
}

.service {
  padding: 7.5rem 0;
  position: relative;
  display: block;
}
@media (max-width: 767.9px) {
  .service {
    padding: 30rem 0 5rem 0;
  }
}
.service.v2 {
  background: rgba(255, 222, 89, 0.1);
}
.service.v2 .service-bg {
  left: 0;
  right: auto;
}
.service.v3 {
  background: #000;
}
.service.v3 .service-bg {
  left: 0;
  right: auto;
}
.service.v3 h2 {
  color: #fff;
}
.service.v3 p {
  color: #fff;
}
.service.v3 ul.checklist li {
  color: #fff;
}
.service .service-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .service .service-bg {
    width: 100%;
    height: 25rem;
  }
}
.service .container {
  position: relative;
  z-index: 2;
}
.service .service-title {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
  color: #000;
}
.service .service-number {
  display: block;
  font-size: 10rem;
  color: #ffde59;
  font-weight: 800;
  flex-shrink: 0;
  margin-right: 2.5rem;
  line-height: 0.75;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service .service-number {
    font-size: 7.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service .service-number {
    font-size: 7.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .service .service-number {
    font-size: 5rem;
    margin-right: 1.5rem;
  }
}
.service h2 {
  font-weight: 700;
  font-size: 3.5rem;
  color: #000;
  margin: 0;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .service h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .service h2 {
    font-size: 2rem;
  }
}
.service p {
  margin: 0 0 1.5rem 0;
}
.service ul {
  display: block;
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.service ul li {
  display: block;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  padding-left: 3rem;
  line-height: 1.3;
}
.service ul li + li {
  margin-top: 1rem;
}
.service ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #ffde59;
  content: " ";
  border-radius: 50%;
  margin: auto;
  z-index: 0;
}
.service ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.55rem;
  width: 0.85rem;
  height: 0.45rem;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.contact {
  position: relative;
  padding: 7.5rem 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 5rem 0 2.5rem 0;
  }
}
.contact h2 {
  font-weight: 700;
  font-size: 3.5rem;
  color: #000;
  margin: 0;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .contact h2 {
    font-size: 2rem;
  }
}
.contact h3 {
  margin: 1.5rem 0;
  color: #000;
}
@media (max-width: 767.9px) {
  .contact h3 {
    font-size: 1.25rem;
  }
}
.contact .contact-item {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 4rem;
  margin-top: 2rem;
}
.contact .contact-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
}
.contact .contact-item span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
.contact .contact-item strong {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 1.25rem;
}
.contact .form-field {
  margin-bottom: 1.5rem;
}
.contact .form-field .form-label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767.9px) {
  .contact .form-field .form-label {
    font-size: 1rem;
  }
}
.contact .form-field .form-control {
  position: relative;
  padding: 1rem;
  height: auto;
  border: 1px solid #000;
  border-radius: 0.75rem;
}
.contact .form-field .form-control:focus {
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.contact .form-field textarea.form-control {
  min-height: 10rem;
}
.contact .form-company {
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
  opacity: 0.5;
}
.contact .form-company img {
  filter: grayscale(1);
}

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