:root {
    --topMargin: 120px;
}

.community-logo {
    height: 30px;
    object-fit: cover;
}
/* 3d content div */
.studio-img {
    width: 218px;
    height: 56px;
    object-fit: contain;
}

.px--4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.ai3dcontent-div {
    background: var(--gradient1);
    border-radius: 24px;
    position: relative;
    padding-top: 41px;
    padding-bottom: 41px;
    min-height: 270px;
}

.element-3Dcontent {
    position: absolute;
    top: -7rem;
    right: 5%;
}



/* community section */

/* @media screen and (min-width:768px) {
    .owl-carousel4 .owl-stage-outer .owl-stage .owl-item {
        width: auto !important;
    }
} */

.community-card {
    max-width: 400px;
    background: var(--blue-500);
    border: 1px solid var(--purple1);
    border-radius: 16px;
    position: relative;
    text-align: center;
    padding: 20px;
    /* width: 270px; */
}

.community-card .communityimg {
    height: 88px !important;
    width: 88px !important;
    border-radius: 50%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-top: 2rem;
}

.community-card h5 {
    color: var(--white);
    font-weight: 700;
    margin: 1rem 0;
    font-size: var(--h5);
}

.community-card p {
    color: #333;
}

.communityheaderimg {
    position: absolute;
    height: 26px;
    top: 0;
    left: 0;
    background: var(--secondary-1);
    border-radius: 8px 4px 4px 0px;
    padding: 2px 8px 2px 8px;
}

.community-card button {
    background-color: var(--blue-500);
    border: 1px solid var(--orange);
    border-radius: 44px;
    color: var(--orange);
    font-weight: 600;
    padding: 4px 20px;
    margin: 0.5rem 0rem 1rem 0rem;
    transition: 0.2s ease-in-out;
}

.community-card button:hover {
    background-color: var(--orange);
    color: var(--white);
}

.communityChannel .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 6px !important;
    width: 14px;
    height: 14px;
    background: #392e4a;
    border-radius: 20px;
    margin: 5px;
    transition: 0.5s ease-in-out;
}

.owl-carousel button.owl-dot:hover {
    background-color: var(--orange);
}

.owl-carousel button.owl-dot.active {
    background-color: var(--orange);
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    top: 53%;
    transform: translate(-50%, 89%);
    width: 100%;
    max-width: 710px;
}

.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -5rem;
    top: 1.5rem;
}

.owl-carousel .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 5rem;
    top: 1.5rem;
}

.owl-carousel .owl-nav button.owl-prev>* {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.2;
    color: #6914F4;
    margin-top: 9px;
    font-weight: 700;
    width: 33px !important;
    height: 31px !important;
    font-size: 22px;
    transition: 0.5s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover span {
    background-color: #6914F4;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover span {
    background-color: #6914F4;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next>* {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.2;
    color: #6914F4;
    margin-top: 9px;
    font-weight: 700;
    width: 33px !important;
    height: 31px !important;
    font-size: 22px;
    transition: 0.5s ease-in-out;
}

.owl-carousel .owl-stage {
    padding-left: 0px !important;
    display: flex;
    height: unset;
}

.owl-carousel0 .owl-stage-outer {
    height: 270px !important;
}

.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
}

.owl-carousel.owl-drag .owl-item {
    height: unset;
}

/* .owl-carousel4 .owl-stage-outer {
    overflow: unset;
} */

/* @media screen and (min-width: 600px) and (max-width: 700px) {
    .owl-carousel4.owl-drag .owl-item {
        width: auto !important;
    }
} */
.white-bg-btn {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    border-radius: 24px;
    height: 48px;
    border: none;
    width: 200px;
    padding: 2px;
}

