/*!
Theme Name: maayanminzly
Theme URI: https://concept1.co.il/
Author: Roman Dydnuk
Author URI: http://dudnyk.rb@gmail.com
Description: This is wordpress theme made by Concept1. The url: <a target=\"_blank\" href=\"https://concept1.co.il/\">Concept1</a>
Version: 1.0.0
*/

/*
* Description: This is the main style that is used in all languages.
*              The /--- (Example text) ---/ allow you to navigate in file.
*              Comments tells about the code where it used.
*/

/*---------------- Import fonts.css ------------------*/

@import "fonts.css";

/*-------------- End import fonts.css ----------------*/
/*----------------------------------------------------*/
/*------------------- Default code -------------------*/


/*special color and sizes*/

:root {

    /*The colors (cr - to find by search)*/
        --white: #FFF;
        --Blue: #031534;
        --Gold: #EDD484;
        --Golden-lines: #EDD484;
        --Red: #D23143;
    /*The background (bg - to find by search)*/

    /*The text sizes (sz - to find by search)*/
        --h1-title: 4.125rem;
        --h2-title: 3.25rem;
        --h3-title: 2.5rem;
        --h4-title: 1.75rem;
        --h5-title: 1.5rem;
        --body-tx: 1.25rem;
    /*Post sizes*/

}

* {
    box-sizing: border-box;
}

/*rest of all not standard style for texts*/

::placeholder, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
menu, nav, output, ruby, section, summary,
time, mark {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    appearance: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-rendering: optimizeLegibility;
    text-decoration: inherit;
    color: inherit;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans Hebrew", serif;
    font-style: normal;
    font-weight: normal;
    padding-top: 168px;
    background: url("/wp-content/uploads/2025/01/color-1-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    font-size: var(--body-tx);
}

body:before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #031534 30.38%, rgba(3, 21, 52, 0.00) 100%);
}

body.page-template-tpl-simple-page:before,
body.single-post:before,
body.page-template-tpl-homepage:before {
    content: none;
}

body.page-template-tpl-simple-page,
body.single-post,
body.page-template-tpl-homepage {
    padding-top: 0;
    background: #FFFFFF;
}

body .container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
body section {
    max-width: 3600px;
    width: 100%;
    margin: 0 auto;
}
body .site-main {
    /*background-image: url("");*/
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    max-width: 3600px;
    width: 100%;
    margin: 0 auto;
}
body img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.7s ease-in-out;
}
body select, body input, body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Chrome and other browsers*/
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
body select::-ms-expand {
    display: none;
}
body input[type="submit"] {
    cursor: pointer;
}
body .wpcf7-spinner,
body .wpcf7 form .wpcf7-response-output,
body .wpcf7-not-valid-tip,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}
body .mob {
    display: none !important;
}
body .fancybox-container {
    z-index: 9999999 !important;
}
body.stop {
    overflow: hidden;
}
body .woocommerce {
    width: 100%;
}
body #primary {
    position: relative;
    padding: 0;
    z-index: 1;
}

body.admin-bar {
    /*padding-top: 32px;*/
}

h1 {
    font-size: var(--h1-title);
    line-height: .8;
    font-weight: 800;
}

h2 {
    font-size: var(--h2-title);
    line-height: 1;
    font-weight: 600;
}

h3 {
    font-size: var(--h3-title);
    line-height: 1.2;
    font-weight: 600;
}

h4 {
    font-size: var(--h4-title);
    line-height: 1.2;
    font-weight: 600;
}

h5 {
    font-size: var(--h5-title);
    line-height: 1.2;
    font-weight: 600;
}

p {
    font-size: var(--body-tx);
    line-height: 1.5;
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0!important;
}

strong {
    font-weight: 700;
}

/*------------------ End default code ----------------*/
/*----------------------------------------------------*/
/*------------------- Header code --------------------*/

.admin-bar header {
    top: 62px;
}

header {
    position: absolute;
    top: 30px;
    width: 100%;
    right: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1782px + 60px);
    padding: 0 30px;
}

