@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

body {
    background-color: #36393f;
    font-family: "Open Sans", sans-serif;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.center {
    text-align: center;
}

.server-animation {
    display: flex;
}

.animation-img {
    border-radius: 50%;
    max-width: 60px;
    position: relative;
    flex-basis: 100%;
}

.server-animation-card {
    background-color: #202225;
    margin-left: 20px;
    padding: 10px;
    border-radius: 20px;
    display: flex;
}

.animation-name {
    margin-left: 10px;
    position: relative;
    justify-content: center;
}

.server-animation-card-1 {
    display: flex;
    line-height: 50px;
}

.server-animation-card-count {
    margin-top: 20px;
}

.zoe-icon {
    border-radius: 50%;
}

.inv {
    background-color: greenyellow;
    margin-left: 48vw;
    margin-right: 48vw;
}

.d-height {
    height: 4vh;
}

.img-size {
    margin-left: var(--marginObj);
    margin-right: var(--marginObj);
    max-width: 45vw;
}

.line {
    display: grid;
    margin-left: var(--marginObj);
    margin-right: var(--marginObj);
    border-radius: 25px;
    box-shadow: 4px 4px 4px #00000040;
    align-self: center;
    background-color: #202225;
    height: 10px;
    width: auto;
}

.img-div {
    background-color: #36393f;
    border-radius: 15px;
    padding: 4px 4px 4px 4px;
    box-shadow: 4px 4px 4px #00000040;
    height: 100%;
    box-sizing: border-box;
}

/* Logs */

.next-to-next {
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
}

.image {
    flex-basis: 40%;
}

.text {
    font-size: 20px;
    padding-left: 20px;
}



/* Server Animation */

#serversAnimation {
    padding: 20px 0px;
    overflow-x: hidden;
}

#serversAnimation-list-1,
#serversAnimation-list-2 {
    display: flex;
    gap: 20px;
    margin: 1% 0;
    overflow-x: visible;
}

.serverAnimation-list-item {
    min-width: 300px;
    max-width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background-color: #0000004d;
    padding: 5px 20px;
    border-radius: 20px;
    overflow-x: hidden;
    max-height: 53px;
    box-shadow: 4px 4px 4px #00000040;
}

.serverAnimation-list-item::-webkit-scrollbar {
    display: none;
}

.serverAnimation-list-item img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.serversAnimation-list-item-text {
    font-size: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.serversAnimation-list-item-text h3 {
    color: gray;
}

#serversAnimation-list-1 .serverAnimation-list-item {
    animation: slideRight 200s infinite;
}

#serversAnimation-list-2 .serverAnimation-list-item {
    animation: slideRight2 230s infinite;
}

@keyframes slideRight {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(-500vh);
    }
}

@keyframes slideRight2 {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(-500vh);
    }
}

/* Scroll */

div .container {
    margin: 50px;
}

div .text-container .text-box {
    margin: 20px;
    padding: 20px;
    background: #00c2cb;
}
div .text-container .text-box h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    div h1 {
        text-align: center;
    }
    div .text-container {
        flex-direction: column;
    }
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}
.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}
.active.fade-left {
    animation: fade-left 1s ease-in;
}
.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.container {
    margin-left: var(--marginObj);
    margin-right: var(--marginObj);
}

.block {
    background-color: #202225;
    min-width: 100%;
    box-shadow: 4px 4px 4px #00000040;
}

.justify {
    display: flex;
    align-items: center;
    justify-items: center;
}

.parent-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 5vw;
    background-color: #202225;
    padding: 20px 20px 20px 20px;
    max-width: 500px;
    align-self: center;
}

.parent-div-stats {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 20px 20px 20px;
    justify-content: center;
    justify-items: center;
    max-width: 100%;
    align-self: center;
}

.div-parent-stats {
    background-color: #36393f;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    box-shadow: 4px 4px 4px #00000040;
    min-width: 200px;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.div-parent-stats:hover {
    background-color: #44474e;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 5px;
    transform: translateY(-1px);
    background: #fff;
}

.div-parent-stats:hover div i,
.div-parent-stats:hover div span {
    transition: all 0.5s ease;
    color: #000000;
}

.div-parent-statss {
    background-color: #36393f;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    box-shadow: 4px 4px 4px #00000040;
    min-width: 200px;
    display: flex;
    justify-content: center;
    justify-items: center;
}


.centera {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

/* Premium */
.parent-div-premium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: var(--marginObj);
    margin-right: var(--marginObj);
    background-color: #202225;
    border-radius: 25px;
    justify-self: center;
    position: relative;
    padding: 20px 20px 20px 20px;
    box-shadow: 4px 4px 4px #00000040;
    align-self: center;
    max-height: 160px;
    overflow-y: scroll;
}

.parent-div-premium::-webkit-scrollbar {
    visibility: hidden;
}


.div-parent-premium {
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
}

.div-parent-premium h1 {
    font-weight: normal;
    font-size: 20px;
}

.img-premium {
    border-radius: 50%;
    max-width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-reveal-features {
    font-size: 12xp;
}



/* Text Typing */
.word {
    margin: auto;
    color: white;
    font-size: 20px;
    min-height: 30px;
  }

  .bg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}

.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.2;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}




