@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400&display=swap');

html {
  scroll-behavior: smooth;

}
body {
background: #f9f9f9;
    font-size: 12px;
    line-height: 20px;
    font-family: Montserrat,Arial,sans-serif;
    color: #565a5c;
    overflow-x: hidden!important;
}

.h3, h3, h4, .h4 {
    margin-top: 0;
}

h3 {
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
body, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
}

.dropdown-menu {
    border: 1px  solid;
    border-radius: 0;}

.logo-link{
	display: flex;
}
.nav-main-link {
 height: 80px;
 }
.container {
  max-width: 1170px;
}

/*
 * Custom translucent site header
 */

.site-header {
	

    /*background: rgba(0,0,0,.4);*/
	background-color: rgba(0,0,0,0.4);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  min-height: 80px;
  z-index: 99999;
  position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	text-align: center;
}

.site-header .dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.site-header a {
  text-decoration: none;
  color: #daba53;
  /*margin-top: 20px;*/
  
}
.site-header a:hover {
  
  /*font-weight: bold;*/
}

.site-header .dropdown-menu a
{
	color: #666;
}
.site-header .container .dropdown-menu {
	margin-top: 10px;
}

@media (orientation: landscape){
.site-header.sticky {
    -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 41%);
    -moz-box-shadow: 0 2px 10px -2px rgba(0,0,0,.41);
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 41%);
    background-color: #fff;
padding-bottom: 0;
}

.site-header.sticky a {
    color: #333;
}
}


.logo-upper {
	color: #daba53;
	padding-top: 11px;
}
@media (orientation: portrait){
	.logo-upper {
	display: none;
}
}
.logo-upper .main{
	    font-size: 16px;
    font-weight: bold;
}
.logo-upper .sub{font-style: italic;
    font-weight: normal;
	font-size: 18px;
}
#videoDiv {width: 100%; height: 1080px; position: relative; overflow: hidden;}
#video1 { margin: auto; display: block;}
#videoMessage { position: absolute; top: 0; left: 0;
display: flex;
flex-direction: column; 
justify-content: center;
align-items: center; 
width: 100%;
height: 100%;}
.videoClick {
	margin-top: 240px;
	color: #FFFFFF;
	font-size: 90px;
	
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
 .description .card{
	 height: 550px;
	 border: 0;
	 background: transparent;
 }
 
 .all-tours-card{
	 height: 400px;
 }
 
 .card-container .card .img-container img {
	height: 240px;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform .4s;
}
 .card-container .card .img-container:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform .4s;
}

.card-container .card .img-container{
	overflow: hidden;
}
.card-container .card{
	
	margin: 15px 0px 15px 0px;
}
.btn-offer,
.card-container .btn-primary {
    border: none;
    font-weight: 700;
    color: #fff;
    background: #51bce6;
    padding: 10px 25px;
    font-size: 14px;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.card-container .btn-primary:hover{
    background: #333;
    color: #fff;
}
.card-container .card .card-title{
color: #9e2063;
text-transform: uppercase;
min-height: 50px;
}

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

footer {
    background: url(images/pattern.png) #333;
    color: #fff;
    padding: 30px 0 10px;
}
footer a {
	text-decoration: none;
	
}
footer .link-secondary{
	color: #FFFFFF;
}
footer h5{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
}
.credits{
	padding: 20px;
	width: 100%;
	text-align: center;
	border-top: 1px solid grey;
}
/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
.animate__delay_1{
	--animate-delay: 0.5s;
}
.animate__delay_2{
	--animate-delay: 1s;
}
.animate__delay_3{
	--animate-delay: 1.5s;
}
.animate__delay_4{
	--animate-delay: 2s;
}
.custom-heading.main-title b{
color: #9e2063;	
}

video {
	object-fit: cover;
}

.accordion-button:not(.collapsed) {
     color: black; 
     background-color: white; 
}
.tips_for_travel .accordion-header{
	text-transform: uppercase;
}
.tips_for_travel .accordion-body{
	text-align: justify;
}
.accordion-button::after {
/*content: '\e821';*/
}

.box_style_1{
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}
.box_style_1 h3.inner {
    margin: -30px -30px 20px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 12px;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

.counter input[type=text]{
	display: flex;
	width: 33%;
	text-align: center;
}
.counter button{
	border: 1px solid #ccc;
}

.box_style_1 label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.numbers-row {
    width: 97px;
    overflow: visible;
}

.numbers-row, input.qty2 {
    position: relative;
    height: 40px;
}

.button_inc {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 40px;
    z-index: 9;
}
.dec {
    background: url(./img/minus.png) center center no-repeat #fff;
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inc {
    background: url(./img/plus.png) center center no-repeat #fff;
    right: 0;
    top: 0;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
nput.qty2 {
    width: 35px !important;
}

input.qty2 {
    width: 35px;
    border-radius: none;
    left: 31px;
    font-size: 12px;
    padding: 5px;
}
.numbers-row, input.qty2 {
    position: relative;
    height: 40px;
}
.numbers-row {
    width: 97px;
    overflow: visible;
}

.wpcf7 p {
    margin-top: 5px;
}
.wpcf7 p {
    margin-bottom: 0;
    margin-top: 20px;
}

p {
    margin: 0 0 20px;
}
.wpcf7 textarea {
    height: 50px;
    border-radius: 3px;
    width: 100%;
	border: 1px solid #ccc;
}
a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #51bce6;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding: 10px 25px;
}
.vc_row.wpb_row.row p, .vc_row.wpb_row.row li {
    font-size: 14px;
    line-height: 26px;
	text-align: justify;
}
#position {
    background-color: #333;
    padding: 10px 0;
    font-size: 11px;
}
#position {
    background-color: #565a5c;
    position: relative;
}

#position ul, #breadcrumbs_new ul {
    flex: 1;
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}
.left-container {
    display: flex;
}
#position .container {
    display: flex;
}
#israel_in_brief .card {
	height: 440px;
}
@media (min-width: 1200px)
.container {
    padding-left: 0;
    padding-right: 0;
}
.bcarea {
    margin-right: 5px;
    display: flex;
}

