/*
 * Website Main styles here.
*/

@font-face{
	font-family: EscrituraW01-Bold;
	src: url('../fonts/Escritura-W01-Bold.woff') format('woff');
}
@font-face{
	font-family: EscrituraW01-Regular;
	src: url('../fonts/Escritura-W01-Regular.woff') format('woff');
}
@font-face{
	font-family: Sonny-Bold;
	src: url('../fonts/Sonny-Vol-2-Bold.woff') format('woff');
}
@font-face{
	font-family: Sonny-Regular;
	src: url('../fonts/Sonny-Vol-2-Regular.woff') format('woff');
}

@font-face {
	font-family: Vanarchiv;
	src: url('../fonts/Vanarchiv - Escritura Hebrew Demi Bold.otf');
}
@font-face {
	font-family: Authentic-Calisttera;
	src: url('../fonts/Authentic Calisttera.otf');
}

/* @font-face{
	font-family: Authentic-Calisttera;
	src: url('../fonts/Authentic-Calistter.woff') format('woff');
} */

body{
	font-family: 'EscrituraW01-bold';
}

.bg-or{
	background:#e09226;
}
.bg-dark{
	background:#003149 !important;
}

.btn-custom 
{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border-radius: 14px;
    padding: 7px 24px;
    min-width: 125px;
	font-family: 'Sonny-Regular';
}
.btn-custom:hover{
	color:#fff;
}
/* HEADER */

.nav-left .home-arrow
{
    width: 20px;
    margin-right: 10px;
}

.hero-header 
{
    position: relative;
    background-color: #ccc;
    background-image: url('../images/banner-new.jpg');
    background-size: 238%;
    padding-top: 50px;
    background-position: 35% 74%;
}
.hero-header .navbar{
	margin:0 0 50px;
	padding:0;
}
.navbar .container {
	max-width:1475px;
	padding:0px 90px !important;
	-webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
}
.navbar .nav-left{
	min-width:150px;
}
.nav-left img {
	width:38px;
}

.navbar .nav-right{
	min-width:150px;
}

.header .form-area{
	
}
.form-area h1{
	color: #062733;
    font-size: 53px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Vanarchiv';	
}
.form-area p{
	color: #fff;
    font-size: 18px;
    line-height: 26px;
    width: 64%;
    font-weight: 500;
    font-family: Escritura !important;	
}
.form-area .sub-heading{
	font-family: 'Vanarchiv';
    color: #e09226;
    font-size: 20px;
    word-spacing: 8px;
    white-space: nowrap;
    margin-top: 100px;
    display: block;
}
.form-area .donate-form {
	font-family: 'Sonny-Regular';
    display: block;
    margin-left: 10%;
    padding: 50px 0;
    border-radius: 20px;
    position: relative;
    right: -90px;
    min-height: 530px;
    overflow: hidden;
	top:135px;
	box-shadow:0 0 20px 10px rgba(0,0,0,0.1);
}
.donate-form .form-control{
	border:none;
	padding:0;
	margin-bottom:15px;
	background:transparent;
}
.donate-form .form-input{
	width:100%;
	font-size:14px !important;
	border:none;
	border-radius:16px;
	padding:10px 20px;
	outline:none; 
	font-family:'Sonny-Regular';
	max-height:42px;
}
.donate-form .form-input option{
	width:100%;
	font-size:14px;
	border:none;
	border-radius:16px;
	padding:10px 20px;
	outline:none;
}
.button-guide__line {
	left:16px !important;
}
.donate-form label {
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}
.donate-form textarea{
	min-height:100px;
}
.donate-form .radio-holder {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
    overflow: hidden;
}
.donate-form .radio-holder input{
	position:absolute;
	left:-100px;
	opacity:0;
}
.donate-form .radio-holder > label {
	position: relative;
    font-size: 20px;
    text-align: center;
    height: 80px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    line-height: 80px;
	cursor:pointer;
}

.donate-form .steps{
	width:auto;
	border:none;
	border-radius:16px;
	list-style:none;
	padding:0 ;
	margin:0 40px 40px 40px;
}
.progressbar--tab {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-radius: 16px;
    padding: 8px 20px;
	font-family: 'Sonny-Regular';
	cursor: pointer;
}
.progressbar--tab.active {
	background:#023f5b;
}
.donate-form .btn {
    width: 250px;
    color: #fff;
    font-size: 17px;
    border-radius: 16px;
    padding: 8px 31px;
    margin-top: 30px;
    text-align: left;
    float: right;
	font-family: 'Sonny-Regular';
}
.donate-form fieldset {
    border: 0 none;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
	min-height:350px;
    position: absolute;
	/*display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-align:end;
       -ms-flex-align:end;
           align-items:flex-end;*/
}
/*Hide all except first fieldset*/
.donate-form fieldset:not(:first-of-type) {
	display: none;
}



