:root{
    --main-color: #143449;
    --light-yellow: #f9f9df;
    --white-color: #fff;
    --black-color: #000;
}
body{
    font-family: 'FbKalisher';
    background-color: var(--light-yellow);
    font-weight: 400;
}
strong{
    font-weight: 700;
}
.eng {
    font-family: 'GillSans';
}
.level-box .content > span.eng{
	font-size: 23px;
  	font-weight: 300;
}
.global-btn{
    padding: 14px 30px;
    background-color: var(--main-color);
    font-size: 26px;
    line-height: 26px;
    color: var(--light-yellow);
    font-weight: 700;
    position: relative;
}
.global-btn:hover{
    background-color: var(--white-color);
    color: var(--main-color);
}
.submit-btn.global-btn:hover input{
    color: var(--main-color) !important;
}
.global-btn.white{
    background-color: var(--white-color);
    color: var(--main-color);
}
.global-btn.white.bg-main::before,
.global-btn.white.bg-main::after{
    background-color: var(--main-color);
}
.global-btn.white.bg-main:hover,
.global-btn.white.bg-main:hover{
    background-color: var(--light-yellow);
    color: var(--main-color);
}
.global-btn.white:hover{
    background-color: var(--main-color);
    color: var(--light-yellow);
}
.global-btn::before{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    border-radius: 5px;
    background-color: var(--light-yellow);
}
.global-btn::after{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    border-radius: 5px;
    background-color: var(--light-yellow);
}
.img-responsive{
    width: 100%;
    height: auto;
    position: relative;
}
.py-70{
    padding: 70px 0;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-100{
    margin-bottom: 100px;
}
.mw-100{
    max-width: 100% !important;
}
a{
    text-decoration: none;
}
.d-flex{
    display: flex;
}
.font-bold{
    font-weight: bold;
}
.font-semibold{
    font-weight: 500;
}
ul{
    list-style: none;
    padding: 0;
}
[dir='rtl'] .form input{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    font-size: 16px;
    border-radius: 50px;
}
input{
    padding: 10px 10px 0px 20px;
    background: none;
    border-bottom: 1px solid var(--main-color) !important;
    border: none;
    font-size: 28px;
}
input:not([type="checkbox"], [type="submit"]){
    /* min-width: 320px; */
}
input:focus-visible{
    box-shadow: 0 1px 0 rgba(20, 52, 73, 1);
}
input::placeholder{
    color: var(--main-color);
}
.submit-btn input{
    font-size: 30px;
    line-height: 20px;
    font-weight: 600;
    padding: 0;
    border: none !important;
    color: var(--light-yellow) !important;
}
.mx-fit-content{
    max-width: fit-content;
}
[dir='rtl'] .slick-prev:before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/arrow-right.png);
    display: block;
    background-size: 100%;
}
[dir='rtl'] .slick-prev {
    right: 1px;
    left: auto;
    z-index: 9;
}
::placeholder {
    opacity: 1 !important;
    color: var(--main-color);
    font-weight: 400;
    font-size: 25px;
}
.form-area .checkbox.form-item5{
    position: relative;
    margin-bottom: 0px !important;
    max-width: 232px;
}
.checkbox label{
    font-size: 13px;
    line-height: 14px;
    color: var(--main-color);
    font-family: 'FbKalisher' !important;
    text-align: right;
    /*max-width: 88%;*/
    font-weight: 400;
}
.submit-btn.global-btn{
    padding: 8px 16px;
}
/* Style the check box input */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: -24px;
}

/* Style the check box icon */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    right: 2px;
    top: 1px;
}

/* Style the check box icon when checked */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::before {
    background-color: #333;
}
.form-order p{
    margin-bottom: 0 !important;
}
.wpcf7-spinner{
    display: none;
}
input[type="email"]{
    direction: rtl !important;
}

.wpcf7-not-valid-tip{
    position: relative;
    margin-bottom: 0px;
	text-transform: normal;
}
.wpcf7-response-output{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 2px 5px !important;
}
.wpcf7-response-output{
	/* display: none !important; */
}
.wpcf7 form.invalid .wpcf7-response-output{
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 30px;
    color: #46b450;
    border: none;
    padding: 0;
}
.wpcf7-checkbox .wpcf7-list-item{
    margin: 0 1.7em 0 0 !important;
}

