body, html {
    height: 100%;
}
.sec {
    background-image: url("img/home/sld.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.navbar-toggler {
    background-color: #10823c;
}
.login-btn {
    background-color: transparent;
    border-radius: 30px;
    border-color: #10823c;
    color: #10823c;
}
.login-btn:hover {
    background-color: rgb(255, 255, 255);
    color: #10823c;
}
.form-control {
    background-color: #ced4da;
    border-radius: 30px;
}
.create-my-account {
    text-align: -webkit-center;
    border-radius: 30px;
    background-color: #449703;
}
.create {
    border-radius: 30px;
    color: white;
}
.sgn-g {
    height: 20px;
}
.modal-content {
    padding: 30px;
}
.sgn-google {
    border: 1px solid #ced4da;
    border-radius: 30px;
}
.discover {
    padding-top: 125px;
}
.igwa {
    border-radius: 30px;
    background-image: linear-gradient(to bottom right, #449703af, #449703);
    text-align: center;
    padding: 20px;
}
.srch {
    margin-left: -40px;
    border-radius: 50%;
}
.srch-frm {
    background-color: #449703;
}
.fa-search {
    color: white;
}
.add-exp {
    padding-top: 123px;
}
.btn-add {
    border-radius: 30px;
    background-color: #449703;
    color: white;
}
.btn-add:hover {
    background-color: #ffffff;
    color: #449703;
}
.offcanvas.offcanvas-start {
    width: 16rem;
}
/* our story */
.sec-abt {
    padding: 20px 0px 20px 0px;
}
.our-story {
    padding: 0px 0px 0px 0px !important;
}
.our-st {
    color: #449703;
    font-weight: 600;
}
.igwaxp {
    color: #449703;
}
/* discover xp */
.disc-x {
    color: #449703;
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #449703;
    background-color: white;
    border: solid 1px #449703;
    border-radius: 30px;
    padding: 5px 5px 5px 5px;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    padding: 0px 5px 0px 5px;
}
.nav-pills .nav-link {
    background: 0 0;
    border: solid 1px #000000c9;
    border-radius: 30px;
    padding: 5px 5px 5px 5px;
}
.nav-pills .nav-link {
    color: #000000c9;
}
.open-map-view {
    border: solid 1px #449703;
    border-radius: 30px;
    font-weight: 600;
}
.map-icon {
    font-weight: 600;
    padding-left: 10px !important;
}
.btn-weekdays {
    background: #80808042;
    border: solid 1px #80808042;
    border-radius: 30px;
    color: black;
}
.weekday-icon {
    padding-left: 5px;
    font-size: 20px;
}
.festcard {
    border-radius: 30px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.fest {
    border-radius: 30px;
}
.card-body-fest {
    padding: 7px 0px 0px 15px;
    color: white;
    margin-top: -86px;
    background-image: linear-gradient(270deg, rgb(0 0 0 / 80%), rgb(68 151 3 / 80%));
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.rate {
    padding-right: 20px;
}
.fest-marker {
    padding-right: 5px;
}
.fest-location {
    font-size: 12px;
    margin-bottom: 5px;
}
/* Top right text */
.top-right {
    position: absolute;
    top: 15px;
    right: 30px;
    background: #449703;
    border-radius: 30px;
    padding: 2px 5px 2px 5px;
    font-size: 13px;
    color: white;
}
.foot {
    padding: 0px 15px 0px 15px;
    background-color: #449703;
    color: #ffffff;
}
.qlink {
    list-style: none;
    padding: 0px;
}
.qlink li a {
    color: white;
    text-decoration: none;
}
/* facebook */
.fa-sm {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa-sm:hover {
    opacity: 0.7;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-linkedin {
    background: #007bb5;
    color: white;
}