@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');


html {
  scroll-behavior: smooth;
} 

/*  Colors:
#026670
#9FEDD7

#FEF9C7
#EDEAE5

#1edcd2
#405162

*/



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
 
}

main {

  background-color: #fff;

}

/* NAVBAR */

/* MOBILE NAV */

div.first-bar a {
  color: unset;
  text-decoration: none;
}

.address a {
  color: unset;
  text-decoration: none;
}

nav.menu-mobile ul li {
  float: right;
  list-style-type: none;
  position: relative;
}

nav.menu-mobile ul li a {
  color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

nav.menu-mobile ul li a:hover {
  color: #9FEDD7;
  padding-left: 24px;
}

nav.menu-mobile ul li a.activee {
  color: #9FEDD7;

}

#mySidenav li a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  position: relative;
  left: -30px;
  top:20px;
  opacity: 0;
  background-color: transparent;
  transition: all .2s ease;
}

#mySidenav li a.activee:before {
  background-color: #9FEDD7;
  opacity: 0.5;
  left: -15px;
  top:20px;
}


nav.menu-mobile ul li .children li {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  padding:8px 0;
}



nav.menu-mobile ul li .children li:hover a {
  margin-left: 30px;
}

nav.menu-mobile ul li .children li a {
  margin-left: 20px;
}

nav.menu-mobile ul li .fa-angle-down {
  position: absolute;
  top: 20px;
  padding:10px;
  font-size:26px;
}

.menu-mobile-button .nav-bar .fa-bars {
  display: block;
  position: relative;
  padding: 10px;
  color: #fff;
  overflow: hidden;
  font-size: 30px;
  border: 1px solid white;
  background-color: transparent;

  text-decoration: none;
  float: right;
  transition: all 0.4s ease;
}



nav.menu-mobile .nav-bar .fa-bars:hover {
  background-color: #405162;
}

nav.menu-mobile .nav-bar .fa-times {
  display: block;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  text-decoration: none;
  float: right;
  transition: all 0.4s ease;
}

#mySidenavv {
  transition: all 0.4s ease;
}

#mySidenav {
  transition: all 0.4s ease;
  padding-top: 50px;
}

nav.menu-mobile {
  width: 340px;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  height: 100%;
  background-color: #191919;
  overflow-y: auto;
  z-index: 1;
  transition: all .4s ease;
}

nav.menu-mobile ul li {
  border-bottom: 1px solid #31777333;
  text-align: left;
  width: 100%;
  
}

nav.menu-mobile ul li:last-of-type {
  border-bottom: 0px;


}

nav.menu-mobile ul li .children {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;

}

nav.menu-mobile ul li:hover .children {
  display: none;
}

nav.menu-mobile ul li ul li:first-child {
  border-top: 1px solid #9FEDD7;
}

nav.menu-mobile ul li .children span {
  display: inline-block;
  margin-right: 10px;
}

nav.menu-mobile ul li .children a {
  margin-left: 10px;
  padding: 5px 0;
}



nav.menu-mobile .nav-link.active,
nav.menu-mobile .fa-angle-down.active {
  color: #9FEDD7 !important;
}
nav.menu-mobile .fa-angle-down:hover {
  cursor: pointer;
  color: #9FEDD7 !important;
}

nav.menu-mobile .nav-link {
  color: #fff !important;
  display: block ;
  padding: 20px !important;
  text-decoration: none !important;
  font-size: 20px !important;
  cursor: pointer;
}

nav.menu-mobile .nav-link:hover {
  color: #9FEDD7 !important;
  padding-left: 24px !important;

}

nav.menu-mobile .fa-angle-down {
  transition: transform 0.4s ease;
}

nav.menu-mobile .rotate {
  transform: rotateZ(180deg);
}

/* egyedi scrollbar a menühőz */
nav.menu-mobile::-webkit-scrollbar {
  width: 0.3em;
}

nav.menu-mobile::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

nav.menu-mobile::-webkit-scrollbar-thumb {
  background-color: #9FEDD7;
  outline: 1px solid slategrey;
}






.mobile-menu-open-button {

  padding-left: 10px;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 3;
  


}



.mobile-menu-close-button {
  padding-top: 20px;
  padding-left: 10px;
  position: fixed;
  top: 0%;
  left: 0%;
  filter: invert(0%) sepia(8%) saturate(2087%) hue-rotate(103deg) brightness(87%) contrast(86%);
  z-index: 3;


}

.mobile-menu-open-button:hover {

  cursor: pointer;
}

.mobile-menu-open-button svg {
  transition: all 0.4s;
}

.mobile-menu-open-button:hover svg {
  transform: rotateY(180deg);

}

.mobile-menu-close-button:hover {
  cursor: pointer;
  filter: invert(69%) sepia(58%) saturate(580%) hue-rotate(123deg) brightness(94%) contrast(95%);

}

.mobile-menu-close-button svg {
  transition: transform 0.4s;
}

.mobile-menu-close-button:hover svg {
  transform: rotateY(180deg);

}

/* push the content from let side */
#main {
  transition: all .4s ease;
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

a.nofilter {
  text-decoration: none;
  color:#212529;
  transition: all .4s ease;
  position:relative;

}
a.nofilter:hover {
  padding-left: 10px;
}
a.nofilter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: #115278;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}
a.nofilter:hover::after {
  width:100%;
  left:0;
}

#nav-first {
  transition: all 0.3s ease;
}

.w-40 {
  width: 40px;
}

@media only screen and (max-width: 1400px) {
  .w-40 {
    width: 32px;
  }
}

.w-24 {
  width: 24px;
}

@media only screen and (max-width: 1400px) {
  .w-24 {
    width: 20px;
  }
}

.w-32 {
  width: 32px;
}

@media only screen and (max-width: 1400px) {
  .w-32 {
    width: 26px;
  }
}

/* END OF MOBILE NAV*/
nav {
  top: 0;
  right: 0;
  left: 0;

}