/* CONTENT */

.main-content{
	padding:200px 0 100px;
}

.slider-box{
    border-radius: 20px;
}
.slider-box .slide {
    padding: 100px;
    background: #023f5b;
    border-radius: 20px;
    position: relative;
    margin-bottom: 110px;
}
.slider-box .slide .main-bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.slider-box .slide .main-bg:before {
    content: "Yeshuos";
    font-size: 140px;
    font-family: Authentic-Calisttera;
    font-style: italic;
    color: #222;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-33%, -12px);
}
.slider-box .slide:nth-child(2n) .main-bg:before {
	content: "Refuos";
}
.slider-box .slide:nth-child(3n) .main-bg:before {
	content: "Nachas";
}
.slider-box .slide:nth-child(4n) .main-bg:before {
	content: "Yeshuos";
}
.slider-box .slide:nth-child(5n) .main-bg:before {
	content: "Refuos";
}
.slider-box .slide:nth-child(6n) .main-bg:before {
	content: "Nachas";
}
.slider-box .slide:nth-child(7n) .main-bg:before {
	content: "Yeshuos";
}
.slider-box .slide .slide-data{
	position:relative;
	z-index:2;
}
.slider-box .slide .slide-data h1 {
    color: #fff;
    font-size: 110px;
    display: flex;
    line-height: 100%;
    font-weight: 300;
	font-family: 'Sonny-Regular';
}
.slider-box .slide .slide-data h1 > span{
	font-size: 60px;
    line-height: 110px;
    margin-right: 10px;
    color: #e09226;
	font-family: 'Sonny-Regular';
}
.slider-box .slide .slide-data span{
	font-size: 40px;
    margin-bottom: 5px;
    color: #e09226;
	font-family: 'Sonny-Regular';
}
.slider-box .slide .slide-data aside {
    display: flex;
    flex-direction: column;
    font-size: 26px;
    line-height: initial;
    margin-top: 8px;
    margin-left: 10px;
}
.slider-box .slide .slide-data small {
    font-size: 15px;
	font-family: 'Sonny-Regular';
}
.slider-box .slide p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    width: 420px;
    font-weight: 400;
    margin: 20px 0 40px;
    min-height: 100px;
	position:relative;
	z-index:2;
}
.slider-box .slide:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/slideafter.png);
    background-size: 100% 100%;
    bottom: -143px;
    position: absolute;
    left: 0;
}
.slider-box .slide a{
	position:relative;
	z-index:2;
}
.slider-box .slick-dots {
    position: absolute;
    left: -90px;
    top: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    bottom: 150px;
    justify-content: space-around;
}
.slider-box .slick-dots:before {
    width: 3px;
    background: #fff;
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 8.5px;
}
.slider-box .slick-dots li.slick-active {
	background:#fff;
}
.slider-box .slick-dots li {
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    /* overflow: hidden; */
    cursor: pointer;
    background: #e09226;
    position: relative;
    z-index: 1;
}
.slider-box .slick-dots li button {
    opacity: 0;
    cursor: pointer;
}
.slider-box .slick-dots li span {
    color: #fff;
    position: absolute;
    right: 0;
    min-width: 80px;
    top: -7px;
    text-align: left;
    font-size: 20px;
	font-family: 'Sonny-Regular';
}
.slider-box .slick-dots li small {
    color: #000;
    margin-right: 5px;
    font-size: 13px;
    line-height: 20px;
}
.slider-box .slick-arrow {
    fill: #fff;
    height: 40px;
    width: 40px;
    background: #022b3e;
    overflow: hidden;
    display: block;
    position: absolute;
    line-height: 40px;
    text-align: center;
    right: 70px;
    top: 35%;
    left: auto;
    z-index: 1;
    border-radius: 50%;
	cursor:pointer;
}
.slider-box .slick-prev{
	
}
.slider-box .slick-next{
	top: 45%;
}
.slider-box .slick-arrow svg {
    fill: #e09226;
    margin-top: 8px;
}


/* FOOTER */


.main-footer{
	padding:100px 0 50px;
}
.main-footer .foot-img{
	display:block;
}
.main-footer .mr-4 img{
	margin-top:15px;
}
.main-footer h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    line-height: 28px;
}
.main-footer h4 {
	font-family: 'Vanarchiv';
    color: #062733;
    font-size: 38px;
    margin-top: 30px;
    line-height: 28px;
	letter-spacing: 1.5px;
}
.main-footer .row .col-md-4:first-child .mr-4{
	margin-top:25px;
}