header nav ul.menu {
    display: flex;
    align-items: center;
    gap: 52px;
    list-style: none;
}

header nav ul.menu li a {
    display: flex;
    color: var(--white, #FFF);
    text-align: right;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 1.875rem */
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease-in;
}

header nav ul.menu li a:hover,
header nav ul.menu li.current-menu-item:not(#menu-item-15):not(#menu-item-185) a {
    color: var(--Gold, #EDD484);
}

header nav ul.menu li.current-menu-item:not(#menu-item-15):not(#menu-item-185) a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2px;
    background: #EDD484;
}

header .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5625rem 1.5625rem 0rem 1.5625rem;
    background: linear-gradient(90deg, #EDD484 2.33%, #C9A83F 50.84%, #B09130 93%);
    gap: 15px;
    box-shadow: 0px 4px 20px 0px #010D21;
    color: var(--Blue, #031534);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px 20px;
}


/*----------------- End header code ------------------*/
/*----------------------------------------------------*/
/*------------------- banner code --------------------*/

#banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-height: 1300px;
}

#banner:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #121624 0%, rgba(69, 84, 138, 0.10) 100%);
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#banner video {
    display: flex;
    width: 100%;
    height: auto;
}

#banner .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: calc(1746px + 60px);
    padding: 0 30px;
    position: absolute;
    z-index: 3;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}

#banner .content {
    max-width: 940px;
    margin-left: 20px;
    padding-top: 141px;
}

#banner .content h1 {
    color: var(--white, #FFF);
    text-align: right;
    text-shadow: 49px 41px 50px rgba(9, 62, 154, 0.50);
    font-style: normal;
    font-weight: 800;
    line-height: 1.5; /* 6.1875rem */
}

#banner .content h3 {
    color: var(--white, #FFF);
    text-align: right;
    text-shadow: 49px 41px 50px rgba(3, 21, 52, 0.50);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 3.75rem */
    margin-top: .8em;
}

#banner .content .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: var(--Blue, #031534);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.5625rem 0rem;
    background: linear-gradient(90deg, #EDD484 2.33%, #C9A83F 50.84%, #B09130 93%);
    box-shadow: 0px 4px 20px 0px #010D21;
    padding: 16.5px 20px;
    margin-top: 54px;
}

/*----------------- End banner code ------------------*/
/*----------------------------------------------------*/
/*---------------- information code ------------------*/


#information {
    overflow: hidden;
    margin-top: 200px;
    background: var(--Blue);
    padding: 80px 0 100px;
    display: flex;
    z-index: 1000;
    position: relative;
}

#information .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1442px + 60px);
    padding: 0 30px;
    overflow: visible;
    position: relative;
    z-index: 10000;
}

#about-us {
    position: absolute;
    right: 0;
    top: -50px;
}

#information .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12.5rem 0rem 0rem 0rem;
    border: 4px solid var(--Golden-lines, #EDD484);
}

#information .thumbnail img {
    object-position: top;
}

#information .title {
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
    margin-bottom: 38px;
}

#information .title:after {
    /*content: '';*/
    display: flex;
    width: 100000000000000000000000px;
    height: 4px;
    background: #EDD484;
}

#information .title-mob {
    display: none;
    color: #FFFFFF;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 3rem */
}

#information .title h2 {
    padding-bottom: 13px;
}

#information .content {
    max-width: 692px;
    color: #FFFFFF;
}


/*-------------- End information code ----------------*/
/*----------------------------------------------------*/
/*------------------- Video code ---------------------*/


.page-template-tpl-homepage #video {
    margin-top: 200px;
}

#video {
    overflow: hidden;
}

#video .container {
    max-width: calc(1442px + 60px);
    padding: 0 30px;
}

#video .title-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#video .title-video .right-side {
    display: flex;
    flex-direction: column;
    position: relative;
}

