/* slick */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*slick theme*/


/* Flex */

.ac-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ac-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ac-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.ac-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ac-flexalign-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ac-flexalign-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.ac-flexalign-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.ac-alignitems-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ac-justify-spacebetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ac-justify-space-even {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ac-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ac-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ac-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}


/*End Flex */

.slick-loading .slick-list {
    background: #fff;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'ג†'
}

[dir=rtl] .slick-prev:before {
    content: 'ג†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'ג†’'
}

[dir=rtl] .slick-next:before {
    content: 'ג†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ג€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    direction: ltr;
}

.slick-next,
.slick-prev {
    width: 25px;
    height: auto;
    top: 65%;
}

@font-face {
    font-family: 'JosefinSans-Medium';
    src: url('../fonts/JosefinSans-Medium.eot');
    src: url('../fonts/JosefinSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Medium.woff') format('woff'), url('../fonts/JosefinSans-Medium.ttf') format('truetype'), url('../fonts/JosefinSans-Medium.svg#svgFontName') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'LemonMilklight';
    src: url('../fonts/LemonMilklight.eot');
    src: url('../fonts/LemonMilklight.eot?#iefix') format('embedded-opentype'), url('../fonts/LemonMilklight.woff') format('woff'), url('../fonts/LemonMilklight.ttf') format('truetype'), url('../fonts/LemonMilklight.svg#svgFontName') format('svg');
    font-display: swap;
}

html,
body {
    font-family: 'Assistant', sans-serif;
    font-size: 1vw;
    color: #2B2E34;
}

.en-fontLemon {
    font-family: 'LemonMilklight';
}

.en-fontJosef {
    font-family: 'JosefinSans-Medium';
}

.ac-img-responsive {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}

p,
span {
    font-family: 'Assistant', sans-serif;
}

p {
    font-size: 1.4rem;
    line-height: 1.3;
    direction: rtl;
}

strong {
    font-weight: 700;
}

.ac-align-center {
    text-align: center;
}

.ac-align-right {
    text-align: right;
}

.ac-align-left {
    text-align: left;
}

.ac-wrapper-shapes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-hexagon {
    position: relative;
    width: 3.5rem;
    height: 2.5rem;
    background-color: #64C7CC;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-hexagon:before,
.ac-hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 1.75rem solid transparent;
    border-right: 1.75rem solid transparent;
}

.ac-hexagon:before {
    /*bottom: 100%;*/
    bottom: 2.45rem;
    border-bottom: 1rem solid #64C7CC;
}

.ac-hexagon:after {
    /*top: 100%;*/
    top: 2.45rem;
    width: 0;
    border-top: 1rem solid #64C7CC;
    left: 0;
}


/* Colors */

.ac-white {
    color: #fff;
}

.ac-textcolor {
    color: #2B2E34;
}

.ac-black {
    color: #000;
}

.ac-purple {
    color: #AF2A88;
}

.ac-bgwhite {
    background-color: #fff;
}

.ac-bgtextcolor {
    background-color: #2B2E34;
}

.ac-bgblack {
    background-color: #000;
}

.ac-bgyellow {
    background-color: #FFC30D;
}

.ac-bgorange {
    background-color: #E26B2D;
}

.ac-bgpurple {
    background-color: #AF2A88;
}

.ac-bggreen {
    background-color: #457B79;
}


/* End Colors */


/* app */

header {
    display: flex;
}

header .ac-col {
    background: #000;
    /*height: 5rem;*/
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .ac-col-2 {
    position: relative;
}

header .ac-col-2 .ac-container {
    display: flex;
}

section {
    display: flex;
    width: 100%;
    /* height: 90vh;*/
    height: 0vh;
    position: fixed;
    top: 10vh;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    z-index: 1;
}

section.ac-active {
    display: flex;
    width: 100%;
    height: 90vh;
    position: fixed;
    top: 10vh;
    left: 0;
    overflow: hidden;
    opacity: 1;
    z-index: 2;
}

.ac-sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ac-hide-on-mobile {
    display: block
}

.ac-show-on-mobile {
    display: none
}

.ac-col-50prcnt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ac-col-70prcnt {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ac-col-50prcnt .ac-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac-cover-pic {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#ac-page-0 .ac-cover-pic,
#ac-page-0 .ac-cover-pic .ac-cover-pic {
    object-position: top;
}

#ac-page-0 .ac-absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57.5%;
}

#ac-page-0 .ac-absolute-top .ac-col-50prcnt {
    height: 100%;
    text-align: center;
}