nav {
  transition: all 0.2s linear;
}

.nav-bg {
  color: #181818 !important;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0px -2px 10px #9FEDD7;
}

.img-logo {
  height: 80px;
  width: auto;
}

.nav-bg .img-logo {
  height: 60px;
  width: auto;
}

.btn-main {
  background-color: #026670;
  background-image: linear-gradient(to right, #026670 51%, #30d1c9 100%);
  background-position: -1px 0;
  background-size: 200% 100%;
  padding: 1em 1.786em;
  box-shadow: 0 2px 10px rgba(34, 34, 34, .2);
  border-radius: 60px;
  transition: 300ms ease all;
  color: white;

}

.btn-main:hover {
  text-shadow: 0 1px 2px rgba(34, 34, 34, .2);
  transform: translateY(-2px);
  box-shadow: 0 3px 20px rgba(34, 34, 34, .2);
  background-position: 99% 0 !important;
}

.btn-main-2 {
  background-color: #1ebeb6;
  background-image: linear-gradient(to right, #1ebeb6 51%, #115278 100%);
  background-position: -1px 0;
  background-size: 200% 100%;
  padding: 1em 1.786em;
  box-shadow: 1px 1px 3px 1px rgba(34, 34, 34, .2);
  border-radius: 60px;
  transition: 300ms ease all;
  color: white;
}

.btn-main-2:hover {
  text-shadow: 0 1px 2px rgba(34, 34, 34, .2);
  transform: translateY(-2px);
  box-shadow: 0 3px 20px rgba(34, 34, 34, .2);
  background-position: 99% 0 !important;
  color: white;
}

.btn-main span i {
  font-size: 1em;
  transition: 300ms ease all;
  transition-delay: 0ms;
  margin-top: -.14rem;
  margin-bottom: -.14rem;
}

.btn-main span {
  transition: 300ms ease all;
}

.btn-main:hover span {
  transform: scale(1.25);


}

.btn-white {
  background-color: #f3efe9;
  color: #026670;
  box-shadow: 1px 1px 3px 1px rgba(34, 34, 34, .2);
  background-position: -1px 0;
  background-size: 200% 100%;
  padding: 1em 1.786em;
  box-shadow: 0 2px 10px rgba(34, 34, 34, .2);
  border-radius: 60px;
  transition: 300ms ease all;


}

@media only screen and (max-width: 572px) {
  .btn-white {
    padding: 10px 10px;


  }

  .btn-main {
    padding: 10px 10px;
  }
}

.btn-white:hover {
  background-color: #fff;
  color: #026670;
  box-shadow: 1px 1px 3px 1px rgba(34, 34, 34, .2);
  background-position: -1px 0;
  background-size: 200% 100%;
  padding: 1em 1.786em;
  box-shadow: 0 2px 10px rgba(34, 34, 34, .2);
  border-radius: 60px;
  transform: translateY(-5px);

}
.navbar.nav-bg a.nav-link {
  color: #181818 !important;
}

nav.nav-bg a.nav-link:hover:after {
  background-color: #9FEDD7 !important;
}

nav.navbar .nav-link,
nav.navbar .dropdown {
  font-size: 20px !important;
  padding: 0 calc(50px* .4) !important;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-weight: 500;
  color: white;
  line-height: calc(100px* .5);
  border:1px solid transparent;
  border-radius: 16px;
}

.nav-bg .dropdown:hover .nav.link {
  color: #9FEDD7;
}

nav.navbar .dropdown {
  padding: 0 !important;
}


nav.navbar .nav-link:hover,
nav.navbar .dropdown:hover>a:first-of-type {
  color: #1edcd2 !important;
  background-color: white;  
  border-radius: 16px;

}


 nav.navbar a.nav-link:before {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: -1;
  opacity: 0;
  border:1px solid transparent;
  border-radius: 16px;
  box-shadow: 2px 2px 7px rgba(34, 34, 34, .35);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transform-origin: 50% 100%;
}

nav.navbar a.nav-link:hover:before {
  opacity: 1;
  border-radius: 16px;


} 

 nav.navbar a.nav-link:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
  right: 100%;
  opacity: 0;
  bottom: -5px;
  background-color: transparent;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  z-index: 3;
} 
nav.navbar a.nav-link.activee:hover:after,
nav.navbar .dropdown:hover .nav-link:after {
  background-color: #9FEDD7 !important;
  opacity: 1 !important;
  right: 44%;
}

nav.navbar a.nav-link:hover:after,
nav.navbar .dropdown:hover .nav-link:after {
  background-color: #9FEDD7 !important;
  opacity: 1 !important;
  right: 44%;
 
}

 nav.navbar a.nav-link.activee,
nav.navbar .dropdown.activee {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
} 


nav.nav-bg a.nav-link.activee:after,
nav.nav-bg .dropdown.activee .nav-link:after {
  background-color: #9FEDD7;
  opacity: 1;
  right: 44%
}

/* DROPDOWN MENU ITEM*/
.dropdown .sub-menu {
  position: absolute;
  width: 270px;
  margin: 0;
  padding: 7px 0 0 0;
  border: none;
  display: none;
  transform: translateY(-21px);
  transform-origin: 0 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0;
}

.dropdown:hover .sub-menu {
  display: block;
  opacity: 1;
  z-index:1;

}

.dropdown .sub-menu {
  border-radius: 0 !important;
}

.dropdown .sub-menu .list-group-item {
  border: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  color: #212222;
  font-size: 17px !important;
  letter-spacing: 1px;
  transition: all .3s ease;
}

.dropdown .sub-menu .list-group-item:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  position: relative;
  left: -30px;
  top:30px;
  opacity: 0;
  background-color: transparent;
  transition: all .2s ease;

}

.dropdown .sub-menu .list-group-item:hover:before {
  background-color: #9FEDD7 !important;
  opacity: 1 !important;
  left: -13px;
}

