/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
button {
    cursor: pointer;
    border: none;
    background: none;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
body {
    background-color: #FFFFFF;
    /*font-family: "urw-din", sans-serif;
    font-family: 'Almoni Tzar';*/
	font-family: 'Noto Sans Hebrew ExtraCondensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
/* ***** End Common Css **** */


/* **** Header **** */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 50px 0 0;
}
header .container{
    max-width: 1800px;
}
header .navbar-brand{
    display: table;
    margin-left: 0;
    margin-right: auto;
}
/* **** End Header **** */


/* **** Hero ****/
.hero_sec{
    position: relative;
}
.hero_sec .container{
    max-width: 1500px;
}
.hero_sec .hero_bg{
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.hero_sec .hero_bg::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image:url("../images/banner-overlay.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.hero_sec .hero_bg img{
    width: auto;
    object-fit: cover;
    max-width: 100%;
    margin: 0 auto;
}
.hero_sec .hero_bg img.desktop-img{display: block;}
.hero_sec .hero_bg img.mobile-img{display: none;}
.hero_sec .hero_detail{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9%;
	bottom:5%;
    padding: 0 0 60px;
    text-align: center;
}
.hero_sec .hero_detail h1{
    font-size: 260px;
    color: #FCCC2D;
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.hero_sec .hero_detail h3{
    font-size: 75px;
	line-height:100px;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}
/* **** End Hero ****/


/* **** marquee **** */
.marquee_wrap{
    background: #FCCC00;
    position: relative;
    width: 100%;
    min-height: 95px;
    align-items: center;
    direction: rtl;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.marquee p,.str1 p,.str1 span{
    font-family: "urw-din-condensed", sans-serif;
    font-size: 46px;
	line-height:60px;
    color: #19244E;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0;
	font-weight:700;
	letter-spacing: 5.06px;
	direction: ltr;
}
/* **** End marquee **** */

/* **** special benefit **** */
.benefit_wrp{
    background-color: #FCCC2D;
    padding: 85px 0 37px;
    margin: 32px 0 0;
}
.benefit_wrp h2{
    font-size: 68px;
    line-height: 65px;
    color: #19244E;
    font-weight: 300;
    margin: 0 0 35px;
    text-align: center;
	font-family: "Noto Sans Hebrew ExtraCondensed", sans-serif;
}
.benefit_wrp h2 b{
    display: block;
	font-weight:700;
}
.benefit_wrp .btn-main{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 58px;
    color: #fff;
    background-color: #379A42;
    padding: 18px 50.5px 18px; 
    border-radius: 68px;
    width: fit-content;
    margin: 0 auto;
	min-width: 444px;
    justify-content: space-between;
}
.benefit_wrp h6{
    font-size: 45px;
    color: #19244E;
    font-weight: 300;
    padding: 0 35px;
}
/* **** End special benefit **** */



/* **** Team Aguia **** */
.team_wrp{
    padding: 127px 0 97px;
    position: relative;
}
.team_wrp .team-shape{
    position: absolute;
    right: 0;
    top: 40px;
}
.team_wrp .container{
    max-width: 1520px;
	max-width:1427px;
}
.team_wrp .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.team_wrp .row .col-md-7{width: 55%;}
.team_wrp .row .col-md-5{width: 45%;}
.team_wrp .team_slider .team-box img{
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
.team_wrp .team_slider .swiper-pagination{
    position: relative;
    transform: unset;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 30px auto 0;
}
.team_wrp .team_slider .swiper-pagination .swiper-pagination-bullet{
    margin: 0;
    height: 12px;
    width: 12px;
    background-color: #565656;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	opacity:1;
}
.team_wrp .team_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FCCC00;
}
.team_wrp .team_detail{
    max-width: 815px;
    display: table;
    margin-left: 0;
    margin-right: auto;
}
.team_wrp .team_detail h2{
    font-family: "urw-din-condensed", sans-serif;
    font-size: 110px;
    color: #19244E;
    margin: 0 0 25px;
    text-align: center;
    font-weight: bold;
	line-height:100px;
}
.team_wrp .team_detail p{
    font-size: 35px;
    color: #19244E;
    line-height: 40px;
    margin: 0;
}
/* **** End Team Aguia **** */


/* **** Community **** */
.community-wrp{
    padding: 0 0 165px;
}
.community-wrp .container{
	max-width:1427px;
}
.community-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.community-wrp ul li{
    font-size: 50px;
	line-height:40px;
    color: #19244E;
    font-weight: 500;
    text-align: center;
}
.community-wrp ul li img{
    max-width: 100%;
    margin: 0 auto 20px;
    display: table;
}
/* **** End Community **** */



/* **** Contact **** */
.contact-wrp {
    background-color: #EDEDED;
    position: relative;
}
.contact-wrp::before{
    position: absolute;
    content: "";
    height: 195px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.contact-wrp::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../images/contact-bg-shape.svg");
    pointer-events: none;
	bottom: -2%;
    background-position: bottom left;
}
.contact-wrp .contact-block{
    background: linear-gradient(180deg, #379A42 25%, #1D4822 90.5%);
    padding: 45px 65px 120px;
    border-radius: 30px;
    position: relative;
    z-index: 5;
	max-width: 99.07%;
    margin: 0 auto;
}
.contact-wrp .contact-block h2{
    font-weight: 700;
    font-size: 150px;
    line-height: normal;
    color: #FCCC2D;
    text-align: center;
    margin: 0;
    direction: ltr;
	 font-family: "urw-din-condensed", sans-serif;
}
.contact-wrp .contact-block p{
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 50px;
}
.contact-wrp .contact-block form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
	/*align-items: baseline;*/
	max-width: 926px;
    margin: 0 auto;
}
.contact-wrp .contact-block form .form-group .form-control{
    font-size: 33px;
    color: #989898;
    font-weight: 200;
    line-height: 40px;
    padding: 11px 27px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 60px;
	width: 447px;
	font-weight: 400;
}


.club_block{
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.club_block h2{
    font-family: "urw-din-condensed", sans-serif;
    font-size: 173px;
    color: #379A42;
    margin: 0;
    direction: ltr;
    text-align: center;
	font-weight:bold;
}
.club_block h4{
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    color: #19244E;
    margin: 24px 0 15px;
}
.club_block p{
    font-size: 45px;
    line-height: 45px;
    color: #19244E;
    font-weight: 400;
}
.club_block p b{
    display: block;
    font-weight: bold;
	margin-top:15px;
}
/* **** End Contact **** */



/* **** professional **** */
.professional_sec{
    padding: 100px 0 165px;
}
.professional_sec .container{
    max-width: 1700px;
}
.professional_sec .professional_slider .swiper-slide{
    padding: 0 55px;
}
.professional_block .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0;
}
.professional_block .row .col-md-7{width: 50%;}
.professional_block .row .col-md-5{width: 50%;}
.professional_block .professional-img{
    display: table;
    margin: 0 auto;
}
.professional_block .professional-img img{
    max-width: 100%;
}
.professional_block .professional_detail h2{
    font-weight: 900;
    font-size: 120px;
    color: #379A42;
    margin: 0 0 20px;
}
.professional_block .professional_detail h3{
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
    color: #19244E;
    margin: 0 0 30px;
}
.professional_block .professional_detail p{
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #19244E;
    margin: 0 0 24px;
}
.professional_block .professional_detail ul{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 40px;
}
.professional_block .professional_detail ul li,.professional_block .professional_detail ul li p{
    font-weight: 400;
    font-size: 33px;
    line-height: 33px;
    color: #19244E;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.professional_block .professional_detail ul li b{
    font-weight: bold;
    font-size: 107px;
    line-height: 71px;
    color: #1D4822;
    margin: 0;
	 font-family: "urw-din-condensed", sans-serif;
}
.professional_slider .custom-prev,
.professional_slider .custom-next{
    border-radius: 0;
    height: auto;
    width: auto;;
}
.professional_slider .custom-prev svg,
.professional_slider .custom-next svg{
    display: none;
}
/* **** End professional **** */


footer{
    height: 79.51px;
    background: linear-gradient(90deg, #2e7d32, #1b5e20);
}