.headline {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: rgb(65, 30, 148);
}

body {
  background: rgb(241, 234, 250);
}

body.noscroll {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4b1fa7;
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-buttons button {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.accept {
  background-color: #d3b9f7;
  color: black;
}

.reject {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.hidden {
  display: none;
}

#banner {
  background: linear-gradient(90deg, #FF9699 0%, #9FF7B4 49.04%, #D748AC 100%);
  padding: 8px 0;
}

#banner p {
  margin: 0;
}

header a.nav-link {
  color: rgb(16, 21, 33);
  transition: 0.2s linear;
}

header a.nav-link:hover {
  color: rgb(65, 30, 148);
}

header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: rgb(255, 150, 153);
  text-decoration: none;
  color: rgb(16, 21, 33);
}

header .navbar-nav {
  margin-left: 28%;
}

header .navbar-nav li {
  margin-left: 12px;
}

#hero {
  padding: 48px 0;
  height: 100vh;
}

#hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 15%;
}

#hero .wrap h1 {
  font-size: 48px;
  color: rgb(65, 30, 148);
  text-align: center;
}

#hero .wrap span {
  color: rgb(99, 81, 165);
  font-size: 12px;
  text-align: center;
}

#hero .wrap .btn-start {
  background-color: rgb(65, 30, 148);
  padding: 12px 20px;
  text-decoration: none;
  color: rgb(236, 226, 248);
  margin: 12px 0;
  display: inline-block;
  border-radius: 4px;
}

#hero .wrap .btn-start.second {
  background-color: rgb(209, 186, 239);
  color: rgb(16, 21, 33);
}

#hero .wrap p {
  color: rgb(121, 76, 193);
}

#about {
  padding: 24px 0;
}

#about .headline p {
  text-align: center;
  color: rgb(99, 81, 165);
  width: 70%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

#about .img img {
  width: 100%;
}

#about .text p {
  color: rgb(99, 81, 165);
  margin-top: 12px;
  text-align: center;
}

#service {
  padding: 24px 0;
}

#service .headline p {
  text-align: center;
  color: rgb(99, 81, 165);
  width: 70%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

#service .item {
  background-color: rgb(229, 213, 251);
  height: 100%;
}

#service .item .img img {
  width: 100%;
}

#service .item .text {
  padding: 0 32px;
}

#service .item .text h4 {
  color: rgb(65, 30, 148);
  margin-top: 12px;
}

#service .item .text p {
  color: rgb(99, 81, 165);
  margin-top: 12px;
}

#galery {
  padding: 24px 0;
}

#galery .headline p {
  text-align: center;
  color: rgb(99, 81, 165);
  width: 70%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

#galery .img img {
  width: 100%;
  max-height: 240px;
  height: 240px;
}

#why {
  padding: 24px 0;
}

#why .headline p {
  text-align: center;
  color: rgb(99, 81, 165);
  width: 70%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

#why .img img {
  width: 100%;
  height: 518px;
}

#why .item {
  background-color: rgb(229, 213, 251);
  padding: 32px;
  min-height: 250px;
  height: 250px;
  max-height: 250px;
}

#why .item h4 {
  color: rgb(65, 30, 148);
}

#why .item p {
  color: rgb(99, 81, 165);
}

#info {
  margin: 48px 0;
  background-color: rgb(65, 30, 148);
  padding: 24px;
}

#info p {
  margin: 0;
  color: #fff;
}

#contact {
  padding: 24px 0;
}

#contact .headline p {
  text-align: center;
  color: rgb(99, 81, 165);
  width: 70%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

#contact .contact-group {
  width: 100%;
  display: flex;
  justify-content: center;
}

#contact .form {
  display: flex;
  justify-content: center;
}

#contact .form form {
  width: 60%;
}

#contact .form form .form-group {
  margin-top: 24px;
  width: 100%;
  margin: auto;
}

#contact .form form .form-group input,
#contact .form form .form-group textarea {
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 4px;
  outline: none;
  border: none;
  width: 100%;
  color: #000;
  margin-top: 12px;
}

#contact .form form .form-group input::-moz-placeholder,
#contact .form form .form-group textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 100;
}

#contact .form form .form-group input::placeholder,
#contact .form form .form-group textarea::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 100;
}

#contact .form form button {
  background-color: rgb(65, 30, 148);
  padding: 16px 32px;
  border: none;
  outline: none;
  color: #fff;
  margin: 12px 0;
  display: inline-block;
  border-radius: 4px;
}

#last {
  padding: 24px 0;
}

#last .headline p {
  text-align: center;
  color: rgb(99, 81, 165);
  width: 70%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin: 12px auto;
}

#last a {
  background-color: rgb(65, 30, 148);
  padding: 16px 32px;
  border: none;
  outline: none;
  color: #fff;
  margin: 12px 0;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  width: 20%;
  margin: auto;
  text-align: center;
}

footer {
  padding-top: 24px;
  padding-bottom: 8px;
}

footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .wrap .list {
  margin-top: 12px;
}

footer .wrap .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
}

footer .wrap .list ul li {
  display: inline-block;
  margin: 0 12px;
}

footer .wrap .list ul li a.nav-link {
  color: #000;
  transition: 0.2s linear;
  font-size: 12px;
}

footer .wrap .list ul li a.nav-link:hover {
  color: rgb(65, 30, 148);
}

footer .wrap .list:last-of-type {
  border-top: 1px solid rgb(40, 40, 40);
  border-bottom: 1px solid rgb(40, 40, 40);
}

footer .wrap p {
  color: rgb(99, 81, 165);
  margin: 0;
  font-size: 10px;
  margin-top: 8px;
}

footer .wrap p span {
  color: rgb(255, 150, 153);
}

/* Content Box */
/* Buttons */
/* Links */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(7, 9, 14, 0.9882352941) 0%, #210F1B 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cookie-content {
  background: rgba(241, 241, 241, 0.04);
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 550px;
  width: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}

.cookie-content h2 {
  margin-bottom: 0.8rem;
  font-size: 32px;
  font-weight: bold;
}

.cookie-content p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  color: rgb(135, 140, 145);
}

.cookie-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.cookie-actions .btn {
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
  color: rgb(8, 10, 16);
}

.btn.accept {
  background: rgb(255, 150, 153);
}

.btn.accept:hover {
  background: rgb(254, 123, 127);
}

.btn.decline {
  background: #333;
  color: #ddd;
}

.btn.decline:hover {
  background: #444;
}

.cookie-links {
  text-align: center;
}

.cookie-links a {
  color: #8fff8f;
  font-size: 0.85rem;
  text-decoration: none;
  margin: 0 0.3rem;
}

.cookie-links a:hover {
  text-decoration: underline;
}

#privacy {
  padding: 24px 0;
}

#privacy .wrap {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.0392156863);
  padding: 32px;
  border-radius: 12px;
}

#privacy .wrap h2 {
  color: #4b1fa7;
}

#privacy .wrap h4,
#privacy .wrap p,
#privacy .wrap li {
  color: #000;
}

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




@media (max-width:600px) {
  #hero .wrap h1 {
    font-size: 24px;
  }


  #about .headline p,
  #service .headline p,
  #galery .headline p,
  #why .headline p,
  #contact .headline p,
  #last .headline p {
    width: 100%;
  }

  .headline {
    font-size: 28px;
  }

  #contact .form form {
    width: 100%;
  }

  #last a {
    width: 100%;
  }


  footer .wrap .list ul li {
    margin: 0 4px;
  }

  footer .wrap .list ul li a.nav-link{
    font-size: 8px;
  }
}