#video .title-video .right-side:after {
    content: '';
    position: absolute;
    width: 1000000000000px;
    left: -40px;
    height: 4px;
    bottom: 0;
    background: #EDD484;
}

#video .title-video .right-side h2 {
    padding-bottom: 17px;
}

#video .title-video .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    max-width: 693px;
}

#video .title-video .info .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5625rem 0rem;
    background: var(--Blue, #031534);
    color: var(--Gold, #EDD484);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px 20px;
    margin-top: 40px;
}

#video .tabs {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
    max-width: calc(1442px + 60px);
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
}

#video .tabs .one-tab {
    display: flex;
    color: var(--white, #FFF);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px 40px;
    border-radius: 1.5625rem;
    border: 1px solid var(--white, #FFF);
    background: var(--Blue, #031534);
    cursor: pointer;
    transition: all .2s linear;
}

#video .tabs .one-tab:hover,
#video .tabs .one-tab.active {
    border: 1px solid var(--Gold, #FFF);
    background: var(--Gold);
    color: #031534;
}

#video .read-more-btn {
    display: none;
}

#video #videos {
    margin-top: 120px;
}

#videos {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 56px;
    row-gap: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1442px + 60px);
    padding: 0 30px;
}

#videos.active {
    display: grid;
}

#videos .one-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

#videos .one-video .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    border: 2px solid var(--Gold, #EDD484);
    position: relative;
    overflow: hidden;
    width: 100%;
}

#videos .one-video .thumbnail .background {
    width: 100%;
    display: flex;
    position: relative;
}

#videos .one-video .thumbnail .background:before {
    content: '';
    width: 100%;
    padding-top: 54.6%;
}

#videos .one-video .thumbnail .background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
}

#videos .one-video .thumbnail .player {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(3, 21, 52, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
}

#videos .one-video .thumbnail .player svg circle {
    transition: all .3s ease-in;
}

#videos .one-video:hover .thumbnail .player svg circle {
    fill: var(--Gold);
}

#videos .one-video .title {
    color: var(--Blue, #031534);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-template-tpl-video #videos .one-video .title {
    color: #FFFFFF;
}

/*----------------- End Video code -------------------*/
/*----------------------------------------------------*/
/*------------------- service code --------------------*/


.page-template-tpl-homepage #service {
    margin-top: 140px;
    background: var(--Blue, #031534);
}

.page-template-tpl-services #service {
    padding-top: 0;
}

#service {
    padding: 73px 0 160px;
}

#services {
    margin-top: 120px;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    max-width: calc(1440px + 60px);
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
}

#services .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    padding: 20px 20px 33px;
    border-radius: 1.5625rem 0rem;
    border: 4px solid var(--Golden-lines, #EDD484);
    text-align: center;
    transition: all .3s linear;
}

#services .item:hover {
    border: 4px solid #D23143;
}

#services .item .title {
    color: var(--Blue, #031534);
    margin-bottom: 35px;
    transition: all .3s linear;
    text-wrap: balance;
}

#services .item:hover .title {
    color: #D23143;
}

#services .item .thumbnail {
    margin-bottom: 22px;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 1.5625rem 0rem;
}

#service .item .thumbnail:before {
    content: '';
    width: 100%;
    padding-top: 80%;
}

#service .item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    object-position: top;

    transition: all .2s ease-in-out;
    filter: grayscale(1);
}

#service .item:hover .thumbnail img {
    filter: grayscale(0);
}

#services .item .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white, #FFF);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.5625rem 0rem;
    background: linear-gradient(90deg, #EDD484 2.33%, #C9A83F 50.84%, #B09130 93%);
    margin-top: auto;
    margin-bottom: 0;
    padding: 11px 55px;
    transition: all .3s linear;
}

#services .item:hover .button {
    background: linear-gradient(90deg, #D23043 2.33%, #D23143 50.84%, #AA1E2E 93%)!important;
}

/*----------------- End service code -------------------*/
/*----------------------------------------------------*/
/*------------------- testimonials code --------------------*/


