@font-face {
  font-family: PetitFormalScript;
  src: url(../fonts/Petit_Formal_Script/PetitFormalScript-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Urbanist-L;
  src: url(../fonts/Urbanist/static/Urbanist-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: Urbanist-R;
  src: url(../fonts/Urbanist/static/Urbanist-Regular.ttf);
  font-display: swap;
}
:root {
  --logo-brown: #a6797c;
  --rose-light: #e6c1c3;
  --rose-dark: #bc8b8e;
  --brown-medium: #936e70;
  --brown-dark: #674b4d;
  --hazelnut-beige: #cfb095;
  --desert-sand: #edc9af;
  --almond: #eed9c4;
  --pinkish-gray: #c8aca9;
  --font-dark-pink: #a0787a;
  --lotus-pink: #e4cbcb;

  --alert-red-bg: #f8d7da;
  --alert-red-bg-hover: #dfb2b6;
  --alert-red-color: #842029;
  --alert-disabled-bg: #ddd;
  --alert-disabled-color: #aaa;
  --alert-green-bg-hover: #9ad1a3;
  --alert-green-bg: #b5e7bd;
  --alert-green-color: #45804f;

  --bs-link-color: var(--brown-medium);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: var(--brown-medium);
  font-family: Urbanist-R;
  font-size: 16px;
}

.navbar-nav .nav-link.active,
.nav-link:hover,
.nav-link:focus {
  color: var(--brown-dark);
}
@media screen and (max-width: 991px) {
  .navbar {
    background: var(--rose-light);
  }
  .navbar-toggler {
    border: 1px solid transparent;
    padding: 5px 0;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
    border: 2px solid var(--logo-brown);
  }
  .navbar-toggler-icon {
    color: var(--logo-brown);
    background-image: unset;
    background: transparent;
    height: auto;
    font-size: 36px;
  }
}

a {
  text-decoration: none;
}
a.service-booking:link {
  color: var(--brown-medium);
}

.service-booking:hover {
  color: var(--pinkish-gray);
}

section {
  padding: 2rem 0;
}
.rose-light-bg {
  background: var(--rose-light);
}
#hero-1 {
  background: url("../images/lotusz1.svg") right -450px center no-repeat var(--rose-light);
  background-size: 900px auto;
}
#hero-b {
  background-image: url("../images/shapes-white.svg"),
    url("../images/belso-utazas-rose.webp");
  background-position: left 0 bottom -2px, center -180px;
  background-repeat: no-repeat;
  background-attachment: local, fixed;
  background-size: 100% auto, cover;
  height: auto;
  min-height: 50vh;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.divider {
  overflow: hidden;
}
.divider::after {
  content: "";
  position: relative;
  background: url("../images/shapes-pink.svg");
  /* background-size: 100% 100%; */
  margin-top: -1px;
  /* padding: 2rem; */
  height: 175px;
  width: 100vw;
  display: block;
}

#hero-1 .container {
  margin-top: 100px;
}
#shape-under,
.shape-under {
  padding: 15px;
  border-radius: 30% 70% 70% 30% / 50% 50% 50% 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shape,
.shape {
  padding: 20px 15px 10px 15px;
  background: var(--pinkish-gray);
  border-radius: 30% 70% 70% 30% / 50% 50% 50% 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shape img,
.shape img {
  width: 100%;
  background-image: linear-gradient(45deg, rebeccapurple, hotpink);
  border-radius: 30% 70% 70% 30% / 50% 50% 60% 30%;
}

#logo {
  width: 90px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1035;
  display: flex;
  transition: 0.4s;
}

.img img {
  width: 100%;
}

h1 {
  font-family: PetitFormalScript;
  font-weight: bold;
}
h2 {
  font-family: Urbanist-L;
  font-size: calc(1.125rem + 0.9vw);
}
.h2 {
  font-size: calc(0.8rem + 0.9vw);
}

.rose-light-bg {
  background: var(--rose-light);
}

section.hero#invitation {
  background: url("../images/belso-utazas.webp");
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 80vh;
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#invitation .text {
  font-size: 22px;
}

a.btn-dark,
.btn-dark {
  background: var(--brown-medium);

  border: 1px solid var(--brown-medium);
  color: #fff;
}

.btn-dark:hover {
  background: var(--rose-light);
  color: var(--brown-medium);
}

.title-line {
  display: flex;
  width: 55px;
  height: 2px;
  background: var(--brown-medium);
  margin-right: 10px;
}
ul {
  list-style-type: none;
}
section ul li {
}
.page4-content-3 ul li {
  display: flex;
  flex-wrap: wrap;
}
section ul li::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
}
footer {
  background: #b5aeac;
  padding: 20px 10px 10px;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer a:link {
  color: #fff;
}
footer a:hover {
  color: var(--brown-medium);
}
.footer-content {
  /* background: var(--rose-light); */
}

.lotus-pink-bg {
  background: var(--rose-light);
}

.form-control,
.form-select {
  color: var(--brown-medium);
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--haselnut-beige);
  opacity: 0.5; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--haselnut-beige);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--haselnut-beige);
}
.form-control:focus,
.form-select:focus {
  color: var(--haselnut-beige);
  border-color: var(--rose-light);
  box-shadow: 0 0 0 0.25rem rgba(188, 139, 142, 0.25);
}

.carousel-indicators {
  position: relative;
  flex-wrap: wrap;
}

.carousel-indicators [data-bs-target] {
  width: 50px;
  height: 50px;
}
.carousel-control-prev-icon {
  background-image: url("../images/icons/prev-icon-black.svg");
}
.carousel-control-next-icon {
  background-image: url("../images/icons/next-icon-black.svg");
}

.imgNumOverlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgNumOverlay-info {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0.9;
  background: var(--brown-dark);
  padding: 10px;
  border-radius: 40px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .imgNumOverlay-info {
    width: 30%;
    height: 30%;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imgNumOverlay-info {
    width: 40%;
    height: 40%;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .imgNumOverlay-info {
    width: 30%;
    height: 30%;
    font-size: 30px;
  }
}