.children a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  position: relative;
  left: -30px;
  opacity: 0;
  background-color: transparent;
  transition: all .2s ease;
}

.children a.activee:before {
  background-color: #9FEDD7;
  opacity: 0.5;
  left: -15px;
}

nav .dropdown .sub-menu .list-group-item.activee:before {
  background-color: #026670;
  opacity: 0.5;
  left: -13px;
}

nav.nav-bg .dropdown .sub-menu .list-group-item.activee:before {
  background-color: #026670;
  opacity: 0.5;
  left: -13px;
}

.dropdown .sub-menu .list-group-item:hover {
  color: #1edcd2;

}

/* END OF NAVBAR

/* SLIDER */

.carousel-indicators {
  display: flex;
  align-items: center;
  margin-bottom: 0rem !important;


}

.main-slider-img {
  position:absolute;
  top:0;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

@media only screen and (max-width: 1400px) {
  .main-slider-img {
    object-position: 62%;
  }
}
@media only screen and (max-width: 1400px) {
  .main-slider-img {
    object-position: 62%;
  }
}
@media only screen and (max-width: 1112px) {
  .main-slider-img {
    object-position: 72%;
  }
}
.carousel-inner {
  background-color: #1ebeb6;
}



@media only screen and (max-height: 800px) {
  .carousel-item.main-page {
    min-height: 135vh;
  }

  .carousel-item img {
    object-position: 69% !important;
  }
}

@media only screen and (max-height: 500px) {
  .carousel-item {
    min-height: 170vh;
  }

  .carousel-item img {
    object-position: 69% !important;
  }
}

@media only screen and (max-height: 400px) {
  .carousel-item {
    min-height: 200vh;
  }

  .carousel-item img {
    object-position: 60% !important;
  }
}


.carousel-indicators button {
  opacity: 1 !important;
  background-color: #8a9494 !important;
  transition: all 0.2s ease !important;
  margin: 5px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;



}

.carousel-indicators button:hover {
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
  opacity: 1 !important;
  background-color: #9FEDD7 !important;

}

.carousel-indicators button.active {
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
  opacity: 1 !important;
  background-color: #9FEDD7 !important;

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(93%) sepia(12%) saturate(893%) hue-rotate(98deg) brightness(96%) contrast(93%);
}

/* SLIDER TEXT */
.carousel-caption {

  position: absolute;
  right: 54%;
  top: 25%;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: justify;
}

.carousel-caption h3 {
  font-size: calc(35px + (53 - 30) * ((100vw - 320px) / (1920 - 320)));
  color: #115278;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-wrap: balance;


}

.carousel-caption h2 {
  font-weight: inherit;
  text-decoration: none;
  text-shadow: 0 6px 10px rgba(0, 0, 0, .1);
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: calc(35px + (53 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 350;

}

.carousel-caption p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .carousel-caption p {
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 1);
    font-size: 19px;
    
  }
}
@media only screen and (max-width: 1200px) {
  .img-logo {
    height: 65px;
    width: auto;
  }

  nav.navbar .nav-link {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 991px) {

  .carousel-caption {
    position: absolute;
    right: 13%;
    top: 15%;
    bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: justify;
  }

  .carousel-caption h3 {
    font-size: 2.5em;
    color: #115278;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-weight: 700;

  }

  .carousel-caption h2 {
    font-weight: inherit;
    text-decoration: none;
    text-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 4em;
    font-weight: 700;

  }
}
@media only screen and (max-width: 600px) {
  .carousel-caption h3 {
    font-size:1.7em;
  }
}

@media only screen and (max-width: 1604px) {
  .carousel-caption {
    right: 30%;
  }
}

/* @media only screen and (max-width: 1337px) {
  .carousel-caption {
    right: 50%;
  }
} */

@media only screen and (max-width: 1146px) {
  .carousel-caption {
    right: 45%;
  }
}

@media only screen and (max-width: 1002px) {
  .carousel-caption {
    right: 40%;
  }
}

@media only screen and (max-width: 891px) {
  .carousel-caption {
    right: 35%;
  }
}

@media only screen and (max-width: 802px) {
  .carousel-caption {
    right: 25%;
  }
}
@media only screen and (max-width: 1146px) {
  .carousel-caption {
    right: 45%;
  }
}

@media only screen and (max-width: 800px) and (max-height:700px) {
  .carousel-caption {
    right: 6%;
    left:6%;
    top: 10%;
  }
}

.animate__delay-0 {
  animation-delay: 0ms !important;

}

.animate__delay-030 {
  animation-delay: 300ms !important;

}

.animate__delay-050 {
  animation-delay: 500ms !important;

}

.animate__delay-075 {
  animation-delay: 750ms !important;

}
.animate__delay-100 {
  animation-delay: 1000ms !important;

}

.animate__delay-125 {
  animation-delay: 1250ms !important;

}

.animate__delay-150 {
  animation-delay: 1500ms !important;

}

.animate__delay-250 {
  animation-delay: 2500ms !important;

}

/* END OF SLIDER TEXT */
/* END OF SLIDER*/

/* SECTION */

section {
  padding-bottom: 4em;
  padding-top: 2em;

}

section .headline {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  color: #115278;
  font-size: 3.375rem;
}

@media screen and (max-width: 768px) {
  section .headline {

    font-size: 2.375rem;
  }
}

section:not(.second-section) .headline+p {
  color: black;
  text-align: justify;
}

#services {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(254 254 254) 0%, rgba(255, 255, 255, 1) 100%);
}

#services .card-body h3 {
  color: #115278 !important;
  font-size: 1.675rem;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

#services .card-body a {
  color: #115278;
  padding: 0;
  transform: none !important;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .2s ease;
}

#services .card-body a:hover {
  color: #191919;
  padding-left: 10px;

}

#services img {
  transition: all .3s ease;
}