.div-1 {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.div-1-1 {
    align-items: center;
    position: relative;
    justify-content: center;
}

.p-1-1 {
    font-size: 22px;
    font-weight: bold;
    background: -webkit-linear-gradient(
        rgba(238, 174, 202, 1) 15%,
        rgba(148, 187, 233, 1)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.p-1-2 {
    text-align: center;
    font-size: 20px;
}

.img-1-1 {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.div-1-2-1 {
    background: -webkit-linear-gradient(
        rgba(238, 174, 202, 1) 15%,
        rgba(148, 187, 233, 1)
    );
    text-align: center;
}

.div-1-2-1:hover {
    background: -webkit-linear-gradient(
        rgb(243, 182, 208) 15%,
        rgb(155, 194, 238)
    );
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 5px;
    transform: translateY(-1px);
}

.div-1-2-1 :hover div i,
.div-1-2-1 :hover div span {
    transition: all 0.5s ease;
    color: #000000;
}

@media (min-width: 481px) {
    .div-1 {
        display: flex;
    }

    
}

@media (min-width: 641px) {
    .p-1-1 {
        font-size: 46px;
    }

    .p-1-2 {
        font-size: 42px;
    }
}







/* Features Cards */
.parent-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    justify-items: center;
    align-self: center;
    margin-left: var(--marginObj);
    margin-right: var(--marginObj);
    flex-wrap: wrap;
}

.card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 32px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    cursor: pointer;
  }
  
  .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: #e8e8e8;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .content .heading {
    font-weight: 700;
    font-size: 32px;
  }
  
  .content .para {
    line-height: 1.5;
  }
  
  .content .btn {
    color: #e8e8e8;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #f89b29 0%, #1fc419 100% );
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card:hover::before {
    height: 100%;
  }
  
  .card:hover {
    box-shadow: none;
  }
  
  .card:hover .btn {
    color: #212121;
    background: #e8e8e8;
  }
  
  .content .btn:hover {
    outline: 2px solid #e8e8e8;
    background: transparent;
    color: #e8e8e8;
  }
  
  .content .btn:active {
    box-shadow: none;
  }
  


/* Partner */
.partner-parent {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    justify-items: center;
    align-self: center;
    margin-left: var(--marginObj);
    margin-right: var(--marginObj);
    padding: 20px;
    flex-wrap: wrap;
}


.partner-card {
    display: flex;
    background-color: #0000004d;
    padding: 3px 8px;
    border-radius: 20px;
}

.partner-icon {
    margin-right: 5px;
    border-radius: 50%;
    height: 96px;
    width: auto;
    padding: 5px;
}

.partner-content {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.partner-card:hover {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
    transition: all 1s ease;
    top: 5px;
    transform: translateY(-1px);
}

/* Partner Color */

.p-829013702119260241:hover div,
.p-829013702119260241:hover div {
    font-weight: bold;
    transition: all 1s ease;
    background: linear-gradient(-45deg,
        rgb(57, 81, 216) 15%,
        rgb(57, 221, 213)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-900456669308403732:hover div,
.p-900456669308403732:hover div {
    font-weight: bold;
    transition: all 1s ease;
    background: linear-gradient(-45deg,
        rgb(28, 4, 241) 15%,
        rgb(243, 9, 9)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-874805002181414933:hover div,
.p-874805002181414933:hover div {
    font-weight: bold;
    transition: all 1s ease;
    background: linear-gradient(-45deg,
        rgb(228, 43, 145) 15%,
        rgb(101, 79, 228)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-h1 {
    margin-top: 18px;
    padding-right: 3px;
}

.partner-members {
    font-size: 16px;
}

.partner-a {
    text-decoration: none;
    color: white;
}

/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 320px) {
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width: 481px) {
    .parent-div-premium {
        grid-template-columns: repeat(2, 1fr);
    }

    .parent-features {
        grid-template-columns: repeat(2, 1fr);
        display: flex;
    }

}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width: 641px) {

    .card {
        width: 320px;
    }

    .partner-parent {
        grid-template-columns: repeat(2, 1fr);
    }

    .img-parent {
        grid-template-columns: repeat(2, 1fr);
    }

    .parent-div {
        grid-template-columns: repeat(2, 1fr);
    }

    .parent-div-stats {
        display: flex;
        grid-template-columns: repeat(1, 1fr);
    }

    .parent-div-premium {
        grid-template-columns: repeat(3, 1fr);
    }

    .parent-features {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width: 961px) {
    .parent-div-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .next-to-next {
        display: flex;
    }

    .centera {
        text-align: left;
        font-size: 24px;
    }

    .parent-div-premium {
        grid-template-columns: repeat(4, 1fr);
    }

    .parent-features {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* big landscape tablets, laptops, and desktops */
@media (min-width: 1025px) {
}

/* hi-res laptops and desktops */
@media (min-width: 1281px) {
}
