*{
	margin:0;
	padding: 0;
	font-weight: inherit;
}

body.single-newsletter{
	direction: rtl;
	font-family: 'Heebo', sans-serif !important;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #6155F5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a3de0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #4086f4 #f1f1f1;
}


.container-fluid{
	padding: 0;
	margin: 0 auto;
	width: 1920px !important;
	max-width: 100%;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.img-fluid{
	max-width: 100%;
	height: auto;
	display: block;
}

#section-top{
	background-color: #4086F4;
	height: 250px;
	position: relative;
	max-height: 250px;
	height: 15.6rem;
}
.section-top-ribbon{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    width: 100%;
}
.section-top-ribbon svg{
	width: 100%;
}
#section-top .container{
    display: flex;
    justify-content: stretch;
    max-width: 100%;
    width: 100%;
}
#section-top .container .logo{
    position: relative;
    right: 4.7rem;
    width: 167px;
}
#section-top .container .welcome{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 490px;
    top: 2.1rem;
}

#section-top .container .title{

position: absolute;

left: 0;

bottom: 0;

left: 6.6rem;

background: #F79321;

width: 262px;

height: 52px;

bottom: -1.5rem;

font-size: 14px;

color: #fff;

border-bottom-left-radius: 10px;

border-bottom-right-radius: 10px;

width: auto;

line-height: 48px;

padding: 0 10px;
}

#section-top-middle{

padding: 8rem 0;
}

.section-top-middle-start{

position: relative;

right: -1.6rem;

max-width: 785px;

width: 60%;
}
.section-top-middle-end{

width: 40%;

position: relative;

right: 4rem;

top: 1rem;
}



#section-top-middle .title{
	color: #222222;
	font-weight: 600;
	font-size: 100px;
	line-height: 85px;
	font-size: 80px;
}

#section-top-middle .text{
	color: #666666;
	font-weight: 400;
	font-size: 40px;
	line-height: 49px;
	font-size: 38px;
	margin-top: 10px;
}

#section-top-middle .container{
	max-width: 1400px;
	display: flex;
}
#section-cards{

background: #F7F8FC;

padding: 4.5rem 0;
}
#section-cards .container{
	max-width: 1400px;
	display: flex;
	justify-content: center;
	gap: 27px;
}
#section-cards .container .card{
    position: relative;
    max-width: 370px;
    /* height: 278px; */
    background: #ffffff;
    padding: 2.1rem;
    border:1px #66666614 solid;
}
#section-cards .container .card-line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#section-cards .container .card-icon{
    position: relative;
}
#section-cards .container .card-title{
    margin-top: 2rem;
    font-size: 40px;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    line-height: 1;
    font-weight: 600;
}
#section-cards .container .card-text{
    position: relative;
    font-size: 22px;
    color: #666666;
    line-height: 30px;
}
#section-floors{

}

#section-floors .container{
	max-width: 1400px;
}

#section-floors .card{
	min-height: 600px;
	display: flex;
	align-items: center;
	padding-bottom: 50px;
}

#section-floors .card:nth-child(even) {
  background: #F7F8FC;
}


#section-floors .card:nth-child(even) .inner{
	flex-flow: row-reverse;
}

#section-floors .card .inner{
	/* min-height: 400px; */
	display: flex;
}

#section-floors .card .inner .card-end{
	position: relative;
	background-color: #4086F4;
	color: #fff;
	width: 60%;
	min-height: 380px;
	height: auto;
}

#section-floors .card .inner .card-end .card-end-ribbon{
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	background: #4086f4;
	height: 36px;
}
#section-floors .card .inner .card-end .card-end-ribbon svg{
    width: 100%;
    position: relative;
    bottom: -1rem;
}

#section-floors .card .inner .card-start{
	position: relative;
	background-color: #666666;
	height: 388px;
	width: 40%;
	overflow: hidden;
	height: auto;
}

#section-floors .card:nth-child(odd) .inner .card-start{
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	position: relative;
	right: 5px;
	border-bottom-left-radius: 0;
}

#section-floors .card .inner .card-start .card-image{
	width: 100%;
	height: 100%;
}
#section-floors .card .inner .card-start .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

#section-floors .card:nth-child(odd) .inner .card-end{
	border-top-left-radius: 40px;
}


#section-floors .card:nth-child(even) .inner .card-start{
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	position: relative;
	left: 5px;
	z-index: 1;
	border-bottom-right-radius: 0;
}

