:root {
    --muted: #9aa0a6
}

*,
*::before,
*::after {
    box-sizing: border-box;
    border-radius: 2%;
}

@font-face {
    font-family: "Camila Vintage";
    src: url("/fonts/CamilaVintage.woff2") format("woff2"),
        url("/fonts/CamilaVintage.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 380px;
    margin: 0;
    font-family: 'Sukar', sans-serif !important;
    background: #070708;
    color: #eee
}

.hero {
    position: relative;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    background-image: url(../images/pexels-the-design-lady-746806315-30964386-compressed.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    .covar {
        background-color: #00000099;
        z-index: 50;
        padding: 100px 0px;
        width: 100%;
        height: 380px;
    }

    .overlay {
        position: relative;
        z-index: 2;
        padding: 18px
    }

    h1 {
        font-size: 48px;
        margin: 0;
        text-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
        color: white;
        margin-top: -15px;
    }
}

/********  **********/
   

.main {
    max-width: 1200px;
    margin: -86px auto 60px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
    z-index: 3;
    position: relative
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.card {
    background: rgba(255, 255, 255, 0.02) !important;
    padding: 16px;
    border-radius: 10px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(18px);
    opacity: 0;
    animation: cardIn 1s forwards;


}

.card:nth-child(1) {
    animation-delay: 0.2s
}

.card:nth-child(2) {
    animation-delay: 0.4s
}

.card:nth-child(3) {
    animation-delay: 0.6s
}

.card:nth-child(4) {
    animation-delay: 0.8s
}

.card:nth-child(5) {
    animation-delay: 1.0s
}

.card:nth-child(6) {
    animation-delay: 1.2s
}



.container {

    .sidebarr {
        padding-top: 200px !important;

    }

    .device {
        background: #22272a;
        border-radius: 12px;
        padding: 12px;
        margin-bottom: 12px;

    }

    .device .screen {
        background: #22272a;
        border-radius: 6px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative;



        img {
            width: 100% !important;
            height: 100% !important;
            border-radius: 5%;

        }
    }

    .price {
        color: #691cff;
        font-weight: 700
    }
}



/*  */
.here {
    position: relative;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    background-image: url(../images/pexels-ash-craig-122861-376464-compressed.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    .covar {
        background-color: #00000099;
        z-index: 50;
        padding: 100px 0px;
        width: 100%;
        height: 380px;
    }


    .overlay {
        position: relative;
        z-index: 2;
        padding: 18px
    }

    h1 {
        font-size: 48px;
        margin: 0;
        text-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
        color: white;
        margin-top: -15px;
    }
}

.nav-item {
    .dropdown-menu {
        display: none;
        position: fixed !important;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .dropdown-menu.show {
        display: flex;
    }

    .dropdown-item {
        white-space: nowrap;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #654B98 !important;
    color: #ce3e97 !important;
    font-size: 20px;
    font-weight: bold;
}

/*  */


/* start foutar */
.foutar {
    background-image: url(../images/ChatGPT\ Image\ Sep\ 11\,\ 2025\,\ 01_20_08\ PM-compressed.png );
    background-color: #f6f6f6;
    background-attachment: fixed;

    .covar {
        background-color: #00000099;
        z-index: 50;
        padding: 100px 0px;
        width: 100%;
        /* height: 380px; */
    }

    .info {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;

        .lapal {
            font-size: 35px;
            font-weight: 500;
            color: #d7b7b7;
            letter-spacing: -2px;
            margin-bottom: 15px;
        }

        .link {
            display: block;
            font-size: 35px;
            font-weight: 400;
            color: #d7b7b7;
            text-decoration: none;
        }

        .social {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            font-size: 16px;
            color: #968da7;

            i {
                margin-left: 12px;
                color: #691cff;
                transform: var(--main-transition);
                cursor: pointer;
            }
        }
    }
}

.special-heading {
    color: #757575;
    font-size: 100px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -3px;
    margin: 0;
}

.special-heading+p {
    margin: -30px 0 0;
    font-size: 20px;
    text-align: center;
    color: #dbdbdb;
}

.linkk {
    color: #654B98;
    padding: 30px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.linkk span {
    font-weight: bold;
    color: #ce3e97;
}

/* End  foutar */
/* start media*/

@media(max-width:900px) {
    .main {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .special-heading {
        font-size: 60px;
    }

    .special-heading+p {
        margin-top: -20px;
    }

    .foutar .info {
        padding-top: 30px;
    }

    .foutar .info .lapal {
        font-size: 23px;
        font-weight: 800;
        color: rgb(40, 0, 92);
        letter-spacing: -1px;
        margin-bottom: 7px;
    }

    .foutar .info .link {
        font-size: 27px;
    }

    .container {

        .g-5,
        .gx-5 {
            --bs-gutter-x: 1rem;
            --bs-gutter-y: 2rem;

            & .device {
                padding: 6px;
                margin-bottom: 0px;

                .screen {
                    background: #22272a;
                    border-radius: 6px;
                    height: 100px !important;
                }

            }

        }

    }

    .here {
        & h1 {
            font-size: 35px;
        }
    }
}

/* End media */

/* Carousel wrapper */
.categories-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 10px;
  position: relative;
}

/* Buttons */
.cat-btn {
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--primary, #691cff);
}
.cat-btn:focus { outline: 2px solid rgba(105,28,255,.25); border-radius: 6px; }

/* The scrollable track */
.categories-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 6px 4px;
  cursor: grab;
  flex: 1 1 auto; /* fill remaining width */
}

/* hide native scrollbar (nice on modern browsers) */
.categories-carousel::-webkit-scrollbar { height: 8px; }
.categories-carousel::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 10px; }

/* each category item */
.cat-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 96px;
  text-decoration: none;
  color: inherit;
  user-select: none;
  -webkit-user-drag: none;
}

.cat-thumb {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.cat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cat-label {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 96px;
}

/* responsive: smaller on small screens */
@media (max-width: 480px) {
  .cat-item { width: 72px; }
  .cat-thumb { width: 72px; height: 72px; }
  .cat-label { max-width: 72px; font-size: 12px; }
}


/* start Anmashan  */
@keyframes cardIn {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(.98)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

/* End Anmashan */