/* Header css start */
.header{
    background-color: var(--main-color);
    padding: 20px 0 10px;
}
.mobile-header{
    display: none;
}
.navbar-brand .logo{
    max-width: 340px;
    transition: all 0.3s ease;
}
[dir='rtl'] .header-container{
    margin-left: -90px;
}
[dir='ltr'] .header-container{
    margin-right: -90px;
}
.header-container{
    gap: 100px;
    transition: all 0.3s ease;
}
.social-media-links{
    gap: 16px;
}
.social-media-links li a{
    color: var(--light-yellow);
    font-size: 20px;
    z-index: 999;
    position: relative;
}
.social-media-links li a:hover{
    color: var(--light-yellow);
}
.navbar-nav li a{
    font-size: 35px;
    color: var(--light-yellow);
    font-weight: 300;
}
.navbar-nav li a:hover{
    color: var(--white-color);
    text-decoration: underline;
}
#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	background-color: var(--main-color);
}
#header.sticky .navbar-brand .logo{
    max-width: 260px;
    transition: all 0.3s ease;
}
#header.sticky .header-container{
    gap: 70px;
}
/* Header css end */

/* Hero css start */
.hero{
    position: relative;
    padding: 260px 0 60px;
    min-height: calc(100vh - 120px);
    background-size: cover;
    background-position: center center;
}
.banner-logo{
    max-width: 325px;
    margin-bottom: 110px;
}
.form-modal-btn{
    display: none !important;
}
.form-area{
    background-color: var(--light-yellow);
    max-width: 1740px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.form-title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--main-color);
    font-weight: 700;
    flex: 0 0 15%;
}
#hero .form-area {
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 0px;
    border-radius: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 0 10px 0;
    width: 91% !important;
    max-width: 1520px;
}
#hero .form-area:after{
    content: '';
    width: 26px;
    height: 106%;
    position: absolute;
    left: -15px;
    top: -3px;
    border-radius: 5px;
    background-image: url(../images/form-cross.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#hero .form-area:before{
    content: '';
    width: 31px;
    height: 106%;
    position: absolute;
    right: -12px;
    top: -3px;
    border-radius: 5px;
    background-image: url(../images/form-cross.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#hero .form-area .container{
    padding: 0 20px !important;
}
.banner-form form > div.d-flex > div > p{
    margin-bottom: 0 !important;
}
.form-detail > div.wpcf7{
    max-width: fit-content;
}
.form-contact-detail{
    font-size: 58px;
    font-weight: 700;
    color: var(--main-color);
    position: relative;
    line-height: 50px;
    min-width: 150px;
    margin: 6px 0 0 40px;
    height: fit-content;
}
/*.form-contact-detail::after {*/
/*    content: url('http://highlandt.co.il/wp-content/uploads/2024/09/information-icon-1.png');*/
/*    position: absolute;*/
/*    top: -2px;*/
/*    left: -30px;*/
/*}*/
.form-contact-detail::before{
    content: '*';
    top: 10px;
    position: absolute;
    left: -24px;
    font-size: 58px;
    font-weight: 700;
}
.whatsapp-icon.mobile{
    display: none;
}
.whatsapp-icon{
    display: block;
    background-color: #3AB756;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: -50px;
}
.whatsapp-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--white-color);
}
/* Hero css end */

/* See and Feel section css start */
.see-feel-sec{
    position: relative;
    padding: 60px 0;
}
.see-feel-content-area{
    max-width: 690px;
}
.see-feel-content-area p{
    font-size: 30px;
    font-weight: 300;
    color: var(--main-color);
}
.see-feel-content-area p span.eng{
    font-size: 24px;
    font-weight: 500;
}
.see-feel-content-area p strong{
    font-weight: 700;
}
/* See and Feel section css end */

