@font-face {
	font-family: 'MiloSerif';
	src: url('/fonts/MiloSerifWeb W04 Text.eot');
	src: url('/fonts/MiloSerifWeb W04 Text.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MiloSerifWeb W04 Text.woff2') format('woff2'),
		url('/fonts/MiloSerifWeb W04 Text.woff') format('woff'),
		url('/fonts/MiloSerifWeb W04 Text.ttf') format('truetype'),
		url('/fonts/MiloSerifWeb W04 Text.svg#MiloSerifWeb W04 Text') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiloSerif';
	src: url('/fonts/MiloSerifWeb W04 Bold.eot');
	src: url('/fonts/MiloSerifWeb W04 Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MiloSerifWeb W04 Bold.woff2') format('woff2'),
		url('/fonts/MiloSerifWeb W04 Bold.woff') format('woff'),
		url('/fonts/MiloSerifWeb W04 Bold.ttf') format('truetype'),
		url('/fonts/MiloSerifWeb W04 Bold.svg#MiloSerifWeb W04 Bold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiloSerif';
	src: url('/fonts/MiloSerifWeb W04 BoldIta.eot');
	src: url('/fonts/MiloSerifWeb W04 BoldIta.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MiloSerifWeb W04 BoldIta.woff2') format('woff2'),
		url('/fonts/MiloSerifWeb W04 BoldIta.woff') format('woff'),
		url('/fonts/MiloSerifWeb W04 BoldIta.ttf') format('truetype'),
		url('/fonts/MiloSerifWeb W04 BoldIta.svg#MiloSerifWeb W04 BoldIta') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Manuka';
	src: url('/fonts/Manuka-Medium.eot');
	src: url('/fonts/Manuka-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Manuka-Medium.woff2') format('woff2'),
		url('/fonts/Manuka-Medium.woff') format('woff'),
		url('/fonts/Manuka-Medium.ttf') format('truetype'),
		url('/fonts/Manuka-Medium.svg#Manuka-Medium') format('svg');
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Manuka';
	src: url('/fonts/Manuka-Black.eot');
	src: url('/fonts/Manuka-Black.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Manuka-Black.woff2') format('woff2'),
		url('/fonts/Manuka-Black.woff') format('woff'),
		url('/fonts/Manuka-Black.ttf') format('truetype'),
		url('/fonts/Manuka-Black.svg#Manuka-Black') format('svg');
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/*html{
  scroll-behavior: smooth;
}*/

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
  line-height: 24px;
	color: #7F867B;
	/* font-family: "MiloSerif", serif; */
  font-family: "MiloSerif", "Almarai", serif;
  font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  background-color: #fff;
}

p {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	/* font-weight: 400; */
}

.mobile-only {
	display: none;
}

.first-sec .sec-wrap{
	padding-top: 200px;
}

.pad-horiz {
	padding: 0 40px;
}

.pad-vertical {
	padding: 60px 0;
}

.no-pad-bottom {
	padding-bottom: 0;
}

.no-pad-top {
	padding-top: 0 !important;
}

.less-pad-top {
	padding-top: 40px;
}

.maxed-container {
	max-width: 1440px;
}

.centered-container {
	margin: 0 auto;
}

.centered-content {
	text-align: center;
}

header.wed-header .header-container {
  position: relative;
}

header.wed-header .header-container .header-elems{
  position: relative;
  z-index: 5;
}

header.wed-header .header-flex {
  display: flex;
  align-items: center;
}

header.wed-header .header-flex .headf-blk{
  flex: 0.2;
  text-align: right;
}

header.wed-header .header-flex .headf-blk.logo{
  flex: 0.6;
  text-align: center;
}

header.wed-header .header-flex .headf-blk.logo a.logo{
  max-width: 200px;
  display: block;
  text-decoration: none;
  height: auto;
  margin: 0 auto;
}

header.wed-header .header-flex .headf-blk.logo a.logo svg{
  width: 100%;
  height: auto;
  display: block;
}

.wed-header .header-wrapper {
  padding: 40px 0 0;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn{
  display: inline-block;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a{
  display: block;
  position: relative;
  font-size: 0;
  text-decoration: none;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a span{
  display: inline-block;
  vertical-align: middle;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a span.icn{
  width: 20px;
  height: auto;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a span.icn svg path{
  transition: all 300ms ease;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a span.txt{
  font-size: 14px;
  line-height: 22px;
  color: #262825;
  padding: 0 0 0 4px;
  transition: all 300ms ease;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a:hover span.txt{
  color: #409270;
}

header.wed-header .header-flex .headf-blk.langsel .langsel-btn a:hover span.icn svg path{
  stroke: #409270;
}

footer.wed-footer .footer-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #81BC9E;
  padding: 20px 0 0;
}

footer.wed-footer .footer-flex .footer-blk.rights{
  flex: 1;
}

footer.wed-footer .footer-flex .footer-blk.logo a.logo{
  max-width: 120px;
  display: block;
  text-decoration: none;
  height: auto;
  margin: 0 auto;
}

footer.wed-footer .footer-flex .footer-blk.logo a.logo svg{
  width: 100%;
  height: auto;
  display: block;
}

footer.wed-footer .footer-flex .footer-blk.rights{
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

footer.wed-footer .footer-wrapper{
  padding: 25px 0;
}

.wed-sec-title h1{
  color: #262825;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  font-family: 'Manuka', sans-serif;
}

.wed-sec-title{
  padding: 0 0 20px;
}

.wed-sec-subtitle{
  font-size: 22px;
  line-height: 30px;
}

.green-block .green-block-wrap {
  background-color: #409270;
  padding: 10px;
  border-radius: 40px;
  position: relative;
}

.green-block-flex {
  display: flex;
  align-items: center;
  color: #FFF0DD;
}

.green-block-flex.reversed{
  flex-direction: row-reverse;
}

.wed-sec-desc p,
.grn-blk-desc p{
  padding: 0 0 15px;
}

.wed-sec-desc p:last-child,
.grn-blk-desc p:last-child{
  padding: 0;
}

.grn-blk-desc p strong{
  font-weight: 600;
}

.green-block-flex .grn-blk.txt {
  flex: 0.55;
}

.green-block-flex .grn-blk.img{
  flex: 0.45;
}

.green-block-flex .grn-blk.img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 35px;
}

.green-block-flex .grn-blk.txt .grn-blk-txt-wrap {
  padding: 30px;
}

.green-block-flex .grn-blk-txt-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.grn-blk-quote svg{
  width: 60px;
  height: auto;
  display: block;
}

.green-block-flex .grn-blk-txt-flex .grn-blk-desc{
  flex: 1;
}

.wed-sec.home-hero .green-block-flex .grn-blk-txt-flex {
  /* padding: 30px 0; */
}

.wed-sec.home-hero .green-block-flex{
  /* align-items: unset; */
}

.wed-sec.home-hero .green-block-flex .grn-blk.img .grn-img-wrap{
  height: 100%;
  width: 100%;
}

.wed-sec.home-hero .green-block-flex .grn-blk.img .grn-img-wrap img{
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wed-blocked-container .wed-blocked-flex{
  display: flex;
  align-items: center;
  gap: 40px;
}

.wed-blocked-container .wed-blocked-flex .wed-flx-blk.txt{
  flex: 0.55;
}

.wed-blocked-container .wed-blocked-flex .wed-flx-blk.img{
  flex: 0.45;
}

.wed-blocked-container .wed-blocked-flex .wed-flx-blk.img .wed-flx-img{
  padding: 10px;
  border-radius: 55px;
  background-color: #F6F7F6;
  position: relative;
}

.wed-blocked-container .wed-blocked-flex .wed-flx-blk.img .wed-flx-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
}

.wed-sec.home-newsletter .wed-blocked-container .wed-blocked-flex {
  align-items: unset;
}

.wed-sec.home-newsletter .wed-blocked-container .wed-blocked-flex .wed-flx-blk.img .wed-flx-img{
  height: 100%;
  width: 100%;
}

.wed-sec.home-newsletter .wed-blocked-container .wed-blocked-flex .wed-flx-blk.img .wed-flx-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wed-blocked-container .wed-blk-play{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  opacity: 0.8;
  transition: all 300ms ease;
}

.wed-blocked-container .wed-blk-play:hover{
  opacity: 1;
}

.wed-blocked-container .wed-blk-play svg{
  position: absolute;
  width: 80px;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.wed-squares-container{
  padding: 50px 0 0;
}

.wed-squares-flex{
  display: flex;
  gap: 20px;
}

.wed-squares-flex .wed-sqr-card{
  flex: 1;
}

.wed-squares-flex .wed-sqr-card .wed-sqr-card-wrap{
  height: 100%;
  padding: 40px;
  position: relative;
  background-color: #F6F7F6;
  border-radius: 40px;
  transition: all 300ms ease;
}

.wed-squares-flex .wed-sqr-card .wed-sqr-card-wrap:hover{
  background-color: rgba(64, 146, 112, 0.1);
}

.wed-squares-flex .wed-sqr-card .wed-sqr-card-wrap a.overlay-link{
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.wed-squares-flex .wed-sqr-card .sqr-icn svg{
  height: 50px;
  width: auto;
  display: block;
}

.wed-squares-flex .wed-sqr-card .sqr-icn{
  padding: 0 0 30px;
}

.wed-squares-flex .wed-sqr-card .sqr-title{
  font-size: 38px;
  line-height: 44px;
  font-family: 'Manuka', sans-serif;
  font-weight: 700;
  padding: 0 0 10px;
  color: #262825;
}

.wed-sec.home-contact .contact-email{
  padding: 40px 0 0;
}

.contact-email .contact-email-lbl{
  font-size: 38px;
  line-height: 44px;
  font-family: 'Manuka', sans-serif;
  font-weight: 900;
  color: #262825;
}

.contact-email-btn{
  display: inline-block;
  text-decoration: none;
  background-color: rgba(64, 146, 112, 0.1);
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 300ms ease;
}

.contact-email-btn:hover{
  background-color: rgba(64, 146, 112, 0.3);
}

.contact-email-btn span{
  display: inline-block;
  vertical-align: middle;
}

.contact-email-btn span.icn{
  width: 30px;
  height: auto;
}

.contact-email-btn span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.contact-email-btn span.txt{
  color: #409270;
  padding: 0 0 0 5px;
}

.contact-email-btn-wrap{
  padding: 15px 0 0;
}

.wed-sec-lbl {
  display: inline-block;
  text-transform: uppercase;
  color: rgb(64, 146, 112);
  font-weight: 700;
  border-bottom: 2px solid rgb(64, 146, 112);
}

.wed-sec-lbl-wrap{
  padding: 0 0 20px;
}

.wed-sec.home-evdate .wed-txt-wrap.centered-content {
  max-width: 800px;
}

.ev-date-wrap{
  padding: 0 0 20px;
}

.ev-date-wrap .ev-date span{
  display: inline-block;
  vertical-align: middle;
}

.ev-date-wrap .ev-date span.icn{
  width: 30px;
}

.ev-date-wrap .ev-date span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.ev-date-wrap .ev-date span.txt{
  font-weight: 600;
  color: #262825;
  padding: 0 0 0 5px;
}

.wed-sec-desc-content strong{
  font-weight: 600;
}

.wed-sec.home-evdate .wed-sec-desc-content strong{
  color: #262825;
}

.event-desc-block {
  padding: 50px 0 0;
}

.event-desc-container {
  background-color: #F6F7F6;
  border-radius: 0 40px 40px 0;
  border-left: 10px solid #409270;
  padding: 40px;
}

.event-desc-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.event-desc-flex .event-desc-flx-blk.text{
  flex: 0.6;
}

.event-desc-flex .event-desc-flx-blk.img{
  flex: 0.4;
}

.event-desc-flex .event-desc-flx-blk.img svg{
  width: 100%;
  height: auto;
  display: block;
}

.ev-sections-container {
  padding: 50px 0 0;
}

.ev-sections-flex {
  display: flex;
  gap: 20px;
}

.ev-sections-flex .ev-sec-card{
  flex: 1;
}

.ev-sec-card .ev-sec-card-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 35px;
}

.ev-sections-flex .ev-sec-card .ev-sec-card-wrap {
  height: 100%;
  padding: 10px 10px 40px;
  background-color: #F6F7F6;
  border-radius: 40px;
}

.ev-sections-flex .ev-sec-card .ev-sec-card-wrap .ev-sec-card-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ev-sections-flex .ev-sec-card .ev-sec-card-wrap .ev-sec-card-cont .ev-sec-card-texts {
  flex: 1;
  padding: 30px;
}

.ev-sec-card .ev-sec-title{
  font-size: 38px;
  line-height: 44px;
  font-family: 'Manuka', sans-serif;
  font-weight: 900;
  color: #262825;
  padding: 0 0 15px;
}

.ev-sec-card .ev-sec-lbl-wrap{
  padding: 0 30px;
}

.ev-sec-card .ev-sec-lbl-cont{
  background-color: rgba(64, 146, 112, 0.24);
  border-radius: 20px;
  padding: 15px;
}

.ev-sec-card .ev-sec-lbl{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #262825;
}

.ev-sec-card .ev-sec-note1{
  color: #409270;
  font-weight: 600;
}

.ev-sec-card .ev-sec-note2{
  font-size: 14px;
  line-height: 22px;
}

header.wed-header{
  position: relative;
}

header.wed-header .header-wrapper{
  position: relative;
  z-index: 5;
}

.header-icons {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wed-flying {
  position: absolute;
}

.wed-flying svg{
  width: 100%;
  height: auto;
  display: block;
}

.header-chat-bubbles{
  width: 120px;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
}

.header-squares{
  top: 0;
  right: 15%;
  width: 140px;
}

.wed-sec .sec-cont{
  position: relative;
}

.wed-sec{
  overflow: hidden;
}

.intro-circle {
  width: 90px;
  right: 0;
  bottom: 0;
  transform: translate(15px, 25px);
}

.intro-stack{
  width: 90px;
  top: 0;
  left: 0;
}

.intro-square{
  width: 40px;
  top: 0;
  right: 20%;
  transform: translateY(-25px);
}

.contact-circle{
  width: 90px;
  top: 0;
  right: 4%;
  transform: translateY(-30px);
}

.event-elem{
  width: 120px;
  top: 0;
  left: 0;
  transform: translate(-6px, -40px);
}

.quote-flower{
  width: 120px;
  right: 0;
  bottom: 0;
  transform: translate(50%,50%);
}

.intro-bubbles{
  width: 200px;
  bottom: 0;
  right: 0;
  transform: translate(50%,-100%);
}

.wed-form-row {
  display: flex;
  gap: 20px;
}

.wed-form-row .wed-form-col{
  flex: 1;
  position: relative;
  padding: 0 0 25px;
}

.wed-form-row .wed-form-col > label.flbl{
  display: block;
  color: #262825;
  font-weight: 500;
  padding: 0 0 3px 15px;
  font-size: 14px;
  line-height: 22px;
}

.wed-form-row .wed-form-col > label.flbl span.impt{
  color: #D2392D;
  padding: 0 0 0 1px;
}

.wed-form-row .wed-form-col input,
.wed-form-row .wed-form-col select {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #409270;
  padding: 0 15px;
  font-size: 14px;
  color: #262825;
  line-height: 40px;
  font-family: "MiloSerif", "Almarai", serif;
}

.form-lang-sel {
  display: flex;
  gap: 32px;
  align-items: center;
  height: 40px;
  padding: 0 15px;
}

.flang-opt label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #6d6d6d;
  user-select: none;
}

.flang-opt input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #5c9a78;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

/* Inner dot */
.flang-opt input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #5c9a78;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

/* Checked state */
.flang-opt input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Hover / focus */
.flang-opt input[type="radio"]:hover {
  border-color: #3f7f5f;
}

.flang-opt input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 154, 120, 0.25);
}

/* Active label color */
.flang-opt input[type="radio"]:checked + span,
.flang-opt input[type="radio"]:checked {
  color: #2f2f2f;
}

.wed-btn{
  background-color: #409270;
  border: 1px solid #409270;
  height: 40px;
  line-height: 38px;
  font-weight: 700;
  color: #FFF0DD;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 40px;
  cursor: pointer;
  font-family: "MiloSerif", "Almarai", serif;
  transition: all 300ms ease;
}

.wed-btn:hover{
  color: #409270;
  background-color: #fff;
}

.wed-nl-form-wrap {
  padding: 30px 0 0;
}

.wed-sec.home-learnvid .wed-sec-desc .grn-blk-quote {
  padding: 10px 0 15px;
}

.wed-form-embed {
  height: 100%;
}

.wed-form-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}