@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

body {
    /* background-color: #f5ece9!important; */
    background-color: #c9d7dd !important;
    font-family: "Quicksand", sans-serif;
}

body.modal-open .container {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
}

body.modal-open .carousel {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
}

body.modal-open footer {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.list-group-item-light.list-group-item-action.active {
    color: #636464;
    background-color: #2f1f1c !important;
    border-color: #2f1f1c;
}

.overflow-hidden {
    overflow: hidden !important;
}

*[dir="rtl"] .mfs-3,
html:not([dir="rtl"]) .mfe-3 {
    margin-right: 1rem !important;
}

*[dir="rtl"] .mfe-3 {
    margin-left: 1rem !important;
}

.border-top-success {
    /* border-top: 3px solid #198754!important; */
    border-top: 5px solid #637a9f !important;
}

.bg-light {
    /* background: #198754!important;
  border-top: 5px solid #ffb93a; */
    background-color: #637a9f !important;
    /* border-top: 5px solid #d7664d; */
    color: white;
}

.bg-sidebar {
    background-color: #423937 !important;
}

.list-group-item-light {
    color: #fefefe !important;
    background-color: #423937 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.btn-success {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #637a9f !important;
    border-color: #637a9f !important;
}

.btn-success:hover {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #637a9f !important;
    border-color: #637a9f !important;
}

.btn-success:active {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #637a9f !important;
    border-color: #637a9f !important;
}

.btn-success:disabled {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #637a9f !important;
    border-color: #637a9f !important;
}

.btn-success:focus {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #637a9f !important;
    border-color: #637a9f !important;
    box-shadow: none !important;
}

.btn-success-dark {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #743427;
    border-color: #743427;
}

.btn-success-dark:hover {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #743427;
    border-color: #743427;
}

.ql-editor {
    min-height: 200px !important;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: scroll;
}

.map-container {
    height: 300px;
    width: 100%;
}

.mapboxgl-ctrl-geocoder {
    font: 15px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: relative;
    background-color: white;
    width: 33.3333%;
    min-width: 260px;
    max-width: 360px;
    z-index: 1;
    border-radius: 3px;
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.navbar-custom {
    /* background-color: #198754;
  border-top: 5px solid #ffb93a; */
    background-color: #8269e0;
    border-top: 5px solid #b0b6da;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
}

.dropdown-menu {
    padding: 5px;
}

.dropdown-item:hover {
    color: white;
    /* background-color: #198754; */
    background-color: #637a9f;
    border-radius: 5px;
}

.nav-link.active {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.mt-minus-87 {
    margin-top: -87px;
}

.ms-8 {
    margin-left: 8rem !important;
}

.dropdown-menu {
    border: 0;
}

.image-gallery-slide .image-gallery-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.image-gallery-thumbnail {
    opacity: 0.3;
}

.image-gallery-thumbnail.active {
    opacity: 1;
    border: none;
}

.image-gallery-thumbnail:hover {
    border: none;
    transition: none;
}

.image-gallery-thumbnail-image {
    border-radius: 0.5rem !important;
    height: 70px;
    object-fit: cover;
}

.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
    width: 50px;
    height: 50px;
    z-index: 9;
    top: 50%;
    background: white;
    border: none;
    border-radius: 30px;
}

.image-gallery-icon {
    /* color: #689f38; */
    color: #8269e0;
}

.image-gallery-icon:hover {
    /* color: #689f38; */
    color: #8269e0;
    transition: none !important;
}

.icon-info-green {
    /* background-color: #689f38; */
    background-color: #8269e0;
    border-radius: 35px;
    box-shadow: 0 3px 6px 0 rgb(4 172 233 / 20%);
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
}

.icon-info-green i {
    position: relative;
    top: calc(47% - 11px);
}

.carousel-control-next {
    text-decoration: none !important;
}

.carousel-control-prev {
    text-decoration: none !important;
}

.carousel-custom {
    z-index: 9;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    width: 55px;
}

.footer_top {
    padding: 120px 0px 200px;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 15px;
}

.footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../images/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.footer_top .footer_bg .footer_bg_one {
    background: url("../images/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.footer_top .footer_bg .footer_bg_two {
    background: url("../images/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

.bg-green {
    /* background-color: #43a047; */
    background-color: #637a9f;
}
.bg-soft-blue {
    /* background-color: #43a047; */
    background-color: #5f5a59;
    font-weight: 500;
    color: white;
}
.bg-soft-blue:hover {
    /* background-color: #43a047; */
    background-color: #b0c3c7;
    color: black;
    font-weight: 500;
}

.btn-cart {
    position: fixed;
    bottom: 100px;
    border-radius: 50px;
    z-index: 100;
    right: 8%;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

#count-cart {
    font-size: 12px;
    background: #bf0b1c;
    color: #fff;
    vertical-align: top;
    margin-left: -5px;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 0.2;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .nav-justified .nav-item,
    .nav-justified > .nav-link {
        flex-basis: 0;
        flex-grow: 2;
        text-align: center;
    }
}

.img-carousel {
    height: 250px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.carousel-custom {
    z-index: 9;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 37px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.product .card-body {
    background: #f7f7f7;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #8f4130;
    border-color: #8f4130;
}

.page-link {
    position: relative;
    display: block;
    color: #8f4130;
    text-decoration: none;
    background-color: #fff;
}

.rounded-top {
    border-top-left-radius: 0.5em !important;
    border-top-right-radius: 0.5em !important;
}

.rounded-top-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0.5em !important;
    border-bottom-right-radius: 0.5em !important;
}

.bg-gray {
    background-color: #d8d8d8 !important;
}

.w-5 {
    width: 10%;
}

.btn-transparent {
    background-color: transparent !important;
}

.text-success {
    color: #8f4130 !important;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.input-group-text-search {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #8f4130;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
