@import "bootstrap-5.1.3-dist/css/bootstrap.css";
@import "fontawesome-free-6.1.1-web/css/fontawesome.css";
@import "fontawesome-free-6.1.1-web/css/all.css";
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
/* @import url('pages/animate.css'); */

/* colors  */
/* 1- #099aa7 */
* {
    padding: 0;
    margin: 0;
}
body {
    /* overflow: hidden; */
    background: #f1f1f1;
}

:root {
    --main-color--: #099aa7;
    /* --main-color--: #0a5a62cc; */
    --main2-color--: #278359;
    --heading-color--: #1f2f31;
    --gradient-color--: linear-gradient(135deg, var(--heading-color--),var(--main-color--));

}
/* color section */
/* header-color : #1f2f31 ; */
/* header-color : ; */
/* font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #1f2f31, #099aa7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */

/* color 1 : #363f40 */
.logo {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #1f2f31;
}
.logo span {
    color: var(--main-color--);
}

.badeg {
    background: color-mix(in srgb, var(--main-color--), transparent 85%);
    color: var(--main-color--);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
}
/* .logo{
    font-size: 30px;
    font-weight: 900;
    color: #453516;
} */

.view-content {
    position: relative;
    min-height: 80vh;
    /* height: 80vh; */
    width: 100%;
    padding: 40px 0;
    
}
#navebar {
    width: 100%;
    height: 80px;
}

.background_img{
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    top: -40px;
    height: calc(100% + 40px);
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #161641b0;
    top: 0px;
    z-index: -1;
}
#search {
    margin: 0 23%;
    border-radius: 0;
    height: 40px;
}
.links a {
    margin: 5px;
    color: black;
    transition: all 0.5s;
}
.links a:hover {
    background: rgb(157, 220, 241);
    padding: 10px;
    color: #fff;
}
.search-header-text {
    color: var(--heading-color--);
    font-weight: bold;
    font-size: 30px;
    
}
#search-btn {
    margin: 0 20px;
    margin: 0 50%;
    background-color: var(--main-color--);;
    border: none;
    color: #fff;
    border-radius: 0px;
    height: 40px;
}
.protfile {
    width: 40px;
    height: 40px;
}

.protfile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.result-section{
    display: none;
}
#tabs-holder {
    width: 80%;
    height: 500px;
    margin: 20px 10%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
}

.tabs-header {
    height: 50px;
}
.tabs-icons {
    display: flex;
    cursor: pointer;
}
.tab-border {
    width: 100px;
    height: 90%;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}
.border-touch {
    background: #fff;
    height: 100%;
    color: #000;
}
.card-section {
    width: 90%;
    height: 100px;
    margin: 0 5%;
    transition: all 0.5s;
}
.card-section:hover {
    cursor: pointer;
    transform: scale(1.1);
}

/**map holders**/
.map-holder {
    width: 100%;
    height: 400px;
}
.gbs{
    position: absolute;
    width: 100%;
    /* z-index: 1; */
    height: 100%;
    left: 0;
  }
.text-location-holder {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 30%;
}
@media only screen and (max-width: 600px) {
    #tabs-holder {
        width: 100%;
        margin: 20px 0;
    }
}
.show {
    display: block;
  }
.dropdown .bell {
    font-size: 30px;
  }
 