@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&family=Arimo:ital,wght@0,400..700;1,400..700&family=Bebas+Neue&family=Bellefair&family=Fredoka:wght@300..700&family=Heebo:wght@100..900&family=Playpen+Sans+Hebrew:wght@100..800&family=Suez+One&display=swap" rel="stylesheet');
@font-face {
  font-family: "Dana";
  src: url("../fonts/DanaYadAlefAlefAlef-Normal.woff") format("truetype");
}
@font-face {
  font-family: "Levin";
  src: url("../fonts/GveretLevinAlefAlefAlef-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Gadi";
  src: url("../fonts/gadi-almog-regular-aaa.woff") format("truetype");
}
* {
  direction: rtl;
}

body {
  font-family: "Open Sans", sans-serif;
  direction: rtl;
  text-align: center;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Heebo";
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 32px;
  font-weight: lighter;
  text-align: center;
}

h3 {
  font-size: 25px;
}

.service-cta {
  display: inline-block;
  margin-top: 16px;
}

span {
  font-size: 18px;
  font-weight: 300;
  color: #705858;
  line-height: 29px;
  text-align: center;
}
span .bold {
  font-weight: 800;
}

::selection {
  color: #ffffff;
  background-color: #D4A5A5;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fixedWhatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: rgba(88, 157, 103, 0.5607843137);
  border-radius: 50px;
  padding: 3px;
}
.fixedWhatsapp a {
  font-size: 31px;
  color: #fff;
}

button,
.button {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  background-color: #D4A5A5;
  color: white;
  border-radius: 5px;
  transition: all 0.3s;
  border: none;
  max-width: 200px;
  margin: 30px auto 10px;
  font-weight: bold;
}

h1,
h2,
h3 {
  color: #705858;
  font-family: Alef;
  font-weight: 700;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.logo {
  position: absolute;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.logo img {
  width: 120px;
}

.hero-bg {
  padding: 90px 30px 50px;
  background-image: url("../assets/hero.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.hero-bg h2 {
  font-size: 32px;
}
.hero-bg span {
  font-size: 20px;
  line-height: 34px;
  margin: 10px auto 0;
  max-width: 420px;
}
.hero-bg .heart {
  margin: 0 auto 30px;
  width: 50px;
}
.hero-bg .heart img {
  width: 100%;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_area {
  display: flex;
  flex-direction: column;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

/*end header section*/
/* slider section */
.carouselWrapper {
  padding: 30px;
}
.carouselWrapper .carousel-inner {
  max-width: 400px;
  height: 450px;
  background: rgba(212, 165, 165, 0.4901960784);
  margin: 10px auto 30px;
  border-radius: 0px 90px 0px 150px;
  padding: 35px;
}
.carouselWrapper h2 {
  margin-bottom: 20px;
}

.slider_section {
  flex: 1;
  display: flex;
  position: relative;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
  height: 530px;
}
.slider_section .carousel-indicators {
  visibility: hidden;
  position: absolute;
  bottom: 10px;
}
.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 0;
  text-align: right;
  border-radius: 30px;
}
.slider_section .detail-box img {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .slider_section .detail-box img {
    width: 300px;
  }
}
.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Alef";
  direction: rtl;
}
.slider_section .detail-box p {
  font-size: 14px;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 0;
}
.slider_section .carousel-indicators li {
  background-color: #000000;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}
.slider_section .carousel-indicators li.active {
  width: 13px;
  height: 13px;
  background-color: #D4A5A5;
}

.help_section {
  padding: 60px 15px;
  background: linear-gradient(180deg, #fbeeee 0%, #f1f7f2 50%, #f4f1fb 100%);
}
.help_section h3 {
  font-weight: 800;
}
.help_section li span {
  display: block;
  color: #705858;
  margin-top: 4px;
}
.help_section li span img {
  width: 34px;
  margin: 7px 0;
}
@media (min-width: 576px) {
  .help_section li span img {
    width: 24px;
  }
}
.help_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  border-radius: 15px;
  overflow: hidden;
}
.help_section .box .img-box {
  background: #f1f2f3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  width: 190px;
  margin: 20px auto 0;
  border: 9px solid #D4A5A5;
  border-radius: 200px;
  overflow: hidden;
}
.help_section .box .img-box img {
  height: 100%;
  transition: all 0.2s;
}
.help_section .box .detail-box {
  padding: 25px 20px;
}
.help_section .box .detail-box p {
  font-size: 15px;
}
.help_section .box .detail-box h6 {
  margin-top: 10px;
}
.help_section .box:hover .img-box img {
  transform: scale(1.1);
}
@media (min-width: 576px) {
  .help_section .row.grid {
    flex-direction: column;
  }
  .help_section .row.grid .col-lg-3 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .help_section .row.grid .innersec {
    display: flex;
    text-align: right;
  }
  .help_section .row.grid .innersec .detail-box {
    width: 75%;
  }
  .help_section .row.grid .innersec .detail-box ul {
    padding-left: 30px;
  }
  .help_section .row.grid .innersec .detail-box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  .help_section .row.grid .innersec .detail-box ul li span {
    text-align: right;
  }
  .help_section .row.grid .button {
    margin-top: 10px;
  }
}

.gift_section {
  padding: 30px 20px;
  background: linear-gradient(180deg, #5f7285 0%, #748da3 50%, #8fa6ba 100%);
}
.gift_section span {
  display: block;
  margin: 10px auto 0;
  color: #ffffff;
}
.gift_section h2 {
  color: #ffffff;
}
.gift_section .button {
  background-color: #ffffff;
  color: #705858;
}

.about_section {
  padding-top: 40px;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
}

.parallax-bg {
  position: absolute;
  inset: 0;
  transform: translateY(0);
  will-change: transform;
  background-image: url(/assets/par.png);
  background-size: contain;
  width: 100%;
  right: 0;
}
@media (min-width: 576px) {
  .parallax-bg {
    display: none;
  }
}

.about_section {
  position: relative;
  min-height: 500px;
  padding-bottom: 50px;
  overflow: hidden;
  color: #fff;
  background: url("/assets/bgfixed.png") center/cover no-repeat;
}
.about_section .row {
  flex-direction: row-reverse;
}
.about_section .img-box {
  display: none;
  position: relative;
  justify-content: center;
  padding: 70px 50px;
}
@media (min-width: 576px) {
  .about_section .img-box {
    display: flex;
  }
}
.about_section .img-box img {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.about_section .detail-box {
  color: #705858;
  padding: 0 10px;
}
.about_section .detail-box h2 {
  color: #ffffff;
  font-weight: 500;
}
.about_section .detail-box h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
.about_section .detail-box .sub {
  font-size: 20px;
  margin-bottom: 10px;
}
.about_section .detail-box span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}
.about_section .detail-box .bigger {
  font-size: 21px;
  color: #D4A5A5;
  line-height: 33px;
  font-family: "Gadi";
  margin-top: 20px;
  display: block;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.footer_section {
  background-image: url(../assets/hero.jpg);
  background-size: cover;
  background-color: #F0EBF5;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}
.footer_section .footerLogo {
  margin: 0 auto 30px;
  width: 150px;
}
.footer_section .footerLogo img {
  width: 100%;
}
.footer_section h4 {
  font-size: 28px;
}
.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
}
.footer_section p {
  color: #dbdbdb;
}
.footer_section .footer-col {
  margin-bottom: 30px;
}
.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.footer_section .footer_contact .contact_link_box span {
  font-size: 22px;
}
.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}
.footer_section .footer_contact .contact_link_box a i {
  margin-left: 10px;
  color: #D4A5A5;
  font-size: 20px;
}
.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}
.footer_section .footer_social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_section .footer_social a {
  background-color: #705858;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F0EBF5;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}
.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}
.footer_section .footer-info a,
.footer_section .footer-info span {
  color: #705858;
}
.footer_section .footer-info a {
  text-decoration: underline;
}

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