#section-floors .card:nth-child(even) .inner .card-end{
	border-top-right-radius: 0;
}

#section-floors .card .inner .card-end .card-end-inner{
	padding: 2rem 5rem;
}

#section-floors .card .inner .card-end .card-end-inner .card-end-title{
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	padding-bottom: 1rem;
}
#section-floors .card .inner .card-end .card-end-inner .card-end-text{
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
#section-floors .card .inner .card-end .card-end-inner .card-end-button{
	
display: flex;
	
justify-content: flex-end;
	
margin-top: 2rem;
}
#section-floors .card .inner .card-end .card-end-inner .card-end-button a {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	width: 180px;
	height: 44px;
	color: #6155F5;
	background: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 0.3s ease; /* מעבר חלק */
}

#section-floors .card .inner .card-end .card-end-inner .card-end-button a:hover {
	background: #666666;
	color: #fff;
}


#section-newsletter{

}

#section-newsletter .container{
	max-width: 1170px;
}

.newsletter-title{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #fff;
	/* margin-top: 10rem; */
	display: flex;
	justify-content: center;
	line-height: 1;
}
.newsletter-form-wrap{
	width: 1170px;
	height: 318px;
	border-radius: 16px;
	background: #4086F4;
	position: relative;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.newsletter-form-wrap .elements{
	
position: absolute;
	
left: 0;
	
bottom: 0;
}

.newsletter-container{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20%;
}


.newsletter-form{
	width: 675px;
	height: 68px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: space-between;
	padding: 0 1rem;
	margin: 0 auto;
}

.newsletter-form .input-wrap{
	display: flex;
	align-items: center;
	flex-flow: row;
	gap:10px;
}

.newsletter-form .input-wrap .handle-email{
	display: flex;
}

.newsletter-form .input-wrap input{
	font-weight: 400;
	font-size: 16px;
	border: 0;
}

.newsletter-form button[type='submit']{
	width: 132px;
	height: 50px;
	background: #4086F4;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}

#section-contact{
	padding: 3rem 0;
}

#section-contact .container{
	max-width: 1170px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #e2e4e9 solid;
	padding-bottom: 3rem;
}

.section-contact-start-title{
	color: #4086F4;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.section-contact-start-list{

}

.section-contact-start-list ul{
	list-style-type: none;
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-top: 10px;
}

.section-contact-start-list ul li{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	gap: 10px;
	color: #222222;
}

.section-contact-start-list ul li a{
	color: inherit;
	text-decoration: none;
	color: #4086F4;
}
.section-contact-start-list ul li a:hover{
	color: #414143;
}
.section-contact-center{
	width: 600px;
	max-width: 100%;
}


.section-contact-center .contact-form{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.section-contact-center .contact-form ._inputs{

display: flex;

gap: 15px;
}

.section-contact-center .contact-form ._input{

width: 100%;
}

.section-contact-center .contact-form ._input input{
	width: 100%;
	height: 47px;
	border-radius: 23px;
	border: 1px #5E50A1 solid;
	font-weight: 400;
	font-size: 16px;
	direction: rtl;
	text-indent: 15px;
}

.section-contact-center .contact-form ._input textarea{
	width: 100%;
	border-radius: 23px;
	border: 1px #5E50A1 solid;
	font-weight: 400;
	font-size: 16px;
	direction: rtl;
	text-indent: 15px;
	font-family: 'Heebo', sans-serif;
	padding-top: 15px;
	resize: none;
	height: 100px;
}

.section-contact-center .contact-form button[type='submit']{
	width: 100%;
	height: 52px;
	border-radius: 24px;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	border:0;
	background: #414143;
	color: #fff;
	cursor: pointer;
}



.newsletter-form input[aria-invalid="true"] {
  box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.12);
  outline: none;
}
.newsletter-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}


#global-loader .loader-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#global-loader .loader-spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #4086F4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


@media(max-width: 1440px){
	.section-top-middle-end{
		right: 0;
	}
}


.section-top-ribbon-desktop{
	display: block;
}
.section-top-ribbon-mobile{
	display: none;
}
.top-logo-yahudd{
	display: none;
}

