@font-face {
    font-family: 'Toxigenesis';
    src: url('../fonts/toxigenesis bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    overflow-x: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.nav-logo {
    height: 70px;
    margin: -40px;
}

.header {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fcf9f415;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    height: 90px;
    width: 1200px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0px 0px 20px rgba(41, 8, 8, 0.1);
    z-index: 1000;
    transition: top 0.5s ease-in-out, background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.header.hidden {
    top: -120px;
}

.navbar-white {
    background-color: #1f1925d5 !important;
}

.play-button:hover{
    transform: scale(1.2);
    color:#2f1735;
    background: #ffffff;
}

.play-button{
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 700;
    color:#2f1735;
    background: #f8f1ee;
    border: none;
    border-radius: 7px 30px;
    transition: box-shadow 0.3s ease, transform 0.3s, background 0.3s ease;
    transform: scale(1.10) translateZ(0px);
    padding: 8px 20px;
}

.play-button-white .play-button {
    background: #21a6ff !important;
}

.dark-play-border .play-button:hover{
    background: #ffd91a !important;
}

body {
    background-color: #130f17;
    font-family: "Nunito", sans-serif;
    font-style: normal;
}

.server-name {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    margin-top: 10px;
    font-size: 9rem;
    font-weight: 800;
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.container {
    max-width: 1350px;
    margin: 0 auto;
}
    
.block-title{
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 100%;
    text-wrap: balance;
    margin-bottom: 20px;
    background: linear-gradient(-39deg,#0e7cf9 41%,#43d3ff 56%,#69ffeb 81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.block-description{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.block-description-text {
    font-size: 2.4rem;
    font-weight: 600;
    color: #ffd91a;
    text-align: center;
    margin-bottom: 0px;
}

.desc-icon{
    width: 40px;
    margin-right: 15px;
}

.block-sec-desc{
    text-align: center;
    margin: 0 25%;
    font-size: 1.7rem;
    font-weight: 400;
    color: #e3f7ff;
}

.sec-block-title{
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-size: 4.5rem;
    font-weight: 700;
    margin-top: 1%;
    margin-bottom: 20px;
    text-align: center;
}

.sec-block-sec-desc{
    text-align: center;
    margin: 0 30%;
    font-size: 1.5rem;
    font-weight: 500;
}

/*colors-start*/

.title-orange{
    background: linear-gradient(160deg, #ffca38 15%, #ff5c10);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-orange{
    color: #f1b25f;
}

.title-aqua{
    background: linear-gradient(160deg, #37c4af 15%, #276d99);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-aqua{
    color: #63b8bb;
}

.title-iris{
    background: linear-gradient(160deg, #d951eb 15%, #6827e0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-iris{
    color: #b37bd6;
}

.title-red{
    background: linear-gradient(160deg, #f8455d 15%, #74053c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-red{
    color: #bd9393;
}

.title-green{
    background: linear-gradient(160deg, #70d62d 15%, #00ad57);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-green{
    color: #87b18e;
}

/*colors-end*/

.items{
    display: flex;
    gap: 20px;
}

.items-section{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    min-height: 440px;
    max-height: 550px;
    max-width: 550px;
    text-align: center;
    border-radius: 50px;
    background-color: #1c1822;
    overflow: hidden;
}

.items-card-title{
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 125%;
    margin-left: 20px;
    margin-right: 20px;
    text-wrap: balance;
    color: #e3f7ff;
}

.items-card-desc{
    font-weight: 500;
    font-size: 1.4rem;
    color: #9596b9;
}

.drone-img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 38%;
    margin-bottom: 10px;
    image-rendering: pixelated;
    z-index: 1;
}

.item-img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 40%;
    margin-bottom: 10px;
    image-rendering: pixelated;
    z-index: 1;
    filter: drop-shadow(0 10px 10px #250f3179) contrast(1.1) saturate(1.1);
}

.scroll {
    margin-top: 70px;
    margin-bottom: 250px;
    margin-inline: auto;
    width: 60px;
    height: 60px;
    position: relative;
    animation: down 1s infinite;
    -webkit-animation: down 1s infinite;

    &::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 25px;
        width: 25px;
        height: 25px;
        border-left: 4px solid #f8f1ee;
        border-bottom: 4px solid #f8f1ee;
        transform: rotate(-45deg);
    }
}

@keyframes down {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translate(0);
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translate(0);
    }
}

.header-about {
    margin-left: 14%;
    margin-right: 14%;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
}

.header-update {
    font-family: "Rubik", sans-serif;
    margin-left: 14%;
    margin-right: 14%;
    margin-top: 300px;
    text-align: center;
    font-weight: 500;
    font-size: 3.9rem;
    color: #ffffff;
}

.heart-icon {
    width: 10%;
}

.closing-text {
    padding-top: 20px;
    margin-left: 14%;
    margin-right: 14%;
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    background: #f8f1ee;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nexteam-logo{
    width: 50px;
    height: auto;
    margin-right: 10px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .nexteam-logo{
        width: 35px;
        height: auto;
        margin-right: 10px;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .nexteam-logo{
        width: 30px;
        height: auto;
        margin-right: 7px;
        margin-top: 8px;
    }
}

.nexteam-text {
    font-family: Toxigenesis, sans-serif;
    font-size: 3rem;
    color: #f8f1ee;
    text-align: center;
    margin-top: 8px;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    padding: 20px;
}

.hero-inner {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}

#gradient-canvas {
    position: absolute;
    width:100%;
    height:100%;
    --gradient-color-1: #532ce0;
    --gradient-color-2: #2b5dff;
    --gradient-color-3: #30cfff;
    --gradient-color-4: #21a6ff;
}

.hero-content {
    max-width: 1360px;
    text-align: center;
    z-index: 1;
}

.hero-wrapper-end {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.hero-box {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    min-width: 100%;
    max-height: 925px;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    padding: 40px;
    z-index: 1;
}

.hero-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: linear-gradient(135deg, #532ce0, #21a6ff, #532ce0, #21a6ff);
    background-size: 150% 150%;
    animation: moveGradient 20s infinite linear;
    z-index: -1;
}

@keyframes moveGradient {
    0% { background-position: 0% 0%; }
    50% { background-position: 200% 200%; }
    100% { background-position: 0% 0%; }
}

.nav-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #f8f1ee;
    margin: 0 10px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 100px;
    padding: 2px;
    text-decoration: none;
    transition: border-color .3s ease, background-color .3s ease, color .3s ease;
}

.nav-link:hover{
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.dark-border .nav-link:hover {
    border-color: #f8f1ee !important;
}

.dark-text .nav-link {
    color: #f8f1ee !important;
}

.server-card{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 50px;
    border-radius: 50px;
    background-color: #1d1723;
    align-content: center;
}

.server-card:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.server-card-title{
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 125%;
    color: #e3f7ff;
}

.server-card-desc{
    font-weight: 500;
    font-size: 1.4rem;
    color: #9596b9;
}

.server-card-icon{
    width: 33%;
    margin-bottom: 5%;
}

.card-section{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 7%;
    padding-right: 7%;
    min-height: 440px;
    text-align: center;
    border-radius: 50px;
    background-color: #1c1822;
    overflow: hidden;
}

.sec-card-desc{
    font-weight: 600;
    font-size: 1.4rem;
    color: #9596b9;
    margin-bottom: 13%;
}

.card-desc{
    font-weight: 600;
    font-size: 1.4rem;
    color: #9596b9;
    margin: 0 30px;
}

.card-img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 42%;
    margin-bottom: 10px;
    image-rendering: optimizeQuality;
    z-index: 1;
    filter: drop-shadow(0 10px 10px #26133f59) contrast(1.1) saturate(1.1);
}

.triangle-wrapper {
    align-items: center;
    width: 150%;
    height: auto;
    display: block;
}

.triangle-svg {
    width: 100%;
    height: auto;
    display: block;
}

.image{
    image-rendering: optimizeQuality;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.badge{
    display: inline-block;
    min-width: 120px;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 21px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    color: #130f17;
    border-radius: 7px 25px;
    vertical-align: middle;
}

.badge-yellow{
    background: linear-gradient(to bottom, #fab940, #f5851d);
}

.badge-magenta{
    background: linear-gradient(to bottom, #ce4069, #9c0e51);
}

.badge-iris{
    background: linear-gradient(to bottom, #b576df, #8b3ace);
}

.badge-gray{
    background: linear-gradient(to bottom, #726883, #4c4163);
}

.badge-aqua{
    background: linear-gradient(to bottom, #37c4af, #276d99);
}

.badge-pink{
    background: linear-gradient(to bottom, #ff58e9, #b71bdf);
}

.badge-blue{
    background: linear-gradient(to bottom, #435fff, #350cc7);
}

.badge-red{
    background: linear-gradient(to bottom, #ff7d41, #e7332d);
}

.badge-green{
    background: linear-gradient(to bottom, #70d62d, #00ad57);
}

.badge-orange{
    background: linear-gradient(to bottom, #eb9431, #da5d2b);
}

.badge-purple{
    background: linear-gradient(to bottom, #a24efc, #5633f1);
}

.badge-light-blue{
    background: linear-gradient(to bottom, #33adff, #2b47ff);
}

.badge-gray-blue{
    background: linear-gradient(to bottom, #94b0d6, #4b5aa1);
}

.badge-violet-red{
    background: linear-gradient(to bottom, #f8455d, #74053c);
}

.full-section{
    justify-self: center;
    margin: 0 auto;
    min-height: 620px;
    max-height: 1000px;
    min-width: 1210px;
    max-width: 1210px;
    text-align: center;
    border-radius: 50px;
    background-color: #1c1822;
    overflow: hidden;
}

.full-larger-section{
    margin: 0 auto;
    justify-self: center;
    min-height: 1190px;
    max-width: 1210px;
    text-align: center;
    border-radius: 50px;
    background-color: #f0e7e7;
    overflow: hidden;
}

.full-title{
    font-family: "Rubik", sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #e3f7ff;
    font-weight: 600;
    font-size: 3.5rem;
}

.full-description{
    font-weight: 500;
    font-size: 1.5rem;
    margin-left: 170px;
    margin-right: 170px;
    color: #9596b9;
}

.generation{
    display: flex;
    gap: 20px;
}

.image-left-md{
    width: 48%;
    height: auto;
    margin-top: 20px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.image-right-md{
    width: 48%;
    height: auto;
    margin-top: 20px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.list-item {
    font-size: 23px;
    border-bottom: 4px solid #130f17;
    padding: 5px 70px;
    padding-left: 100px;
    text-align: left;
    margin-top: 7px;
    color: #9596b9;
}

.compare-wrapper{
    position:relative;
    width:100%;
    aspect-ratio: 16/9;
    overflow:hidden;
    cursor: col-resize;
    background:#000;
    user-select:none;
    touch-action:none;
}

.compare-img{
    image-rendering: optimizeQuality;
    width: 100%;
    height: auto;
    position:absolute;
    inset:0;
    object-fit:cover;
    pointer-events:none;
    display:block;
}

.compare-after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 50%);
  overflow: hidden;
}

.compare-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 0%);
  overflow: hidden;
}

.compare-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-handle{
    position:absolute;
    inset:0 auto 0 50%;
    width:3px;
    background:rgba(255,255,255,1);
    box-shadow:0 0 5px #50354160;
    z-index:5;
    transition:background .2s;
}

.compare-wrapper:hover .compare-handle {
    background:#fff;
}

.chevrons{
    position:absolute;
    top:46%;left:50%;
    transform:translate(-35%,-46%);
    font-size:3rem;
    font-weight: 200;
    letter-spacing:18px;
    color:#fff;
    pointer-events:none;
}

.compare-label{
    position:absolute;
    bottom:12px;
    padding:6px 20px;
    font-size: .9rem;
    font-weight:600;
    color:#fff;
    background:rgba(0,0,0,.5);
    border-radius: 7px 30px;
    z-index:6;
    white-space:nowrap;
}

.compare-label-left{
    left: 4%;
    bottom: 10%;
}

.compare-label-right{
    right: 4%;
    bottom: 10%;
}

@media (max-width: 576px) {
    .compare-handle::before{
        width:44px;
        height:44px;
    }
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#pauseBtn {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    opacity: 0.6;
    bottom:21px;
    right:21px;
    box-shadow: none;
}

#pauseBtn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero-inner {
        border-radius: 12px;
    }

    .server-name {
        margin: 0 10%;
        margin-top: 5px;
        font-size: 2.5rem;
    }

    .header-update {
        margin-top: 80%;
        font-size: 2.3rem;
        color: #ffffff;
    }

    .header {
        display: none;
    }

    .header-about {
        margin-top: 10px;
        font-size: 1.7rem;
    }
    .scroll {
        margin-top: 60px;
    }
    
    .heart-icon {
        width: 130px;
    }
    
    .closing-text {
        padding-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .nexteam-text {
        font-size: 1.4rem;
    }

    .nexteam-logo{
        width: 25px;
        height: auto;
        margin-right: 5px;
        margin-top: 8px;
    }

    .col-md-4{
        margin-bottom: 6%;
    }

    .server-card{
        padding: 40px;
        margin: 0 -25px;
        border-radius: 12px;
    }

    .server-card-title{
        font-size: 2rem;
    }   

    .server-card-desc{
        font-size: 1.3rem;
    }

    .server-card-icon{
        width: 30%;
        margin-bottom: 5%;
    }

    .block-title{
        margin: 0 5%;
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 110%;
    }

    .block-description-text {
        font-size: 1.5rem;
    }

    .block-description{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }

    .desc-icon{
        width: 25px;
        margin-right: 10px;
    }

    .block-sec-desc{
        font-size: 1.3rem;
        margin: 0 8%;
    }

    .sec-block-title{
        font-size: 1.8rem;
        font-weight: 600;
        margin: 5% 5%;
    }

    .sec-block-sec-desc{
        margin: -1% 20%;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .card-section{
        margin: 0 8px;
        border-radius: 12px;
    }

    .sec-card-desc{
        font-size: 1.3rem;
        line-height: 140%;
    }

    .card-desc{
        font-size: 1.3rem;
        margin: 0 30px;
        line-height: 140%;
    }

    .card-img {
        bottom: 20px;
    }

    .items-section{
        margin: 0 8%;
        min-width: 330px;
        min-height: 400px;
        border-radius: 12px;
    }

    .items-card-title{
        font-size: 2rem;
        line-height: 125%;
    }

    .items-card-desc{
        font-size: 1.3rem;
        margin: 0 5%;
    }

    .list-item {
        font-size: 1.3rem;
        padding: 0 30px;
        padding-left: 30px;
    }
    
    .badge{
        display: inline-block;
        min-width: 120px;
        padding: 8px 25px;
        font-weight: 400;
        font-size: 19px;
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        color: #fff;
        border-radius: 7px 25px;
        vertical-align: middle;
    }

    .full-section{
        min-height: 350px;
        max-height: 1200px;
        min-width: 330px;
        border-radius: 12px;
    }
    
    .full-larger-section{
        min-height: 400px;
        max-height: 1300px;
        min-width: 330px;
        max-width: 415px;
        border-radius: 12px;
    }
    
    .full-title{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    
    .full-description{
        font-size: 1.3rem;
        margin: 0 5%;
        line-height: 140%;
    }

    .generation{
        gap: 10px;
    }

    .image{
        margin-top: 10px;
    }
    
    .image-left-md{
        width: 45%;
        height: auto;
        margin-top: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .image-right-md{
        width: 45%;
        height: auto;
        margin-top: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .compare-label{
        padding:4px 16px;
        font-weight: 500;
        border-radius: 7px 25px;
    }

    .compare-label-left{
        left: 6%;
        bottom: 4%;
    }

    .compare-label-right{
        right: 6%;
        bottom: 4%;
    }

    .chevrons{
        top:46%;left:50%;
        transform:translate(-35%,-40%);
        font-size:2.7rem;
        letter-spacing:14px;
    }

    #pauseBtn {
        width: 40px;
        height: 40px;
        font-size: 15px;
        bottom:12px;
        right:12px;
    }
}

@media (max-width: 480px) {
    .hero-inner {
        border-radius: 12px;
    }

    .server-name {
        margin: 0 10%;
        margin-top: 5px;
        font-size: 2.5rem;
    }

    .header-update {
        margin-top: 80%;
        font-size: 2.3rem;
        color: #ffffff;
    }

    .header {
        display: none;
    }

    .header-about {
        margin-top: 10px;
        font-size: 1.7rem;
    }
    .scroll {
        margin-top: 60px;
    }
    
    .heart-icon {
        width: 130px;
    }
    
    .closing-text {
        padding-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .nexteam-text {
        font-size: 1.4rem;
    }

    .nexteam-logo{
        width: 25px;
        height: auto;
        margin-right: 5px;
        margin-top: 8px;
    }

    .col-md-4{
        margin-bottom: 6%;
    }

    .server-card{
        padding: 40px;
        margin: 0 -25px;
        border-radius: 12px;
    }

    .server-card-title{
        font-size: 2rem;
    }   

    .server-card-desc{
        font-size: 1.3rem;
    }

    .server-card-icon{
        width: 30%;
        margin-bottom: 5%;
    }

    .block-title{
        margin: 0 5%;
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 110%;
    }

    .block-description-text {
        font-size: 1.5rem;
    }

    .block-description{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }

    .desc-icon{
        width: 25px;
        margin-right: 10px;
    }

    .block-sec-desc{
        font-size: 1.3rem;
        margin: 0 8%;
    }

    .sec-block-title{
        font-size: 1.8rem;
        font-weight: 600;
        margin: 5% 5%;
    }

    .sec-block-sec-desc{
        margin: -1% 20%;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .card-section{
        margin: 0 8px;
        border-radius: 12px;
    }

    .sec-card-desc{
        font-size: 1.3rem;
        line-height: 140%;
    }

    .card-desc{
        font-size: 1.3rem;
        margin: 0 30px;
        line-height: 140%;
    }

    .card-img {
        bottom: 20px;
    }

    .items-section{
        margin: 0 8%;
        min-width: 330px;
        min-height: 400px;
        border-radius: 12px;
    }

    .items-card-title{
        font-size: 2rem;
        line-height: 125%;
    }

    .items-card-desc{
        font-size: 1.3rem;
        margin: 0 5%;
    }

    .list-item {
        font-size: 1.3rem;
        padding: 0 30px;
        padding-left: 30px;
    }
    
    .badge{
        display: inline-block;
        min-width: 120px;
        padding: 8px 25px;
        font-weight: 400;
        font-size: 19px;
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        color: #fff;
        border-radius: 7px 25px;
        vertical-align: middle;
    }

    .full-section{
        min-height: 350px;
        max-height: 1200px;
        min-width: 330px;
        border-radius: 12px;
    }
    
    .full-larger-section{
        min-height: 400px;
        max-height: 1300px;
        min-width: 330px;
        max-width: 415px;
        border-radius: 12px;
    }
    
    .full-title{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    
    .full-description{
        font-size: 1.3rem;
        margin: 0 5%;
        line-height: 140%;
    }

    .generation{
        gap: 10px;
    }

    .image{
        margin-top: 10px;
    }
    
    .image-left-md{
        width: 45%;
        height: auto;
        margin-top: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .image-right-md{
        width: 45%;
        height: auto;
        margin-top: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .compare-label{
        padding:4px 16px;
        font-weight: 500;
        border-radius: 7px 25px;
    }

    .compare-label-left{
        left: 6%;
        bottom: 4%;
    }

    .compare-label-right{
        right: 6%;
        bottom: 4%;
    }

    .chevrons{
        top:46%;left:50%;
        transform:translate(-35%,-40%);
        font-size:2.7rem;
        letter-spacing:14px;
    }

    #pauseBtn {
        width: 40px;
        height: 40px;
        font-size: 15px;
        bottom:12px;
        right:12px;
    }
}