#testimonials {
    padding-top: 200px;
    background: #FFFFFF;
    padding-bottom: 110px;
}

#testimonials .title {
    color: var(--Blue, #031534);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    position: relative;
}

#testimonials .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(1440px + 60px);
    padding: 0 30px;
    position: relative;
}

#testimonials .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 73px auto 0;
    padding: 0 60px;
    max-width: calc(1440px + 120px);
}

#testimonials .wrapper .left-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#testimonials .wrapper .right-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#testimonials .inner {
    display: flex;
    align-items: center;
    max-width: 1127px;
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
}

#testimonials .item {
    display: flex;
    padding: 57px 45px 0 0;
    position: relative;
}

#testimonials .item .icon {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 137px;
    height: 137px;
    z-index: 1;
}

#testimonials .item .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    border-radius: 1.5625rem 0rem;
    background: var(--Red, #D23143);
    color: #FFFFFF;
    padding: 80px 125px 58px;
}

#testimonials .owl-carousel {
    /*position: unset;*/
}

#testimonials .owl-nav button:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

#testimonials .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#testimonials .owl-nav button.owl-prev {
    right: 0;
}

#testimonials .owl-nav button.owl-next {
    left: 0;
}

#testimonials .wrapper .owl-carousel button.owl-dot span {
    background: #F6D6D9;
}

#testimonials .wrapper .owl-carousel .owl-dots {
    margin-top: 20px;
}

#testimonials .wrapper .owl-carousel button.owl-dot.active span {
    background: #D23043;
}

.page-template-tpl-testimonials {
    padding-top: 168px;
    padding-bottom: 220px;
}

#testimonials-page {
    background: #FFFFFF;
    padding-top: 98px;
    padding-bottom: 100px;
}

.page-template-tpl-testimonials #testimonials-page {
    background: transparent;
    padding-top: 0;
}

.page-template-tpl-testimonials #testimonials-page .inner {
    margin-top: 50px;
}

#testimonials-page .title {
    margin-bottom: 0!important;
    text-align: center;
    text-wrap: pretty;
}

#testimonials-page .title h2 {
    margin-bottom: 1.2em;
}

#testimonials-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(1437px + 60px);
    padding: 0 30px;
}


#testimonials-page .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    row-gap: 0!important;
}

#testimonials-page .inner .item {
    background: transparent;
    padding: 40px 0 0 0;
    position: relative;
    height: fit-content;
    color: #1B1B1E;
}


#testimonials-page .inner .item.thumbnail-items {
    padding: 100px 0 0 0;
    margin-top: 20px;
}

#testimonials-page .inner .item .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

#testimonials-page .inner .item .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    border-radius: 20px 0px;
    background: #C6D8F6;
    padding: 46px 80px 17px 35px;
}

#testimonials-page .inner .item .info {
    padding: 15px 0 0 0;
    margin: auto 0 0 0;

    /*color: #CD0707;*/
}

#testimonials-page .inner .item .info strong {
    zoom: 1.2;
}

#testimonials-page .button {
    display: flex;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 1.5625rem 0rem;
    border: 2px solid var(--Golden-lines, #EDD484);
    background: var(--Blue, #031534);
    padding: 9px 26px;
    margin: 43px auto 0;
}

    /*----------------- End testimonials code -------------------*/
/*----------------------------------------------------*/
/*------------------- blog code --------------------*/

.page-template-tpl-blog #blog {
    margin-top: 0;
    padding-top: 0;
}

#blog {
    background: linear-gradient(180deg, #031534 70.38%, rgba(3, 21, 52, 0.00) 100%);
    padding: 90px 0 0 0;
    margin-top: 0px;
}

#blog .container {
    max-width: calc(1442px + 60px);
    padding: 0 30px;
}

#blog .title-blog {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 48px;
    position: relative;
}

#blog .title-blog:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 1000000px;
    left: 0;
    height: 3px;
    background: rgba(237, 212, 132, 1);
}

#blog .title-blog .right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--Gold);
}