#ac-page-0 .ac-absolute-top .ac-col-50prcnt span:nth-child(1) {
    font-family: 'LemonMilklight';
    font-size: 3rem;
    letter-spacing: 0.5rem;
}

#ac-page-0 .ac-absolute-top .ac-col-50prcnt span.ac-mingle {
    font-family: 'LemonMilklight';
    font-size: 10rem;
    letter-spacing: 0.5rem;
}

#ac-page-1 .ac-mingle-title {
    font-size: 7.8rem;
}

#ac-page-1 .ac-mingle-subtitle {
    font-size: 2.3rem;
    letter-spacing: 14.43px;
    margin-top: 0.3rem;
}

#ac-page-1 .ac-mingle-description {
    font-weight: 700;
    font-size: 2.22rem;
    margin-top: 4rem;
}

#ac-page-2 .ac-hexagon:before {
    border-bottom: 1rem solid #ff0000;
}

#ac-page-2 .ac-hexagon:after {
    border-top: 1rem solid #ff0000;
}

#ac-page-2 .ac-hexagon span {
    font-size: 1.5rem;
    font-weight: 700;
}

#ac-page-2 .ac-wrapper-hexagon {
    position: relative;
    width: 100%;
    height: 0;
}

#ac-page-2 .ac-hexagon {
    position: relative;
    left: -11.4rem;
    bottom: 3rem;
    background-color: #ff0000;
}

#ac-page-2 .ac-rectangle2 .ac-hexagon {
    background-color: #6f8f2a;
}

#ac-page-2 .ac-rectangle2 .ac-hexagon:before {
    border-bottom: 1rem solid #6f8f2a;
}

#ac-page-2 .ac-rectangle2 .ac-hexagon:after {
    border-top: 1rem solid #6f8f2a;
}

#ac-page-2 .ac-rectangle {
    font-size: 1.85rem;
    font-weight: 700;
}

#ac-page-2 .ac-rectangle1 {
    background-image: url(../img/page2rectangle1.svg);
}

#ac-page-2 .ac-rectangle2 {
    background-image: url(../img/page2rectangle2.svg);
}

#ac-page-2 .ac-rectangle1,
#ac-page-2 .ac-rectangle2 {
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 19rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    margin-bottom: 2vh;
}

#ac-page-2 .ac-wrapper-shapes {
    flex-direction: column;
    margin-bottom: 3rem;
}

#ac-page-2 p {
    margin-bottom: 2rem;
}

#ac-page-3 .ac-bg-img {
    background-image: url(../img/page3.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#ac-page-3 .ac-row {
    width: 100%;
    text-align: center;
    height: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#ac-page-3 .ac-row span {
    position: relative;
    z-index: 2
}

#ac-page-3 .ac-row span.ac-white {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    display: block;
}

#ac-page-3 .ac-row .ac-sp-text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11rem;
    color: #0000001f;
    display: block;
    z-index: 1;
}

#ac-page-3 .ac-text-1 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700
}

#ac-page-3 .ac-text-2 {
    font-size: 3.8rem;
    letter-spacing: 1rem;
    text-align: center;
    line-height: 5rem;
    margin-top: 1rem;
    position: relative;
    right: -1rem;
}

#ac-page-4 .ac-row {
    width: 100%;
    text-align: center;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#ac-page-4 .ac-row span {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    display: block;
    font-weight: 700;
}

#ac-page-5 {
    justify-content: center;
    align-items: center;
}

#ac-page-5 .ac-gallerylider {
    width: 100%;
    margin: auto;
}

#ac-page-5 .ac-slide span {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 1rem;
}

#ac-page-5 .ac-gallerylider .slick-arrow {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#ac-page-5 .ac-gallerylider .ac-nextArrow.slick-arrow {
    left: 3rem;
}

#ac-page-6 .ac-wrapper-mobile {
    width: 40%;
    display: flex;
    flex-direction: column;
    background-blend-mode: difference;
    align-items: center;
    position: relative;
    margin-top: 2rem;
}

