section {
    background-color: #eeeeee;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

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

figure {
    margin-bottom: 0;
}

body {
    color: #232323;
    -webkit-font-smoothing: antialiased;
    /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale;
    /* Fixes font bold issue in Firefox version 25+ on Mac */
    font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 2px solid;
    border-color: #ff3366;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

body {
    position: relative;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}


/*! Base colors */

.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}


/*! Text-aligns */

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

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

@media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right,
    .mbr-section-btn,
    .mbr-section-title {
        text-align: center;
    }
}


/*! Font-weight  */

.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}


/*! Media  */

.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.media-container-column>* {
    width: 100%;
}

.more-details-badge.animate-hide {
    opacity: 0;
    transform: scale(0);
}

@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

figure {
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container>div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }
    .media {
        width: auto;
    }
    .mbr-figure {
        width: 100% !important;
    }
}


/*! Buttons */

.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}


/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}


/*! Full-screen */

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/*! Map */

.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}


/* Form */

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

input.invalid,
textarea.invalid {
    border-color: #a32 !important;
}

#success_tic .page-body {
    direction: rtl;
    max-width: 300px;
    background-color: #FFFFFF;
    margin: 10% auto;
}

#success_tic .page-body .head {
    text-align: center;
    margin-top: 25px;
}

#success_tic .close {
    opacity: 1;
    position: absolute;
    right: 0px;
    font-size: 30px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

#success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
}

#success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
    opacity: 0;
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    animation-delay: 150ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}


/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*! Arrow Down */

.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
}


/*Gradients animation*/

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
}

@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
}


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

.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}


/* --- custom styles --- */

body {
    font-family: 'Varela Round', sans-serif;
    padding-top: 85px;
}

.cid-qv1frvgcz3 .navbar {
    padding: 10px 0 0 0;
    background: #faf7ed;
    height: 85px;
}

.navbar-brand img.main-logo {
    margin: 0;
    max-height: 90px;
    top: 5px;
}

.cid-qv1frvgcz3 .navbar ul {
    direction: rtl;
}

.navbar li.nav-item {
    padding: 0 10px;
    position: relative;
}

.navbar.cloak .tooltip {
    display: none;
}

.navbar .nav-item .tooltip {
    opacity: 0;
    transition: opacity .5s;
    bottom: -25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.navbar .nav-item:hover .tooltip {
    opacity: 1;
}

li.nav-item a.text-black {
    color: #104e14 !important;
    font-family: inherit;
    font-size: 1.33rem;
}

.cid-qv1frvgcz3 .nav-item a {
    margin: 0rem .85rem !important;
}

.mbr-fullscreen {
    display: block;
    min-height: calc(100vh - 85px);
}

.mbr-white {
    color: #000;
}

.inner-link {
    color: #000 !important;
}

.inner-link:hover {
    text-decoration: underline;
}

.content-wrapper {
    margin-top: 85px;
}

.more-details-badge {
    cursor: pointer;
    position: fixed;
    top: 30%;
    left: 5%;
    transition: .75s;
    z-index: 5;
}

#closeMoreDetails {
    position: absolute;
    top: 38px;
    left: 35px;
    width: 22px;
    height: 26px;
}

.main-slide {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}

#slideA .leaf {
    position: absolute;
    top: 95px;
    left: 350px;
}

#slideA .ketem {
    position: absolute;
    bottom: -40px;
    transform: scaleX(-1);
    z-index: -1;
}

.main-logo {
    position: relative;
    max-width: none !important;
}

.slogan {
    position: absolute;
    bottom: 33px;
    left: 328px;
}

.normal-text {
    direction: rtl;
    text-align: right;
    font-size: 1.33rem;
}

.normal-text h2 {
    font-size: 2.66rem;
    margin-bottom: 1rem;
}

.theme-line {
    position: absolute;
    top: 0;
    height: 15px;
    z-index: 5;
}

#slideA .theme-line {
    background-color: rgb(16, 78, 20);
    right: 0;
    width: 12.5%;
}

#slideB .theme-line {
    background-color: rgb(180, 151, 90);
    right: 0;
    width: 65%;
}

#slideC .theme-line {
    background-color: rgb(217, 157, 151);
    left: 0;
    width: 65%;
}

#slideD .theme-line {
    background-color: rgb(77, 130, 145);
    right: 0;
    width: 65%;
}

#slideE .theme-line {
    background-color: rgb(146, 175, 114);
    left: 0;
    width: 65%;
}

#slideF .theme-line {
    background-color: rgb(180, 151, 90);
    right: 0;
    width: 65%;
}

#slideB .igulim {
    position: relative;
    text-align: left;
    left: -10%;
}

#slideB .igulim img {
    margin: 0 15px;
}

#slideC .wrapper {
    display: flex;
    min-height: calc(100vh - 85px - 90px - 90px - 35px);
    align-items: flex-end;
    position: relative;
}