#blog .title-blog .info {
    width: 50%;
    max-width: 688px;
    color: #FFFFFF;
}

#blog #blogs {
    margin-top: 96px;
}

#blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 120px;
    max-width: calc(1442px + 60px);
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
}

#blogs .item {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    align-items: center;
}

#blogs .item .content {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 20px;
    margin-bottom: 40px;
}

#blogs .item .content a:first-child {
    transition: all .3s ease-in;
}

#blogs .item:hover .content a:first-child {
    color: var(--Red, #D23143);
}

#blogs .item .thumbnail {
    display: flex;
    border-radius: 0 1.25rem 0 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#blogs .item .thumbnail:before {
    padding-top: 70%;
    width: 100%;
    content: '';
}

#blogs .item .thumbnail img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    transition: all .5s ease-in-out;
}

#blogs .item:hover .thumbnail img {
    scale: 1.2;
}


#blogs .item .button {
    display: flex;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 1.875rem */
    border-radius: 1.5625rem 0rem;
    border: 2px solid var(--Golden-lines, #EDD484);
    background: var(--Blue, #031534);
    padding: 9px 26px;
    margin: auto 0 0;
}

/*----------------- End blog code -------------------*/
/*----------------------------------------------------*/
/*------------------- Footer code --------------------*/


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 84px;
    position: relative;
}

footer .background {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.page-template-tpl-homepage footer .background {
    display: flex;
}

footer .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1.5625rem;
    background: linear-gradient(180deg, rgba(237,212,132,1) 0%, rgba(136,122,76,1) 100%);

    /* MAAYAN SHADOW */
    box-shadow: 0px 4px 20px 0px #010D21;
    max-width: 1080px;
    width: 100%;
    padding: 76px 30px 103px;
}

footer .contact-form .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--Blue, #031534);
    margin-bottom: 30px;
}

footer .contact-form .title h2 {
    margin-bottom: .37em;
}

footer form {
    direction: rtl!important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 33px;
    max-width: 703px;
    /*overflow: hidden;*/
}

footer form * {
    direction: rtl!important;
    display: flex;
}

.input-1 { grid-area: 1 / 1 / 2 / 2; }
.input-2 { grid-area: 2 / 1 / 3 / 2; }
.input-3 { grid-area: 3 / 1 / 4 / 2; }
.input-4 { grid-area: 1 / 2 / 3 / 3; }
.input-5 { grid-area: 3 / 2 / 4 / 3; }
.input-6 {
    position: absolute;
    width: 100%;
    top: 105%;
    right: 0;
    justify-content: center;
    display: flex;
}

