@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');

.dropdown-toggle::after {
    border-top: 0em solid;
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

#navbarDropdown > img {
    margin-top: -3px;
}

@media screen and (max-width: 600px) {
  .fs-3 {
    font-size: 2.00rem !important;
}

#navbarSupportedContent {
    height: 700px !important;
}

#navbarSupportedContent > ul {
    margin-left: 30px;
    margin-top: 20px;
}

body {
        margin-left: -12px;
}

body > main > footer {
    margin-left: 12px !important;
}

}

button:focus {
    outline: none;
    border: none;
    box-shadow: none !important;
}
a{
    text-decoration: none;
}

ul li{
    font-family: 'Noto Serif Display', serif;
    word-break: break-all;
    font-weight: 400;
}

p{
    font-family: 'Merriweather', serif;
    /*word-break: break-all;*/
    font-weight: 300;
    font-size: 14px;
}

.breadcumb-font {
    font-family: 'Noto Serif Display', serif;
}

.text-font {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Serif Display', serif;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.main-header {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}
#header{
    position: relative;
    z-index: 9999;
}

.fixed-bg{
    position: fixed;
    /* display: none; */
    top: 0;
    right: 0;
    z-index: 0;
    width: calc(45% + 30px);
    height: calc(100%);
}
.fixed-bg img{
    height: inherit;
}
.bg-city {
    width: 100%;
    /*background-image: url('../img/main.jpg');*/
    background-position: 50% 38%;
    background-size: cover;
    padding: 10px 0;
}

#navbarSupportedContent {
    margin-left: auto;
}

.nav-item .nav-link {
    font-size: 20px;
    font-family: 'Noto Serif Display', serif;
    /* padding-left: 1rem !important; */
    /* padding-right: 1rem !important; */
}

.main-page {
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    background-image: url('../img/main.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.discover {
    margin-bottom: 2.5rem;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    border: 2px solid white;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    letter-spacing: 1.5px;
    text-decoration: none;
    opacity: .7;
}

.discover:hover {
    color: whitesmoke;
}

/* .scrool {
    height: 450px;
    overflow-y: scroll;
} */

.scrool::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.scrool::-webkit-scrollbar-track {
    background: #f1f1f142;
}

.scrool::-webkit-scrollbar-thumb {
    background: #888;
}

.people-detail {
    top: 0;
    margin-top: 5%;
    margin-left: 10%;
    visibility: hidden;
    border: groove;
}

.navbar-light{
    background-color: #fff;
}

.navbar-light a{
    color: #000 !important;
}

.navbar-black{
    background-color: #000;
}

.navbar .nav-link{
    color: #fff;
}

footer{
    position: relative;
    z-index: 999999;
}

@media (min-width: 992px) {
    .sticky {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.185);
        width: 100%;
        top: 0;
        right: 0;
        padding: .75rem 0;
        z-index: 99999999;
    }

    .sticky a {
        color: #000 !important;
    }

}

@media (max-width: 576px) {
    .right img {
        height: auto !important;
    }

    .border-s-bottom {
        border-bottom: 1px solid #ddd;
    }

    .card-s-img {
        height: 105px !important;
    }
    .navbar.navbar-expand-lg{
        top: 0 !important;
        /* margin-top: 40px; */
    }
    #navbarSupportedContent{
        z-index: 5555;
    }
    .fixed-bg{
        position: relative;
        width: auto;
    }
}

@media (max-width: 768px) {
    .text-md-center {
        text-align: center;
    }

    .navbar.navbar-expand-lg {
        position: absolute;
        right: 0;
        justify-content: flex-end;
        top: 25%;
        width: 100%;
    }

    #navbarSupportedContent {
        /* margin-top: 55px; */
        background-color: #fff;
    }

    #navbarSupportedContent a {
        color: #000 !important;
    }
    .fixed-bg{
        position: relative;
        /* width: auto; */
        height: auto;
    }
    .fixed-bg img{
        height: 650px;
    }
}