.white-bg-btn .white-btn {
    background: white;
    border-radius: 24px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.white-bg-btn .white-btn .text {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white-bg-btn:hover .white-btn {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
}

.white-bg-btn:hover .text {
    background: none;
    -webkit-text-fill-color: white;
}

.white-bg-btn:hover {
    background: white;
    box-shadow: 0px 0px 16px 4px #F07C4180;

}

.white-bg-btn:hover svg,
.white-bg-btn:hover path {
    fill: white;
}

body {
    overflow: hidden;
}

.body-container {
    margin-top: 80px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}

.body-container::-webkit-scrollbar {
    width: 12px;
    height: 6px;

}

.body-container::-webkit-scrollbar-thumb{
    background-color: rgb(212, 187, 251);
    border-radius: 26px;
    width: 10px !important;
    height: 95px;
}

.body-container::-webkit-scrollbar-track {
    background-color: #fff;
  
}

.body-container::-webkit-scrollbar-button:increment {
    background-size: 12px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><rect width="12" height="12" transform="translate(12 12) rotate(-180)" fill="%23F3ECFE"/><path d="M6.43301 9.25C6.24056 9.58333 5.75944 9.58333 5.56699 9.25L2.10289 3.25C1.91044 2.91667 2.151 2.5 2.5359 2.5L9.4641 2.5C9.849 2.5 10.0896 2.91667 9.89712 3.25L6.43301 9.25Z" fill="%23C3A0F8"/></svg>');
    cursor: pointer;
    height: 12px;
    background-repeat: no-repeat;
}

.body-container::-webkit-scrollbar-button:decrement {
    background-size: 12px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><rect width="12" height="12" fill="%23F3ECFE"/><path d="M5.56699 2.75C5.75944 2.41667 6.24056 2.41667 6.43301 2.75L9.89711 8.75C10.0896 9.08333 9.849 9.5 9.4641 9.5H2.5359C2.151 9.5 1.91044 9.08333 2.10289 8.75L5.56699 2.75Z" fill="%23C3A0F8"/></svg>');
    cursor: pointer;
    height: 12px;
    background-repeat: no-repeat;
}

.body-container::-webkit-scrollbar-button:increment:hover {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><rect width="12" height="12" transform="translate(12 12) rotate(-180)" fill="%236D17EF"/><path d="M6.43301 9.25C6.24056 9.58333 5.75944 9.58333 5.56699 9.25L2.10289 3.25C1.91044 2.91667 2.151 2.5 2.5359 2.5L9.4641 2.5C9.849 2.5 10.0896 2.91667 9.89712 3.25L6.43301 9.25Z" fill="%23FFFFFF"/></svg>');
}

.body-container::-webkit-scrollbar-button:decrement:hover {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><rect width="12" height="12" fill="%236D17EF"/><path d="M5.56699 2.75C5.75944 2.41667 6.24056 2.41667 6.43301 2.75L9.89711 8.75C10.0896 9.08333 9.849 9.5 9.4641 9.5H2.5359C2.151 9.5 1.91044 9.08333 2.10289 8.75L5.56699 2.75Z" fill="%23FFFFFF"/></svg>');
}
@media screen and (max-width:425px) {
    .body-container{
        margin-top: 64px;
        height: calc(100vh - 64px);
    }
}

@media screen and (min-width: 1440px) {
    .owl-carousel:not(.owl-carousel0, .owl-carousel4).owl-drag .owl-item {
        min-width: 240px !important;
    }
}


.center-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.center-text p {
    color: var(--purple3) !important;
    font-weight: 600;
}

.center-text h3 {
    font-size: 40px;
    color: transparent;
    -webkit-text-stroke: 2px var(--purple4);
    /* Apply a black border */
    -webkit-text-fill-color: transparent;
    /* Ensure text is transparent */
    letter-spacing: 5px;
    line-height: 49.32px;
    font-weight: 800;
}

.section-spacing {
    margin-top: var(--topMargin);
}

.pt-120 {
    padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .element-3Dcontent {
        top: -5rem;
        right: -2em;
    }
}

@media screen and (max-width: 767px) {
    .studio-img {
        height: 50px;
    }
}

@media (min-width: 1500px) {
    .ai3dcontent-div {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        /* min-height: unset; */
    }
}
@media (min-width: 1100px) {
    .coming-soon-img {
        width: 91% !important;
    }
}

@media (min-width: 1065px) and (max-width: 1069px) {
    .coming-soon-img {
        width: 96% !important;
    }
}


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


    .communityheaderimg {
        height: 32px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: inline-flex;
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel .owl-dots {
        display: none;
    }

    .community-card {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0rem;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: 1rem;
    }

    .owl-nav {
        transform: translate(-50%, 0%);
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .communityheaderimg {
        height: 32px;
    }
}

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

    .owl-carousel .owl-stage {
        column-gap: 0px;
    }
    .community-card {
      max-width: 80%;
    }
}