.input-6 * {
    text-align: center;
    font-size: 12px;
    color: var(--Blue, #031534);
    text-wrap: pretty;
}

@media only screen and (max-width: 500px) {
    .input-6 * {
        font-size: 10px;
    }
}

@media only screen and (max-width: 350px) {
    .input-6 * {
        font-size: 9px;
    }
}


footer form .one-input span,
footer form .one-input {
    display: flex;
    width: 100%;
}

footer form .one-input input {
    display: flex;
    border-radius: 1.5625rem 0rem;
    border: 2px solid var(--Gold, #EDD484);
    background: var(--white, #FFF);
    color: rgba(3, 21, 52, 0.47);
    text-align: right;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 1.875rem */
    padding: 8px 23px;
    height: auto;
    width: 100%;
}

footer form .one-input textarea {
    display: flex;
    border-radius: 1.5625rem 0rem;
    border: 2px solid var(--Gold, #EDD484);
    background: var(--white, #FFF);
    color: rgba(3, 21, 52, 0.47);
    text-align: right;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 1.875rem */
    padding: 8px 23px;
    resize: none;
    height: auto;
    width: 100%;
    max-height: 133px;
}

footer form #submit {
    width: 100%;
}

footer form #submit input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--white, #FFF);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.5625rem 0rem;
    background: var(--Blue, #031534);
    padding: 11.5px 10px;
    transition: all .3s ease-in;
}

footer form #submit input:hover {
    color: #031534;
    background: var(--Gold, #EDD484);
    border: 2px solid #EDD484;
}

footer form input.wpcf7-not-valid {
    border: 2px solid #D23143;
}

footer form .one-input.input-2 {
    span {
        flex-direction: column;
        position: relative;

        .wpcf7-not-valid-tip {
            position: absolute;
            top: 105%;
            right: 0;
            width: 100%;
            display: block!important;
            font-size: 12px;
        }
    }
}


footer form .checkbox {
    grid-column: span 2;
    font-size: 16px;
    cursor: pointer;
    text-wrap: pretty;

    input {
        visibility: hidden;
        opacity: 0;
        position: absolute;
    }

    span.wpcf7-list-item-label {
        span {
            display: inline;
            cursor: pointer;
        }
    }

    span.wpcf7-list-item-label:before {
        content: '';
        cursor: pointer;
        display: flex;
        min-width: 15px;
        width: 15px;
        height: 15px;
        background: transparent ;
        border: 1px solid var(--Blue, #031534);
        margin-left: 7px;
        cursor: pointer;
    }

    input:checked ~ .wpcf7-list-item-label:after {
        position: absolute;
        transform: rotate(45deg);
        top: 1px;
        right: 5px;
        content: '';
        cursor: pointer;
        display: flex;
        min-width: 4px;
        width: 4px;
        height: 10px;
        background: transparent;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        cursor: pointer;
    }

    .wpcf7-list-item {
        margin-right: 0;
        cursor: pointer;
    }

    .wpcf7-list-item-label {
        position: relative;
        cursor: pointer;
    }

    .wpcf7-not-valid {
        span.wpcf7-list-item-label:before {
            background: rgb(255 58 58 / 35%);
        }
    }

    a {
        display: inline;
        text-decoration: underline;
        cursor: pointer;
    }
}

footer .social {
    display: flex;
    gap: 20px;
    margin-top: 120px;
}

footer .social img {
    object-fit: contain;
    width: 40px;
    height: auto;
}

footer nav {
    margin-top: 40px;
}

footer nav ul {
    display: flex;
}

footer nav ul li:first-child {
    border-right: none;
}

footer nav ul li {
    display: flex;
    padding: 1.5px 30px;
    border-right: 1px solid #FFFFFF;
}

footer nav ul li a {
    display: flex;
    color: var(--white, #FFF);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 1.875rem */
}

footer .credits {
    display: flex;
    gap: 50px;
    margin-top: 80px;
    color: var(--white, #FFF);
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5; /* 1.5rem */
}

/*----------------- End Footer code ------------------*/
/*----------------------------------------------------*/
/*--------------- post-page code ----------------*/


#post-page {
    margin-top: 40px;
    margin-bottom: 80px;
}

#post-page .container {
    max-width: calc(1130px + 60px);
    padding: 0 30px;
    font-size: var(--body-tx);
    line-height: 1.5;
}

#post-page .author * {
    margin-bottom: 0;
}

#post-page .author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#post-page .author .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid var(--Gold, #EDD484);
    width: 88px;
    height: 88px;
}

#post-page .author .thumbnail img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

#post-page .author .text p {
    color: var(--Red, #D23143);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 187.5% */;
    margin-right: 1em;
}

#post-page ul {
    padding-right: 1.2em;
}

#post-page * {
    margin-bottom: 32px;
}

#post-page ul p {
    margin-top: 20px;
}

#post-page p.alignleft {
    float: left;
    margin-right: 20px;
}

#post-page p.alignright {
    float: right;
    margin-left: 20px;
}

#post-page p.aligncenter {
    text-align: center;
}

#post-page p img {
    width: unset;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border-radius: 20px 0 20px 0;
}

#post-page p.img-cn-post {
    margin-bottom: 5px;
}

#post-page .share * {
    margin-bottom: 0;
}

#post-page .share {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
}

#post-page .share .icons {
    display: flex;
    gap: 10px;
    margin-right: 77px;
}

