body {
  color: var(--bs-gray-700);
}

:root {
  --rozsaszin-pasztel: rgba(228,172,177,1);
  --lila-pasztel: rgb(182,136,149);
  --zold-pasztel: rgba(196,196,168,1);
  --bezs-pasztel: #f3e7d9;
}

::placeholder {
  color: var(--lila-pasztel) !important;
  opacity: 0.5 !important;
}

:-ms-input-placeholder {
  color: var(--lila-pasztel) !important;
  opacity: 0.5 !important;
}

::-ms-input-placeholder {
  color: var(--lila-pasztel) !important;
  opacity: 0.5 !important;
}

::selection {
  background: var(--rozsaszin-pasztel);
  color: white;
}

h1 {
  font-family: 'Alex Brush';
  color: var(--rozsaszin-pasztel);
}

p, label, .form-control {
  font-family: 'Averia Gruesa Libre';
}

a {
  text-decoration: none;
  font-family: 'Alice';
  color: var(--rozsaszin-pasztel);
}

a:hover {
  color: var(--lila-pasztel);
}

img {
  pointer-events: none !important;
}

.btn {
  font-family: 'Alice';
  letter-spacing: 1px;
}

.tooltip-inner {
  background: var(--bezs-pasztel) !important;
  color: var(--bs-dark);
}

.tooltip-arrow {
  filter: invert(94%) sepia(8%) saturate(391%) hue-rotate(347deg) brightness(99%) contrast(92%);
}

/* Custom Back to Top */

.scroll-top {
  background: var(--lila-pasztel) url('../../assets/img/cd-top-arrow.svg') no-repeat center 50%;
  color: #FFF;
  transition: all .5s;
  position: fixed;
  right: -70px;
  bottom: 20px;
  z-index: 1;
  display: none;
  cursor: pointer;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.5);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  opacity: 0.8;
}

.scroll-top:hover {
  opacity: 1;
  transition: all .5s;
}

/* Cookie felugró ablak */

.cookie-box {
  position: fixed;
  padding: 24px 5%;
  top: 0;
  background: var(--bezs-pasztel);
  text-align: center;
  z-index: 9999;
  box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.75);
}

.cookie-box p {
  font-size: 16px;
  margin-bottom: 24px;
}

.cookie-input-group {
  margin-top: 24px;
}

.cookie-input-box {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--bs-gray-500);
  font-size: 16px;
  margin-right: 8px;
  font-weight: 400;
  cursor: pointer;
}

.cookie-input-box input {
  cursor: pointer;
}

.cookie-input-box input[type="checkbox"] {
  filter: hue-rotate(95deg);
}

#btnAcceptCookie:focus {
  box-shadow: none !important;
}

.cookie-box .btn {
  background: var(--lila-pasztel);
  color: white;
  font-weight: 700;
}

/* SCROLL INDICATOR */

.scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.myProgress-bar {
  height: 7px;
  background: var(--rozsaszin-pasztel);
  width: 0%;
}

/* FEJLÉC */

.fejlec {
  background-image: url('../../assets/img/vonal-design-hatter.png');
  background-position: center center;
  background-repeat: repeat-x;
  position: relative;
}

.fejlec .hungarian-flag {
  position: absolute;
  top: 5px;
  left: 60px;
}

.fejlec .hungarian-flag img {
  width: 100px;
  height: auto;
}

.focim {
  margin: 0 30px;
  text-align: center;
  padding: 20px 70px;
}

.focim.focim-bal {
  background: url('../../assets/img/brush_design.png') center / contain;
  background-repeat: no-repeat;
}

.focim.focim-jobb {
  background: url('../../assets/img/brush_design2.png') center / contain;
  background-repeat: no-repeat;
}

.focim h1 {
  font-family: 'Allura';
  color: var(--bs-gray-700) !important;
}

.fejleckep img {
  width: 170px;
  height: auto;
}

.fejleckep h2 {
  font-family: 'Alice';
}

/* ABOUT */

.profilkep {
  position: relative;
}

.profilkep-keret, .profilkep-keret-forgatott {
  /*width: 105%;*/
  /*height: 105%;*/
  border: 3px solid var(--lila-pasztel);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}

.profilkep-keret-forgatott {
  transform: rotate(-10deg);
}

@media (min-width: 300px) {
  .profilkep-keret, .profilkep-keret-forgatott {
    width: 260px;
    height: 105%;
    right: 50% !important;
    transform: translateX(50%);
  }
}

@media (min-width: 300px) {
  .profilkep-keret-forgatott {
    width: 260px;
    height: 105%;
    right: 50% !important;
    transform: translateX(50%) rotate(-10deg) !important;
  }
}

@media (min-width: 992px) {
  .profilkep-keret, .profilkep-keret-forgatott {
    width: 105%;
    height: 105%;
    right: 50% !important;
    transform: translateX(50%);
  }
}

@media (min-width: 300px) {
  .profilkep img {
    width: 245px;
  }
}

@media (min-width: 992px) {
  .profilkep img {
    width: 100%;
  }
}

.water-splash-design {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}

.water-splash-design img {
  width: 200px;
  height: auto;
}

/* TECHNIQUES */

