* {
    margin: 0;
    padding: 0;
    transition: all, 2s, ease-in-out;
    box-sizing: border-box;
    font-family: 'Poppins';
}

body {
    overflow: hidden;
}

#draw {
    fill: green;
}

#blyd3d-custom-text {
    margin-top: 1em;
    border-radius: 0.3em;
    padding: 1em;
}

.right_actions .elements {
    /* height: 100%; */
    width: 100%;
}

.slide-container {
    max-width: 800px;
    width: 45%;
    padding-left: 80px;
    padding-right: 20px;
    height: 80px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;

    white-space: nowrap;
    margin-top: 60px;
}

.slide-content {
    overflow: hidden;
}

.card-content {
    width: fit-content;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: fit-content;
}

.name:hover {
    border-bottom: 4px solid #62B0E9;

    cursor: pointer;
    height: min-content;
}


.swiper-slide {
    width: 150px;
}


.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;

}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 13px;


}

.swiper-button-next {
    right: 0;
    background-color: #000e18;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 27px;

}

.swiper.slide-container {
    width: 65%;
}

.swiper-slide .card-content {
    max-width: 50px;
}

.swiper-button-prev {
    left: 0;
    background-color: #000e18;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 27px;
}

.swiper-slide {
    width: 150px;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.main {
    height: 110vh;
    background: linear-gradient(1.66deg, #090606 -16.75%, rgba(63, 175, 255, 0.77) 53.01%, #001B2E 106.38%);
    display: flex;
    overflow-y: hidden;
}

.left_bar {
    height: 100%;
    background: #0C2B42;
    box-shadow: 0px 4px 4px rgba(249, 240, 240, 0.43);
    width: 83.72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.left_bar_action>p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}

.left_bar_action {
    cursor: pointer;
}

.left_bar_action_bottom {
    margin-top: 150px;

}

.left_bar_action_bottom img {
    width: 30px;
    height: 30px;
}



.left_bar_action img {
    width: 30px;
    height: 30px;
}

.content_3d {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



ul {

    list-style: none;
    text-decoration: none;
    display: flex;
    margin-top: 60px;
    width: 600px;
    overflow-x: scroll;
}


ul>li {
    margin-right: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    width: max-content;
    white-space: nowrap;
    margin-bottom: 20px;

}

ul>li:hover {
    border-bottom: 4px solid #62B0E9;

    cursor: pointer;
    height: min-content;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #0C2B42;
    cursor: pointer;
    width: 644.19px;
    border-radius: 20px;
}

::-webkit-slider-thumb {
    -webkit-appearance: none
}

input[type="range"]::-webkit-slider-thumb {
    border: none;
    border-radius: 50%;
    background-color: #1FA3FF;
    height: 1.85rem;
    width: 1.85rem;
}


input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 50%;
    background-color: #1FA3FF;
    height: 1.85rem;
    width: 1.85rem;
}

input[type="range"]::-webkit-progress-bar-value {
    background-color: red;
}


input[type="range"]::-moz-range-progress {
    background-color: #ffffff;
    margin-left: 10px;
}


/* body::-webkit-scrollbar {
  width: 100px;
} */
.drawer {
    display: flex;
    height: 100%;
    width: 30%;
}

.right_actions {
    height: 100%;
    width: 100%;
    background: linear-gradient(91.23deg, rgba(255, 255, 255, 0.2) 61.36%, rgba(255, 255, 255, 0.014) 95.72%);
    background-size: cover;
    backdrop-filter: blur(10px);
    display: none;
    padding: 10px;


}

.show_right_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

.hide_right_actions {
    display: none;
}

.active {
    color: #1FA3FF;
}

.title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-transform: capitalize;
    color: #00AFFF;
    border: 2px solid #ffffff;
    width: 150px;
    text-align: center;
    border-radius: 16px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.elements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 25px;
}

.elements div>img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.elements div>img:hover {
    box-shadow: 0px 2px 0px #000e18;
    border-radius: 2px;
}

.elements div>p {
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.close {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 10;
}

.bottom_bar_mobile,
.actions_realised_mobile,
.top_bar_mobile,
.others_actions,
.top_ac_mob {
    display: none;
}

.show {
    display: flex;
}

.hide {
    display: none;
}











/* responsive design */
@media only screen and (max-width: 1083px) {
    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        background: #0C2B42;
        cursor: pointer;
        width: 444.19px;
        height: 6px;
        border-radius: 20px;
    }

    input[type="range"]::-moz-range-thumb {
        border: none;
        border-radius: 50%;
        background-color: #1FA3FF;
        height: 1rem;
        width: 1rem;
    }

    ul {

        list-style: none;
        text-decoration: none;
        display: flex;
        margin-top: 60px;
        width: 300px;
        overflow-x: scroll;
    }

    /* .content_3d .container-3d{
        width: 400px;
        height: 400px;
    } */






}

@media only screen and (max-width: 903px) {
    .elements {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        margin-top: 70px;
        overflow-x: scroll;
    }

}

@media only screen and (max-width: 340px) {
    input[type="range"] {
        width: 114.19px;
    }
}


@media only screen and (max-width: 448px) {
    input[type="range"] {

        width: 264.19px;

    }

}

@media only screen and (max-width: 952px) {
    .others_actions {
        display: flex;
        gap: 3px;
        flex-direction: column;
        position: absolute;
        right: 20%;
        bottom: 37%;

    }


    .others_actions>div>img {
        display: flex;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .drawer {
        display: none;
    }

    .left_bar {
        display: none;
    }

    .close {
        display: none;
    }

    .slide-container,
    .swiper {
        display: none;
    }

    .top_ac_mob {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;
        position: absolute;
    }

    .top_ac_mob img {
        cursor: pointer;
    }

    body,
    .main {
        overflow: hidden;
    }

    .bottom_bar_mobile {
        width: 100%;
        display: flex;
        justify-content: space-around;
        position: fixed;
        bottom: 0px;
        gap: 50px;
        padding: 10px;
        background: #0C2B42;

    }

    .bottom_bar_mobile div>img {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .bottom_bar_mobile div>p {
        text-align: center;
    }

    .all_actions_realised_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 80px;
        margin-left: 10px;

    }

    .content_3d_actions {
        bottom: 13em !important;
        z-index: 99999;
    }

    .actions_realised_mobile {
        gap: 25px;
        width: 300px;

        overflow-x: scroll;
        margin-top: 25px;
        display: none;
        justify-content: center;
    }

    .actions_realised_mobile_show {
        display: flex;
    }

    .actions_realised_mobile>div>img {
        width: 90px;
        height: 90px;
        cursor: pointer;
    }

    .top_bar_mobile {
        position: absolute;
        top: 0px;
        width: 100%;
        display: flex;
        background: #0C2B42;
        transition: all 3s ease-in;
        display: none;
    }


    .top_bar_mobile>img {
        position: absolute;
        cursor: pointer;
    }

    .top_bar_mobile>ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .top_bar_mobile>ul>li {
        width: fit-content;
        margin: 0px;
        padding: 0px;
    }

    .show_menu {
        display: flex;
    }

}

@media only screen and (max-width: 415px) {

    .bottom_bar_mobile div>img {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 371px) {

    /* .content_3d img{
        width: 300px;
    } */
    .others_actions {
        bottom: 39.5%;
    }
}


.blys3d-absolute {
    position: absolute;
}

.content_3d_actions {
    bottom: 5em;
    z-index: 99999;
}

.slide-container.swiper {
    bottom: -1em;
    z-index: 9;
}

.actions_mobile {
    overflow: hidden;
}

.blyd3d-size-of-window {
    position: absolute;
    color: #fff;
    margin-left: 4.5em;
}