/* neighborhood section css start */
.neighborhood-row{
    margin: 0 !important;
}
.neighborhood-content-col{
    padding: 100px 60px 130px 60px !important;
    background-color: var(--main-color);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.neighborhood-img{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 100%;
    object-fit: cover;
}
.neighborhood-img-col{
    padding-left: 60px !important;
}
.neighborhood-content-col .title{
    font-size: 60px;
    font-weight: 700;
    color: var(--light-yellow);
    max-width: 430px;
    line-height: 60px;
    margin-bottom: 50px;
}
.neighborhood-content-col .description{
    font-size: 30px;
    font-weight: 300;
    color: var(--light-yellow);
}
/* neighborhood section css end */

/* Icon section css start */
.icon-sec{
    padding: 90px 0 80px;
}
.icon-grid{
    gap: 30px;
}
.icon-grid .icon-box{
    width: 18%;
}
.image-box {
    min-height: 104px;
    margin-bottom: 20px;
}
.icon-grid .icon-box .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: var(--main-color);
}
.image-box > img {
    max-height: 90px;
    max-width: 150px;
    object-fit: contain;
}
/* Icon section css end */

/* Level section css start */
.level-slider .slide img{
/*     height: 700px; */
    object-fit: cover;
    object-position: bottom center;
    border-radius: 40px 40px 0 0;
}
.level-slider .slick-dots{
    bottom: 26px;
}
.slick-prev, .slick-next{
	top: 45%;
}
.slick-dots li button{
    width: 19px;
    height: 19px;
    border: 3px solid var(--light-yellow);
    border-radius: 50%;
    opacity: 1 !important;
}
.slick-dots li.slick-active button::before{
    color: transparent;
}
.slick-dots li button::before {
    width: 21px;
    height: 21px;
    line-height: 18px;
    font-size: 60px;
    color: var(--light-yellow);
    opacity: 1 !important;
    color: var(--light-yellow);
}
.level-content-area{
    padding: 70px 0 150px;
    border-radius: 0 0 40px 40px;
}
.level-slider.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}
.level-content-area{
    background-color: var(--main-color);
}
.level-content .level-logo{
    max-width: 260px;
    margin-bottom: 10px;
}
.level-content .title{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--light-yellow);
    position: relative;
}