#post-page .share .icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--Gold, #EDD484);
    margin-bottom: 0;
}

#post-page .share .icons a * {
    margin-bottom: 0;
}

body.page-template-tpl-simple-page footer,
.single-post footer {
    background: url("/wp-content/uploads/2025/01/background.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


/*----------------- End post-page code ------------------*/
/*----------------------------------------------------*/
/*--------------- Full video code ----------------*/


#full-video {
    margin-top: 70px;
}

#full-video .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(1440px + 60px);
    padding: 0 30px;
}

#full-video .title {
    margin-bottom: 40px;
    text-align: center;
}

#full-video .one-video {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    border: 2px solid var(--Gold, #EDD484);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 689px;
}

#full-video .one-video .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#full-video .one-video .thumbnail .background {
    width: 100%;
    display: flex;
    position: relative;
}

#full-video .one-video .thumbnail .background:before {
    content: '';
    width: 100%;
    padding-top: 54.6%;
}

#full-video .one-video .thumbnail .background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
}

#full-video .one-video .thumbnail .player {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(3, 21, 52, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
}

#full-video .one-video .thumbnail .player svg circle {
    transition: 0.3s ease-in;
}

#full-video .one-video:hover .thumbnail .player svg circle {
    fill: var(--Gold);
}

/*----------------- End Full video code ------------------*/
/*----------------------------------------------------*/
/*--------------- Fixed elements code ----------------*/

#page-banner {
    position: relative;
    overflow: hidden;
}

#page-banner:before {
    content: '';
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, #121624 21.96%, rgba(46, 56, 92, 0.89) 70.59%, rgba(69, 84, 138, 0.80) 100%);
}

#page-banner .background {
    max-height: 510px;
    overflow: hidden;
}

#page-banner .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: calc(50% + 65px);
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 3;
    background: linear-gradient(180deg, #EDD484 0%, #B7A469 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-banner .title .container h1 {
    position: relative;
    background: linear-gradient(180deg, #EDD484 0%, #B7A469 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-banner .title .container h1:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 58px);
    width: 100vw;
    content: '';
    height: 3px;
    background: linear-gradient(180deg, #EDD484 0%, #B7A469 100%);
    display: flex;
}

#page-banner .title .container h1:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 58px);
    width: 100vw;
    content: '';
    height: 3px;
    background: linear-gradient(180deg, #EDD484 0%, #B7A469 100%);
    display: flex;
}

#page-banner .title .container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 890px;
    overflow: visible;
}

#page-banner .title h1 {
    text-align: center;
    line-height: 1.5;
}

.title-section {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Gold, #EDD484);
    position: relative;
    overflow: hidden;
}

.title-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 58px;
    background: var(--Blue, #031534);
    z-index: 2;
    position: relative;
}

.title-section:before {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    content: '';
    width: 100vw;
    height: 3px;
    background: rgba(237, 212, 132, 1);
}


/*Captcha*/

.grecaptcha-badge {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

/*whatsapp*/

/*colphone*/

/*------------- End Fixed elements code --------------*/
/*----------------------------------------------------*/
/*-------------- Animate elements code ---------------*/

#submit {
    position: relative;
}

.submit-spiner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    visibility: hidden;
    z-index: 1000;
}

.submit-spiner .cercle {
    position: relative;
    width: 20px;
    height: 20px;
}

.submit-spiner .cercle:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: calc(50% - 15px);
    top: calc(50% - 15px);
    border: 5px solid #ffffff;
    border-left: 5px solid #3F3D56;
    border-radius: 50%;
    visibility: hidden;

    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

form.submitting .submit-spiner,
form.submitting .submit-spiner .cercle:before {
    visibility: visible;
}