#ac-page-6 .ac-hexagon {
    background-color: #FFC30D;
    width: 14.5rem;
    height: 12.5rem;
    position: absolute;
    top: 23%;
    left: 13%;
}

#ac-page-6 .ac-hexagon:before {
    bottom: 12.51rem;
    border-bottom: 4rem solid #FFC30D;
}

#ac-page-6 .ac-hexagon:after {
    top: 12.5rem;
    width: 0;
    border-top: 3rem solid #FFC30D;
    left: 0;
}

#ac-page-6 .ac-hexagon:before,
#ac-page-6 .ac-hexagon:after {
    border-left: 7.2rem solid transparent;
    border-right: 7.2rem solid transparent;
}

#ac-page-6 .ac-wrapper-mobile img {
    position: relative;
    z-index: 1;
}

#ac-page-6 span.ac-align-center {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    display: block;
}

#ac-page-7 .ac-wrapper-shapes,
#ac-page-8 .ac-wrapper-shapes {
    flex-direction: column;
}

#ac-page-7 .ac-wrapper-shapes .ac-row,
#ac-page-8 .ac-wrapper-shapes .ac-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98rem;
    margin-bottom: 1rem;
}

#ac-page-7 .ac-wrapper-shapes .ac-row span,
#ac-page-8 .ac-wrapper-shapes .ac-row span {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2;
    direction: rtl;
    margin-top: 0.5rem;
}

#ac-page-7 .ac-wrapper-shapes .ac-row img,
#ac-page-8 .ac-wrapper-shapes .ac-row img {
    /* width:80%;*/
    width: 5rem;
}

#ac-page-7 .ac-wrapper-shapes .ac-row .ac-icon-3 img,
#ac-page-8 .ac-wrapper-shapes .ac-row .ac-icon-3 img {
    /*width: 70%;*/
    width: 5rem;
}

#ac-page-7 .ac-wrapper-shapes .ac-title,
#ac-page-8 .ac-wrapper-shapes .ac-title {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    direction: rtl;
    font-weight: 700;
    margin-bottom: 1rem;
}

#ac-page-7 .ac-wrapper-shapes .ac-row .ac-icon,
#ac-page-8 .ac-wrapper-shapes .ac-row .ac-icon {
    margin: 0 0rem;
    width: 8%;
}

#ac-page-9 span {
    font-size: 1.8rem;
    margin: 1.5rem auto;
    display: block;
    direction: rtl;
}

#ac-page-9 .ac-img-icon {
    width: 8rem;
}

#ac-page-10 .ac-col-70prcnt {
    width: 85%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: auto;
}

#ac-page-10 .ac-col-70prcnt .ac-col {
    display: flex;
    flex-direction: column;
    width: 40%;
}

#ac-page-10 .ac-city {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
}

#ac-page-10 .ac-city span {
    display: block;
    color: #fff;
    font-size: 2rem;
}

#ac-page-10 .ac-city img {
    width: 2.5rem;
    margin-left: 1rem;
}

#ac-page-11 .ac-col-50prcnt {
    justify-content: flex-start;
    align-items: flex-start;
}

#ac-page-11 .ac-col-50prcnt .ac-row {
    width: 75%;
    height: 50%;
    display: flex;
    flex-direction: row;
}

#ac-page-11 .ac-col-50prcnt .ac-row-bottom {
    flex-direction: row-reverse;
}

#ac-page-11 .ac-col-50prcnt .ac-row .ac-col-1 {
    width: 30%;
}

#ac-page-11 .ac-col-50prcnt .ac-row .ac-col .ac-innerrow {
    width: 100%;
    height: 50%;
}

#ac-page-11 .ac-col-50prcnt .ac-row .ac-col .ac-innerrow.ac-bgorange {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    padding: 10%;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}

#ac-page-11 .ac-col-50prcnt .ac-row-bottom .ac-col .ac-innerrow.ac-bgorange {
    align-items: self-end;
    direction: rtl;
    text-align: left;
}

#ac-page-11 .ac-col-50prcnt .ac-row .ac-col .ac-innerrow span {
    line-height: 1.3;
    font-size: 1.3rem;
    margin-bottom: -0.8rem;
    display: block;
    margin-top: 0;
}

#ac-page-11 .ac-col-50prcnt .ac-row .ac-col .ac-innerrow.ac-bgorange picture {
    width: 20%;
    margin-bottom: 1rem;
}