.level-content .title.inner{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: var(--light-yellow);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.level-content .title-area.box-2{
    max-width: calc(100% / 2.8);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.level-content .title-area.box-full{
    max-width: calc(100% - 8%);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.level-content .title-area.box-full::before, .level-content .title-area.box-full::after{
    height: 190px;
}
.level-content .title-area::after {
    content: '';
    width: 2px;
    height: 40px;
    background: var(--light-yellow);
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 1;
}
.level-content .title-area::before {
    content: '';
    width: 2px;
    height: 40px;
    background: var(--light-yellow);
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 1;
}
.level-box-area.multibox .col.level-box:first-child {
    margin-right: 40px;
}
.level-box-area.multibox .col.level-box:nth-child(5) {
    margin-left: 40px;
}
.level-content .title > span{
    padding: 0 50px;
    background-color: var(--main-color);
    z-index: 1;
    position: relative;
}
.level-content .title.inner > span{
    padding: 0 20px;
}
.level-box-repeater-col{
    margin-bottom: 60px;
}
.level-box-repater-row{
    flex-direction: column;
    align-items: center;
}
.level-content .title.divider::before{
    content: '';
    background: var(--light-yellow);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.level-section-title-area{
    max-width: 720px;
}
.level-section-title-area .level-desc{
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    color: var(--light-yellow);
    margin-bottom: 30px;
}
.level-section-title-area .level-desc:last-child{
    margin-bottom: 0px;
}
.level-desc span.eng{
    font-size: 24px;
    font-weight: 400;
}
.level-list-area .list-title{
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    color: var(--light-yellow);
    margin-bottom: 16px;
}
.level-list-area .level-list li{
    padding-right: 24px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    color: var(--light-yellow);
    margin-bottom: 4px;
    position: relative;
}
.level-list-area .level-list li span.eng{
    font-size: 24px;
}
.level-list-area .level-list li::before{
    content: '';
    width: 9px;
    height: 2px;
    background: var(--light-yellow);
    position: absolute;
    right: 0;
    top: 18px;
}
.level-box-area {
    max-width: 1370px;
    gap: 60px;
}
.col.level-box {
    min-width: 160px;
    background-color: var(--light-yellow);
    padding: 20px;
    border-radius: 20px;
	max-width: 176px;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.level-box-area .level-box .title{
    color: var(--main-color);
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
    width: 100%;
}
.level-box-area .level-box .content{
    color: var(--main-color);
    font-size: 35px;
    line-height: 30px;
    font-weight: 300;
}
/* Level section css end */

/* Map section css start */
.map-sec{
    position: relative;
}
.map-nav {
    margin-bottom: 0px !important;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    gap: 16px;
}
.tab-pane > img{
/*     height: 1185px; */
	max-height: auto !important;
    object-fit: cover;
    object-position: bottom right;
}
.nav-link.global-btn.active{
    background-color: var(--main-color) !important;
    color: var(--light-yellow) !important;
}
.nav-link.global-btn{
    background-color: var(--white-color) !important;
    color: var(--main-color) !important;
    padding: 10px 30px !important;
}
/* Map section css end */

/* About Developer css start  */
.about-sec{
    margin-bottom: 60px;
}
.about-content-area{
    max-width: 1320px;
}
.container-fluid .about-box-area{
    margin-bottom: 30px;
}
.container-fluid .about-box-area:last-child{
    margin-bottom: 0px;
}
.about-box-area{
    background-color: var(--main-color);
    color: var(--light-yellow);
    padding: 50px 30px 60px;
    border-radius: 40px;
}
.about-box-area.light-yellow{
    background-color: var(--light-yellow) !important;
    color: var(--main-color);
}
.about-content-area .about-logo-area img{
    max-width: 270px;
}
.about-box-area.light-yellow .about-content-area .about-logo-area img{
    max-width: 200px;
}
.about-content-area .content-area .title{
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 26px;
}
.about-content-area .content-area .description p{
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 40px;
}
.about-content-area .content-area .description p:last-child{
    margin-bottom: 0px;
}
/* About Developer css end  */

/* Fotoer css start */
.footer-cotnent{
    border-top: 1px solid var(--main-color);
    padding: 50px 0 22px;
}
.footer-cotnent .footer-description{
    max-width: 1480px;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-color);
    font-weight: 300;
}
.footer-cotnent .copyright{
    font-size: 12px;
    line-height: 30px;
    color: var(--main-color);
    font-weight: 300;
    letter-spacing: 3px;
}
.footer-cotnent .copyright a span {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
}
/* Fotoer css end */

/* Modal css start */
.modal-body .btn-close{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    padding: 0;
}
[dir="rtl"] .slick-prev::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/arrow-right.png);
    display: block;
    background-size: 100%;
}
[dir="rtl"] .slick-next::before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/arrow-left.png);
    display: block;
    background-size: 100%;
}
[dir="rtl"] .slick-next {
    left: 70px !important;
}
.global-btn.form-modal-btn::before,
.global-btn.form-modal-btn::after{
    content: none;
}
/* Modal css end */

#acwp-toolbar-btn-wrap{
    bottom: 250px !important;
}
.inner-oppen-ads{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 6.5px;
}
.footer-form-opner{
    width: 90%;
    background: #f9f9df;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1520px;
    z-index: 99;
}
.footer-form-opner:after{
    content: '';
    background: url(../images/103898-15_talis_tveria_minisite_a.png);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 45px;
    left: -7px;
    position: absolute;
    bottom: 0px;
    background-size: 100%;
}
.footer-form-opner:before{
    content: '';
    background: url(../images/103898-15_talis_tveria_minisite_a.png);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 45px;
    right: -7px;
    position: absolute;
    bottom: 0px;
    background-size: 100%;
}
.ttile-ewrap-ads-frm p{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.btn-ewrap-ads-frm{
    border: 0;
    background: url(../images/button-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btn-ewrap-ads-frm button{
    color: #f9f9df;
    font-weight: 100;
    font-size: 20px;
    background: transparent;
    border: none;
}
.form-botom-whatsapp-ads{
    margin-bottom: 0;
    font-size: 15px;
}
#mobileslider{
    display: none;
}
.footer-close-btn {
  	width: 38px;
  	height: 38px;
  	background: var(--main-color);
  	z-index: 99;
	position: absolute;
	top: -15px;
	right: -20px;
	border-radius: 50%;
	cursor: pointer;
}
.footer-close-btn > i{
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (min-width: 1600px){
    .col.level-box{
        min-width: 176px;
    }
    .level-content .title-area.box-full {
        max-width: calc(100% - 13%);
    }
}