.logo {
    max-height: 2.8rem;
}

html {
    font-size: 1rem;
}

@media (min-width: 760.5rem) {
    html {
        font-size: 1rem;
    }
}


html {
  position: relative;
  min-height: 100%;
}

/*svg*/
.svg-s {
    width: 1rem;
    height: 1rem;
    margin-right: 0.7rem;
}

.svg-m {
    width: 1rem;
    height: 1rem;
    margin-right: 0.7rem;
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
    .ul-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media (max-width: 767px) {
    .card-columns {
        column-count: 2;
    }
    .ul-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}



.svg-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    padding: 1.5rem;
    align-items: center;
    display: flex;
    margin: auto;
    border: 4px dotted var(--MR-gray-600);
}
    .svg-icon svg {
        width: 3rem;
        height: 3rem;
    }


/*.profile*/
.profile {
    position: relative;
    margin: 5px auto;
    box-sizing: border-box;
}

    .profile:before {
        content: '';
        position: absolute;
        left: 49%;
        width: 36px;
        height: 100%;
        background: #f50000;
        border-radius: 15px;
        border: 3px solid #fff;
        box-shadow: 0 0 5px #bcbcbc;
        box-sizing: content-box;
        z-index: 1;
    }

    .profile ul li {
        list-style: none;
        position: relative;
        width: 50%;
        padding: 15px 30px;
        box-sizing: border-box;
    }

    .profile li:nth-child(odd) {
        float: right;
        text-align: left;
        clear: both;
    }

    .profile li:nth-child(even) {
        float: left;
        text-align: right;
        clear: both;
    }

    .profile li:nth-child(odd):before {
        content: '';
        position: absolute;
        top: 60px;
        left: -15px;
        width: 15px;
        height: 15px;
        background: #ffffff;
        border-radius: 50%;
        box-sizing: content-box;
        z-index: 9;
    }

    .profile li:nth-child(even):before {
        content: '';
        position: absolute;
        top: 60px;
        right: -1px;
        width: 15px;
        height: 15px;
        background: #ffffff;
        border-radius: 50%;
        box-sizing: content-box;
        z-index: 9;
    }

    .profile li:nth-child(odd) .title {
        position: absolute;
        top: 40px;
        left: -80%;
        margin: 0;
        padding: 0;
        background: transparent;
        color: #fff;
        border-radius: 18px;
        z-index: 0;
        width: 80%;
    }

        .profile li:nth-child(odd) .title h4 {
            margin: 0;
            padding: 15px 40px 15px 60px;
            font-size: 16px;
            background: #f50000;
            color: #ffffff;
            text-align: center;
            line-height: 1.5;
            letter-spacing: 2px;
        }

        .profile li:nth-child(odd) .title .head {
            position: absolute;
            left: -25px;
            top: 0;
            background: #ffffff;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: 5px solid #f50000;
            box-sizing: content-box;
            display: flex;
            justify-content: center;
        }

    .profile li:nth-child(odd) .containers {
        margin-bottom: 15px;
    }

    .profile li:nth-child(even) .title {
        position: absolute;
        top: 40px;
        right: -80%;
        margin: 0;
        padding: 0;
        background: transparent;
        color: #fff;
        border-radius: 18px;
        z-index: 0;
        width: 80%;
    }

        .profile li:nth-child(even) .title h4 {
            margin: 0;
            padding: 15px 40px 15px 60px;
            font-size: 16px;
            background: #f50000;
            color: #ffffff;
            text-align: center;
            line-height: 1.5;
            letter-spacing: 2px;
        }

        .profile li:nth-child(even) .title .head {
            position: absolute;
            right: -25px;
            top: 0;
            background: #ffffff;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: 5px solid #f50000;
            box-sizing: content-box;
            display: flex;
            justify-content: center;
        }

    .profile li:nth-child(even) .containers {
        margin-bottom: 15px;
        margin-right: 15px;
    }

.profile-count {
}

    .profile-count h5 {
        font-size: 36px !important;
        line-height: 45px !important;
        font-weight: 600;
    }

    .profile-count p {
        font-size: 20px !important;
        line-height: 45px !important;
    }



.back-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom;
}

.menu-max {
    max-height: calc(100% - 170px);
}

.img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    border-radius: 1.5rem;
}
.pixel {
    width: 7rem;
    height: 4rem;
    z-index: 1;
    border-bottom-right-radius: 1.5rem;
    align-items: center;
    text-align: center;
    display: grid;
}
    .pixel:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        background: -webkit-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 1.5rem, white 1.5rem);
        width: 1.5rem;
        height: 1.5rem;
    }

    .pixel:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        background: -webkit-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 1.5rem, white 1.5rem);
        width: 1.5rem;
        height: 1.5rem;
    }


.back-p-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background:url(../img/background/partern.webp);
}

.w-70 {
    max-width: 70px;
}
.w-80{
    max-width:80px;
}
.bs-solid {
    border-style:solid;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.height{
    overflow:hidden;
    height:0px !important;
    z-index:-1;
}

.hook-bridge {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 0.75rem;
    width: 100%;
    position: relative;
    z-index: 5;
}

.hook {
    width: 25px;
    height: 45px;
    background: transparent;
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, #f50000, #ffa301, #f50000) 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.4));
    z-index: 10;
    pointer-events: none;
}

.right-hook {
    transform: scaleX(-1); 
}

.hook::before, .hook::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.8), 0 0 0 2px #ccc;
    border-radius: 50%;
    left: -7px;
    z-index: -1;
}

.hook::before {
    top: -5px;
}

.hook::after {
    bottom: -5px;
}

.hook {
    z-index: 10;
    pointer-events: none;
}

footer {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
footer:after {
    position: absolute;
    top: -300px;
    left: -100px;
    width: 800px;
    height: 800px;
    content: '';
    background: url(../../icon/home/blob-shape.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: .05;
}

.dropdown-menu a {
    white-space: nowrap;
}
.w-fit{
    width:fit-content;
}

.sub-title {
    position: relative;
    padding-left: 60px;
    color: var(--bs-primary);
    font-weight:500;
}

    .sub-title:before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        border: 3px;
        width: 50px;
        height: 2px;
        z-index: 1;
        background: var(--bs-primary);
        left:0;
    }


.sub-title-reverse {
    position: relative;
    padding-left: 60px;
    color: var(--bs-primary);
    font-weight: 500;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
}

    .sub-title-reverse:before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        border: 3px;
        width: 50px;
        height: 2px;
        z-index: 1;
        background: var(--bs-primary);
        left: 0;
    }