/*
 * RESPONSIVE CSS HERE
*/

@media (max-width:480px){
	span.button-guide__amount__number {
    font-size: 1.5rem !important;
}
	.btn-custom {
		font-size: 18px;
		border-radius: 14px;
		padding: 5px 20px;
		min-width: 100px;
	}
	.navbar .nav-center .logo-main {
		max-width: 90px;
	}
	.hero-header{
		padding-top:25px;
	}
	.form-area h1{
		font-size:46px;
		margin-top: 0px;
	}
	.form-area .sub-heading {
		color: #e09226;
		font-size: 14px;
		word-spacing: 4px;
		white-space: normal;
		margin-top: 0;
		display: block;
		margin-bottom: 40px;
	}
	.navbar .nav-right {
		min-width: 150px;
		width: 100%;
		margin-top: 150px;
		text-align: center !important;
	}
	.form-area p {
		font-size: 16px;
		width: 100%;
		margin-bottom: 50px;
	}
	.form-area .donate-form {
		position: absolute;
		width: auto;
		left: 25px;
		right: 25px;
		margin: 0 0 0;
		top: -30px;
		padding:35px ​0;
	}
	.hero-header {
		position: relative;
		background-color: #19567a;
		background-image: none;
		background-size: 615%;
		padding-top: 25px;
		background-position: 42% 145%;
		background-repeat: no-repeat;
	}
	.nav-right.text-right.mobile {
    text-align: center !important;
    margin: 0 auto;
    margin: 50px;
	
}   .nav-right.text-right { display:none;}
	.nav-right .btn-custom {
		font-size: 20px;
		border-radius: 14px;
		padding: 7px 25px;
		min-width: 130px;
	}
	.donate-form fieldset {
		padding: 0 20px;
		width: 100%;
	}
	.main-content {
		padding: 620px 0 100px;
	}
	.slider-box .slick-dots {
		position: absolute;
		left: 0;
		top: -45px;
		bottom: auto;
		justify-content: space-between;
		width: 100%;
		flex-direction: revert;
	}
	.slider-box .slick-dots:before {
		width: 100%;
		position: absolute;
		top: 10px;
		bottom: 0;
		left: 0;
		height: 3px;
		right: 0;
	}
	.slider-box .slick-dots li span {
		display:none;
	}
	.donate-form .steps {
		margin: 0 20px 30px 20px;
	}
	.donate-form .steps li {
		font-size: 16px;
		padding: 8px 12px;
	}
	.slider-box .slide{
		padding:40px;
	}
	.slider-box .slide .slide-data h1{
		font-size:60px;
	}
	.slider-box .slide p{
		width:100%;
		min-height:140px;
	}
	.slider-box .slide .slide-data h1 > span {
		font-size: 36px;
		margin-right: 5px;
		line-height: 60px;
	}
	.slider-box .slide .slide-data span {
		font-size: 30px;
		line-height: 80%;
	}.slider-box .slide .main-bg:before {
		font-size: 76px;
		transform: translate(-44%, 10px);
	}
	.slider-box .slick-arrow{
		top:56%;
		right:25px;
	}
	.slider-box .slick-next {
		top: 66%;
		right:25px;
	}
	.slider-box .slide{
		margin-bottom:92px;
	}
	.main-footer .row {
		flex-direction: column-reverse;
	}
	.footer-info{
		padding:0 40px 40px;
	}
	.main-footer{
		padding-top:0;
	}
	.main-footer .row .col-md-4:first-child{
		justify-content:center;
	}
	.main-footer .row .col-md-4:first-child .mr-4{
		margin-top:25px;
	}
	
	.main-footer .foot-img img{
		max-width:150px;
	}
	
}