form.sent .submit-spiner .cercle:after,
form.sent .submit-spiner {
    /*-webkit-animation: disappearance;*/
    /*animation: disappearance;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}

.submit-spiner .cercle:after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 17px);
    border: solid #49a53b;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
    visibility: hidden;
}

form.animate .submit-spiner .cercle:after {
    visibility: visible!important;
}
form.animate input[type=submit] {
    color: transparent!important;
}

form.resetting #submit input[type=submit],
form.submitting #submit input[type=submit] {
    color: transparent!important;
}

form.sent input[type=submit] {
    /*-webkit-animation: damping 2s 0.25s linear;*/
    /*animation: damping 2s 0.25s linear;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}




@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes damping {
    0% {
        color: transparent;
    }
    90% {
        color: transparent;
    }
    100% {
        color: #FFFFFF;
    }
}

@-webkit-keyframes disappearance {
    0% {
        visibility: visible;
    }
    90% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}


.gold-hover-ef {
    transition: all .3s ease-in;
    background: radial-gradient(circle, #EDD484 2.33%, #C9A83F 50.84%, #B09130 93%)!important;
    background-size: 220%!important;
    background-position-x: right!important;
    cursor: pointer;
}

.gold-hover-ef:hover {
    background-position-x: left!important;
}

.black-hover-ef {
    transition: all .2s ease-in!important;
}

.black-hover-ef:hover {
    color: #031534!important;
    background: #EDD484!important;
}

/*------------ End Animate elements code -------------*/
/*----------------------------------------------------*/

.fixed-menu {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 64px;
    max-width: 340px;
    padding: 1rem 3.98119rem 1rem 3.9375rem;
    border-radius: 1.5625rem 1.5625rem 0rem 0rem;
    border-top: 4px solid var(--white, #FFF);
    border-right: 4px solid var(--white, #FFF);
    border-left: 4px solid var(--white, #FFF);
    background: var(--Golden-button, linear-gradient(90deg, #EDD484 2.33%, #C9A83F 50.84%, #B09130 93%));
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 1000000;
}

.fixed-menu .burger-menu {
    display: flex;
    flex-direction: column;
}

.fixed-menu .burger-menu span {
    display: flex;
    background: #FFFFFF;
    margin: 4px 0;
    width: 30px;
    height: 2px;
    transition: all .2s linear;
}

.fixed-menu .burger-menu.active span:nth-child(1) {
    rotate: 45deg;
    transform: translate(6px, 6px);
}

.fixed-menu .burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.fixed-menu .burger-menu.active span:nth-child(3) {
    rotate: -45deg;
    transform: translate(8px, -7px);
}

#mob-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    width: 100%;
    height: 0;
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 1px -2px 14px 3px rgb(194 180 48 / 86%);
    border-radius: 1.5625rem 1.5625rem 0rem 0rem;
    max-width: 510px;
}

#mob-menu.active {
    opacity: 1;
    height: 80vh;
    max-width: 510px;
    visibility: visible;
    overflow: scroll;
    padding-bottom: 100px;
}

#mob-menu ul {
    list-style: none;
}

#mob-menu ul li a {
    display: flex;
    font-size: 25px;
    color: var(--Blue, #031534);
    font-weight: 500;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

#banner .content.mob h1 br {
    display: none;
}

.fixed-inner {
    position: fixed;
    left: 18px;
    bottom: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.to-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 122px;
    height: 122px;
    color: var(--Blue, #031534);
    text-align: center;
    text-shadow: 49px 41px 50px rgba(3, 21, 52, 0.50);
    font-size: var(--h5-title);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 50%;
    background: linear-gradient(180deg, #EDD484 0%, #87794B 100%);
    backdrop-filter: blur(25px);
    /* MAAYAN SHADOW */
    box-shadow: 0px 4px 20px 0px #010D21;
}

.fixed-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25D366;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(16, 22, 39, 0.50);
    margin-top: 30px;
}

.cky-notice-btn-wrapper {
    gap: 8px!important;
}


@media (max-width: 425px) {
    .cky-notice-btn-wrapper {
        margin-top: 16px!important;
    }
}

.cky-notice-btn-wrapper .cky-btn {
    margin: 0!important;
}