/* ---------------- Google fonts ------------------ */

@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montagu+Slab:opsz,wght@16..144,600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");

/* ---------------- Basic css ------------------ */

html {
  font-size: 0.520vw;
}


:root {

  /* font */
  --primaryFont: "Montserrat", sans-serif;
  --secondaryFont: "Darumadrop One", sans-serif;
  --secondaryFont2: "Montagu Slab", serif;

  /* colors */
  --dark-100: #6b6c71;
  --black: #000;
  --white: #fff;
  --gray-600: #F4F3F0;
  --gray-800: #FAFAFA;
  --pink: #F0B1D4;
  --pink-200: #F1A1B8;
  --pink-400: #F6BFAE;
  --yellow: #FFD736;
  --sameBlue: #6CB6FA;
  --sameBlue-200: #B9E1ED;




}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.2s;
  color: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

/* body */
body {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35;
  font-family: var(--primaryFont);
  background-color: #FAFAFA;
  color: #000;
}

/* Title */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondaryFont);
  color: var(--dark-100);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}



/* Section Title End  */

.title_font_xl {
  font-size: 6rem;
}

.title_font_lg {
  font-size: 4.6rem;
}

.title_font_md {
  font-size: 3.6rem;
}

.title_font_xs {
  font-size: 2.4rem;
}

/* Text color */

.text_white {
  color: var(--white) !important;
}

.text_black {
  color: var(--black) !important;
}

.text_gray_600 {
  color: var(--gray-600) !important;
}

.text_gray_800 {
  color: var(--gray-800) !important;
}

.text_yellow {
  color: var(--yellow) !important;
}

.text_dark-100 {
  color: var(--dark-100) !important;
}

.text_pink {
  color: var(--pink) !important;
}

/* background color */

.bg_white {
  background-color: var(--white) !important;
}

.bg_black-200 {
  background-color: var(--dark-200) !important;
}

.bg_pink {
  background-color: var(--pink) !important;
}

.bg_pink-200 {
  background-color: var(--pink-200) !important;
}

.bg_pink-400 {
  background-color: var(--pink-400) !important;
}

.bg_blue {
  background-color: var(--sameBlue) !important;
}

.bg_blue-200 {
  background-color: var(--sameBlue-200) !important;
}



/* ---------------- Site Header ------------------ */

/* ---------------- Site Header ------------------ */

.site_header {
  position: absolute;
  width: 100%;
  z-index: 11;
  padding: 3rem 0;
}

.header-main {
  display: flex;
  gap: 10rem;
}

.logo h2 {
  color: #F80000;
  font-family: var(--secondaryFont2);
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.129rem;
  letter-spacing: 0.16rem;
}

.menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 18rem;
}

.menu a {
  min-width: 15.2rem;
  text-align: center;
  padding: 0.7rem 1.5rem;
  display: inline-block;
  color: var(--white);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121.924%;
  letter-spacing: 0.96px;
  border-radius: 1.7rem;
  border: 0.3rem solid #6CB5FA;
  background: #74DAFF;
}

.menu a.contact_link {
  border-color: #EC7FA1;
  background: #F0B1D4;
  transition: all 0.3s ease-in-out;
}

.menu a:hover,
.menu a.contact_link:hover {
  border-color: #424242;
  background: #424242;
  transition: all 0.3s ease-in-out;
}


/* ---------------- Offcanvas Start ------------------ */


/* --------------------- Hero Section Start --------------------- */

.hero-section {
  padding-top: 23rem;
}

.hero-section .row {
  --bs-gutter-x: 4.7rem;
}

.hero-content {
  max-width: 79.5rem;
}

.hero-content h2 {
  font-family: var(--secondaryFont);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 7.2rem;
}

.hero-content p {
  color: var(--gray-600) !important;
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 121.924%;
  letter-spacing: 0.96px;
}

.hero-content p:not(:last-child) {
  margin-bottom: 2.2rem;
}