@media (min-width:767px) and (max-width:1023px){
	
	.navbar .nav-center .logo-main {
		max-width: 130px;
	}
	.hero-header{
		padding-top:25px;
	}
	.form-area h1 {
		font-size: 58px;
		margin-top: 172px;
	}
	.form-area .sub-heading {
		font-size: 22px;
		word-spacing: 14px;
		white-space: nowrap;
		margin-top: 44px;
		margin-bottom: 130px;
	}
	.navbar .nav-right {
		margin-top: 195px;
		min-width: 100%;
		text-align: center !important;
	}
	.form-area p {
		font-size: 22px;
		width: 250%;
		line-height: 35px;
	}
	.form-area .donate-form {
		position: absolute;
		width: auto;
		left: 80px;
		right: 80px;
		margin: 0 0 0;
		top: -30px;
		padding: 40px 0;
		/* display: none; */
	}
	.hero-header {
		background-size: 460%;
		background-position: 41% 106%;
		background-repeat: no-repeat;
		background-color: #1a587d;
	}
	.form-area {
		margin-top: 50px;
	}
	.nav-right .btn-custom {
		font-size: 20px;
		border-radius: 14px;
		padding: 7px 25px;
		min-width: 130px;
	}
	.donate-form fieldset {
		padding: 0 40px;
		width: 100%;
	}
	.main-content {
		padding: 620px 0 100px;
	}
	.main-slider {
		padding: 80px 0;
	}
	.slider-box .slick-dots {
		right: 80px;
		left: 80px;
		top: -100px;
		bottom: auto;
		justify-content: space-between;
		width: auto;
		flex-direction: revert;
		margin-bottom: 100px;
	}
	.slider-box .slick-dots:before {
		width: 100%;
		position: absolute;
		top: 10px;
		bottom: 0;
		left: 0;
		height: 3px;
		right: 0;
	}
	.slider-box .slick-dots li span {
		display: block;
		bottom: -43px;
		top: auto;
		left: -12px;
		/* transform: translateX(-50%); */
		right: auto;
		width: auto;
	}
	.donate-form .steps {
		margin: 0 40px 30px;
	}
	.donate-form .steps li {
		font-size: 16px;
		padding: 8px 12px;
	}
	.slider-box .slide{
		padding:40px;
		margin:0 70px;
	}
	.slider-box .slide .slide-data h1{
		font-size:60px;
	}
	.slider-box .slide p{
		width:65%;
		min-height:140px;
	}
	.slider-box .slide .slide-data h1 > span {
		font-size: 36px;
		margin-right: 5px;
		line-height: 60px;
	}
	.slider-box .slide .slide-data span {
		font-size: 30px;
		line-height: 80%;
	}.slider-box .slide .main-bg:before {
		font-size: 76px;
		transform: translate(-44%, 10px);
	}
	.slider-box .slide:after {
		content: "";
		width: 80px;
		height: 100%;
		background: url(../images/slideright.png);
		background-size: 100% 100%;
		top: 0;
		position: absolute;
		right: -100px;
		left: auto;
		border-radius:20px;
	}
	.slider-box .slide:before {
		content: "";
		width: 80px;
		height: 100%;
		background: url(../images/slideleft.png);
		background-size: 100% 100%;
		top: 0;
		position: absolute;
		left: -100px;
		border-radius:20px;
		/* z-index: 9; */
	}
	.slider-box .slick-arrow{
		top: 15px;
		left: 45%;
		right:auto;
		transform: rotate(-90deg);
	}
	.slider-box .slick-next{
		right: 42%;
		left:auto;
	}
	.main-footer .foot-img img {
		max-width: 150px;
	}
	.main-footer .mr-4 img {
		margin-top:25px;
	}
	
	
	
	.main-footer .row {
		flex-direction: column-reverse;
	}
	.main-footer .row .d-flex{
		justify-content:center;
	}
	.footer-info{
		padding:0 40px 40px;
	}
	.main-footer{
		padding-top:0;
	}
	.main-footer .row .col-md-4:first-child{
		justify-content:center;
	}
	.main-footer .row .col-md-4:first-child .mr-4{
		margin-top:25px;
	}
	



	
	
	
}

@media (min-width:1450px){
	.hero-header{
		background-size:225%;
	}

}
@media (min-width:1650px){
	
	.hero-header{
		background-size:215%;
		background-position: 33% 74%;
	}
}

@media (min-width:1750px){
	
	.hero-header{
		background-size:205%;
		background-position: 34% 74%;
	}	
}

@media (min-width:1920px){
	
	
	.hero-header{
		background-size:205%;
		background-position: 34% 74%;
	}
}

span.amount-sign {
    position: relative;
    top: 7px;
    left: 17px;
}

.add-another-name{
	border: 0px;
    cursor: pointer;
    font-family: 'Sonny-Regular';
    color: #003149;
}
.donation-popup {
    background: #00000059;
    position: absolute;
}
.donation-popup .modal-container{
    background: #e09226;
    text-align: center;
    width: 1000px;
    height: 468px;
    position: relative;
    left: -230px;
    padding: 100px 200px;
    border-radius: 15px;
}
.modal-title {
    font-size: 3rem;
    padding-bottom: 1.5rem;
    letter-spacing: 10px;
    font-weight: bold;
	font-family: 'Vanarchiv';
}