.bcarea {
    position: relative;
}
.bcarea a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
}
.bcarea p {
    margin: 0;
}
.bcarea span {
    color: #fff;
}
.var-container a {
    color: #fff;
}
.left-container .var-container {
    flex: 1;
    color: #fff;
    margin-right: 2em;
}
.margin_60, .margin_top_60 {
    padding-top: 60px;
}
.parallax {
  perspective: 1px;
  height: 40vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 18px 0 20px;
    color: #fff;
    font-size: 13px;
    background: url(./images/shadow_single.png) bottom left repeat-x;
    width: 100%;

}

.parallax__layer--base .title h1{
color: #FFFFFF;
font-weight: bold;
}
.parallax__layer--back {
  transform: translateZ(-1px);
}

.parallax__layer--back {
  transform: translateZ(-1px) scale(2);
}
.parallax__layer--deep {
  transform: translateZ(-2px) scale(3);
}

/*GLIGHT GALERY*/

.box-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 1.4em;
    width: 100%;
}

.box.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s, transform 0.35s;
}
.box {
    list-style-type: none;
    float: left;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.2s, transform 0.35s;
}
.box .inner {
    padding: 10px;
    position: relative;
}
.box a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.box img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
}
.box img:hover {
    transform: translate3d(0px, 0, 0);
}

.description .glide {
	margin-top: 10px;
}

.description .glide__slide .card .img-container {
		text-align: center;
        display: block;
		overflow: hidden;
      }
	  
.description .glide__slide .card .img-container {
height: 450px;
}
.all-tours .glide__slide .card .img-container {
height: 300px;
}


.glide__slide .card .img-container img {
	 object-fit: cover;
}
.glide__slide .card a{
	text-decoration: none;
}
.glide__slide .card h5 {
	text-align: center;
    padding-top: 1em;
    font-size: 16px;
}
.glide__slide .card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -20px;
    background-color: rgba(158,33,101,.5);
    overflow: hidden;
    width: 100%;
    height: 470px;
    -webkit-transform: scale(0);
    /* transition: .3s ease; */
    opacity: 0;
    transition: opacity .5s ease-in;
}
.glide__slide .card .overlay .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.glide__slide .card:hover .overlay {
    transform: scale(1);
    opacity: 1;
}

.tour-card p{
	font-size: 16px;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.separator {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	background: grey;
	width: 100%;
}
.offer-button{
	border: none;
    font-weight: 700;
    color: #fff;
    background: #51bce6;
    padding: 10px 25px;
    font-size: 14px;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
offer-button:hover {
    background: #333;
    color: #fff;
}
.button-container{
	text-align: center;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 20px;
}
.chronology-header-period,
.chronology-header-name
{
	display: flex;
}
.chronology-header-period{
	min-width: 130px;
}
.chronology-header-name{
	width: auto;
}
.social {
	margin-top: 20px;
}
.social a{
	margin-right: 10px;
	color: white;
}
.social i{
	font-size:20px;
}
.parallax__layer img{
	width: 100%;
}
.biblical-site-pagination
{
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 15px;
}
.biblical-site-pagination .glide__arrow
{
	border-radius: 0;
	color: black;
	top: 33%;
	
}

.biblical-site-pagination .glide__arrow--left {
	left: 0;
}
.biblical-site-pagination .glide__arrow--right {
	right: 0;
}
.biblical-site-pagination .glide__slide a
{
	text-align: center;
	margin: 0;
	border: 0;
	text-decoration: none;
	color: #9e2063;
    font-weight: bold;
    font-size: 22px;
}
.biblical-site-pagination .glide__slide a:hover
{
  background-color: light-grey;
}
.biblical-site-pagination .glide__slide a:active
{
  background-color: light-grey;
}

.biblical-site-content{
	min-height: calc(100vh - 250px);
}