:root {
    --premary_width: 1220px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.display {
    display: flex;
    justify-content: space-between;
}

.line_later {
    line-height: 22px;
    letter-spacing: 1px;
}

.search,
.menu,
.close__search {
    cursor: pointer;
}

a {
    color: black;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ol,
ul {
    padding-left: 0px;
    list-style-type: none;
}

/*  */
footer {
    & .Name__title {
        & span {
            font-size: 18px !important;
        }
    }
}

.Name__title {
    border-bottom: 1px solid #0000004f;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

    & span {
        color: #000 !important;
        font-size: 21px;
        border-bottom: 3px solid;
        font-family: 'Tagesschrift' !important;
        display: flex;
        align-items: center;
        gap: 3px;

        /* &:before {
            content: '';
            background: url(https://platform.codesupply.co/wp-content/themes/platform-landing/build/static/img/content/design-icon.svg);
            background-repeat: no-repeat;
            display: block;
            width: 22px;
            height: 22px;
        } */
    }
}

/*  */
.ftf {
    &:before {
        content: '';
        width: 5px;
        height: 5px;
        border: 2px solid #3bc1f2;
        display: inline-block;
        border-radius: 100%;
        margin-right: 3px;
    }
}

.ros__section_title {
    margin-bottom: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #aaaaaa;
    width: fit-content;

    &:before {
        content: '';
        background: #ff000080;
        width: 10px;
        height: 10px;
        box-shadow: 2px -2px 0px #33b734;
        border-radius: 100% 0px 100% 100%;
        transform: rotate(45deg);
        border: 1px solid red;
        margin-right: 5px;
    }
}

/*  */
/* section#generalContent {
    width: 100%;
    display: flex;
    justify-content: center;
} */



/*  */
.viewPort {
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.TransformScroll {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: 1s;
}

/*  */
.marg {
    margin: 3rem auto;
}

.Marg_Arc {
    margin: 1rem auto;
}

aside {
    .marg:nth-child(1) {
        margin-top: 0 !important;
    }
}

footer {
    margin-bottom: 0 !important;
}

.marg:last-child {
    margin-bottom: 0 !important;
}

/*  */
ul.anim {
    width: fit-content;
    margin-bottom: 10px;

    & li,
    & a {
        padding: 7px 8px 7px;
        transition: 0.5s;
        border-radius: 50px;
        font-size: 14px;
        color: #fff;
        /* box-shadow: 5px 0px 19px #0000007d; */

        &:not(:first-child) {
            margin-left: -30px;
        }

        &:hover {
            transform: translateY(-1rem);
            transition: 0.5s;
        }

        &:focus-within~&,
        &:hover~& {
            transform: translateX(30px);
        }
    }
}

/* Traking Button */
& .traking {
    width: fit-content;
    position: absolute;
    right: 1rem;
    top: 1rem;
    gap: 5px;
    z-index: 2;

    & .trak {
        border-radius: 100%;
        padding: 6px 7px 3px;
        cursor: pointer;
        backdrop-filter: blur(15px);
        background: #72727217;
        height: 30px;

        & .trak {
            border-radius: 100%;
            padding: 6px 7px 3px;
            cursor: pointer;
            backdrop-filter: blur(15px);
        }
    }
}

.Pagination {
    gap: 1rem;

    & * {
        color: #000 !important;
    }
}

/* To Top */
.ros_to__top.style_1 {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border: 3px dashed #7601ffbd;
    width: 45px;
    height: 45px;
    background: #00ff9e;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
    transition: .5s;

    & svg {
        width: 35px;
        height: 35px;
    }
}

.ros_to__top.style_2 {
    overflow: hidden;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 1rem;
    border: 1px dashed;
    right: 1rem;
    backdrop-filter: blur(4px);
    border-radius: 100%;
    padding: 8px;
    z-index: 99999;
    cursor: pointer;
    transition: .5s;

    & .continer {
        background: #fff;
        border-radius: 100%;
        width: 100%;
        height: 100%;
    }
}

/*  */
.noPosts {
    font-weight: bold;
    font-size: 18px;
    font-family: "Inria Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 4px;

    & a {
        color: blue;
        text-decoration: underline;
    }
}

/*  */
@media ((min-width: 400px) and (max-width: 576px)) {
    aside {
        border-top: 1px solid #0000004a;
        width: 100% !important;
        padding: 2rem 7px 0;
    }
}


/*  */

.nav__sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: .5s;
}

/* Base menu styles */
#menu-navbar-menu {
    height: 100%;
    gap: 15px;

    &>li {
        position: relative;
        align-items: center;
        display: flex;

    }

    & *>a {
        font-size: 14px;
        font-weight: bold;
    }

    .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--sub_bg) !important;
        min-width: 180px;
        border: 1px solid #3f3e3e4d;
        z-index: 999;
        border-radius: 5px;

        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;

        & li a {
            padding: 10px 15px;
            display: block;
            color: var(--sub_color) !important;
            text-decoration: none;
            transition: background 0.3s;
        }
    }
}

#menu-navbar-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: unset !important;
}

#menu-navbar-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: translateX(10px);
}

#menu-navbar-menu li:hover>.sub-menu .sub-menu {
    transform: translateX(-3px);
}

#menu-navbar-menu li>.sub-menu li {
    position: relative;
}

#menu-navbar-menu .sub-menu li:has(.sub-menu)>a::after {
    content: "▶";
    position: absolute;
    right: 10px;
    font-size: 12px;
}

/*  */
.ads__test {
    background: #e3e3e3;
    width: var(--premary_width);
    margin: 0 auto;
    height: 6rem;
    border-radius: 10px;
    padding: 1rem;
    font-family: 'Tagesschrift';
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #0303034f;
    text-shadow: 2px 2px 0px black;
}