#slideC .leaf-1 {
    position: absolute;
    bottom: -65px;
    left: 0;
}

#slideC .leaf-2 {
    position: absolute;
    right: 0;
    top: calc(50% - 125px);
}

#slideD .wrapper {
    display: flex;
    min-height: calc(100vh - 85px - 90px);
    align-items: center;
    position: relative;
}

#slideD .normal-text {
    color: #fff;
}

#slideD .igulim {
    margin-top: 35px;
    position: relative;
    text-align: center;
}

#slideD .igulim img {
    margin: 0 25px;
}

#slideD .leaf-3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

#slideE {
    padding: 90px 0;
}

#slideE .leaf-1 {
    position: absolute;
    top: 50px;
    left: 0;
    transform: translate3d(0, 200px, 0);
}

#slideE .leaf-1.aos-animate[data-aos=fade-up] {
    transform: translateZ(0);
}

#slideE .leaf-2 {
    position: absolute;
    right: 0;
    top: calc(50% - 125px);
}

#slideE .smaller {
    font-size: 1.15rem;
}

#slideF .container.normal-text {
    margin-top: 120px;
}

#slideF .wrapper {
    display: flex;
    min-height: calc(100vh - 280px - 85px - 60px - 60px);
    position: relative;
}

#slideGallery {
    padding: 90px 0;
}

#slideF .the-form {
    display: flex;
    align-items: flex-end;
    direction: rtl;
    width: 55%;
    text-align: right;
}

#slideF .the-form h2 {
    color: #104e14;
}

#slideF .the-form .instructions {
    color: #000;
    font-size: 1.25rem;
}

#slideF .the-form form {
    overflow: auto;
    position: relative;
}

#slideF .the-form .fields {
    width: 460px;
    float: right;
}

#slideF .the-form .fields input,
#slideF .the-form .fields textarea {
    background-color: transparent;
    border-radius: 1px;
    border-color: #aaa;
    margin: 20px 0;
    resize: none;
    padding: .5em .75em;
}

#slideF .the-form .fields textarea {
    height: 100px;
}

#slideF .the-form .map-and-btn {
    float: right;
}

#slideF .the-form .map-and-btn .submit-btn {
    position: relative;
    font-size: 2.2rem;
    margin: 68px 10px 0 0;
    width: 162px;
    cursor: pointer;
    text-align: center;
}

#slideF .the-form .map-and-btn .submit-btn.loading {
    cursor: wait;
    opacity: .4;
}

#slideF .the-form .map-and-btn .submit-btn img {
    position: absolute;
    left: 0;
    z-index: -1;
}

#google_map {
    border: 1px solid #aaa;
    border-radius: 1px;
    max-width: 258px;
    height: 208px;
    margin: 20px;
}

#slideF .the-form p.address {
    margin-top: 20px;
    font-size: 1.33rem;
    color: #104e14;
}

#slideF .the-form p.address a {
    color: #104e14;
    white-space: nowrap;
}

#slideF .mood {
    /* background: rgba(30, 30, 200, .5); */
    position: relative;
    width: 45%;
}

#slideF .leaf-1 {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 250px);
    max-width: 250px;
}

#slideF .leaf-2 {
    position: absolute;
    left: 50%;
    top: calc(50% - 125px);
    max-width: 250px;
}

#slideF .mood .logo {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.igulim img {
    transition: transform .5s;
}

.igulim img:hover {
    transform: scale(1.2);
}

[data-aos="fill-animation-left"] {
    transform: scaleX(0);
    transform-origin: left;
    transition-property: transform;
}

[data-aos="fill-animation-left"].aos-animate {
    transform: scaleX(1);
}

[data-aos="fill-animation-right"] {
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
}

[data-aos="fill-animation-right"].aos-animate {
    transform: scaleX(1);
}

@media (min-width: 992px) and (max-width: 1450px) {
    li.nav-item a.text-black {
        font-size: 1rem;
        margin: 0 0.1rem !important;
    }
    .cid-qv1frvgcz3 .navbar-toggleable-sm .navbar-collapse {
        padding-right: 1.5rem !important;
    }
    .cid-qv1frvgcz3 .menu-logo .navbar-brand {
        margin-left: 16px !important;
    }
    .cid-qv1frvgcz3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.collapse.show {
        background-color: rgba(250, 247, 237, .85);
        width: 100%;
    }
    .navbar-collapse.collapse.show>ul {
        padding: 0;
    }
    #slideB .igulim {
        width: 470px;
        margin: 0 auto;
    }
}

@media (max-width: 1435px) {
    #slideF .the-form .fields {
        width: 315px;
    }
    #slideF .the-form p.address {
        font-size: 1.1rem;
    }
}

