/*!
Theme Name: tours
Theme URI: https://mysaifco.com/
Author:  tours
Author URI: https://mysaifco.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tours
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tours is based on mysaifco https://mysaifco.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
*/



/* Home top slider */


.slider-bg-img {
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.slider-bg-img:before {
    content: "";
    position: absolute;
    background: url("/wp-content/uploads/2023/06/h8_bg1.png") no-repeat;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}


.slide-content {
    position: relative;
    z-index: 2;
}


/* tours-search */


#tours-search {
    margin-bottom: 25px;
}

#tours-search .search-deatail {
    display: flex;
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(6,30,98,.08);
    background: #fff;
}

#tours-search .search-dropdown {flex: 1;position: relative;}

#tours-search .search-dropdown .search-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
}

#tours-search .search-dropdown .search-button .search-icons {
    display: flex;
    align-items: center;
}

#tours-search .search-dropdown.search-guests {
    border-right: 0;
}

#tours-search .search-dropdown.search-button {
    flex: .4;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

#tours-search .search-dropdown .search-button .search-icons i {
    color: #ba9b30;
    margin-right: 20px;
    font-size: 20px;
}

#tours-search .search-dropdown .search-button .search-icons .search-heading h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 6px 0px;
}

#tours-search .search-dropdown .search-button .search-icons .search-heading h5 {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    margin: 0;
}

#tours-search .search-btn {
    border: none;
    width: 100%;
    height: 100%;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
   
    cursor: pointer;
}

#tours-search .search-btn.search-btn-disable{
    pointer-events: none;
}

#tours-search .search-dropdown .search-button .fa-angle-down {
    font-size: 22px;
    color: #c0c0c0;
    font-weight: 100;
}
#tours-search .search-btn i {
    margin-right: 9px;
}
#tours-search .search-dropdown .search-button .fa-angle-down {
    font-size: 22px;
    color: #c0c0c0;
    font-weight: 100;
}

#tours-search .search-dropdown-deatail {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 20px;
    padding: 25px 0px;
    box-shadow: 0px 8px 13px 0px #8d8a8a0f;
    max-height: 250px;
    overflow: auto;
    display: none;
}
#tours-search .search-dropdown.active .search-dropdown-deatail {
    display: block !important;
}
#tours-search .search-dropdown-deatail h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: #717171;
    padding: 0px 25px;
}

#tours-search .search-dropdown-deatail ul li a {
    color: #717171;
    font-size: 14px;
    display: block;
    padding: 8px 25px;
    transition: .5s;
}

#tours-search .search-dropdown-deatail ul li {
    list-style: none;
    margin: 0;
    padding: 7px 25px;
    font-size: 14px;
    cursor: pointer;
}

#tours-search .search-dropdown-deatail ul {
    margin: 0;
    padding: 0;
}

#tours-search .search-dropdown-deatail ul li a:hover {
    background-color: #f4f4f4;
}

#tours-search .search-dropdown-deatail ul li a:hover {
    color: var(--primary);
}

#tours-search .search-dropdown-deatail ul li:hover {
    background-color: #f4f4f4;
    color: #ba9b30;
}

.guest_total {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 0px 25px;
    justify-content: space-between;
}

.guest_total p {
    margin: 0;
    color: #3b4249;
    font-size: 14px;
}

.guest_total p span {
    margin-right: 9px;
    color: #000;
    font-weight: 600;
}

.guest_btn {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 35px;
    overflow: hidden;
}

.guest_btn button {
    background: none;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
    color: #000;
    line-height: 23px;
    transition: .5s;
}

.guest_btn button:hover {
    background: #ba9b30;
    color: #fff;
}

.apply_now {
    text-align: center;
}

.apply_now button {
    padding: 6px 30px;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
}

#tours-search .search-dropdown-deatail.datepickers-cal {
    background: none;
    box-shadow: none;
    max-height: initial;
    padding: 8px 0px;
}

#tours-search .search-dropdown-deatail.datepickers-cal .ui-datepicker-header {
    width: 300px;
}

/* Footer CTA */

#web-footer{
    margin: 0 !important;
}
#footer-cta{
    background: #ECDBCE;
    padding: 35px 0px;
}

.cta-detail ul {
    margin: 0;
    padding: 0;
}

.cta-detail ul li {
    list-style: none;
}

.cta-detail ul li a {
    font-size: 25px;
    color: #363635;
    font-weight: 700;
    transition: .5s;
}

.cta-detail ul li a i {
    color: #ba9b30;
    margin-right: 12px;
}

.cta-detail ul li a:hover {
    color: #ba9b30;
}


.social-icons {
    display: flex;
    align-items: center;
	justify-content:center;
}

.social-icons ul {
    display: flex;
    align-items: center;
}

.social-icons ul li a {
    width: 40px;
    height: 40px;
    background: black;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 50%;
    transition: .5s;
}

.social-icons p {
    margin: 0px 10px 0px 0px;
}

.social-icons ul li {
    list-style: none;
    margin: 0;
}

.social-icons ul li a i {
    margin: 0;
    color: #fff;
}

.social-icons ul li:hover a {
    background: #ba9b30 !important;
}

.social-icons ul li:nth-child(1) a {
    background: #3b5998;
}

.social-icons ul li:nth-child(2) a {
    background: #E1306C;
}

.social-icons ul li:nth-child(3) a {
    background: #1da1f2;
}