#services img:hover {
  transform: rotate(3deg);
  filter: brightness(1.09);

}

#services .card-body a i {
  transition: all .2s ease;
  transform: scale(1.2);
}

#services .card-body a:hover i {
  transition-delay: 100ms;
  transform: scale(1.4);
}

.container-wrapper {
  background: url("../images/background-2.png");
  background-position: inherit;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;


}

.container-wrapper .row img {
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-left: 20%;
  margin-right: 10%;
}

@media screen and (max-width: 1100px) {
  .container-wrapper .row img {
    margin-left: 10%;
    margin-right: 0%;
  }
}
@media screen and (max-height: 500px),
screen and (max-width: 1199px) {
  .container-wrapper .row img {
   width:60%;
  }
}

@media screen and (max-width: 1199px) {
  .tooth-brush-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .container-wrapper .row img {
    margin-left: 2%;
    margin-right: 0%;
  }
}



.section-top-cover-image {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;

}

.section-bottom-cover-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;

}

.section-top-cover-image img {
  display: block;
  width: 100% !important;
}

.section-bottom-cover-image img {
  display: block;
  width: 100% !important;
}

.second-section h3 {
  font-size: 3.375em;
  color: #115278;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 350;
}

.second-section p {
  color: #fff;
  text-align: justify;
}

.second-section .separator {
  opacity: .3;
  border-width: 2px;
  border-bottom-color: #ffffff !important;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border-bottom-style: dotted;

}

/* ICONS AT KIDS SECTION*/
.third-section .card-title {
  word-wrap: normal;
}

.third-section h5 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}


.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+0) h5 {
  color: #115278 !important;
}

.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) h5 {
  color: #1ebeb6 !important;
}

.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) .icon:before {
  border-color: #1ebeb6 ;
  }
.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) .icon:hover::before {
  background-color: #1ebeb6 ;
}
.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) .icon img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(425%) hue-rotate(128deg) brightness(98%) contrast(86%); 
}

.third-section h5 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

.third-section {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 255, 1) 100%);
}

.third-section .card {
  /* background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 255, 1) 100%); */
  background-color: transparent;
}

/* ICONS AT FOGPROTECTION SECTION*/

.fourth-section {

  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(253, 253, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
}

.fourth-section .card {
  background-color: transparent;


}

.fourth-section .card-title {
  word-wrap: normal;
}

.fourth-section h5 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}


.fourth-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+0) h5 {
  color: #1ebeb6 !important;
}

.fourth-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) h5 {
  color: #115278 !important;
}



.fourth-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+0) .icon:before {
  border-color: #1ebeb6 !important;
}

.fourth-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+0) .icon:hover::before {
  background-color: #1ebeb6 !important;
}


.fourth-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+0) .icon img {  
  filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(425%) hue-rotate(128deg) brightness(98%) contrast(86%) !important;
}



main section:nth-child(2n+0) .headline {
   color: #1ebeb6; 
  
}


/* FIFTH SECTION CONTACT US*/
.contact-details {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.services-contact {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #1152781c 0%, rgba(255, 255, 255, 1) 100%);
}

.contact-details .card {
  background-color: transparent;
}

.contact-details .card-title {
  word-wrap: normal;
}

.contact-details h5 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}



.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+1) h5 {
  color: #115278 !important;
}

.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+0) h5 {
  color: #115278 !important;
}

.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+0) .icon:before {
  border-color: #1ebeb6 !important;
}
.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+1) .icon:before {
  border-color: #1ebeb6 !important;
}

.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+0) .icon:hover::before {
  background-color: #1ebeb6;
}
.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+1) .icon:hover::before {
  background-color: #1ebeb6;
}
.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+1) .icon img {  
  filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(425%) hue-rotate(128deg) brightness(98%) contrast(86%) !important;
}
.contact-details .col-lg-6.col-12.col-sm-6:nth-child(2n+0) .icon img {  
  filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(425%) hue-rotate(128deg) brightness(98%) contrast(86%) !important;
}
.contact-details .icon {
  cursor:default;
}



.google-map iframe {


  width: 100% !important;


}

/* END OF SECTION */

/* FOOTER */
.text-justify {
  text-align: justify !important;
}

footer .social-links a {
  text-decoration: none;
}

footer img {
  width: 250px;
}

footer {
  background: rgb(30, 190, 182);
  background: radial-gradient(circle, rgb(41 191 184) 0%, rgb(93 233 226) 100%);
}