#ac-page-11 .ac-col-50prcnt .ac-row .ac-col-2 {
    width: 70%;
}

#ac-page-12 .ac-col-50prcnt {
    flex-wrap: wrap;
    flex-direction: row;
}

#ac-page-12 .ac-col-50prcnt:nth-child(2) {
    flex-wrap: unset;
    flex-direction: column
}

#ac-page-12 .ac-col-50prcnt .ac-box {
    width: 33.33%;
    height: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#ac-page-12 .ac-col-50prcnt .ac-box .ac-cover-pic {
    object-position: bottom;
}

#ac-page-12 .ac-col-50prcnt .ac-box span {
    position: absolute;
    bottom: 4%;
    right: 4%;
    color: #fff;
    text-shadow: 0.1rem 0.1rem 0.2rem #000;
}

#ac-page-12 .ac-col-50prcnt:nth-child(2) picture {
    width: 25%;
    height: auto;
    margin-bottom: 2rem;
}

#ac-page-12 .ac-col-50prcnt:nth-child(2) p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

#ac-page-12 .ac-col-50prcnt:nth-child(2) span.ac-title {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5rem;
    direction: rtl;
}

#ac-page-12 .ac-col-50prcnt:nth-child(2) p strong {
    font-weight: 700;
}

#ac-page-13 form {
    width: 45%;
    margin: 0 auto;
}

#ac-page-13 form input {
    width: 100%;
    background: #000;
    color: #fff;
    border: 0;
    height: 3.3rem;
    margin-bottom: 1rem;
    direction: rtl;
    padding-right: 1rem;
    box-sizing: border-box;
    font-family: 'Assistant', sans-serif;
}

#ac-page-13 .ac-col-50prcnt.ac-bgwhite picture {
    width: 28%;
    margin: 2rem auto 0;
}

#ac-page-13 form .ac-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#ac-page-13 form .btn-send,
#ac-page-13 form .btn-send input {
    background: transparent;
    padding: 0;
}

#ac-page-13 form .phone {
    width: 83%;
}

#ac-page-13 form legend {
    border: 0;
    padding: 0;
    white-space: normal;
    font-size: 1.85rem;
    font-weight: 700;
    display: block;
    text-align: center;
    direction: rtl;
    margin-bottom: 3rem;
    color: #000;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#ac-page-13 .ac-col-50prcnt:nth-child(2) .ac-wrapper-text {
    position: absolute;
    bottom: 1%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.7rem;
    right: 2%;
}

#ac-page-13 .ac-col-50prcnt:nth-child(2) .ac-wrapper-text .ac-sp-1 {
    display: block;
    position: relative;
    bottom: -2.5rem;
    left: -1rem;
    font-family: 'JosefinSans-Medium';
    font-weight: 100;
}

#ac-page-13 .ac-col-50prcnt:nth-child(2) .ac-wrapper-text .ac-sp-2 {
    display: block;
    font-size: 5.5rem;
}

#ac-page-13 .ac-right-cover {
    object-position: bottom;
}

#ac-page-13 .ac-col-50prcnt {
    position: relative;
}

#ac-page-13 .ac-absolute-top {
    position: absolute;
    width: 100%;
    height: 57%;
    bottom: 0;
    right: 0;
}

#ac-page-13 .ac-absolute-top .ac-center {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ac-page-13 .ac-absolute-top .ac-center span:nth-child(1) {
    font-family: 'LemonMilklight';
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    display: block;
    margin-bottom: -1rem;
}

#ac-page-13 .ac-absolute-top .ac-center span.ac-mingle {
    font-family: 'LemonMilklight';
    font-size: 8rem;
    letter-spacing: 0.5rem;
}

.ac-godown-btn,
.ac-goup-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 2;
    background: transparent;
    border: 0;
    transition: bottom 2s;
}

.ac-godown-btn {
    animation: MoveUpDown 3s ease-in-out infinite;
}

.ac-goup-btn {
    animation: MoveUpDown_ 3s ease-out infinite;
    display: none;
    transform: rotate(180deg);
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 4rem;
        opacity: 0;
    }
    50% {
        bottom: 2rem;
        opacity: 1;
    }
}

@keyframes MoveUpDown_ {
    0%,
    100% {
        bottom: 2rem;
        opacity: 1;
    }
    50% {
        bottom: 4rem;
        opacity: 0;
    }
}

