@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

/* banner */
.banner-section {
    background: url('../images/firstsectionbg1.png');
    background-size: cover;
    height: 112vh;
    position: absolute;
    width: 100%;
}

.pt-100 {
    padding-top: 100px;
}

.blurclass {
    /* Rectangle 1 */
    position: absolute;
    height: 124vh;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(17, 2, 39, 0.6) 100%);

}


.searchInput {
    width: 37%;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 14px;
    background-color: var(--white);
    background-image: url('https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/search-24.png');
    background-position: 13px 8px;
    background-repeat: no-repeat;
    padding: 6px 22px 7px 47px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    outline: none;
}

/* category card section */

.category-card {
    background: #1F1233;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
}

.category-card img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 16px 0px 0px 16px;
}


/* exp category section */
.expcategory {
    width: 180px;
    background: linear-gradient(to right, #000000 0%, #21AAF8 100%);
    height: 240px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* overflow: hidden; */
}

/* .owl-carousel0 .owl-stage-outer {
    overflow: visible;
} */

.expcategory-img {
    position: absolute;
    right: 0;
    max-width: 160px !important;
    height: 200px;
    border-radius: 0% 5% 65% 46% / 70% 5% 0% 43%;
}

.expcategory h5 {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    width: max-content;
    font-size: 14px;
}

.owl-carousel0 .expcategory {
    overflow: hidden;
}

.owl-carousel0 .owl-item.active:hover {
    transition: all 0.2s ease;
    padding-bottom: 30px;
}

.owl-carousel0 .owl-item.active:hover .expcategory {
    transition: all 0.2s ease;
    height: 260px;
}

.owl-carousel0 .owl-item.active:hover .expcategory-img {
    transition: all 0.2s ease;
    height: 86%;
    object-fit: cover;
}

.elem-triangle {
    position: absolute;
    left: -38px;
    bottom: -1rem;
    transform: rotate(147deg);
}

.elem-cube {
    position: absolute;
    right: 0;
    top: -7rem;
}

.communityChannel {
    margin-top: 120px;
}

.community-elem {
    position: absolute;
    right: 0;
    top: -5rem;
}

.fs-42 {
    font-size: 2.53rem;
}

/* gradient css */
.gradient {
    border-radius: 307px;
    position: absolute;
    filter: blur(186px);
    z-index: -1;
    width: 300px;
    height: 300px;
}

.gradient--1 {
    background: var(--orange);
    right: 0;
    top: -5rem;
}

.gradient--2 {
    background: var(--blue-var1);
    left: 0;
    top: -8rem;
}

.gradient--3 {
    background: var(--secondary);
    left: 0;
    top: -6rem;
}

.gradient--4 {
    background: var(--blue-var3);
    right: 0;
    top: 4rem;
}

.gradient--5 {
    /* Ellipse 22 */

    position: absolute;
    width: 190px;
    height: 190px;
    left: -37px;
    top: 700px;
    z-index: 2;
    background: #6D17EF;
    filter: blur(200px);

}

/* search */
.wrapper input {
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 8px;
    padding: 11px 44px 13px 145px;
    font-size: 14px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.wrapper input:focus {
    outline: none;
}

.searchingcls {
    position: absolute;
    border: none;
    background: none;
    top: -6px;
    left: 0;
    height: 36px;
    line-height: 23px;
    padding: 0;
}

.wrapper button:focus {
    outline: none;
}

.wrapper button i {
    width: 100%;
    color: #6d7b98;
    line-height: 50px;
    font-size: 22px;
    width: 60px;
}

.results {
    padding: 0px;
}

.results ul {
    margin: 0;
    padding: 0;
}

.results ul li {
    list-style: none;
    border-radius: 3px;
    opacity: 0;
    color: #6d7b98;
    display: none;
    padding: 8px 12px;
    transition: all .5s linear;
}

.show-results .results ul li {
    opacity: 1;
    display: block;
    text-align: left;
}

.show-results .results {
    padding: 10px;
    background: var(--white);
    color: #000;
    margin-top: 2rem;
    position: absolute;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer;
    width: 150%;
    max-width: 320px;
    max-height: calc(100vh - 450px);
    min-height: 60px;
    overflow-y: auto;
    top: 20px;
    right: 28px;
}

.results ul li:hover {
    background: #ececec
}

.wrapper {
    position: relative;
    width: 700px;
    margin: auto;
    margin-top: 2rem;
}

.searchicon {
    /* left: 5px; */
    cursor: pointer;
    position: absolute;
    top: 0px;
    /* width: 130px; */

}

.searchicon .dropdown-menu {
    border: 1px solid #66478F;
    background-color: #312244;
    padding: 7px;
    border-radius: 8px;
    color: var(--white);
}

.wrapper .dropdown-item {
    color: #fff;
}

.category.show {
    display: block;
}

.wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}

.wrapper .dropdown-item:focus,
.wrapper .dropdown-item:hover {
    color: var(--orange);
    background-color: transparent;
}

.wrapper .dropdown-item.active {
    color: var(--orange);
    background: transparent;
}

/* .wrapper .dropdown-toggle::before {
    border: none;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 1px;
    position: relative;
    right: 4px;
}

.wrapper .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
} */
nav .experience-search {
    max-width: 200px;
    height: 40px;
    padding: 4px 16px 6px 40px;
    border-radius: 32px;
    background-color: rgb(70, 59, 84);
    color: white;
    outline: none;
    border: none;
    border: 1px solid rgb(70, 59, 84);
    ;
    font-weight: 500;
}

nav .experience-search::placeholder {
    color: white;
}

nav .experience-search:focus {
    border: 1px solid var(--orange);
}

.email-id {
    max-width: 480px;
    height: 48px;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 40px;
    border: 1px solid rgb(113, 100, 127);
    background-color: rgb(77, 61, 95) !important;
    box-shadow: none !important;
    color: white !important;

}

.email-id::placeholder {
    color: white !important;
}

.email-id:focus {
    border: 1px solid var(--orange);
}

.btn-gradient-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #6D17EF 0%, #F07C41 100%);
    border-radius: 40px;
    color: var(--white);
    font-weight: 700;
    /* box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); */
    outline: 1px solid #fff;
    outline-offset: -5px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    width: max-content;
    border: 1px solid #272727da;
    padding: 12px 34px;

}

