/*  
Theme Name: Journeyist Theme
Theme URI: https://suhialkc.in
Description: A WordPress theme frame work developed by Suhailul Aslam KC (fb/suhailul.aslam)
Version: 3.0
Author: Suhailul Aslam KC
Author URI:  https://suhialkc.in
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•developer-the_code_viber - (SAKC)
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome
*/
.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
}
a.btn.button.font-1.ls-2.explore-dest {
    color: white;
}
.logo-container {
    max-width: 200px;
}
ul.list.footer-menu a {
    color: white;
    margin-bottom: 10px;
    display: block;
}
ul.list.footer-menu a i {
    margin-right: 10px;
}
.followfoot {
    display: flex ;
    gap: 22px;
    margin-top: -16px;
}
.hero h1 {
    width: 60%;
    line-height: 1.2 !important;
}
.hero p {
    width: 400px;
    max-width: 100%;
}
.dropdown-menu {
 
    width: 219px;
}
.dropdown-menu a.nav-link {
    padding: 7px 0px;
}
.bottom-cta {
     justify-content: flex-end !important;
    align-items: center;
    min-height: 100%;
}
@media only screen and (max-width: 600px) {
.hero h1 {
    width: 100%;
    
}
.destin {
    display: none;
}
.position-relative.me-5.about-pic {
    margin-right: 0px !important;
}
.bottom-cta {
     justify-content: flex-start !important;
 
}
}