/********** Template CSS **********/

html,
body {
    width: 100%;
    overflow-x: hidden;
}
:root {
    --primary: #2124b1;
    --secondary: #4777f5 !important;
    --light: #f7faff;
    --dark: #1d1d27;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Navbar ***/
.main-navbar {
    border-bottom: 1px solid #ccc;
    background-color: #188ed0;
}

.main-navbar .top-navbar {
    /* background-color: #2874f0; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navbar .top-navbar .brand-name {
    color: #fff;
}
.main-navbar .top-navbar .brand-name a {
    color: #fff;
    text-decoration: none;
}
.main-navbar .top-navbar .input-group {
    max-width: 100% !important;
}

.main-navbar .top-navbar .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.main-navbar .top-navbar .dropdown-menu {
    padding: 0px 0px;
    border-radius: 0px;
}

.main-navbar .top-navbar .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.main-navbar .top-navbar .dropdown-menu .dropdown-item i {
    width: 20px;
    text-align: center;
    color: #2874f0;
    font-size: 14px;
}

.main-navbar .navbar {
    padding: 0px;
    background-color: #188ed0;
}

.main-navbar .navbar .nav-item .nav-link {
    padding: 0px 20px;
    color: #ffffff;
    font-size: 13px;
    margin: 10px 0;
}

@media only screen and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link {
        font-size: 12px;
        padding: 8px 10px;
    }
}
/* .card-header {
    background-color: #188ed0 !important;
    color: #ffffff !important;
    font-weight: 600;
} */
.product_category {
    box-shadow: 0 4px 8px #00000014, 0 6px 20px #0000000d;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}
.category-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s;
}

.category-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.category-card img {
    width: 200px !important;
    margin-bottom: 15px;
    height: 200px !important;
}

.category-card h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.category-card .arrow {
    font-size: 1.2rem;
    color: #007bff;
}
.carousel-item {
    padding: 15px;
}
.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    text-align: center;
    background-color: #fff;
}
.product-card img {
    max-width: 100%;
    max-height: auto;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(9, 98, 125, 0.91);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50% !important;
    transform: translateY(-50%);
}

.contact {
    font-family: "Roboto", sans-serif;
}

.contact .contact-about h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2124b1;
}

/* .contact .contact-about p {
    font-size: 12px;
    line-height: 24px;
    font-family: "Font Awesome 5 Free";
    color:#2124B1;
    margin-bottom: 10px;
} */

.contact .info {
    color: #2124b1;
    margin-top: 20px;
    position: relative;
}
.contact .info .img_info {
    position: absolute;
    top: 12%;
    right: -10%;
}

.contact .info i {
    font-size: 30px;
    color: #2124b1;
    float: left;
    line-height: 1;
}

.contact .info p {
    padding: 0 0 10px 50px;
    line-height: 28px;
    font-size: 18px;
    color: black;
}

.main_image {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #eee; */
    height: 400px;
    width: 100%;
    overflow: hidden;
}
#thumbnail {
    padding: 0;
    margin: 0;
}
.thumbnail_images ul {
    list-style: none;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.thumbnail_images ul li {
    margin: 5px;
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid #eee;
    cursor: pointer;
    transition: all 0.5s;
}
/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
    font-family: "Roboto", sans-serif;
}
/* .footer p{
    text-align: justify;
} */

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, 0.1);
    border-radius: 40px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.form-inputs {
    position: relative;
    width: 100%;
}

.form-inputs input {
    width: 100%;
    padding-right: 40px;
}
.form-inputs i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