.footer-top-cover-image {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.footer-top-cover-image img {
  display: block;
  width: 100% !important;
}

footer h6 {

  color: white;
  text-shadow: 2px 2px 7px black;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

footer hr {
  width: 60px;

  border-color: #f6f4f1;
  height: 2px;
}

footer a {
  position: relative;
  color: #f6f4f1;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  padding-left: 0px;
  text-shadow: 2px 2px 7px rgb(18, 18, 18);
}

footer a:hover {
  padding-left: 10px;
  color: #fff;

}

footer div.row:first-of-type {
  margin-top: 4.5rem;
  padding-top: 2rem;
}

footer div.row:last-of-type {
  padding-top: 2rem;
}

footer a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: #fdfdfd;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;

}

footer a:hover:after {
  width: 100%;
  left: 0;
  background: #fdfdfd;

}

footer .footer-info a p {
  margin-bottom: 8px;
  padding-bottom: 5px;
}

footer .footer-info a:last-of-type p {
  padding-top: 10px;
}

footer .separator {
  flex: 1;
  border-bottom: 2px dotted #f6f4f19d;

  margin: 0px 5px 0;
}

footer .opening p {
  margin-bottom: 15px;
  color: #f6f4f1;
  font-size: .975rem;
  text-shadow: 2px 2px 7px rgb(18, 18, 18);
}
/* END OF FOOTER */
.fadeup {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-timing-function: linear;
}

.now-open {
  transform: translateY(-50px);
}
.fadedown {
  transform: translateY(0px);
  opacity: 0;
  transition-property: transform, opacity; 
  transition-timing-function: linear;
  transition-duration: 800ms;
  transition-delay: 1500ms !important;
  
}

.single-service-first .fadedown {
  transform: translateY(0px);
  opacity: 0;
  transition-property: transform, opacity; 
  transition-timing-function: linear;
  transition-duration: 800ms;
  transition-delay: 100ms !important;
  
  
}

.animation-swing {
  -webkit-animation-duration: 1.5s; 
  animation-duration: 1.5s;
  animation-delay: 2.4s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both; 
}
@-webkit-keyframes swing { 
  25%, 50%, 75%, 100% { -webkit-transform-origin: top center; } 
  25% { -webkit-transform: rotate(8deg); } 
  50% { -webkit-transform: rotate(-4deg); } 
  75% { -webkit-transform: rotate(4deg); }  
  100% { -webkit-transform: rotate(0deg); } 
}

@keyframes swing { 
  25%, 50%, 75%, 100% { -webkit-transform-origin: top center; } 
  25% { -webkit-transform: rotate(8deg); } 
  50% { -webkit-transform: rotate(-4deg); } 
  75% { -webkit-transform: rotate(4deg); }  
  100% { -webkit-transform: rotate(0deg); }
}

.swing { 
  -webkit-transform-origin: top center; 
  transform-origin: top center; 
  -webkit-animation-name: swing; 
  animation-name: swing; 
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}



	100% {
		transform: scale(0.8);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
100% {
  transform: translateZ(0);
  
}

}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
100% {
  transform: translateZ(0);
  
}
}

.slidedown {
  animation-name: slideDown;
  animation-duration: 800ms;
  
  
}
.slideup {
  animation-name: slideUp;
  animation-duration: 800ms;
}


.in-view {
  transform: none;
  opacity: 1;
}
.in-view.fadeup, .in-view .fadeup{ 
  transform: none;
  opacity: 1;
}
.in-view.fadedown, .in-view .fadedown{ 
  
  opacity: 1;
}

.bottom-cover-image {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  bottom:-5px;
  pointer-events: none;
}
.bottom-cover-image img {
  display: block;
  width: 100% !important;
}

.carousel-item.services::before {
  background-color: #1ebeb6;
  opacity: .65;
    content: ' '; 
    pointer-events: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    z-index:0;
    
}
.carousel-item.active.services {
  background-image: url(../images/cover.jpg);  
  background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position:relative;
  height:100vh;
   /* height: calc(var(--vh, 1vh) * 100);  */
}
@media screen and (max-width: 992px) {
  .carousel-item.active.services {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 500px) {
  .carousel-item.active.services {
    background-position: 64% ;
  }
}

@media screen and (max-width: 1200px) {
  .carousel-item.active.services {
    height:140vh;
      /* height: calc(var(--vh, 1vh) * 100);   */
  }
}
@media screen and (max-width: 400px) {
  .carousel-item.active.services {
    height:160vh;
      /* height: calc(var(--vh, 1vh) * 100);   */
  }
}
@media screen  and (max-height: 900px) and (min-width: 1201px) {
  .carousel-item.active.services {
    height:130vh;
      /* height: calc(var(--vh, 1vh) * 100);   */
  }
}

/* Iphone SE */
@media screen  and (max-height: 740px) and (min-width: 300px) {
  .carousel-item.active.services {
    height:160vh;
      /* height: calc(var(--vh, 1vh) * 100);   */
  }
}
@media screen  and (max-height: 415px) and (max-width: 897px) {
  .carousel-item.active.services {
    height:230vh;
      /* height: calc(var(--vh, 1vh) * 100);   */
  }
}

@media screen  and (max-height: 375px) and (max-width: 667px) {
  .carousel-item.active.services {
    height:320vh;
      /* height: calc(var(--vh, 1vh) * 100);   */
  }
}

.carousel-item::after{
  display:none;
}
.carousel-inner::after{
  display:none;
}
.services-first .carousel-caption {

  position: absolute;
  right: 0;
  left:0;
  top: 20%;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 996px) {
  .services-first .carousel-caption {   
    top: 10%;   
  }
 
}

.services-first .carousel-caption h2 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  text-shadow: 0 6px 10px rgba(0, 0, 0, .1);
  font-size: 80px !important;
  font-weight:bold;
}
@media screen and (max-width: 996px) {
.services-first .carousel-caption h2{
  font-size:60px !important;
}
}
@media screen and (max-width: 420px) {
  .services-first .carousel-caption h2{
    font-size:45px !important;
  }
  }
.services-first .carousel-caption h2 small {
  font-size:50%;
  color: #115278;
  font-weight: 400;

}
.services-first p {
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size:19px;
}
@media screen and (max-width: 420px) {
  .services-first p {
  
    font-size: 19px;
  }
}

.blockquote p {
  font-size:24px !important;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif !important;
}
@media screen and (max-width: 420px) {
  .blockquote p {
    font-size:18px !important;
   
  }
  }
.border-dotted {
  border-bottom-color: #ffffff33;
  border-bottom-style: dotted;
  border-bottom-width: 3px;
}
/* @media screen and (max-width: 575px) {
  .border-dotted {
    border-bottom:none;
  } 
} */

.blockquote:before,
.blockquote:after {
    background: #115278;
    opacity: 1;
    height: 2px;
    width: 7.2em;
    content: "";
    display: block;
    margin: 1.2em auto;

}


/* Szolgáltatások 2. section */

.services-second  .card-title {
  word-wrap: normal;
}

.services-second  h5 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
.services-second p {
  text-align: justify;
}
.services-second p a {
  color:#212529;
  position: relative;
  text-decoration: none;
  transition: all .3s ease;
}
.services-second p a:hover {
  padding-left:10px;
}
.services-second p a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: #115278;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}
.services-second p a:hover::after {
width:100%;
left:0;
}



