@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap");

body {
    font-family: "Work Sans", sans-serif;
}

a {
    color: #191919;
    text-decoration: none;
}

a:hover {
    color: #ff246e;
    text-decoration: none;
}

.text-custom {
    color: #f01754;
}

.bg-dark {
    background-color: #101010 !important;
}

button:focus,
input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.loader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #f1f1f1d1;
}

.loader-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loader img {
    width: 70px;
}

.showHide {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.showHide {
    /* display: flex; */
    /* align-items: center; */
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.5; */
    color: var(--bs-body-color);
    /* text-align: center; */
    /* white-space: nowrap; */
    /* background-color: var(--bs-tertiary-bg); */
    position: absolute;
    top: 50.6%;
    right: 12%;
    border-left: 0px;
}

/* Top Navbar */
.site-navbar {
    padding: 11px 10px;
    background-color: #1f1f1f;
}

.nav-left-info {
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: revert;
    font-size: 14px;
}

.nav-left-info span {
    color: #e8e8e8;
}

.top-nav-list {
    display: flex;
    list-style: none;
    font-size: 15px;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.top-nav-list li {
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #cecece;
}

.top-nav-list li:last-child {
    border-right: none;
    padding-right: 0px;
}

.top-nav-list li a {
    font-size: 14px;
    color: white;
}

/* Header */
.site-header {
    padding: 14px 10px;
}

.site-logo {
    height: 66px;
    object-fit: contain;
}

.header-search-wrapper {
}

.header-search-wrapper input {
    height: 50px;
    border-radius: 30px 0px 0px 30px;
    font-size: 14px;
    padding-left: 22px;
}

.search-dropdown-button {
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.search-btn {
    border: 1px solid #191919;
    border-left: 0px;
    background-color: #191919;
    color: white;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px 30px 30px 0px;
}

.header-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-cart-title {
    margin-bottom: 3px;
    font-size: 18px;
}

.header-cart-price {
    margin-bottom: 0px;
}

.header-cart-icon-col {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ced4da;
    border-radius: 50%;
    position: relative;
}

.header-cart-amount {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #ff246e;
    padding: 1px 6px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}

.header-cart-info {
    padding-left: 20px;
}

/* Menu */
.site-menu {
    text-align: center;
    /* border-top: 1px solid #e2e2e2; */
    /* border-bottom: 1px solid #e2e2e2; */
    background: #e6313f;
}

.site-list {
    display: flex;
    list-style: none;
    justify-content: start;
    margin-bottom: 0px;
    padding-left: 0px;
}

.site-list li a {
    padding: 13px 20px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
}

.site-footer li a {
    color: white !important;
}

.custom-form-control {
    padding: 10px;
    border-radius: 5px;
}

.btn-custom {
    transition: all ease-in-out 0.5s;
    padding: 8px 20px;
}

.btn-custom,
.btn-custom:focus,
.btn-custom:hover {
    background: #f62c3c;
    color: white;
    background-image: linear-gradient(
        to right top,
        #f62c3c,
        #f42445,
        #f21c4e,
        #ef1556,
        #eb0f5e
    );
    border-radius: 5px !important;
    font-size: 16px;
    border: 1px solid #f62c3c !important;
}

.btn-custom-outline,
.btn-custom-outline:focus,
.btn-custom-outline:hover {
    border: 2px solid #f01754;
    background-color: transparent;
    color: #f01754;
    border-radius: 6px !important;
    font-size: 16px;
    border: 1px solid #f62c3c !important;
    padding: 8px 20px;
}

.footer-logo {
    filter: invert(1);
    height: 66px;
    object-fit: contain;
}

.courses-background {
    background-image: linear-gradient(45deg, #161616d9, #0e0e0ed1),
        url("https://img.freepik.com/free-vector/abstract-digital-wave-particles-background_1409-1276.jpg?w=1380&t=st=1698051765~exp=1698052365~hmac=d73b349921388db1579ce4faa7e6dc81c9ea6f7ed2c28029ab43aef2f89f8c5a");
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.text-shadow-1 {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
    text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
    text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.text-justify {
    text-align: justify;
}

.h-menu li:hover .h-submenu {
    display: block !important;
    width: 200px !important;
}

.h-submenu li {
    font-size: 15px;
}

.h-submenu li:hover {
    background-color: #e4e4e4;
}

.form-label {
    font-weight: 600;
}
