@import "../trip_planner/css/layout.css"; 

.top-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

.top-header .navbar.navbar-expand-lg {
    padding: .5rem 1rem
}

.top-header .navbar.navbar-expand-lg .navbar-brand {
    padding: 0
}

.top-header .navbar.navbar-expand-lg .navbar-nav .nav-item a {
    color: #333;
    font-weight: 500;
    font-size: 16px
}

.top-header .navbar.navbar-expand-lg .navbar-nav .nav-item a:hover {
    color: #fff;
    background-color: var(--primary)
}

.banner-section {
    position: relative;
    min-height: 450px;
    background-image: url('../images/main-banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}
.banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000036;
}
.banner-section .banner-head {
    padding-top: 20%
}

.banner-section .banner-head h1 {
    font-size: 3rem;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-shadow: 3px 3px #666
}
.search-box .title{
    margin-bottom:14px;
    font-family:'Noto Sans Hebrew';
    font-weight:bold;
    color:var(--primary);
}
.flt-right {
    float: right
}

.search-top {
    padding-top: 23%;
    padding-bottom: 10%
}

.search-top .nav-tabs {
    border: 0
}

.search-top .nav-tabs li a.active,.search-top .nav-tabs li a:hover {
    background-color: var(--primary);
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-weight: 500;
}

.search-box {
        position: relative;
    z-index: 1;
    background: rgb(255 255 255 / 56%);
    padding: 20px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.search-box label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.search-box .form-control {
    font-size: 14px;
    background: #ffffffb8;
    border-radius:50px;
}

.search-box .form-control:focus {
    box-shadow: none
}
.rc-anchor-light {
        background: #f9f9f9b0;
    color:var(--font-clr);
    border-radius: 10px;
}
.search-box .btn {
    /*background-color: var(--primary);*/
    /*color: #fff;*/
    /* border-radius: 0; */
    /* min-width: 150px; */
    /*border: 1px solid var(--primary);*/
}

.search-box .btn:hover {
    /* background-color: var(--secondary); */
    /* border: 1px solid var(--secondary); */
}

.head-text {
    
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
}

.news-letter-section {
    background: #ededed;
    padding: 70px 0
}

.news-letter-section .head-text {
    margin-bottom: 10px
}

.news-letter-section p {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #000;
}

.news-letter-section h3 {
    color: #333;
    margin: 0;
    font-weight: 500;
}

.news-letter-section .form-control {
    border: 0;
    border-radius: 0;
    height: 38px;
}

.news-letter-section .news-btn {
    width: 100%;
    color: #fff;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: .375rem .5rem;
    height: 38px
}

.news-letter-section .news-btn:hover {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
}

footer .bottom-sec {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

footer .bottom-sec h6 {
    color: #333;
    margin-bottom: 15px;
    font-weight: bold
}

footer .bottom-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

footer .bottom-sec ul li.links {
    display: block;
    margin-bottom: 10px
}

footer .bottom-sec ul li:last-child {
    border: 0
}

footer .bottom-sec ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

footer .bottom-sec ul li a:hover {
    color: #146ce6;
    text-decoration: none
}

footer .bottom-sec p {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

footer .bottom-sec p i {
    color: #333
}

footer .footer-bottom {
    background: #fbfbfb !important;
}

footer .footer-bottom p {
    color: #fff
}

footer .social-links {
    margin-top: 12px;
    margin-bottom: 12px
}

footer .social-links ul {
    padding-left: 0;
    margin-bottom: 0
}

footer .social-links ul li {
    margin-right: 5px;
    padding-top: 4px;
    list-style-type: none;
    display: inline-block;
    height: 32px;
    width: 36px;
    background: #fff;
    text-align: center;
    cursor: pointer
}

footer .social-links ul li .fa-facebook {
    color: #3c5a99
}

footer .social-links ul li .fa-twitter {
    color: #1da1f2
}

footer .social-links ul li .fa-google-plus {
    color: #9d0502
}

footer .social-links ul li .fa-pinterest {
    color: #bd1e2c
}

footer .social-links ul li.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    background: #ededed;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 5px
}

footer .social-links ul li.hvr-shutter-out-vertical:hover .fa {
    color: #fff
}

footer .social-links ul li.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    width: 36px;
    background: #0c80ad;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px
}

footer .social-links ul li.facebook-vert:before {
    background: #3c5a99
}

footer .social-links ul li.twitter-vert:before {
    background: #1da1f2
}

footer .social-links ul li.printrest-vert:before {
    background: #9d0502
}

footer .social-links ul li.google-vert:before {
    background: #9d0502
}

footer .social-links ul li.linkedin-vert:before {
    background: #007bff
}

footer .social-links ul li.instagram-vert:before {
    background: #0c80ad
}

footer .social-links ul .hvr-shutter-out-vertical:hover:before,footer .social-links ul .hvr-shutter-out-vertical:focus:before,footer .social-links ul .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.footer-bottom {
    padding: 15px 0
}

.footer-bottom p {
    font-size: 13px;
    margin: 0;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    border-radius: 4px 4px 0 0
}

.top-section:hover .img-overlay {
    width: 100%
}

.navbar-toggler {
    border: 1px solid #000;
    outline: 0
}

.form-map {
    width: 16px;
    height: 16px;
    background: url('../images/agent_sprites.png') -214px -46px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px
}

.form-cal {
    width: 16px;
    height: 16px;
    background: url('../images/agent_sprites.png') -214px -10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px
}

.form-user {
    width: 16px;
    height: 16px;
    background: url('../images/agent_sprites.png') -166px -170px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px
}

.form-down {
    width: 16px;
    height: 16px;
    background: url('../images/agent_sprites.png') -130px -170px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 8px
}

.form-pl {
    padding-left: 30px!important
}

.pos-rel {
    position: relative
}

.pos-rel select {
    -moz-appearance: none;
    -webkit-appearance: none
}

.pos-rel select::-ms-expand {
    display: none
}

.slider-bottom-section {
    padding: 70px 0;
    background-color: #fff
}

.slider-bottom-section .why1 {
    width: 64px;
    height: 64px;
    background: url('../images/agent_sprites.png') -262px -10px;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    margin: auto;
    cursor: pointer
}

.slider-bottom-section .why1:hover {
    width: 64px;
    height: 64px;
    background: url('../images/agent_sprites.png') -178px -10px
}

.slider-bottom-section .why2 {
    width: 64px;
    height: 64px;
    background: url('../images/agent_sprites.png') -430px -10px;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    margin: auto;
    cursor: pointer
}

.slider-bottom-section .why2:hover {
    width: 64px;
    height: 64px;
    background: url('../images/agent_sprites.png') -346px -10px
}

.slider-bottom-section .why3 {
    width: 64px;
    height: 64px;
    background: url('../images/agent_sprites.png') -94px -10px;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    margin: auto;
    cursor: pointer
}

.slider-bottom-section .why3:hover {
    width: 64px;
    height: 64px;
    background: url('../images/agent_sprites.png') -10px -10px
}
.slider-bottom-section .icon{
    mix-blend-mode: luminosity;
}
.slider-bottom-section .desc {
    color: #333;
    text-align: center;
    margin: 0
}

.slider-bottom-section .bottom-sec-div {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    position: relative;
}

.slider-bottom-section .bottom-sec-div .img-div {
    position: absolute;
    background: #fff;
    top: -20%;
    left: 40%;
    padding: 0 10px 10px
}

.slider-bottom-section .bottom-sec-div .img-div img {
    max-height: 50px
}

.slider-bottom-section .bottom-sec-div h4 {
    font-size: 1.25rem;
    margin: 20px 0;
    text-align: center;
    font-weight: 500;
}

footer .contact-ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

footer .contact-ul li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

footer .contact-ul li .fa {
    margin-right: 5px;
}

.main-menu-sec {
    padding: 70px 0px;
}

.main-menu-sec .menu-div {
    width: 19%;
    float: left;
    margin: 5px;
}

.main-menu-sec .flight-div {
    background-color: #0097f3;
    border-radius: 5px;
    padding: 15px;
}

.main-menu-sec .hotel-div {
    background-color: #ffb000;
    border-radius: 5px;
    padding: 15px
}

.main-menu-sec .transfer-div {
    background-color: #ff0013;
    border-radius: 5px;
    padding: 15px
}

.main-menu-sec .sightseeing-div {
    background-color: #012ae8;
    border-radius: 5px;
    padding: 15px
}

.main-menu-sec .itinerary-div {
    background-color: #00127c;
    border-radius: 5px;
    padding: 15px
}

.main-menu-sec .menu-div img {
    max-height: 60px;
    display: block;
    margin: 0px auto 10px;
}

.float-menu-div {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 70px;
}

.main-menu-sec h6 {
    text-align: center;
    color: #fff;
    margin: 0px;
    font-weight: 500;
}

footer.footer-sec {
    padding: 0px;
}

.top-header .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: normal;
    
    padding: 0.5rem 1rem;
}

@media screen and (max-width: 767px) {
    .main-menu-sec .menu-div {
        width:100%;
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .main-menu-sec .menu-div {
        width:18%;
    }
}