.services-second .services-icons:nth-child(2n+0) h5 {
  color: #115278 !important;
}

.services-second .services-icons:nth-child(2n+1) h5 {
  color: #1ebeb6 !important;
}

.services-second .services-icons:nth-child(2n+0) .icon:before {
  border-color: #115278 !important;
}
.services-second .services-icons:nth-child(2n+1) .icon:before {
  border-color: #1ebeb6 !important;
}

.services-second .services-icons:nth-child(2n+1) .icon:hover::before {
  background-color: #1ebeb6  !important;
}
.services-second .services-icons:nth-child(2n+1) .icon img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(425%) hue-rotate(128deg) brightness(98%) contrast(86%); 
}


.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) .icon:before {
  border-color: #1ebeb6 ;
  }
.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) .icon:hover::before {
  background-color: #1ebeb6 ;
}
.third-section .col-xl-4.col-lg-6.col-12.col-md-4:nth-child(2n+1) .icon img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(425%) hue-rotate(128deg) brightness(98%) contrast(86%); 
}




.services-second .card-title {
  word-wrap: normal;
}

.services-second h5 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

.services-second {
  background: rgb(255, 255, 255);
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 255, 1) 100%); */
  background: linear-gradient(180deg, rgb(255 255 255) 0%, #1152781c 100%);
}

.services-second .card {
  background-color: transparent;
}
.services-second .card-body p a.details {
  font-size: 20px;
}

/* Szolgáltatások 3. section */

.services.contact-details {
  background-color: rgb(255, 255, 255);
  /* background: linear-gradient(180deg, rgba(253, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  background: linear-gradient(180deg, #1152781c 0%, rgba(255, 255, 255, 1) 100%);
}

.services.contact-details .card {
  background-color: transparent;
}

/*PRICE PAGE */


.carousel-item.price::before {
  background-color: #1edcd2;
  opacity: .4;
    content: ' '; 
    pointer-events: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    z-index:0;
    
}
.carousel-item.active.price {
  background-image: url(../images/cover-price.png);  
  background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position:relative;
  height:100vh;
  /* height: calc(var(--vh, 1vh) * 100); */
}
@media screen and (max-width: 992px) {
  .carousel-item.active.price {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 500px) {
  .carousel-item.active.price {
    background-position: 69%;
  }
}
 @media screen and (max-width: 1200px) {
  .carousel-item.active.price {
    height:100vh;
    /* height: calc(var(--vh, 1vh) * 100); */
  }
} 

.price-first .carousel-caption {

  position: absolute;
  right: 0;
  left:0;
  top: 20%;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 996px) {
  .price-first .carousel-caption {   
    top: 10%;   
  }
 
}

.price-first .carousel-caption h2 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  text-shadow: 0 6px 10px rgba(0, 0, 0, .1);
  font-size: 80px !important;
  font-weight:bold;
}
@media screen and (max-width: 996px) {
.price-first .carousel-caption h2{
  font-size:60px !important;
}
}
@media screen and (max-width: 420px) {
  .price-first .carousel-caption h2{
    font-size:45px !important;
  }
  }
.price-first .carousel-caption h2 small {
  font-size:50%;
  color: #115278;
  font-weight: 400;

}
.price-first p {
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size:19px;
 
}


.price-second {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 10%, #1152781c 100%);
}
.price-second .col-12 {
  /* From https://css.glass */
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 10%, #1152781c 100%);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border-bottom: 1px solid #1152781c;
}
.price-second .col-lg-8 {
  overflow-x:auto;  
  display:block;
}

/* pricelist*/

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #edeae5 ;
}
.table-section {
  background-color: #405162 !important;
  font-size: 20px;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding:14px 0.5rem !important;
}
tbody tr td{
  text-align: end;
  vertical-align: middle;
}
tbody tr td:first-child{
  text-align: start;
}
tbody tr td i {
  display: block;
  font-size: 15px;
}
tbody tr td  {
  font-size: 20px;
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: #1edcd363 !important;
 
  
}


/* STREET PAGE */

.carousel-item.street::before {
  background-color: #1edcd2;
  opacity: .7;
    content: ' '; 
    pointer-events: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    z-index:0;
    
}
.carousel-item.active.street {
  background-image: url(../images/cover-street.jpg);  
  background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position:relative;
  height:100vh;
  
  
  /* height: calc(var(--vh, 1vh) * 100); */
}
@media screen and (max-width: 992px) {
  .carousel-item.active.street {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 500px) {
  .carousel-item.active.street {
    background-position: 69%;
  }
}
 @media screen and (max-width: 1200px) {
  .carousel-item.active.street {
    height:100vh;
    /* height: calc(var(--vh, 1vh) * 100); */
  }
} 

.street-first .carousel-caption {

  position: absolute;
  right: 0;
  left:0;
  top: 20%;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 996px) {
  .street-first .carousel-caption {   
    top: 10%;   
  }
 
}

.street-first .carousel-caption h2 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  text-shadow: 0 6px 10px rgba(0, 0, 0, .1);
  font-size: 80px !important;
  font-weight:bold;
}
@media screen and (max-width: 996px) {
.street-first .carousel-caption h2{
  font-size:60px !important;
}
}
@media screen and (max-width: 420px) {
  .street-first .carousel-caption h2{
    font-size:45px !important;
  }
  }
.street-first .carousel-caption h2 small {
  font-size:50%;
  color: #115278;
  font-weight: 400;

}
.street-first p {
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size:19px;
 
}


.street-second {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 10%, #1152781c 100%);
}
.street-second .col-12 {
  /* From https://css.glass */
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 10%, #1152781c 100%);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border-bottom: 1px solid #1152781c;
}
.street-second .col-lg-8 {
  overflow-x:auto;  
  display:block;
}

.street-second table tr td, table tr th{
  background-color: transparent;
  border:0px ;
}