.hero-content {
  position: relative;
}

.shape-img {
  position: absolute;
  left: -15rem;
  bottom: -37rem;
}

.shape-img img {
  width: 43.5rem;
}

.hero-thumb {
  position: relative;
  z-index: 1;
}

.hero-thumb img {
  width: 67.1rem;
}




/* --------------------- Hero Section End --------------------- */

/* --------------------- Despre Section Start --------------------- */
.despre-section {
  position: relative;

}

.despre-section .shape1 {
  position: absolute;
  top: -10rem;
  left: 0rem;
  z-index: 1;
}

.despre-section .shape1 img {
  width: 100%;
}

.despre-section .shape2 {
  position: absolute;
  bottom: -20.5rem;
  left: 0rem;
  right: 0rem;
  z-index: 6;
}

.despre-section .shape2 img {
  width: 100%;
}

.despre-section .sky2 {
  position: absolute;
  top: -10.5rem;
  right: 10rem;
  z-index: 99;

}

.despre-section .sky2 img {
  width: 45.255rem;

}

.baby_img {
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  width: 162rem;
}

.despre-thumb {
  position: relative;
  z-index: 1;
}

.despre-thumb img {
  position: relative;
  width: 56.8rem;
  z-index: 9;
}

.despre-content .title-box {
  position: relative;
  display: flex;
  gap: 1rem;
  z-index: 6;
}

.despre-content .title-box img {
  width: 3.3rem;
  height: 3.3rem;
}

.despre-content .title-box h3 {
  color: var(--black);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.92rem;
  letter-spacing: 0.096rem;
  margin-bottom: 4.1rem;

}

.despre-content {
  position: relative;
  padding: 15.9rem 0 7.9rem;
  width: 63.1rem;

}

.despre-content .content p {
  color: #000;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.208;
  letter-spacing: 0.96px;
}

.despre-content .content p:not(:last-child) {
  margin-bottom: 1.2rem;
}


.despre-content .thumb img {
  position: absolute;
  right: -37rem;
  bottom: -4rem;
  width: 39.7rem;
  z-index: 9;

}



/* --------------------- Despre Section End --------------------- */

/* --------------------- Activitati Section Start --------------------- */

.activitati-section {
  padding: 0rem 0rem 5rem;
}

.activitati-section .row {
  --bs-gutter-x: 25.8rem;
}

.activitati-thumb img {
  position: relative;
  width: 46.8rem;
  z-index: 99;
  margin-top: -12rem;
}


.activitati-items {
  position: relative;
  padding: 23rem 0 0.0rem;
}




.activitati-items .title-box {
  position: relative;
  display: flex;
  gap: 1rem;
  z-index: 6;
  margin-left: 6.0rem;

}

.activitati-items .title-box img {
  width: 3.3rem;
  height: 3.3rem;
}


.activitati-items .title-box h3 {
  color: var(--black);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.92rem;
  letter-spacing: 0.096rem;
  margin-bottom: 4.1rem;

}

.activitati-content .text-size {
  width: 50.0rem;
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;
  margin-bottom: 3rem;
  margin-left: 7rem;

}

.content-info {
  display: flex;
  gap: 2rem;
  width: 69.1rem;
}

.content-info img {
  width: 4.5rem;
}

.content-info p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;

}

.activitati-content .content-info:not(:last-child) {
  margin-bottom: 3.0rem;
}

.activitati-items .thumb {
  position: absolute;
  left: 46rem;
  bottom: -37rem;

}

.activitati-items .thumb img {
  width: 38.8rem;

}



/* --------------------- Activitati Section End --------------------- */

/* --------------------- Vrei Section Start --------------------- */

.vrei-section {
  padding: 0rem 0 8.5rem;
  position: relative;
}

.vrei-section .shape {
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}

.vrei-section .shape img {
  width: 100%;
}