@media (max-width: 1186px) and (min-width: 768px) {
    #slideF .the-form {
        width: 100%;
        z-index: 2;
    }
    #slideF .mood {
        position: absolute;
        width: 50%;
        height: 100%;
        z-index: 1;
    }
    #slideF .the-form p.address {
        font-size: 1.33rem;
        width: 100%;
        margin-bottom: 40px;
    }
    #slideF .together {
        white-space: nowrap;
    }
}

.max760 {
    max-width: 760px;
    padding: 0 15px;
}

@media (max-width: 767px) and (min-width: 601px) {
    #slideF .the-form {
        width: 100%;
    }
    #slideF .the-form .fields {
        width: 460px;
    }
    #slideF .mood {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    #slideF .mood .leaf-1,
    #slideF .mood .leaf-2 {
        display: none;
    }
    .map-and-btn {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #google_map {
        order: 2;
        margin: 20px auto;
    }
    .submit-btn {
        order: 1;
        margin-top: 10px !important;
    }
}

@media (max-width: 1040px) {
    #slideF .the-form p.address {
        width: calc(100% - 210px);
        text-align: center;
    }
    #slideF .together {
        white-space: nowrap;
    }
}

img {
    max-width: 100%;
}

#slideF .wrapper {
    overflow: hidden;
}

[data-aos="custom-anim1"] {
    transform: rotate(-45deg);
    transform-origin: 0 125px;
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="custom-anim1"].aos-animate {
    transform: rotate(0);
    opacity: 1;
}

#jarallax-container-0>div {
    background-position-y: 85px;
}

.nav-item .theme-line {
    opacity: 0;
    /* transform: scaleX(0); */
    transition: .5s;
    width: 100%;
    height: 15px;
    top: auto;
    bottom: -21px;
    left: 0;
    background-color: #104e14;
    transform-origin: 100%;
}

.nav-item.active .theme-line {
    transition-delay: .25s;
    transform-origin: 100%;
    opacity: 1;
    transform: scaleX(1);
}

.more-details-badge.close {
    transform: scale(0);
    opacity: 0;
}

@media (max-width: 1200px) {
    #slideA,
    #slideB,
    #slideC,
    #slideD,
    #slideE,
    #slideF {
        max-width: 100vw;
        overflow: hidden;
    }
    #slideB .col-md-8.normal-text {
        min-width: 75%;
    }
}

@media (max-width: 1450px) and (min-width: 1436px) {
    #slideF .fields {
        width: 400px !important;
    }
}

@media (max-width: 600px) {
    .more-details-badge {
        top: auto;
        bottom: 5%;
        z-index: 10;
        transition: opacity .5s transform 5s !important;
        transition-delay: .5s;
    }
    .more-details-badge.animate-hide {
        opacity: 0;
        transform: scale(0);
    }
    .normal-text {
        font-size: 1.2rem;
    }
    .normal-text h2 {
        font-size: 2.33rem;
    }
    .main-slide {
        bottom: 30%;
        z-index: 5;
    }
    .the-wrapper .main-logo {
        width: 400px;
    }
    #slideA {
        z-index: 1;
    }
    #slideA .the-wrapper {
        transform: scale(1);
    }
    #slideA .the-wrapper .leaf {
        width: 152px;
        left: 36% !important;
        top: 120px !important;
    }
    #slideA .the-wrapper .main-logo {
        width: 300px;
        max-width: none;
    }
    #slideA .ketem {
        z-index: 1;
    }
    #slideB {
        z-index: 2;
    }
    #slideB .igulim {
        width: auto;
    }
    #slideB .igulim img {
        margin: 10px 15px;
    }
    #slideC {
        z-index: 3;
    }
    #slideC .leaf-1 {
        width: 140px;
    }
    #slideC .leaf-2 {
        width: 180px;
    }
    #slideD {
        z-index: 4;
    }
    #slideD .leaf-3 {
        width: 170px;
    }
    #slideD .igulim img {
        margin: 10px 25px;
    }
    #slideE {
        z-index: 5;
    }
    #slideE .leaf-1 {
        width: 140px;
    }
    #slideE .leaf-2 {
        width: 180px;
    }
    #slideF {
        z-index: 6;
    }
    #slideF .the-form {
        width: 100%;
        z-index: 2;
    }
    #slideF .the-form .fields {
        width: 100%;
    }
    #slideF .mood {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    #slideF .mood .leaf-1,
    #slideF .mood .leaf-2 {
        display: none;
    }
    .map-and-btn {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #google_map {
        order: 2;
        margin: 20px auto;
    }
    .submit-btn {
        order: 1;
        margin-top: 10px !important;
    }
    #slideF .the-form p.address {
        margin-bottom: 150px;
        text-align: center;
        font-size: 1.33rem;
        width: 100%;
    }
    #slideF .mood .logo {
        left: 50%;
        transform: translateX(-50%);
    }
    #slideF .together {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    #slideA .the-wrapper {
        transform: scale(.75);
    }
}