:root {
    --main-bg: #f8fafc;
    --secondary: #2563eb;
    --accent: #10b981;
}

body {
    background: linear-gradient(to right, #6a11cb, #2575fc) !important;
    /* background-size: cover !important; */
}

.my-bg-main {
    background-color: var(--main-bg) !important;
}

.my-text-secondary {
    color: var(--secondary) !important;
}

.my-bg-accent {
    background-color: var(--accent) !important;
}

.my-text-accent {
    color: var(--accent) !important;
}

* {
    transition: all 200ms !important;
}

.nav-img {
    width: 50px !important;
}

main {
    padding-top: 100px;
    flex: 1;
}

.search-btn {
    width: 50px;
}

nav {
    z-index: 100000;
    margin-top: 0px;
}

.carousel {
    width: fit-content;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.company-pic {
    width: 100px;
}

header {
    background-color: whitesmoke;
    margin: 0 !important;
    text-align: center !important;
}

form .my-sm-0 {
    margin: auto !important;
}

.navbar-brand {
    margin-left: 30px;
}

.navbar-item:last-child {
    margin-right: 30px;
}

.h1 {
    margin-top: 20px !important;
}

.w-3 {
    width: 3% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-35 {
    width: 35% !important;
}

.w-45 {
    width: 45% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.mtop-5 {
    margin-top: 5% !important;
}

.mbot-5 {
    margin-bottom: 5% !important;
}

.mtop-15 {
    margin-top: 15% !important;
}

.text-light-white {
    color: rgba(255, 255, 255, 0.849) !important;
}

.arrow::after {
    content: "→";
    display: inline-block;
    transition: 200ms;
}

.arrow:hover::after {
    transform: translateX(10px);
}

.screen-shot {
    position: relative;
    z-index: 1;
}

.screen-shot::before,
.screen-shot::after {
    content: " ";
    background-image: url("../images/white_dot_pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: 0px;
    left: 840px;
    bottom: 90px;
    z-index: -1;
    margin-top: 40px;
}

.screen-shot::after {
    bottom: -60px;
    top: 90px;
    left: 290px;
}

.bg-light-aqua {
    background-color: rgba(45, 45, 216, 0.719);
}

.bg-secondary-light {
    background-color: #f1f1f1 !important;
}

.right-side-image {
    display: flex;
}

@media screen and (min-width: 992px) {
    .right-side-image {
        justify-content: right !important;
    }

    nav {
        position: fixed !important;
    }
}

@media screen and (max-width: 991px) {
    .right-side-image {
        justify-content: center !important;
    }

    .contact-bg {
        height: 70vh !important;
    }

    .contact {
        top: 10vh !important;
    }

    .contact-ways {
        top: 25vh !important;
    }

    .contact-form {
        position: absolute !important;
        top: 55vh !important;
    }
}

.justify-self-center {
    display: flex !important;
    justify-content: center !important;
}

.align-self-center {
    display: flex !important;
    align-self: center !important;
}

.h-85vh {
    height: 650px !important;
}

.h-55vh {
    height: 55vh;
}

.trusted-logo {
    width: 30vh !important;
    height: 10vh !important;
}

.justify-self-center {
    display: flex !important;
    justify-self: center !important;
}

.contact {
    padding-left: 6% !important;
    position: absolute !important;
    top: 27vh;
}

.contact-ways {
    position: absolute !important;
    top: 40vh;
}

.border-light-gray {
    border-color: rgb(235, 239, 252);
}

footer {
    /* margin-top: 80vh; */
    background-color: rgba(21, 21, 254, 0.771);
    /* background-image: url("../images/footer-image.jpg"); */
}

.icon-asghar {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    overflow: visible;
}

@keyframes circle {
    0% {
        rotate: 0deg;
    }

    50% {
        rotate: 180deg;
    }

    100% {
        rotate: 360deg;
    }
}

.detailes {
    border: 5px 5px rgb(255, 0, 0) !important;
}

.dropdown {
    transition: 200ms !important;
}

.eye img:hover {
    cursor: pointer;
}

.h-admin-ls {
    height: 100vh !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.category-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card img,
.category-card svg {
    max-height: 120px;
    margin-bottom: 20px;
}

.category-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.shop-btn {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.shop-btn:hover {
    background-color: #0b5ed7;
}

.user-image {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    /* margin-right: 0.5rem !important; */
    margin-left: 0.5rem !important;
}

.slide-from-left,
.slide-from-right {
    display: hidden;
    opacity: 0;
    transform: translateX(100px); /* right */
    transition: all 0.8s ease-out !important;
}

.slide-from-left {
    transform: translateX(-100px); /* left */
}

.visible {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.bg-danger {
    color: #ffffff;
}

.table-border-custom {
    border-color: 33, 37, 41, 1 !important;
}

.icon-asghar img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: inherit;
}
