File: /var/www/html/Siyum/wp-content/themes/siyum/css/siyum.css
@import url("../fonts/font.css");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.siyum-banner {
background-image: url(../img/banner-img-land.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
flex-direction: column;
display: flex;
align-items: center;
font-family: "sharp_grotesk_medium_21Rg";
padding: 200px 0px 150px 0px;
position: relative;
}
@media (max-width: 1679px) {
.siyum-banner {
padding: 140px 0px 120px 0px;
}
}
@media (max-width: 1481px) {
.siyum-banner {
padding: 100px 0px 80px 0px;
}
}
@media (max-width: 1281px) {
.siyum-banner {
padding: 100px 0px 80px 0px;
}
}
@media (max-width: 767px) {
.siyum-banner {
min-height: 90vh;
height: auto;
}
}
.siyum-banner::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
top: 0px;
left: 0px;
opacity: 0.4;
z-index: 9;
}
@media (max-width: 767px) {
.siyum-banner::after {
opacity: 0.5;
}
}
.siyum-banner .banner-content {
display: flex;
align-items: flex-end;
justify-content: space-between;
position: relative;
z-index: 99;
}
@media (max-width: 767px) {
.siyum-banner .banner-content {
flex-wrap: wrap;
justify-content: center;
}
}
.siyum-banner .banner-content .logo-img img {
max-width: 250px;
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .logo-img img {
max-width: 200px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .logo-img img {
max-width: 180px;
}
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .logo-img img {
max-width: 150px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .logo-img img {
max-width: 120px;
}
}
.siyum-banner .banner-content .left-sec {
width: 60%;
}
@media (max-width: 991px) {
.siyum-banner .banner-content .left-sec {
width: 50%;
}
}
@media (max-width: 767px) {
.siyum-banner .banner-content .left-sec {
text-align: center;
width: 100%;
}
}
@media (max-width: 579px) {
.siyum-banner .banner-content .left-sec {
width: 100%;
}
}
.siyum-banner .banner-content .left-sec .sub-title {
font-size: 42px;
color: #fff;
font-family: "sharp_grotesk_medium_21Rg";
padding-bottom: 15px;
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .left-sec .sub-title {
font-size: 40px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .left-sec .sub-title {
font-size: 36px;
}
}
@media (max-width: 1281px) {
.siyum-banner .banner-content .left-sec .sub-title {
font-size: 34px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .left-sec .sub-title {
font-size: 32px;
}
}
@media (max-width: 767px) {
.siyum-banner .banner-content .left-sec .sub-title {
font-size: 30px;
}
}
.siyum-banner .banner-content .left-sec .main-title {
color: #D1AA5F;
font-size: 58px;
line-height: 66px;
font-family: "sharp_grotesk_medium_21Rg";
margin-bottom: 50px;
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .left-sec .main-title {
font-size: 50px;
line-height: 62px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .left-sec .main-title {
font-size: 46px;
line-height: 58px;
margin-bottom: 40px;
}
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .left-sec .main-title {
font-size: 40px;
line-height: 52px;
margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .left-sec .main-title {
font-size: 36px;
line-height: 48px;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.siyum-banner .banner-content .left-sec .main-title {
font-size: 32px;
line-height: 46px;
margin-bottom: 20px;
}
}
.siyum-banner .banner-content .right-sec {
text-align: center;
flex: 1;
}
.siyum-banner .banner-content .right-sec .rt-title {
color: #fff;
font-size: 48px;
font-family: "sharp_grotesk_medium_21Rg";
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .right-sec .rt-title {
font-size: 44px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .right-sec .rt-title {
font-size: 40px;
}
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .right-sec .rt-title {
font-size: 36px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .right-sec .rt-title {
font-size: 34px;
}
}
@media (max-width: 767px) {
.siyum-banner .banner-content .right-sec .rt-title {
font-size: 30px;
}
}
.siyum-banner .banner-content .right-sec .txt {
color: #D1AA5F;
font-weight: 400;
letter-spacing: 1px;
font-size: 24px;
font-family: "Lia Yeffet";
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .right-sec .txt {
font-size: 22px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .right-sec .txt {
font-size: 20px;
}
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .right-sec .txt {
font-size: 18px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .right-sec .txt {
font-size: 16px;
}
}
@media (max-width: 767px) {
.siyum-banner .banner-content .right-sec .txt {
font-size: 14px;
}
}
.siyum-banner .banner-content .right-sec .content {
color: #fff;
font-size: 27px;
line-height: 29px;
font-weight: 300;
font-family: "sharp_grotesk_medium_16Rg";
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .right-sec .content {
font-size: 24px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .right-sec .content {
font-size: 21px;
}
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .right-sec .content {
font-size: 17px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .right-sec .content {
font-size: 15px;
}
}
.siyum-banner .banner-content .right-sec .content .elemtn-img img {
max-width: 30px;
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .right-sec .content .elemtn-img img {
max-width: 26px;
}
}
.siyum-banner .banner-content .right-sec .sub-content {
color: #D1AA5F;
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-family: "sharp_grotesk_medium_21Rg";
padding-top: 15px;
margin-bottom: 8px;
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .right-sec .sub-content {
font-size: 13px;
line-height: 24px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .right-sec .sub-content {
font-size: 12px;
line-height: 22px;
}
}
.siyum-banner .banner-content .right-sec .main-content {
font-size: 13px;
line-height: 22px;
color: #fff;
font-weight: 300;
font-family: "sharp_groteskbook_18";
padding-bottom: 20px;
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .right-sec .main-content {
font-size: 13px;
line-height: 24px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .right-sec .main-content {
font-size: 12px;
line-height: 22px;
}
.siyum-banner .banner-content .right-sec .main-content br {
display: none;
}
}
.siyum-banner .banner-content .right-sec .hebrew-text {
color: #D1AA5F;
font-size: 24px;
font-weight: 400;
letter-spacing: 1px;
font-family: "sharp_groteskbook_18";
font-family: "Lia Yeffet";
padding-bottom: 15px;
}
@media (max-width: 1679px) {
.siyum-banner .banner-content .right-sec .hebrew-text {
font-size: 20px;
}
}
@media (max-width: 1441px) {
.siyum-banner .banner-content .right-sec .hebrew-text {
font-size: 18px;
}
}
@media (max-width: 1199px) {
.siyum-banner .banner-content .right-sec .hebrew-text {
font-size: 16px;
}
}
@media (max-width: 991px) {
.siyum-banner .banner-content .right-sec .hebrew-text {
font-size: 14px;
}
}
@media (max-width: 767px) {
.siyum-banner .banner-content .right-sec .hebrew-text {
font-size: 14px;
}
}
.siyum-banner .btn-register {
border: 2px solid #D1AA5F;
color: #fff;
font-weight: 600;
padding: 0.75rem 2rem;
border-radius: 30px;
font-size: 13px;
font-family: "sharp_grotesk_medium_21Rg";
width: 280px;
background-color: transparent;
position: relative;
margin-bottom: 20px;
}
@media (max-width: 1679px) {
.siyum-banner .btn-register {
width: 250px;
}
}
@media (max-width: 1441px) {
.siyum-banner .btn-register {
width: 240px;
}
}
@media (max-width: 991px) {
.siyum-banner .btn-register {
font-size: 12px;
}
}
@media (max-width: 579px) {
.siyum-banner .btn-register {
font-size: 12px;
}
}
@media (max-width: 479px) {
.siyum-banner .btn-register {
width: 200px;
}
}
.siyum-banner .btn-register:hover {
border: 2px solid #D1AA5F;
color: #fff;
}
.siyum-banner .btn-register::before, .siyum-banner .btn-register::after {
content: "";
position: absolute;
top: 50%;
width: 120px;
height: 2px;
background: #D1AA5F;
transform: translateY(-50%);
z-index: 1;
}
@media (max-width: 1679px) {
.siyum-banner .btn-register::before, .siyum-banner .btn-register::after {
width: 100px;
}
}
@media (max-width: 1481px) {
.siyum-banner .btn-register::before, .siyum-banner .btn-register::after {
width: 80px;
}
}
@media (max-width: 479px) {
.siyum-banner .btn-register::before, .siyum-banner .btn-register::after {
width: 50px;
}
}
.siyum-banner .btn-register::before {
left: -120px;
}
@media (max-width: 1679px) {
.siyum-banner .btn-register::before {
left: -100px;
}
}
@media (max-width: 1481px) {
.siyum-banner .btn-register::before {
left: -80px;
}
}
@media (max-width: 479px) {
.siyum-banner .btn-register::before {
left: -50px;
}
}
.siyum-banner .btn-register::after {
right: -120px;
}
@media (max-width: 1679px) {
.siyum-banner .btn-register::after {
right: -100px;
}
}
@media (max-width: 1481px) {
.siyum-banner .btn-register::after {
right: -80px;
}
}
@media (max-width: 479px) {
.siyum-banner .btn-register::after {
right: -50px;
}
}
.tab-sec {
display: flex;
align-items: center;
justify-content: center;
padding-top: 80px;
padding-bottom: 50px;
}
@media (max-width: 1679px) {
.tab-sec {
padding-top: 60px;
padding-bottom: 40px;
}
}
@media (max-width: 1481px) {
.tab-sec {
padding-top: 50px;
padding-bottom: 30px;
}
}
@media (max-width: 1199px) {
.tab-sec {
padding-top: 40px;
padding-bottom: 20px;
}
}
@media (max-width: 579px) {
.tab-sec {
flex-direction: column;
}
}
.tab-sec .btn-sec {
justify-content: center !important;
padding-top: 0px !important;
}
.tab-sec .btn-register {
border: 2px solid #D1AA5F;
color: #D1AA5F !important;
font-weight: 400;
padding: 0.75rem 2rem;
border-radius: 30px;
font-size: 14px;
font-family: "sharp_grotesk_medium_21Rg";
width: 280px;
background-color: transparent;
position: relative;
margin-bottom: 20px;
text-align: center;
text-decoration: none;
margin: 0px 100px;
}
.tab-sec .btn-register.active {
background-color: #D1AA5F;
color: #FFFFFF !important;
}
@media (max-width: 1679px) {
.tab-sec .btn-register {
width: 250px;
margin: 0px 80px;
}
}
@media (max-width: 1441px) {
.tab-sec .btn-register {
width: 240px;
margin: 0px 60px;
}
}
@media (max-width: 991px) {
.tab-sec .btn-register {
font-size: 12px;
margin: 0px 40px;
width: 220px;
}
}
@media (max-width: 767px) {
.tab-sec .btn-register {
margin: 0px 20px;
}
}
@media (max-width: 579px) {
.tab-sec .btn-register {
font-size: 12px;
margin: 10px;
}
}
.tab-sec .btn-register:hover {
border: 2px solid #D1AA5F;
color: #fff;
}
.tab-sec .btn-register::before, .tab-sec .btn-register::after {
content: "";
position: absolute;
top: 50%;
width: 120px;
height: 2px;
background: #D1AA5F;
transform: translateY(-50%);
z-index: 1;
}
@media (max-width: 1679px) {
.tab-sec .btn-register::before, .tab-sec .btn-register::after {
width: 100px;
}
}
@media (max-width: 1481px) {
.tab-sec .btn-register::before, .tab-sec .btn-register::after {
width: 80px;
}
}
@media (max-width: 991px) {
.tab-sec .btn-register::before, .tab-sec .btn-register::after {
width: 44px;
}
}
@media (max-width: 479px) {
.tab-sec .btn-register::before, .tab-sec .btn-register::after {
width: 50px;
}
}
.tab-sec .btn-register::before {
left: -120px;
}
@media (max-width: 1679px) {
.tab-sec .btn-register::before {
left: -100px;
}
}
@media (max-width: 1481px) {
.tab-sec .btn-register::before {
left: -80px;
}
}
@media (max-width: 991px) {
.tab-sec .btn-register::before {
left: -44px;
}
}
@media (max-width: 479px) {
.tab-sec .btn-register::before {
left: -50px;
}
}
.tab-sec .btn-register::after {
right: -120px;
}
@media (max-width: 1679px) {
.tab-sec .btn-register::after {
right: -100px;
}
}
@media (max-width: 1481px) {
.tab-sec .btn-register::after {
right: -80px;
}
}
@media (max-width: 991px) {
.tab-sec .btn-register::after {
right: -44px;
}
}
@media (max-width: 479px) {
.tab-sec .btn-register::before {
right: -50px;
}
}
header .navbar .navbar-brand img {
/* transition: .3s; */
width: 145px;
filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(79deg) brightness(106%) contrast(100%);
}
.book-form {
background: #E9F5FF 0% 0% no-repeat padding-box;
padding: 100px 0px;
}
@media (max-width: 1679px) {
.book-form {
padding-top: 80px;
}
}
@media (max-width: 1481px) {
.book-form {
padding-top: 60px;
}
}
@media (max-width: 1199px) {
.book-form {
padding-top: 40px;
}
}
.scroll-down-btn1 {
position: absolute;
bottom: 20px;
z-index: 99;
font-size: 18px;
color: #D1AA5F;
font-family: "sharp_grotesk_medium_21Rg";
text-decoration: none;
animation: bounce 2s infinite;
text-align: center;
}
@media(max-width:1679px){
.scroll-down-btn1 {
font-size: 16px;
}
}
@media(max-width:1679px){
.scroll-down-btn1 {
font-size: 14px;
}
}
.scroll-down-btn1 .arrow {
margin-top: 10px;
transition: transform 0.3s ease;
}
.scroll-down-btn1:hover .arrow {
transform: translateY(5px);
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(8px);
}
}
.video-section {
padding: 100px 0px;
text-align: center;
background-color: #fff;
}
@media (max-width: 1679px) {
.video-section {
padding: 80px 0px;
}
}
@media (max-width: 1481px) {
.video-section {
padding: 60px 0px;
}
}
@media (max-width: 1199px) {
.video-section {
padding: 40px 0px;
}
}
.video-section .video-title {
font-family: "Cooper Lt BT";
letter-spacing: 0px;
color: #022F75;
font-weight: 500;
font-size: 40px;
line-height: 47px;
padding-bottom: 40px;
}
@media (max-width: 1679px) {
.video-section .video-title {
font-size: 38px;
line-height: 42px;
padding-bottom: 30px;
}
}
@media (max-width: 1481px) {
.video-section .video-title {
font-size: 36px;
line-height: 40px;
}
}
@media (max-width: 1199px) {
.video-section .video-title {
font-size: 34px;
line-height: 44px;
}
}
@media (max-width: 991px) {
.video-section .video-title {
font-size: 32px;
}
}
@media (max-width: 767px) {
.video-section .video-title {
font-size: 30px;
}
}
@media (max-width: 579px) {
.video-section .video-title {
font-size: 28px;
}
}
.video-section .video-wrapper {
position: relative;
padding-bottom: 50px;
aspect-ratio: 16/9;
overflow: hidden;
margin: 0 auto;
}
.video-section .video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
border-radius: 12px;
}
/*# sourceMappingURL=siyum.css.map */
.form-radio-cover {
display: flex;
align-items: center;
padding-left: 5px;
padding-top: 10px;
position: relative;
margin-bottom: 50px; }
@media (max-width: 800px) {
.form-radio-cover {
padding-left: 0;
flex-wrap: wrap;
flex-direction: column;
width: 100%;
align-items: flex-start; } }
.form-radio-cover .parsley-errors-list {
position: absolute;
top: 100%;
left: 0; }
.form-radio-cover .form-check {
margin-right: 30px; }
@media (max-width: 800px) {
.form-radio-cover .form-check {
margin-right: 15px;
width: 100%;
} }
@media (max-width: 579px) {
.form-radio-cover .form-check {
margin-right: 15px; } }
.form-radio-cover .form-check:last-child {
margin-right: 0; }
.form-radio-cover .form-check .form-check-label {
font-size: 18px;
line-height: 28px;
font-family: "Circular Std Book";
color: #022F75; }
@media (max-width: 1679px) {
.form-radio-cover .form-check .form-check-label {
font-size: 16px; } }
@media (max-width: 1199px) {
.form-radio-cover .form-check .form-check-label {
font-size: 14px; } }
.form-radio-cover .form-check .form-check-input {
border-color: #0047a0;
width: 20px;
height: 20px;
margin-top: 4px; }
@media (max-width: 1679px) {
.form-radio-cover .form-check .form-check-input {
width: 18px;
height: 18px; } }
.form-radio-cover .form-check .form-check-input:checked {
background-color: #0047a0;
border-color: #0047a0; }
.book-form-banner {
padding-top: 0 !important; }
.book-form-banner .conditional-field {
padding-top: 10px; }
.book-form-banner .label-text-radio {
display: block !important; }
.book-form-banner.book-form {
padding-bottom: 100px; }
@media (max-width: 991px) {
.book-form-banner.book-form {
padding-bottom: 80px !important; } }
@media (max-width: 579px) {
.book-form-banner.book-form {
padding-bottom: 50px !important; } }
.book-form-banner.book-form .form-select {
background-image: url("../img/angle-down-select.svg");
background-repeat: no-repeat;
background-position: calc(100% - 15px) center;
background-size: 18px; }
@media (max-width: 1481px) {
.book-form-banner.book-form .form-select {
background-size: 16px; } }
@media (max-width: 991px) {
.book-form-banner.book-form .form-select {
padding-left: 15px;
background-size: 14px; }
}
.book-form-banner.book-form .label-text {
color: #022F75;
font-weight: 500;
margin-bottom: 5px;
font-family: "PF DinText Pro";
display: block; }
@media (min-width: 767px) {
.book-form-banner.book-form .label-text {
display: none; }
}
@media (max-width: 1679px) {
.book-form-banner.book-form .label-text {
font-size: 14px; } }
@media (max-width: 991px) {
.book-form-banner.book-form .label-text {
font-size: 13.5px; } }
@media (max-width: 767px) {
.book-form-banner.book-form .label-text {
font-size: 12.5px;
} }
@media (max-width: 991px) {
.book-form-banner.book-form .form-control {
padding-left: 15px; } }
.book-form-banner.book-form .form-control::placeholder {
color: rgba(2, 47, 117, 0.8);
font-family: "Circular Std Book"; }
@media (max-width: 1199px) {
.book-form-banner.book-form .form-control, .book-form-banner.book-form .form-select {
margin-bottom: 1rem; }
.book-form-banner.book-form .form-control.parsley-error, .book-form-banner.book-form .form-select.parsley-error {
margin-bottom: 0; } }
@media (max-width: 991px) {
.book-form-banner {
padding-bottom: 80px !important; } }
@media (max-width: 380px) {
.book-form-banner .tab-content .form-section .btn-sec {
flex-wrap: wrap;
width: 100%;
flex-direction: column; }
.book-form-banner .tab-content .form-section .btn-sec .btn {
width: 100%; } }
@media(max-width:479px){
.form-section{
padding-left:8px !important;
padding-right:8px !important;
}
}
@media (max-width: 370px) {
.book-form-banner.book-form .label-text {
font-size: 11px;
}
}
@media(max-width:992px){
.book-form-banner.book-form .form-control::placeholder {
font-size:11px;
}
}
@media (max-width: 320px) {
.book-form-banner.book-form .label-text {
font-size: 11px;
}
}
.second-sec .sub-content {
font-family: "Cooper Lt BT";
letter-spacing: 0px;
color: #022F75;
font-weight: 500;
font-size: 40px;
line-height: 47px;
text-align: center;
padding-top: 125px;
}
@media (max-width: 767) {
.second-sec .sub-content {
font-size: 28px;
}
.second-sec .main-content {
font-size: 20px;
}
}
.second-sec .main-content {
font-size: 27px;
text-align: center;
padding-top: 25px;
}