@media(min-width:1921px) {
    html,
    body {
        font-size: 0.6vw;
    }
    #ac-page-6 .ac-hexagon:after {
        top: 19.5rem;
        width: 0;
        border-top: 4rem solid #FFC30D;
        left: 0;
    }
    #ac-page-6 .ac-hexagon {
        background-color: #FFC30D;
        width: 24.5rem;
        height: 19.5rem;
        position: absolute;
        top: 23%;
        left: 13%;
    }
    #ac-page-6 .ac-hexagon:before {
        bottom: 19.43rem;
        border-bottom: 4rem solid #FFC30D;
    }
    #ac-page-6 .ac-hexagon:before,
    #ac-page-6 .ac-hexagon:after {
        border-left: 12.2rem solid transparent;
        border-right: 12.2rem solid transparent;
    }
}

.ac-mobile-contactbtn {
    display: none
}

@media(max-width:1000px) {
    html {
        font-size: 3vw;
    }
    .ac-hide-on-mobile {
        display: none
    }
    .ac-show-on-mobile {
        display: block
    }
    .ac-mobile-contactbtn {
        background-color: #FFC30D;
        color: #000;
        position: fixed;
        top: 10%;
        left: 0;
        font-size: 1.5rem;
        z-index: 2;
        text-decoration: unset;
        padding: 0.1rem 0.4rem 0;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ac-mobile-contactbtn span {
        display: block;
        width: 2rem;
        height: 2rem;
    }
    .ac-mobile-contactbtn span svg {
        width: 100%;
        height: 100%;
    }
    .ac-hidden {
        display: none
    }
    header .ac-col-1 {
        width: 100%;
    }
    header .ac-col-2 {
        width: 100%;
    }
    .ac-col-50prcnt {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ac-godown-btn {
        display: none
    }
    #ac-page-14,
    #ac-page-15 {
        display: none
    }
    .ac-col-70prcnt {
        width: 100%;
    }
    section.ac-active,
    section {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        opacity: 1;
        z-index: 2;
    }
    #ac-page-0 .ac-absolute-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 49.5%;
    }
    #ac-page-0 .ac-absolute-top .ac-col-50prcnt span:nth-child(1) {
        font-size: 1rem;
    }
    #ac-page-0 .ac-absolute-top .ac-col-50prcnt span.ac-mingle {
        font-size: 3rem;
    }
    #ac-page-1 .ac-mingle-title {
        font-size: 5rem;
    }
    #ac-page-1 .ac-mingle-subtitle {
        font-size: 1rem;
        position: relative;
        left: 0.8rem;
    }
    #ac-page-1 .ac-col-50prcnt:nth-child(1) {
        padding: 5rem 0;
    }
    #ac-page-1 .ac-mingle-description {
        font-size: 2rem;
    }
    #ac-page-2 {
        flex-direction: column-reverse;
        display: flex;
    }
    #ac-page-2 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-3 {
        flex-direction: column-reverse;
        display: flex;
    }
    #ac-page-3 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-3 .ac-row {
        height: 14rem;
    }
    #ac-page-4 .ac-col-50prcnt .ac-row-2.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-4 .ac-col-50prcnt .ac-row-3 {
        padding-bottom: 5rem;
    }
    #ac-page-5 .ac-slide span {
        margin-right: 1rem;
    }
    #ac-page-5 {
        padding: 1rem;
        box-sizing: border-box;
    }
    #ac-page-5 .ac-gallerylider .ac-nextArrow.slick-arrow {
        left: 5rem;
    }
    #ac-page-6 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-6 .ac-wrapper-mobile {
        width: 71%;
    }
    #ac-page-6 .ac-hexagon {
        background-color: #FFC30D;
        width: 16.5rem;
        height: 15.5rem;
        position: absolute;
        top: 26%;
        left: 15%;
    }
    #ac-page-6 .ac-wrapper-mobile img {
        top: 1rem;
    }
    #ac-page-6 .ac-hexagon:before {
        bottom: 15.51rem;
        border-bottom: 4rem solid #FFC30D;
    }
    #ac-page-6 .ac-hexagon:before,
    #ac-page-6 .ac-hexagon:after {
        border-left: 8rem solid transparent;
        border-right: 8rem solid transparent;
    }
    #ac-page-6 .ac-hexagon:after {
        top: 15.5rem;
    }
    #ac-page-7 {
        flex-direction: column-reverse;
        display: flex;
    }
    #ac-page-7 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-8 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-9 {
        flex-direction: column-reverse;
        display: flex;
    }
    #ac-page-9 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-10 .ac-col-70prcnt {
        width: 100%;
        flex-direction: column;
    }
    #ac-page-10 .ac-col-70prcnt .ac-col {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 2rem auto;
        background-color: #457B79;
    }
    #ac-page-11 .ac-col-50prcnt .ac-row {
        width: 100%;
    }
    #ac-page-12 {
        flex-direction: column-reverse;
        display: flex;
    }
    #ac-page-12 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-12 .ac-col-50prcnt:nth-child(2) p {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    #ac-page-12 .ac-col-50prcnt:nth-child(2) span.ac-title {
        font-size: 2.5rem;
    }
    #ac-page-12 .ac-col-50prcnt:nth-child(2) picture {
        width: 52%;
    }
    #ac-page-12 .ac-col-50prcnt .ac-box {
        width: 50%;
    }
    #ac-page-12 .ac-col-50prcnt .ac-box-9 {
        width: 100%;
    }
    #ac-page-12 .ac-col-50prcnt .ac-box span {
        font-size: 1.3rem;
    }
    #ac-page-13 .ac-col-50prcnt.ac-pad {
        padding: 5rem 0;
    }
    #ac-page-13 form {
        width: 90%;
        margin: 0 auto;
    }
    #ac-page-13 form input {
        font-size: 1.5rem;
    }
    #ac-page-13 form .phone {
        width: 87%;
    }
    #ac-page-13 .ac-col-50prcnt.ac-bgwhite picture {
        width: 45%;
    }
    #ac-page-13 .ac-absolute-top .ac-center {
        height: 119%;
    }
}