.vrei-content {
  position: relative;
  z-index: 9;
  width: 62.0rem;
  padding: 24.9rem 0 15.8rem;
}


.vrei-content p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;
}


.vrei-content p:not(:last-child) {
  margin-bottom: 2.0rem;
}

.vrei-items {
  position: relative;
  padding: 3.8rem;
  z-index: 1;
  margin-top: 20rem;
  margin-left: 10rem;
}

.vrei-items .bg_shape {
  position: absolute;
  width: 118rem;
  top: -27rem;
  left: -25rem;
}

.vrei-contact {
  position: relative;
  z-index: 1;
}

.vrei-contact p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;
  margin-top: 3rem;

}


.vrei-contact p img {
  width: 2rem;
  height: 2rem;
  margin-top: .1rem;
  margin-left: 10rem;

}

.contact-info {
  margin-top: 3.5rem;
}

.vrei-contact .contact-info li {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;
  display: flex;
  align-items: center;
  gap: .2rem;

}

.vrei-contact .contact-info li img {
  width: 2rem;
}


.vrei-contact .contact-info li a {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;
}

.vrei-contact .contact-info li a:hover {
  text-decoration: underline;
}

/* --------------------- Vrei Section End --------------------- */


/* --------------------- Tarife Section Start --------------------- */
.tarife_section {
  padding: 37.6rem 0 14rem;
  position: relative;

}

.tarife_section .shape1 {
  position: absolute;
  top: -1rem;
  left: 0rem;
  right: 0rem;
  z-index: 9;
}

.tarife_section .shape1 img {
  width: 100%;
}

.tarife_section .shape2 {
  position: absolute;
  top: -0.5rem;
  left: 0rem;
  right: 0rem;
  z-index: 1;

}

.tarife_section .shape2 img {
  width: 100%;

}


.baby_img2 {
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  width: 162rem;

}

.title-box1 {
  display: flex;
  text-align: center;
  justify-content: center;

}

.title-box1 img {
  width: 3.3rem;
  height: 3.3rem;
}

.title-box1 h3 {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;

}

.tarife-thumb img {
  width: 116rem;
  margin-left: 6.7rem;
}


.tarife-thumb {
  position: relative;
}

.tarife-thumb .content {
  position: absolute;
  top: 31rem;
  left: 28.6rem;
}

.tarife-thumb .content p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

.tarife-thumb .content p span {
  font-weight: 600;
}


.tarife-thumb .content p:not(:last-child) {
  margin-bottom: 3.0rem;
}

/* --------------------- Tarife Section End --------------------- */



/* --------------------- Profile Section Start --------------------- */
.abonamente_section {
  padding: 1rem 0 22rem;
}

.abonamente_section .title-box1 {
  display: flex;
  gap: 1rem;
}

.abonamente_section .title-box1 img {
  width: 3.3rem;
  height: 3.3rem;
}



.abonamente_items {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  margin-left: 6.9rem;
  margin-top: 5.7rem;

}

.abonamente_thumb img {
  width: 23.5rem;
}

.abonamente_thumb .icon2 {
  width: 12.2rem;
}

.abonamente_content {
  width: 27.9rem;
  border-radius: 3.6rem;
  text-align: center;
  padding: 0.5rem 0;

}

.abonamente_items .style {
  width: 35rem;
  margin-left: 8rem;

}

.abonamente_items .style1 {
  width: 35rem;
  background-color: #BFC9E6;
}

.abonamente_items .style2 {
  margin-left: 5.6rem;
}


.abonamente_content h3 {
  text-align: center;
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

.abonamente_content p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

/* --------------------- Profile Section End --------------------- */

/* --------------------- Povești-în-imagini Section Start --------------------- */
.povesti-section {
  position: relative;
  padding: 16rem 0 14rem;
  z-index: 1;
}

.povesti-section .shape {
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
}

.povesti-section .shape img {
  width: 100%;

}

.povesti-section .man-shape {
  position: absolute;
  top: -17rem;
  left: 0;
  right: 0;
  width: 100%;

}

.povesti-section .man-shape img {
  width: 100%;
}



.povesti-section .povesti-shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}