.street-second p {
  font-size:24px;
  font-weight: 500;
  color: #191919;
}
.street-second input {
  line-height:2.5em;
  font-size: 20px;
  border-color:  #026670;
}
.street-second input:focus {
  border-color: #0266702e;
  box-shadow: 0 0 0 0.25rem #02667052;
}
.form-control-feedback {
  position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size:20px;
}
.form-control {
  padding-left: 2.375rem;
}

/* ICONS WITH <IMG> TAG*/
.icon {
  display: block;
  margin: 10px auto;
  width:100px;
  height:100px;
  display:grid;
  place-items:center;
  position:relative;
  cursor: pointer;
  transition: all 280ms ease;
}
/* circle around the img*/
.icon:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: white;;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #115278;
  opacity: 0.1;
  transform: scale(1);
  transition: all 280ms ease;
  position:absolute
}
.icon:hover::before {
  animation-name: pulse;
  animation-duration: 280ms;
  animation-timing-function: ease;
  background-color: #115278;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(0.8);	
}


.icon img {
  width:64px;
  height:64px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(65%) saturate(694%) hue-rotate(159deg) brightness(91%) contrast(94%); 
  transition: all 280ms ease;
}

/* END OF ICONS WITH <IMG> TAG*/

/* SINGLE SERVICE */ 

.single-service-first {
  background-image: url(../images/background-single-service.jpg); 
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  background-attachment: scroll;
  /*height:80vh;  mobil view only*/  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-service-first .row .bg-wrapper{
  
  background-size: cover;
  background-position: center; 
  
}
.single-service-first .row .bg-wrapper:before{
background-color: #1edcd2;
opacity: .6;
content: ' ';
pointer-events: none;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 0;
}
.single-service-first .row .bg-wrapper.sepia:before{
  background-color: #96a31857;
  opacity: .8;
  content: ' ';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  }
.single-service-first .text-wrapper h2  {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 3.75rem; 
  color: #115278;
  
  /* font-size: 2.4rem;   mobile */
}
@media screen  and (max-width:1199px) {  
    .single-service-first .text-wrapper h2 
    {
      font-size: 2.3rem;
    }
  
}

@media screen  and (max-width:450px) {  
  .single-service-first .text-wrapper h2 
  {
    font-size: 2.1rem;
  }

}


.single-service-first p {
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size:19px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
 
}
.single-service-second {
  background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249,249,249,1) 100%);
}
.single-service-second .headline {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
  
}
@media screen  and (max-width:1199px) {  
.single-service-second .headline {
  font-size: 2.25rem;
}
}


.single-service-second .content-text li {
  margin-bottom:8px;
}
.single-service-second .content-text li:first {
  margin-bottom:8px;
}
.content-text strong {
  font-weight:600 !important;
}

.single-service-second .content-sidebar h4 {
  font-size: 1.5625rem;
  font-weight:400;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  letter-spacing: -.03em;
  padding-left:0.5rem;
}
.single-service-second .content-sidebar .sidebar-services-contact h4 {
  
  padding-left:0px;
}
.single-service-second .sidebar-services-link h4:after {
  content: ' ';
  display: block;
  width: 4em;
  margin: .45em 0 0;
  border: none;
  background: #fdabb7;
  height: 3px;

  width:3.25rem;
  margin-top: .625em;
  background: #1ebeb6;
}
.single-service-second .sidebar-services-link a {
  text-decoration: none;
  font-size: 16px;
  color:#181818;
}
.single-service-second .sidebar-services-link a:before {
display: block;
content: "";
height: 7px;
width: 7px;
border-radius: 7.5px;
left: -1em;
top:17px;
transition: all 200ms ease;
position: relative;
opacity: 0;
background-color: #1ebeb6;
transform: translateX(-4px);
}
.single-service-second .sidebar-services-link a.active:before{
  display: block;
content: "";
height: 7px;
width: 7px;
border-radius: 7.5px;
left: -1em;
transition: all 200ms ease;
position: relative;
opacity: 1;
background-color: #1ebeb6;
transform: translateX(4px);
}
.single-service-second .sidebar-services-link a:hover::before{
  opacity:1;
  transform:translateX(4px);
}
.single-service-second .sidebar-services-link li {
  padding: .8em 0;
}

.sidebar-services-link {
  border-radius: 26px;
  background-color: rgba(246, 238, 234, 1);
}


.sidebar-services-contact {
  box-shadow: 0 0 0 5px rgba(237, 227, 222, 1) inset;
    border-radius: 26px;
    background-color:transparent;
}
.sidebar-services-contact hr {
  border-color: rgba(34, 34, 34, 0.357);
}
.sidebar-services-contact .icon img {
  width:48px;
  height:48px;
}
.sidebar-services-contact .icon:before {
  width:72px;
  height:72px;
}
.sidebar-subtitle {
  color:#115278;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  letter-spacing: -.03em;
  font-weight: inherit;
}
.single-service-second .sidebar-services-contact h4.headline {
  color:#1ebeb6;
}

.single-service-second .content-text a {
  text-decoration: none;
  color:#115278;
  transition: all .4s ease;
  position:relative;
  font-size:18px;
  font-weight: 500;
}
.single-service-second .content-text a:hover {
  padding-left: 0px;
}

.single-service-second .content-text a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  left: 0;
  right:0;
  background: #115278;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}
.single-service-second .content-text a:hover::after {
  width:40%;
  left:0;
}



/* END OF SINGLE SERVICE*/


/* ------------- NEWS  on main page ----------------*/



@media (min-width: 768px) {
  #eventsList {
    width: 80%;
    margin: 0 auto;
  }
}
#eventsList {
  width:80%;
  margin:0 auto;
}

#eventsContainer {
  background: #9fedd73b;
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(17, 82, 120, 0.3);
            --slide-in: 80px;
}
#eventsContainer h4 {
  color:#fff;
  word-wrap: break-word;
  letter-spacing: .8px;
  font-size: 2rem;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}