.techniques {
  background: linear-gradient(rgba(243,231,217,0.75),rgba(243,231,217,0.75)), url('../../assets/img/techniques-hatter.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed !important;
  padding: 130px 0 130px;
  position: relative;
}

@media (min-width: 300px) and (max-width: 991px) {
  .techniques {
    background: var(--bezs-pasztel);
    /*background-size: cover;*/
    /*background-position: center;*/
  }
}

.techniques h1 {
  font-family: 'Alex Brush';
  color: var(--bs-gray-700) !important;
}

.techniques::before {
  content: "";
  background-image: url('../../assets/img/bg-testimonial-top.png');
  width: 100%;
  height: 99px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}

.techniques::after {
  content: "";
  background-image: url('../../assets/img/bg-testimonial-bottom.png');
  width: 100%;
  height: 99px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}

.techniques .gyongy-disz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.techniques .gyongy-disz::before, .techniques .gyongy-disz::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: var(--lila-pasztel);
}

.techniques .kis-gyongy, .techniques .kozepes-gyongy, .techniques .nagy-gyongy {
  background: var(--lila-pasztel);
  border-radius: 50%;
  margin: 0 5px;
}

.techniques .kis-gyongy {
  width: 10px;
  height: 10px;
}

.techniques .kozepes-gyongy {
  width: 15px;
  height: 15px;
}

.techniques .nagy-gyongy {
  width: 25px;
  height: 25px;
}

.techniques [class*=col-] {
  padding: 30px 15px;
  text-align: center;
}

.techniques .boxes {
  background: white;
  padding: 45px 10px 30px;
  border-radius: 40px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  height: 100%;
  cursor: context-menu;
  position: relative;
  top: 0;
  transition: all .3s;
}

.techniques .boxes:hover {
  top: -10px;
}

.techniques .boxes p:not(p.lead) {
  margin: 0;
}

.techniques .boxes p.lead {
  color: var(--lila-pasztel);
  font-size: 1.5rem;
}

.techniques .boxes .ikon {
  position: absolute;
  top: -25px;
  left: 35px;
  background: white;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 50%;
  padding: 5px;
}

.techniques .boxes .ikon img {
  width: 50px;
  height: auto;
}

.techniques .prices img {
  width: 55px;
  height: auto;
}

/* Kapcsolat */

.kapcsolat {
  background: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)), url('../../assets/img/kapcsolat-hatter.jpg') center / cover;
}

.kapcsolat form {
  box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 0;
  padding: 35px 60px;
  border-radius: 80px;
  background: white;
}

.kapcsolat form .form-control {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--lila-pasztel);
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.kapcsolat form .form-control:focus {
  box-shadow: none;
  border-color: var(--rozsaszin-pasztel);
  color: var(--rozsaszin-pasztel);
}

.kapcsolat form #uzenet.form-control {
  height: 130px;
  resize: none;
}

.kapcsolat form .bal-oldali-csik {
  border-left: 3px solid var(--rozsaszin-pasztel);
  padding-left: 10px;
}

.kapcsolat form .btn {
  background: var(--lila-pasztel);
  color: white;
  font-weight: 700;
  display: block;
  margin: 15px auto 0;
}

.kapcsolat form .btn i {
  position: relative;
  top: 0;
  transition: all .3s;
}

.kapcsolat form .btn:hover {
  background: var(--rozsaszin-pasztel);
}

.kapcsolat form .btn:hover i {
  top: -5px;
}

.kapcsolat .email img {
  width: 45px;
  height: auto;
  margin-right: 7px;
}

.kapcsolat .email a {
  color: var(--bs-gray-700);
}

.kapcsolat .email:hover a, .kapcsolat .email a:hover {
  color: var(--rozsaszin-pasztel);
}

.kapcsolat .email:hover {
  animation: none !important;
}

/* Custom Toggle Switch */

.switch-toggle {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px 0px;
  vertical-align: middle;
  left: 0;
  padding-left: 0;
}

.switch-toggle:after {
  content: '';
  width: 60px;
  height: 28px;
  display: inline-block;
  background: rgba(195, 195, 195, 0.55);
  border-radius: 18px;
  clear: both;
}

.switch-toggle:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0px;
  top: -3px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.switch-toggle:checked:before {
  left: 32px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}

.switch-toggle:checked:after {
  background: var(--lila-pasztel);
}

/* Transition for smoothness */

.switch-toggle, .switch-toggle:before, .switch-toggle:after, .switch-toggle:checked:before, .switch-toggle:checked:after {
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
}

/* FOOTER */

footer p, footer a {
  font-size: 1.25rem;
  margin: 0;
  color: var(--bs-gray-700);
}

footer p.kmkft {
  font-size: 1rem;
}

footer .logo {
  width: 100px;
  height: 100px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transform: scale(1.0);
  transition: all 0.3s;
}

footer .logo:hover {
  transform: scale(1.2);
}

footer .logo.logo-linkedin {
  background: url('../../assets/img/water-splash-linkedin.png');
}

footer .logo.logo-instagram {
  background: url('../../assets/img/water-splash-instagram.png');
}

footer .logo:last-child {
  margin-right: 0 !important;
}

footer .logo i {
  font-size: 2.0rem;
  color: var(--bs-light);
  text-shadow: 2px 2px 2px var(--bs-gray-700);
}

.vonal {
  width: 100%;
  height: 1px;
  margin: 60px auto;
  background: -webkit-linear-gradient(left, transparent 0%, var(--rozsaszin-pasztel) 50%, transparent 100%);
}