.btn-gradient-1:hover {
    border: 1px solid;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-offset: 15px;
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
    background: transparent;
}

.owl-carousel .image-cards {
    width: 100%;
    max-width: 304px;
    height: 160px;
    position: relative;
}

.owl-carousel .image-cards img {
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.owl-carousel1 .item:first-child {
    margin-left: 24px;

}

.owl-carousel .image-cards .number-text {
    position: absolute;
    bottom: -38px;
    left: -30px;
    font-size: 6.25rem;
    font-family: 'Assistant';
    z-index: 1;
    font-weight: 900;
    color: rgb(45, 21, 83);
    -webkit-text-stroke: 0.125rem rgb(255, 255, 255);
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

#stayTunedModal .modal-img-1 {
    top: 63px;
    left: 0px;
    z-index: 1;
}

#stayTunedModal .modal-img-2 {
    top: 51px;
    right: 0px;
    z-index: 1;
}

#stayTunedModal .modal-img-3 {
    top: 100px;
    right: 183px;
    z-index: 1;
}

@media screen and (max-width: 640px) {
    .gradient {
        width: 150px;
        height: 150px;
    }

    .wrapper {
        width: 90%;
    }

    .fs-42 {
        font-size: var(--h3);
    }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
    .wrapper {
        width: 565px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1300px) {
    .wrapper {
        width: 600px;
    }

    .fs-42 {
        font-size: var(--h1);
    }
}



@media screen and (max-width: 767px) {
    .searchInput {
        width: 66%;
    }

    .sideHeader:not(.no_needed) {
        width: 230px;
    }

    .elem-cube {
        right: -7rem;
    }

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

    .element-3Dcontent {
        display: none;
    }

    .category-card img {
        width: 75px;
        height: 75px;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
    .searchInput {
        width: 70%;
    }

    .element-3Dcontent {
        top: -6rem;
        right: -2em;
    }

    .category-card img {
        width: 75px;
        height: 75px;
    }
}

@media screen and (min-width: 850px) and (max-width: 1024px) {
    .searchInput {
        width: 60% !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1700px) {

    .searchInput {
        width: 45%;
    }
}




/* explore categories --- theja */

.exp-card1 {
    cursor: pointer;
    max-width: 375px;
    border: 1px solid #66478F;
    background-color: #1F1233;
    padding: 7px;
    padding-bottom: 0px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: auto;
}

.exp-card1 h5 {
    color: var(--white);
    font-family: 'Assistant';
    line-height: 20.93px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.explore-category img {
    display: inline-block;
    width: 100%;
}

.explore-category {
    display: flex;
    flex-direction: column;
    row-gap: 2.5vw;
    padding-bottom: 10px;
}

.explore-category .exploreCategoryDivContaner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}

.exp-img1 {
    object-fit: cover;
    height: 200px;
    width: 100%;
    border-radius: 8px;
}

.exploreCategoryDivContaner .item .exp-card1 div img {
    min-height: 150px;
}

/* custom navigate buttons */
.prevContainer,
.nextContainer {
    width: 100px;
    height: 392px;
    position: absolute;
    z-index: 4;
    top: -44px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.prevContainer {
    background-image: url('../images/home/rectanggle1.png');
    left: -16px;
}

.nextContainer {
    background-image: url('../images/home/rectangle2.png');
    right: -16px;
}

.prevContainer .nav-btn,
.nextContainer .nav-btn {
    width: 24px;
    height: 88.81px;
    padding: 27px 0px 29.81px 0px;
    border-radius: 136px;
    background-color: #39215C;
    margin-top: 45px;
}

.nav-btn:hover {
    background-color: rgb(79, 42, 132);
}

.nav-btn svg {
    transition-delay: 200ms;
}

.nav-btn:hover svg {
    transition-delay: 200ms;
    transform: scale(1.1, 1.1);
}



@media screen and (max-width:1665px) {
    .explore-category .exploreCategoryDivContaner {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 40px;
    }
}

@media screen and (max-width:1245px) {
    .explore-category .exploreCategoryDivContaner {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 40px;
    }

}

@media screen and (max-width:1005px) {
    .explore-category .exploreCategoryDivContaner {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 30px;

    }

    .explore-category .exploreCategoryDivContaner .item .exp-card1 .card-body h5 {
        font-size: 14px;
        letter-spacing: 0.1px;
        white-space: nowrap;
    }

    .exploreCategoryDivContaner .item .exp-card1 div img {
        max-height: 120px;
    }
}

@media screen and (max-width:850px) {
    .explore-category .exploreCategoryDivContaner {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 20px;

    }
}

@media screen and (max-width : 800px) {
    .exp-card1 {
        padding: 5px;
        border-radius: 8px;
        width: auto;
    }

    .explore-category .exploreCategoryDivContaner {
        display: flex;
        flex-direction: row;
        padding-left: 10px;
        overflow: scroll;
        column-gap: 20px;
    }

    .explore-category .exploreCategoryDivContaner::-webkit-scrollbar {
        display: none;
    }

    .explore-category img {
        display: inline-block;
        width: auto;
    }

    .exploreCategoryDivContaner .item .exp-card1 div img {
        max-height: 150px;
    }
}

@media screen and (max-width:426px) {
    .exp-card1 {
        padding: 7px;
        border-radius: 8px;
        width: auto;
    }

    .explore-category img {
        display: inline-block;
        width: 260px;
    }
}

@media screen and (max-width:376px) {
    .explore-category .exploreCategoryDivContaner {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .exp-img1 {
        height: 175px;
    }
}

@media screen and (min-width: 1630px) {
    .exp-img1 {
        height: 205px;
    }
}

@media screen and (max-width : 1200px) {
    .show-results .results {
        right: unset;
    }
}

@media screen and (max-width:600px) {
    .prevContainer {
        background-image: none;
    }

    .nextContainer {
        background-image: none;
    }

    .prevContainer,
    .nextContainer {
        width: 70px;
    }

    #trendingExpCont .prevContainer,
    #trendingExpCont .nextContainer {
        width: 90px;
    }
    #stayTunedModal .modal-img-1 {
        top: 83px;
        left: 0px;
        z-index: 1;
    }
    
    #stayTunedModal .modal-img-2 {
        top: 71px;
        right: 0px;
        z-index: 1;
    }
    
    #stayTunedModal .modal-img-3 {
        top: 120px;
        right: 40%;
        z-index: 1;
    }
}

/* stay tuned modal */
.gradient-Txt1 {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}



.countdown-timer {
    font-size: var(--h2);
    font-weight: 400;
    line-height: 35.4px;
}

.countdown-timer span {
    background-color: white;
    color: rgba(105, 20, 244, 1);
    border-radius: 59.41px;
    /* padding: 13.71px 10.24px 14.7px 10.57px; */
    width: 38.84px;
    height: 63.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

@media screen and (max-width:500px) {
    .countdown-timer-container{
        transform: scale(0.6);
        padding-top: 60px;
    }
}