:root {
    --bs-primary-rgb: #01a3e8;
    --bs-btn-bg: #01a3e8;
    --bs-pagination-active-bg: #01a3e8 !important;
    --bs-pagination-active-border-color: #01a3e8 !important;
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.ttf);
}

html,
body {
    font-family: Poppins;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #01a3e8;
}

hr {
    color: #aaa;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.nav-link {
    /* color: #fff; */
    font-weight: bold;
    padding: 0 !important;
    color: #212529;
    font-weight: 500;
    font-size: 15px;
}

.nav-link.active {
    color: #01a3e8 !important;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 16px;
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92%;
    margin: auto;
}

.navbar-nav {
    display: flex;
    gap: 2rem;
}

.navbar-nav .dropdown-menu {
    border-radius: 3px;
    border-color: #e2e2e2;
}

.bg-secondary-subtle {
    background-color: #f2f2f2 !important;
}

@media (max-width: 1400px) and (min-width: 991px) {
    .carousel-caption {
        top: 2%;
    }
}

@media (max-width: 1400px) {
    .carousel-item {
        padding: 230px 0 !important;
        background-size: cover;
        background-position: right center;
    }

    .carousel-caption {
        transform: translate(0%, 6.5%);
        top: 9%;
    }

    .carousel-subtitle {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .carousel-title {
        font-size: 5rem;
    }

    .carousel-description {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .carousel-item {
        padding: 280px 0 !important;
    }
}

@media (min-width: 1400px) {
    .carousel-caption {
        top: 22%;
    }

    .carousel-title {
        font-size: 8rem;
    }

    .carousel-subtitle {
        font-size: 2rem;
    }

    .carousel-description {
        font-size: 2.5rem;
    }
}

.bg-primary {
    background-color: #01a3e8 !important;
}

.btn-primary {
    --bs-btn-bg: #01a3e8;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 0.25rem;
}

.breadcrumbs span,
.breadcrumbs a {
    color: gray;
    font-size: 14px;
}

.breadcrumbs i {
    color: #01a3e8;
    padding: 0 7px;
}

.pagination-container #w0 {
    display: flex;
    justify-content: center;
}

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

.page-link {
    color: #01a3e8;
}

.btn-primary.btn-lg {
    border: 0;
    padding: 12px 40px;
    font-size: 16px;
}

.contact-icon {
    color: #01a3e8;
    font-size: 20px;
}

.carousel-item {
    padding: 350px 0;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(21, 20, 28, 0.5);
    opacity: 0.9;
}

.read-more {
    position: absolute;
    bottom: 18px;
    left: 25px;
    color: #FFF;
}

.products-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(21, 20, 28, 0.5);
    opacity: 0.9;
}

.readmore-btn {
    padding: 10px 16px;
    border-radius: 4px;
}

.login-page {
    max-width: 500px;
    margin: auto;
}

.navbar-toggler {
    border: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .direction-column-mobile {
        flex-direction: column;
    }

    .footer-margin {
        margin-bottom: 0px !important;
    }

    .footer-about {
        margin-top: 2rem !important;
    }


}

* {
    box-sizing: border-box;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 40px;
    width: 40px;
    border-style: none;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #01a3e8;
    padding-right: 40px;
}

.input-search::placeholder {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 40px;
    height: 40px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.btn-search:focus .fa-search, :has(.input-search:focus) .fa-search {
    color: #474747;
}

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.search-container {
    border-right: 1px solid #ccc;
    padding-right: 1.2rem;
}

@media (min-width: 992px) {
    .m-footer-padding {
        padding-left: 3rem !important;
    }
}

@media (max-width: 992px) {
    .search-container {
        margin-bottom: 2.2rem;
    }
}