body {
  margin: 0;
  font-family: Montserrat;
  color: #ffffff;
  background-color: var(--bs-emphasis-color);
}

.bg-body {
  background: linear-gradient(180deg, rgba(0, 0, 0) -21.05%, rgba(0, 0, 0) 54.25%, #CCFF00 125.12%);
}

.logo-img {
  width: 100%;
  max-width: 172px;
}

.nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffff;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(255,255,255,0);
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255,255,255,0);
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(255,255,255,0);
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-gray-500);
  --bs-btn-disabled-border-color: var(--bs-gray-500);
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 0.5px;
  border-radius: 100px;
  background: linear-gradient(30deg, #ccff00, #000000);
  text-transform: uppercase;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: transparent;
  border-color: #ffffff00;
  border: 1px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent;
  border-color: #ffffff;
  border: 1px;
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#main {
  background-image: url(../../assets/img/background-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  background-position-y: 0;
}

@media (max-width:560px) {
  #main {
    background-position-y: 100px;
  }
}

.header-name {
  font-family: 'Syncopate';
  font-weight: 700!important;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 10px;
}

.header-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Syncopate';
  margin-bottom: 40px;
  padding: 0;
  text-transform: uppercase;
}

.header-text {
  font-size: 16px;
  margin-bottom: 40px;
}

.main-btn {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 10px 80px!important;
}

@media (max-width:560px) {
  .main-btn {
    padding: 10px!important;
  }
}

.main-btn:hover {
  /*transform: scale(1.1);*/
  border: 1px solid #ccff00;
  color: #ccff00;
}

.header-btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
}

@media (max-width:560px) {
  .header-btn {
    margin: 10px auto 0;
  }
  .nav-item {
    text-align: center;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.cntct-btn:hover {
  color: white;
}

.mb100-title {
  margin-bottom: 100px;
}

.text-big {
  font-size: 22px;
  margin-bottom: 20px;
}

.text-reg {
  font-size: 16px;
}

.nav-link:focus, .nav-link:hover {
  color: #ccff00;
}

.services-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 22px;
}

.py-4 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
  }
}

.gradient-line-horizontal {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #000000, #ffffff);
  margin: 10px 0;
}

.spot {
  position: absolute;
  width: 460px;
  height: 460px;
  left: 0px;
  top: -100px;
  background: radial-gradient(50.58% 22.61% at 50% 50%, #CCFF00 0%, #010101 100%);
  transform: rotate(-40deg);
  z-index: -3;
}

.card {
  border-radius: 40px;
  padding: 36px 26px;
  background: linear-gradient(15deg, #000000 -20%, #000000 35%, #CCFF00 165%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  border: 1px solid #1c1c1c;
}

.card-body {
  padding: 0;
}

.card-title {
  margin-bottom: 24px;
  font-size: 22px;
}

@media (min-width:768px) {
  .card-width {
    flex: 0 0 auto;
    width: 44%;
  }
}

.adv-head {
  display: flex;
  gap: 40px;
  align-items: center;
}

.advantages-text {
  font-size: 20px;
  line-height: 130%;
}

.adv-flex {
  gap: 45px;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  color: white;
  background: linear-gradient(86.2deg, #CCFF00 -11.43%, #000000 109.84%);
}

@media (min-width: 768px) {
  .adv-line-1 {
    margin-bottom: 80px!important;
  }
}

.spot2 {
  width: 318px;
  height: 271px;
  transform: rotate(210deg);
  left: -15px;
  top: -115px;
}

.why-work-text {
  font-size: 22px;
}

.why-work-wrap {
  /*width: 100%;*/
  /*max-width: 440px;*/
  border-radius: 36px;
  text-align: center;
  padding: 55px 20px;
  background: linear-gradient(57deg, #CCFF00 -20%, rgba(0, 0, 0, 0.2) 81.66%, rgba(0, 0, 0, 0.4) 108%);
  color: white;
  border: 1px solid #1c1c1c;
}

@media (max-width: 991px) {
  .why-work-row {
    gap: 20px;
  }
}

.why-work-note {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .why-work-note-wrap {
    margin-top: 80px!important;
  }
}

.line-horizontal {
  height: 1px;
  width: 100%;
  background: linear-gradient(181deg, #000000 0%, #FFFFFF 49.52%, #000000 100%);
}

.spot3 {
  width: 220px;
  height: 200px;
  transform: rotate(325deg);
  left: 150px;
  top: -90px;
}

.contact-form {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 6.21%, rgba(0, 0, 0, 0.2) 51.61%, #CCFF00 113.08%);
  border-radius: 36px;
  border: 1px solid #1c1c1c;
  padding: 40px;
}

.text-reg.label-text {
  margin-bottom: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 0.5px solid white;
  border-radius: 0;
  transition: none;
}

.form-control::placeholder {
  color: white;
  opacity: 0.4;
}

.form-row {
  justify-content: space-between;
}

.form-point {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.form-messarea {
  margin-bottom: 30px;
}

.footer-logo {
  width: 100%;
  max-width: 258px;
}

@media (min-width:561px) and (max-width:991px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-header {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Syncopate';
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-point {
  margin-bottom: 20px;
  font-size: 16px;
}

@media (min-width: 1400px) {
  .form-point {
    width: 100%;
    max-width: 322px;
  }
}

.adv-header {
  font-size: 22px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .mb-sm-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .header-title {
    text-align: center;
  }
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 767px) {
  #main {
    height: 100vh;
    background-position-y: 140px;
  }
}

@media (min-width: 991px) {
  #main {
    height: 100vh;
    background-position-y: -100px;
  }
}

@media (max-width: 767px) {
  .mb100-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .header-name {
    font-size: 35px;
  }
}

@media (max-width: 360px) {
  .header-name {
    font-size: 31px;
  }
}

@media (max-width: 560px) {
  header-title {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .header-title {
    font-size: 22px;
  }
}

@media (max-width: 560px) {
  .spot {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 560px) {
  .spot2 {
    width: 200px;
    height: 200px;
    left: 40px;
    top: -90px;
  }
}

@media (max-width: 560px) {
  .spot3 {
    width: 200px;
    height: 180px;
    left: 80px;
  }
}

@media (max-width: 360px) {
  .spot3 {
    left: 60px;
  }
}

@media (max-width: 560px) {
  .adv-head {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .adv-header {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .bs-icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 560px) {
  .advantages-text {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .contact-form {
    width: 94%;
    margin: 60px auto 0;
  }
}

@media (max-width: 560px) {
  .footer-item {
    margin-bottom: 30px;
  }
}

.form-control:focus {
  color: white;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 0.5px solid white;
}

@media (max-width: 767px) {
  .arrow {
    display: none;
  }
}