@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

.rtl {
  direction: rtl;
}

.rtl body {
  unicode-bidi: plaintext;
}

.rtl header .language {
  margin-left: 0;
  margin-right: auto;
}

.rtl .main .hebrew-text-2 {
  text-align: right;
}

.rtl .footer .social-icons {
  margin-right: 20px;
  margin-left: 0;
}

.rtl .navbar-brand {
  margin-right: 0;
  margin-left: 15px;
}

.rtl .form-check-inline {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

.rtl .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

@media (min-width: 768px) {
  .rtl .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .rtl .text-md-start {
    text-align: right !important;
  }
}

.rtl .text-end {
  text-align: left !important;
}

.rtl .footer .faire-part {
  text-align: left;
}

@media (max-width: 767px) {
  .rtl .footer .faire-part {
    text-align: center;
  }
}

.rtl .text-start {
  text-align: right !important;
}

.rtl .main .maine-text-right {
  text-align: left;
}

.rtl header .language i.bi-globe {
  margin-right: 0;
  margin-left: 6px;
}

.rtl .main .weds-detail-sec .btn-waze {
  text-align: center;
  justify-content: center;
  font-size: 23px;
}

header {
  background: white;
  padding: 0 0;
  /* Toggler button styles */
}

header .navbar-brand {
  max-width: 30.569px;
}

@media (max-width: 991px) {
  header .navbar-brand {
    max-width: 60.569px;
  }
}

header .navbar-nav .nav-link {
  color: #3B5E4C;
  font-family: AmstelvarAlpha;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

header .language {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  color: #1e3a52;
  white-space: nowrap;
  font-family: "AmstelvarAlpha";
  font-weight: 400;
  font-style: Default;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

header .language i.bi-globe {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}

header .navbar-toggler {
  color: #1e3a52;
  padding: 5px 5px;
}

header .navbar-toggler:focus {
  box-shadow: unset;
}

header .navbar-toggler .navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}

header .navbar-toggler .navbar-toggler-icon i {
  font-size: 30px;
}

header .navbar-toggler .navbar-toggler-icon i::before {
  display: none;
}

@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
}

.bg-image {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  max-height: 782px;
  height: 100vh;
  position: relative;
  color: white;
  z-index: 1;
}

@media (max-width: 767px) {
  .bg-image {
    max-height: 410px;
  }

  .rtl .main .weds-detail-sec .btn-waze {
    font-size: 18px;
  }
}

.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.bg-image .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: 69px;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.bg-image .content-wrapper .text-position h1 {
  color: #FDFEF8;
  text-align: center;
  font-family: Rasa;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 115.753%;
  /* 57.876px */
  letter-spacing: 9.5px;
}

@media (max-width: 767px) {
  .bg-image .content-wrapper .text-position h1 {
    font-size: 26px;
  }
}

.bg-image .content-wrapper .text-position p {
  color: #FDFEF8;
  text-align: center;
  font-family: Rasa;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 115.753%;
  /* 28.938px */
  letter-spacing: 6.5px;
}

@media (max-width: 767px) {
  .bg-image .content-wrapper .text-position p {
    font-size: 14px;
  }
}

.main {
  padding: 0 5%;
  margin: 0 auto;
  background: url(../images/Group-113.png) center/cover no-repeat;
}

@media (max-width: 767px) {
  .main {
    padding: 0 0%;
  }
}

.main .hebrew-text-2 {
  margin-top: 33px;
  color: #3B5E4C;
  font-family: "Corsiva Hebrew";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

@media (max-width: 767px) {
  .main .hebrew-text-2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.main .maine-text-left,
.main .maine-text-right {
  color: #3B5E4F;
  font-family: AmstelvarAlpha;
  font-size: 20px;
  font-weight: 400;

}

.rtl .main .maine-text-left,
.rtl .main .maine-text-right {
  font-size: 23px;
}

@media (max-width: 767px) {

  .main .maine-text-left,
  .main .maine-text-right {
    font-size: 13px;
    line-height: 18px;
  }

  .rtl .main .maine-text-left,
  .rtl .main .maine-text-right {
    font-size: 13px;
    line-height: 23px;
  }

  .middle-img-m {
    margin-bottom: 20px;
  }
}

.main .maine-text-right {
  text-align: right;
}

.main .main-text-center {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 110px;
  margin-bottom: 110px;
}

.rtl .main .main-text-center {
  font-size: 25px;
}

@media (min-width: 1191px) {

  .main .main-text-center br,
  .main .weds-detail-sec .p1 br {
    display: none;
  }

}

@media (max-width: 1191px) {
  .main .main-text-center {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main .main-text-center {
    font-size: 18px;
  }

  .rtl .main .main-text-center {
    font-size: 18px;
  }

  .main .main-text-center {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.main .weds-names {
  color: #727F62;
  font-family: "Delphia Village";
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .main .weds-names {
    font-size: 38px;
  }
}

.main .weds-names span {
  color: #3B5E4C;
  font-family: "Corsiva Hebrew";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  display: block;
}

.rtl .main .weds-names span {
  font-size: 34px;
}

@media (max-width: 767px) {
  .main .weds-names span {
    font-size: 19px;
    margin-top: 0;
  }

  .rtl .main .weds-names span {
    font-size: 19px;
  }
}

.main .weds-vs {
  color: #727F62;
  font-family: "Delphia Village";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .main .weds-vs {
    font-size: 38px;
  }
}

.main .weds-detail-sec {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .main .weds-detail-sec {
    margin-top: 30px;
  }
}

.main .weds-detail-sec .p1 {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.rtl .main .weds-detail-sec .p1 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .main .weds-detail-sec .p1 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .rtl .main .weds-detail-sec .p1 {
    font-size: 18px;
  }
}

.main .weds-detail-sec .p2 {
  color: #3B5E4C;
  text-align: center;
  font-family: Rasa;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.753%;
}

.rtl .main .weds-detail-sec .p2 {
  font-size: 31px;
}

@media (min-width: 768px) {
  .main .weds-detail-sec .p2 {
    margin-bottom: 30px;
  }
}

.main .weds-detail-sec .p2 span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .main .weds-detail-sec .p2 {
    font-size: 18px;
  }

  .rtl .main .weds-detail-sec .p2 {
    font-size: 18px;
  }
}

.main .weds-detail-sec .p3 {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0 !important;
}

.rtl .main .weds-detail-sec .p3 {
  margin: 40px 0 !important;
}

@media (max-width: 767px) {
  .main .weds-detail-sec .p3 {
    font-size: 20px;
    margin: 30px 0 !important;
  }

  .rtl .main .weds-detail-sec .p3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .rtl .main .weds-detail-sec .p3 {
    font-size: 17px;
  }
}

.main .weds-detail-sec .hebrew-text-1 {
  color: #3B5E4C;
  text-align: center;
  font-family: "Kulim Park";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 30px;
}

.rtl .main .weds-detail-sec .hebrew-text-1 {
  font-size: 27px;
  font-family: "Noto Serif Hebrew", serif;
}

@media (max-width: 767px) {
  .main .weds-detail-sec .hebrew-text-1 {
    font-size: 21px;
    line-height: normal;
  }

  .rtl .main .weds-detail-sec .hebrew-text-1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.main .weds-detail-sec h4 {
  color: #727F62;
  text-align: center;
  font-family: Rasa;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.rtl .main .weds-detail-sec h4 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .main .weds-detail-sec h4 {
    font-size: 22px;
  }

  .main .weds-detail-sec h4 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}

.main .weds-detail-sec .btn-waze {
  border-radius: 9999px;
  border: 1px solid #3B5E4C;
  color: #3B5E4C;
  font-family: AmstelvarAlpha;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  max-width: 228px;
  margin: 0 auto;
  text-decoration: none;

}

@media (max-width: 767px) {
  .main .weds-detail-sec .btn-waze {
    padding: 8px 10px;
    max-width: 160px;
    font-size: 15px;
  }

  .main .weds-detail-sec .btn-waze img {
    width: 18px;
  }
}

.main .weds-detail-sec .btn-waze:hover {
  background: #3B5E4C;
  color: #fff;
}

.main .weds-detail-sec .footer-1 {
  color: #727F62;
  font-family: Rasa;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  /* max-width: 800px; */
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main .weds-detail-sec .footer-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .rtl .main .weds-detail-sec .footer-1 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .rtl .main .weds-detail-sec .footer-1 {
    font-size: 17px;
  }
}

.main .text-start-1,
.main .text-end-1 {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



@media (min-width: 767px) {
  .footer-box {
    padding: 80px 0px 50px 0px !important;
  }
}

@media (max-width: 767px) {

  .main .text-start-1,
  .main .text-end-1 {
    font-size: 18px;
    margin-bottom: 9px;
  }

  .rtl .main .text-start-1,
  .rtl .main .text-end-1 {
    font-size: 21px;
  }

  .main .text-end-1 {
    text-align: right;
  }

  .rtl .main .text-end-1 {
    text-align: left;
  }
}


@media (max-width: 767px) {

  .rtl .main .text-start-1,
  .rtl .main .text-end-1 {
    font-size: 15px;
  }
}


.countdown-section {
  background: url(../images/timer-back.png) center/cover no-repeat;
  padding: 56px 0;
}

@media (max-width: 767px) {
  .countdown-section {
    padding: 30px 0;
  }
}

.countdown-section .countdown-box {
  max-width: 194px;
  width: 100%;
  padding: 17px 0px 31px 0px;
  border-radius: 20px;
  border: 1px solid #DDD;
  opacity: 0.8;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .countdown-section .countdown-box {
    max-width: 73.298px;
    padding: 7px 0px 7px 0px;
    border-radius: 7px;
  }
}

.countdown-section .countdown-box .number {
  color: #3B5E4C;
  text-align: center;
  font-family: Rasa;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .countdown-section .countdown-box .number {
    font-size: 19px;
  }
}

.countdown-section .countdown-box hr {
  background: rgba(59, 94, 76, 0.5);
  height: 2px;
}

@media (max-width: 767px) {
  .countdown-section .countdown-box hr {
    margin: 5px 0px;
  }
}

.countdown-section .countdown-box .label {
  color: #3B5E4C;
  text-align: center;
  font-family: AmstelvarAlpha;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .countdown-section .countdown-box .label {
    font-size: 12px;
  }
}

.contact-form-sec {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .contact-form-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.contact-form-sec .form-container {
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  padding: 3% 10%;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container {
    padding: 3% 5%;
  }
}

.contact-form-sec .form-container h2 {
  color: #727F62;
  font-family: Rasa;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container h2 {
    font-size: 22px;
  }
}

.contact-form-sec .form-container .subtext {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container .subtext {
    font-size: 15px;
  }
}

.contact-form-sec .form-container .form-label {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container .form-label {
    font-size: 15px;
  }
}

.contact-form-sec .form-container .form-control {
  height: 50px;
  border-radius: 11.111px;
  border: 1.444px solid rgba(59, 94, 76, 0.26);
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container .form-control {
    font-size: 14px;
    height: 33px;
  }
}

.contact-form-sec .form-container .form-check-label {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container .form-check-label {
    font-size: 15px;
  }
}

.contact-form-sec .form-container .note {
  color: #3B5E4C;
  font-family: Rasa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .contact-form-sec .form-container .note {
    font-size: 15px;
  }
}

.galeres-photos {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .galeres-photos {
    margin-bottom: 40px;
  }
}

.galeres-photos h3 {
  color: #727F62;
  font-family: Rasa;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}


@media (min-width: 768px) {
  .rtl .galeres-photos h3 {
  margin-bottom: 60px;
}
}
@media (max-width: 767px) {
  .galeres-photos h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.galeres-photos .galler-8 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .galeres-photos .galler-8 {
    gap: 10px;
  }

  .galeres-photos .galler-8 .col-7,
  .galeres-photos .galler-8 .col-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.galeres-photos .galler-8 .gl-1,
.galeres-photos .galler-8 .gl-2,
.galeres-photos .galler-8 .gl-3,
.galeres-photos .galler-8 .gl-4 {
  height: 298px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {

  .galeres-photos .galler-8 .gl-1,
  .galeres-photos .galler-8 .gl-2,
  .galeres-photos .galler-8 .gl-3,
  .galeres-photos .galler-8 .gl-4 {
    height: 114.668px;
    border-radius: 7px;
  }
}

.galeres-photos .galler-8 .gl-1 img,
.galeres-photos .galler-8 .gl-2 img,
.galeres-photos .galler-8 .gl-3 img,
.galeres-photos .galler-8 .gl-4 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .galeres-photos .galler-4 {
    display: none;
  }
}

.galeres-photos .galler-4 .gl-5 {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.galeres-photos .galler-4 .gl-5 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  border-top: 0.3px solid #949494;
  background: #FFF;
  padding: 15px 0px;
}

.footer .copyright {
  color: #000;
  font-family: "Kulim Park";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
    font-size: 12px;
  }
}

.footer .mazel {
  color: #000;
  font-family: "Kulim Park";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .footer .mazel {
    text-align: center;
    font-size: 12px;
  }
}

.footer .faire-part {
  color: #000;
  text-align: right;
  font-family: "Kulim Park";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .footer .faire-part {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
  }
}

.footer .faire-part a {
  font-weight: 600;
  text-decoration: underline;
}

.footer .btn-contact {
  color: #FFF;
  font-family: "Kulim Park";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 9999px;
  background: #222220;
  max-width: 178px;
  height: 38.926px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .btn-contact {
    text-align: center;
    font-size: 12px;
    height: 28.926px;
    max-width: 138px;
  }
}

.footer .social-icons {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .social-icons a {
  font-size: 20px;
  color: #000;
}

@media (max-width: 767px) {
  .footer .social-icons a {
    font-size: 15px;
  }
}

.submit-btn {
  border-radius: 9999px;
  border: 1px solid #3B5E4C;
  color: #3B5E4C;
  font-family: AmstelvarAlpha;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
  padding: 12px 25px;
  max-width: 228px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .submit-btn {
    padding: 6px 12px;
    max-width: 160px;
    font-size: 12px;
  }

  .submit-btn img {
    width: 15px;
  }
}

.submit-btn:hover {
  background: #3B5E4C;
  color: #fff;
}

.floting-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6;
}

.floting-btn a {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: #3B5E4C 1px solid;
  color: #3B5E4C;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (max-width: 768px) {
  header {
    display: none;
  }
}




.rtl .main .maine-text-left,
.rtl .main .maine-text-right,
.rtl .main .main-text-center,
.rtl .main .weds-detail-sec .p1,
.rtl .main .weds-detail-sec h4,
.rtl .main .weds-detail-sec .p2,
.rtl .main .weds-detail-sec .hebrew-text-1,
.rtl .main .weds-detail-sec .btn-waze,
.rtl .main .weds-detail-sec .p3,
.rtl .main .weds-detail-sec .footer-1,
.rtl .main .text-start-1,
.rtl .main .text-end-1,
.rtl .countdown-section .countdown-box .label,
.rtl .contact-form-sec .form-container h2,
.rtl .contact-form-sec .form-container .subtext,
.rtl .contact-form-sec .form-container .form-label,
.rtl .contact-form-sec .form-container .form-control,
.rtl .contact-form-sec .form-container .note,
.rtl .submit-btn,
.rtl .galeres-photos h3 {
  font-family: "Noto Serif Hebrew", serif;
}