.modal-description1{
    color: white;
    font-size: 1.5rem;
    width: 498px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
}

.modal-description2{
    font-size: 1.3rem;
    padding-bottom: 1rem;
    font-family: 'Sonny-Regular';
}
.modal-exit {
    background: #0b354c;
    color: white;
    width: 100px;
    border-radius: 15px;
}

.button-guide__line {
    width: 55px;
    height: 6px;
    background: #dee2e6;
    position: absolute;
    left: 18px;
    top: 8px;
    border-radius: 10px;
}

.donate-form .radio-holder input:checked ~ label .button-guide__line{
    background: #023f5b;
}
.button-guide__amount {
    position: absolute;
    width: 100%;
    height: 35px;
    top: -1px;
}

.button-guide__amount__aday {
    position: absolute;
    height: 25px;
    width: 100%;
    top: 22px;
    font-size: 0.8rem;
    color: #e09226;
    font-weight: bold;
}

span.button-guide__amount__dollar {
    color: #e09226;
    position: relative;
    top: -3px;
    font-size: 1rem;
}

span.button-guide__amount__number {
    font-size: 2rem;
}
input.not-valid,
select.not-valid,
textarea.not-valid {
    border: 2px red solid !important;
    background: #ffe7e9;
}

@media only screen and (min-device-width: 375px) 
                   and (max-device-width: 736px) 
                   and (orientation: landscape) {

.hero-header {
    background-image: none !important;
	background-color:#19567a;
}
.form-area .donate-form{
	right:0px !important;
	margin-left:0px !important;
}

.nav-right.text-right.mobile {
    text-align: center !important;
    margin: 0 auto;
    margin: 50px;
}

}

/******************************** custom css 26-01-2022 *************************************/

.hero-header .navbar .btn {
    padding: 5px;
    border-radius: 14px;
}
.hero-header .navbar a.btn.btn-custom.bg-dark.mr-3 {
    float: left;
}
header.hero-header .form-area.w-100 .container, footer.main-footer.bg-or .container {
    max-width: 1460px;
	padding:0px 90px !important;
}
#progressbar li:before {
	display:none;
}
form#donate-form #progressbar li {
    min-width: 33.3%;
    font-size: 16px;
    text-transform: capitalize;
}

.donate-form .form-input {
    background: #FFF;
}
.donate-form a.btn.form-next.bg-dark {
    color: #FFF !important;
    max-width: 230px !important;
}
a.slider-donate-button.btn.btn-custom.bg-or {
    margin: 0;
}
a.slider-donate-button.btn.btn-custom.bg-or {
    margin: 0;
   border-radius: 15px !important;
    background: #e09226 !important;
    color: #FFF !important;
    padding: 8px 30px;
}
.footer-info a.btn.bg-dark.btn-custom {
    margin: 0;
    border-radius: 15px;
    padding: 7px 20px;
    color: #FFF !important;
}
.footer-info .col-md-12.col-lg-4.d-flex img {
    max-width: 150px;
}
.footer-info {
    margin-top: -35px;
}

.nav-left .home-arrow {
    padding-top: 2px;
}

.hero-header .navbar .btn {
	background:#e09226;
	color:#FFF !important;
}
.hero-header { 
background-color:#023f5b;
}
.amount_boxes {
    min-height: 200px;
}

.donate-form .btn {
	margin-top: 100px;
}
span.form-control.form-control--names {
    overflow: hidden;
    display: contents;
}
.form-area .donate-form {
	min-height:600px !important;
}
.navbar .nav-left {
    min-width: 150px;
    float: left;
    max-height: 100px;
}
.hero-header .navbar a.btn.btn-custom.bg-dark.mr-3 {
    float: left;
    margin: 0;
}
.hero-header {
    background-size: 125%;
    background-position: 50% 30%;
}
.modal-exit.btn {
    background-color: #343a40!important;
    padding: 5px 15px;
    border-radius: 5px;
}

#progressbar li:before, #progressbar li:after{
	display:none !important;
}
a.btn.btn-custom.bg-dark.mr-3 {
	background:#1d2124!important;
}
.nav-left .home-arrow {
    vertical-align: sub;
}
.navbar .nav-left, .nav-right.text-right{
	margin-top: -120px;
}

@media (min-width:1750px){
header.hero-header .form-area.w-100 .container, footer.main-footer.bg-or .container, .navbar .container {
    max-width: 1475px;
    padding: 0px !important;
}	
}

body .pac-container.pac-logo {
	margin-top:0px !important;
}