.ac-ty-popup {
    display: none;
}

.ac-ty-popup.ac-active {
    width: 50vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000b8;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 7vw;
    color: #fff;
    direction: rtl;
}

img.ac-shenkin {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 4rem;
    transform: rotate(-90deg);
    position: fixed;
    left: -0.1rem;
    top: 50%;
    z-index: 99;
}

#ac-page-13 .ac-footer-logos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 1rem;
}

#ac-page-13 .ac-footer-logos a {
    color: #000;
    text-decoration: none;
}

#ac-page-13 .ac-footer-logos a p {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 0.9vw;
    color: #6D3F35;
}

#ac-page-13 .ac-footer-logos p,
#ac-page-13 .ac-footer-logos span {
    font-family: 'Rubik', sans-serif;
}

#ac-page-13 .ac-footer-logos a img {
    width: 3rem;
}

@media (max-width: 1000px) {
    img.ac-shenkin {
        width: 50px;
        transform: rotate(-90deg);
        position: fixed;
        left: 0rem;
        top: 50%;
        z-index: 99;
    }
    #ac-page-0 {
        margin-top: 10vh;
    }
    #ac-page-13 .ac-footer-logos a p {
        font-size: 0.72rem;
    }
    #ac-page-13 .ac-footer-logos a img {
        width: 2rem;
    }
}


/* New Gallery Design Desktop */

#ac-page-5 .ac-gallery-newdesign {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ac-page-5 .ac-gallery-newdesign .ac-slide {
    width: 30%;
    cursor: pointer;
    transition: background-color 0.5s;
    cursor: zoom-in;
}

#ac-page-5 .ac-gallery-newdesign .ac-slide:hover {
    background-color: #000;
}

#ac-page-5 .ac-slide span {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

@media(max-width:1000px) {
    #ac-page-5 .ac-gallery-newdesign .ac-slide {
        width: 100%
    }
    #ac-page-5 .ac-slide span {
        font-size: 2rem;
    }
}

.ac-popupgallery {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
}

.ac-popupgallery .ac-popupgallery-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ac-popupgallery .ac-close-wrapper {
    height: 0;
    width: 100%;
    position: relative;
}

.ac-popupgallery .ac-close-wrapper button {
    background: transparent;
    border: 0;
    font-size: 5vw;
    transform: rotate(45deg);
    float: right;
    margin-right: 1vw;
}