@media(max-width: 1024px){
	.container-fluid {
	    width: 97.5%;
	}
	#section-top .container .title {
	    bottom: -2rem;
	}
	#section-top .container .logo {
	    right: 0;
	}
	#section-top-middle .container {
	    flex-flow: column;
	}
	.section-top-middle-start {
	    margin: 0 auto;
	}
	.section-top-middle-end {
	    width: 100%;
	    margin: 0 auto;
	}
	#section-top-middle {
	    padding: 4rem 0 2rem;
	}
}

@media(max-width: 768px){
	#section-top .container .welcome {
	    position: relative;
	    left: 0;
	    right: 0;
	    top: 0;
	}
	#section-top .container .logo{
		display: none;
	}
	#section-top-middle .title {
	    line-height: 60px;
	    font-size: 55px;
	    margin-bottom: 10px;
	}
	#section-top-middle .text {
	    line-height: 33px;
	    font-size: 27px;
	}
	.section-top-middle-start {
	    width: 100%;
	    left: 0;
	    right: 0;
	}
	#section-floors .card {
	    height: auto;
	    margin-bottom: 50px;
	}
	#section-cards .container {
	    flex-flow: column;
	}
	#section-floors .card .inner {
	    flex-flow: column;
	}
	#section-floors .card:nth-child(odd) .inner .card-start {
	    width: 100%;
	    right: 0;
	    left: 0;
	}
	#section-floors .card .inner .card-end {
	    width: 100%;
	}
	#section-floors .card:nth-child(odd) .inner .card-start {
		border-top-right-radius: 40px;
		border-bottom-left-radius: 40px;
		margin-bottom: 40px;
	}
	#section-floors .card:nth-child(odd) .inner .card-end{
		border-radius: 0;
	}
	#section-floors .card .inner .card-end {
	    min-height: 1px;
	    height: auto;
	}
	#section-floors .card .inner .card-start {
	    height: 300px;
	}
	#section-floors .card .inner .card-end .card-end-inner {
	    padding: 2rem 1rem;
	}
	#section-floors .card:nth-child(even) .inner {
	    flex-flow: column;
	}
	#section-floors .card .inner .card-start {
	    width: 100%;
	    left: 0;
	    right: 0;
	}
	#section-floors .card:nth-child(even) .inner .card-start {
	    border-radius: 0;
	    border-top-right-radius: 40px;
	    border-bottom-left-radius: 40px;
	    margin-bottom: 40px;
	}
	.newsletter-form-wrap {
	    margin-top: 0;
	}
	.newsletter-form {
	    width: 85%;
	}
	.container-fluid {
	    width: 90%;
	}
	#section-contact .container {
	    flex-flow: column;
	    gap: 40px;
	}
	.section-contact-end{
		display: flex;
		justify-content: center;
	}
	.section-contact-start-list ul li {
	    display: flex;
	    gap: 10px;
	}
	#section-top .container .title {
	    left: .5rem;
	    bottom: -1.35rem;
	    font-size: 10px;
	    height: auto;
	}
	#section-top .container-fluid{
	    height: 100%;
	    display: flex;
	    align-items: center;
	}
	.section-top-ribbon-desktop{
		display: none;
	}
	.section-top-ribbon-mobile{
		display: block;
	}
	.top-logo-yahudd{
	    display: flex;
	    justify-content: center;
	    padding: 30px;
	}
	#section-floors .card .inner .card-end .card-end-inner .card-end-text{
		/*font-size: 27px;*/
	}
	#section-floors .card .inner .card-end .card-end-inner .card-end-title {
	    font-size: 33px;
	}
	.section-contact-start{order: 1;}
	.section-contact-center{order: 0;}
	.section-contact-end{order: 2;}

	#section-newsletter .container,
	#section-newsletter .container-fluid{
		padding: 0;
	}
	.newsletter-form-wrap{
		border-radius: 0;
	}
	#section-floors .card .inner .card-end .card-end-ribbon svg {
	    width: 101%;
	    right: -1px;
	}
	#section-floors .card:nth-child(even) .inner .card-end {
	    border-top-right-radius: 0;
	    border-top-left-radius: 40px;
	}
	#section-floors .card .inner .card-end .card-end-inner .card-end-button {
	    margin-bottom: 2rem;
	}
	#section-top-middle .container {
	    flex-flow: column-reverse;
	    gap: 50px;
	}
	#section-floors .card .inner .card-end .card-end-ribbon {
	    height: 48px;
	}
}


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
	background: #4086F4 !important;
}