.povesti-section .povesti-shape img {
  width: 100%;
}

.povesti-shape2 {
  position: absolute;
  bottom: -10.2rem;
  left: 0;
  width: 100%;
}

.povesti-shape2 img {
  width: 100%;
}


.povesti-section .title-box1 {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.povesti-section .title-box1 img {
  width: 4.5rem;
  height: 4.734rem;
}

.povesti-section .title-box1 h3 {
  font-family: var(--primaryFont);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 122%;
  letter-spacing: 0.96px;
}


.povesti-section .content {
  width: 104.6rem;
  margin-left: 30rem;
  margin-top: 5rem;
}

.povesti-section .content p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem;
}


.povesti-wrapper {
  margin-top: 6.8rem;
  position: relative;
  overflow: hidden;
}

.povesti-wrapper .povesti-thumb img {
  width: 100%;


}

.povesti-wrapper .arrow-button .arrow-prev {
  position: absolute;
  left: 6.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: transparent;
  stroke-width: 1px;
  border: transparent;
}

.arrow-button .arrow-prev img {
  width: 1.8rem;
  height: 3rem;
}

.povesti-wrapper .arrow-button .arrow-next {
  position: absolute;
  right: 10.4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: transparent;
  border: transparent;
}

.arrow-button .arrow-next img {
  width: 1.8rem;
  height: 3rem;
}

.arrow-button .arrow-prev:hover:not(:active),
.arrow-button .arrow-next:hover:not(:active) {
  opacity: 0.5;
}


.swiper-dot-2 {
  padding: 1rem 0rem;
  text-align: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  background-color: #FAFAFA;

}

.swiper-dot-2 .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.20);
  width: 1.6rem;
  height: 1.6rem;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}



/* ---------------------Povești-în-imagini Section End --------------------- */

/* --------------------- site_footer Section Start --------------------- */


.site_footer {
  position: relative;
  padding: 6rem 0 4rem;
}

.footer-shape {
  position: absolute;
  top: -12rem;
  left: 0rem;
  right: 0rem;
  z-index: 6;
}

.site_footer .footer-shape img {
  width: 194.55rem;
  height: 19.102rem;
}

.baby_img3 {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  width: 162rem;
}

.site_footer .row {
  --bs-gutter-x: 16.7rem;
}

.title-box1 {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.telephone {
  width: 3.5rem;
}

.title-box1 h3 {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

.footer-content {
  width: 82.9rem;
  margin-top: 10rem;
}

.footer-content p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

.footer-content p i {
  color: #FFD736;
}

.footer-content-location {
  Width: 68.3rem;
  margin-top: 10rem;

}

.footer-content-location .contact-info li {
  font-family: var(--primaryFont);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 122%;
  letter-spacing: 0.96px;
}

.footer-content-location .contact-info li {
  font-family: var(--primaryFont);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 122%;
  letter-spacing: 0.96px;
}

.footer-content-location .contact-info li a:hover {
  color: inherit;
  text-decoration: underline;
}

.footer-wrapper {
  display: flex;
  gap: 2rem;
  margin-left: -5rem;
  margin-top: 17rem;

}

.footer-wrapper p {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

.footer-menu {
  display: flex;
  gap: 3rem;

}

.footer-menu li a {
  color: var(--black);
  font-family: var(--primaryFont);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.9262rem;
  letter-spacing: 0.096rem
}

.footer-menu li a:hover {
  text-decoration: underline;
}

.footer-menu li a i {
  width: 2.466rem;
  height: 2.466rem;
  margin-right: 1rem;

}

.color-2 a i {
  color: #0866FF;
}



/* --------------------- site_footer Section End --------------------- */