.event {
  background-color: transparent;
  padding: 15px;
  border-radius:0px;
}

.clickedEvent {
  background-color: #115278;
  border-radius: 0px;
  color: black;
  transition: all .2s;
}

#eventsContainer img {
  
  margin-left:0px !important;
  margin-right:0px !important;
  position:relative !important;
  top:0px !important;
  
}
.event img {
  width:40px !important;
  height:40px !important;
}
.esemenyek-leiras-szulo img:not(.text-breakk img) {
  width:28px !important;
  height:26px !important;
}
.esemenyek-leiras-szulo .text-breakk img {
  max-width:100%;
  height:auto;
  
}
.event2 img,
.singleEvent {
  padding-left: 20px;
}

.singleEvent h5 {
  word-break: break-word;
  color:#fff;
}

.singleEvent p {
  margin-bottom: 0;
  font-size: 17px;
  color:#ebe6d7;
}



#detailContainer {
  text-align: justify;
  
  padding-bottom: 10px;
}
.esemenyek-leiras-szulo{
  position:relative;
  width:95%;
  padding-top:20px;
}
@media (max-width: 768px) {

  .esemenyek-leiras-szulo {
    width: 96%;
  }
  #detailContainer {
    padding-left: 25px;
}

}


.product-item__img {
  display: none;

  transition: all .4s;
}

.product-item__img p:not(:first-of-type) {
  font-weight: 400;
}

.img-checked {
  display: block !important;
}

.text-breakk {
  word-break: break-word;
}

/* ------------- NEWS  on main page over ----------------*/

/* hero pages*/
main > section:first-of-type  {
  position:relative;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  main > section:first-of-type {
    background-attachment: scroll;
  }
}
main > section.index {
  background-attachment: scroll;
   background-color: #fefefe;
}
 .hero-section.mask-wrapper:before{
  background-color: #1edcd2;
  opacity: .4;
  content: ' ';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  }
  .hero-section.mask-wrapper.arlista:before {
    background-color: #1edcd2;
    opacity: .4;
  }
.hero-section.mask-wrapper.szolg:before {
  background-color: #1ebeb6;
  opacity: .65;
}
.hero-section.mask-wrapper.utcakereso:before {
  background-color: #1edcd2;
    opacity: .7;
  }

  .hero-section.mask-wrapper.utcakereso:before {
    background-color: #1edcd2;
      opacity: .7;
    }
    .hero-section.mask-wrapper.rolunk:before {
      background-color: #1edcd2;
        opacity: .5;
      }



.hero-section h2 {
  color:white;font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
  text-shadow: 0 6px 10px rgba(0, 0, 0, .1);
  font-size: 80px !important;
  font-weight: bold;
}
.hero-section h2 small {
  text-shadow:0px 1px 7px #e5dada;
  font-size: 50%;
    color: #115278;
    font-weight: 400; font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
}
.hero-section p {
  
  font-size:19px;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  color:#fff;
  text-shadow: 2px 1px 2px rgba(0,0,0,.5);
}
@media only screen and (max-width: 480px) {
  .hero-section p {
    font-size:19px;    
    text-shadow: 2px 1px 3px rgba(0,0,0,.9);
  }
}
@media screen and (max-width: 996px) {
  .hero-section h2 {
      font-size: 60px !important;
  }
}
@media screen and (max-width: 420px) {
  .hero-section h2 {
      font-size: 45px !important;
  }
}

.hero-section h3,
.hero-section h1  {
  font-size: calc(35px + (53 - 30) * ((100vw - 320px) / (1920 - 320))); 
 
    color: #115278;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-wrap: balance;
}
@media screen and (max-width: 720px) {
.hero-section h3,
.hero-section h1 {
  font-size: calc(28px + (53 - 30) * ((100vw - 320px) / (1920 - 320))); 
}
}
.hero-section .index p {
  font-size: 20px;

}

.sidebar-services-contact .opening-hours p.days {
  font-size: .895em;
  margin-right:5px;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
.sidebar-services-contact .opening-hours p.hours {
  opacity: .6;
  font-size: .895em;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;

}
.sidebar-services-contact .opening-hours div:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  
}


/* rolunk section*/

.section-rolunk {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1)  0%,  #1152781c 100%);
}

.section-rolunk h3 {
  color: #115278;
  font-weight:500 !important;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
.section-rolunk .section-rolunk-text p:has(img):first-of-type{
  margin-bottom:0 !important;
}

.utcakereso .contact-details {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(180deg, #1152781c 0%, rgba(255, 255, 255, 1) 100%) !important;
}
.arlista .contact-details {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(180deg, #1152781c 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.rolunk .contact-details {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(180deg, #1152781c 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.rolunk .section-rolunk .row:nth-child(2n+0) .col-12 h3 {
  text-align: end;

}
.rolunk .section-rolunk .row:nth-child(2n+1) .col-12 h3 {
  text-align: start;

}

.rolunk .section-rolunk .row:nth-child(2n+0) .col-12 img {
  float:right;
  width:460px;
  height:auto;
  margin-left:15px;
  margin-bottom:5px;
  }
.rolunk .section-rolunk .row:nth-child(2n+1) .col-12 img {
float:left;
width:460px;
height:auto;
margin-right:15px;
margin-bottom:5px;
}

.szolgaltatasok-single .single-service-second {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(180deg, #1152781c 0%, rgba(255, 255, 255, 1) 100%) !important;
}
.szolgaltatasok .services-second {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(180deg, rgb(255,255,255) 0%, rgba(249, 249, 249, 1) 100%) !important;
}

.content-service-single img {
  max-width: 100%;
  height: auto !important;
  margin:10px;
}
.content-service-single p {
  text-align: justify 
}

@media (min-width: 2000px) { 
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
 }

 .third-section .icon,
 .fourth-section .icon {
  cursor: default;
 }

 .shadow-light {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 }