/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

* {
    -webkit-tap-highlight-color: transparent;
}


/* Banner */
.banner {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    background-color: #11151a; 
    width: 30%; 
    height: 220px; 
    position: absolute; 
    top: 200px; 
    left: 10%; 
    z-index: 4; 
    opacity: 0.85;
}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 26px; color: #fff;
    position: absolute;
    top: 16px;
    left: 10%; 
    width: 80%; 
} 

.banner-text p {
    font-family: 'Poppins', sans-serif; 
    font-size: 18px;
    color: #fff; 
    position: absolute; 
    top: 80px; 
    left: 10%; 
    width: 70%; 
}

/* Header */
.header h1 {
    font-size: 32px;
    color: #b9b9b9;
    position: absolute;
    top: 700px;
    left: 15%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 100px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 20px;
    color: #ececec;
    position: absolute;
    width: 50%;
    left: 15%;
}

.text-1 p { top: 950px; }
.text-2 p { top: 1300px; }
.text-3 ul, .text-4 ul {
    font-size: 20px;
    color: #ececec;
    position: absolute;
    width: 50%;
    left: 15%;
    top: 1500px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1700px; }
.text-5 p { top: 1950px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 15%;
}

.header-2 h1 { top: 1250px; }
.header-3 h1 { top: 1450px; }
.header-4 h1 { top: 1650px; }
.header-5 h1 { top: 1880px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
    width: 1800px;
    height: 1500px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Footer */
.footer {
    position: absolute;
    top: 2400px;
    left: 0;
}


  /*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 250px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 80%;
    height: 120px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 16px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 80%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 13px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 450px; }
.text-2 p { top: 840px; }
.text-3 ul, .text-4 ul {
    font-size: 13px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1920px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 800px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1860px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}  
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 250px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 80%;
    height: 150px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 20px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 80%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 30px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 450px; }
.text-2 p { top: 840px; }
.text-3 ul, .text-4 ul {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1920px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 800px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1860px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 250px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 50%;
    height: 150px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 22px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 63%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 60px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 550px; }
.text-2 p { top: 880px; }
.text-3 ul, .text-4 ul {
    font-size: 18px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1940px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 820px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1880px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 270px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 40%;
    height: 150px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 24px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 63%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 60px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 18px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 550px; }
.text-2 p { top: 880px; }
.text-3 ul, .text-4 ul {
    font-size: 18px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1920px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 820px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1860px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 350px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 40%;
    height: 180px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 34px;
    color: #b9b9b9;
    position: absolute;
    top: 400px;
    left: 6%;
    width: 56%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 80px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 22px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 680px; }
.text-2 p { top: 1070px; }
.text-3 ul, .text-4 ul {
    font-size: 22px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1470px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1920px; }
.text-5 p { top: 2280px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 1000px; }
.header-3 h1 { top: 1400px; }
.header-4 h1 { top: 1850px; }
.header-5 h1 { top: 2200px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2700px;
    left: 0;
}
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 360px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    background-color: #11151a; 
    width: 30%; 
    height: 180px; 
    position: absolute; 
    top: 150px; 
    left: 10%; 
    z-index: 4; 
    opacity: 0.85;
}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 20px; color: #fff;
    position: absolute;
    top: 16px;
    left: 10%; 
    width: 80%; 
} 

.banner-text p {
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    color: #fff; 
    position: absolute; 
    top: 80px; 
    left: 10%; 
    width: 70%; 
}

/* Header */
.header h1 {
    font-size: 22px;
    color: #b9b9b9;
    position: absolute;
    top: 400px;
    left: 15%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 80px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 50%;
    left: 15%;
}

.text-1 p { top: 550px; }
.text-2 p { top: 860px; }
.text-3 ul, .text-4 ul {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 50%;
    left: 15%;
    top: 1170px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1520px; }
.text-5 p { top: 1820px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 15%;
}

.header-2 h1 { top: 800px; }
.header-3 h1 { top: 1100px; }
.header-4 h1 { top: 1450px; }
.header-5 h1 { top: 1750px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1150px;
    height: 1300px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Footer */
.footer {
    position: absolute;
    top: 2200px;
    left: 0;
}  
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 360px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    background-color: #11151a; 
    width: 30%; 
    height: 180px; 
    position: absolute; 
    top: 150px; 
    left: 10%; 
    z-index: 4; 
    opacity: 0.85;
}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 20px; color: #fff;
    position: absolute;
    top: 16px;
    left: 10%; 
    width: 80%; 
} 

.banner-text p {
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    color: #fff; 
    position: absolute; 
    top: 80px; 
    left: 10%; 
    width: 70%; 
}

/* Header */
.header h1 {
    font-size: 22px;
    color: #b9b9b9;
    position: absolute;
    top: 400px;
    left: 15%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 80px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 50%;
    left: 15%;
}

.text-1 p { top: 550px; }
.text-2 p { top: 860px; }
.text-3 ul, .text-4 ul {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 50%;
    left: 15%;
    top: 1170px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1520px; }
.text-5 p { top: 1820px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 15%;
}

.header-2 h1 { top: 800px; }
.header-3 h1 { top: 1100px; }
.header-4 h1 { top: 1450px; }
.header-5 h1 { top: 1750px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1150px;
    height: 1300px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Footer */
.footer {
    position: absolute;
    top: 2200px;
    left: 0;
}       
}
     



/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 250px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 80%;
    height: 150px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 20px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 80%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 30px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 450px; }
.text-2 p { top: 840px; }
.text-3 ul, .text-4 ul {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1920px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 800px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1860px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 250px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 50%;
    height: 150px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 22px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 63%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 60px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 16px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 550px; }
.text-2 p { top: 880px; }
.text-3 ul, .text-4 ul {
    font-size: 18px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1940px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 820px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1880px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}
}

@media (min-width: 812px) and (max-width: 999.98px) and (orientation: landscape) {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 270px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 40%;
    height: 150px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 24px;
    color: #b9b9b9;
    position: absolute;
    top: 330px;
    left: 6%;
    width: 63%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 60px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 18px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 550px; }
.text-2 p { top: 880px; }
.text-3 ul, .text-4 ul {
    font-size: 18px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1180px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1550px; }
.text-5 p { top: 1920px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 820px; }
.header-3 h1 { top: 1130px; }
.header-4 h1 { top: 1500px; }
.header-5 h1 { top: 1860px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2300px;
    left: 0;
}
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
/* General */
body {
    background-color: #11151a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Banner */
.banner {
    width: 100%;
    height: 350px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0%;
    object-fit: cover;
}

.banner .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.3);
}

.banner-text { 
    opacity: 1;
    background-color: #11151a;
    width: 40%;
    height: 180px;
    position: absolute;
    top: 140px;
    left: 10%;
    border-radius: 5px;
box-shadow: 0px 0px 1px rgba(211, 208, 221, 0.02),
  0px 0px 3px rgba(211, 208, 221, 0.04),
  0px 0px 7px rgba(211, 208, 221, 0.05),
  0px 0px 12px rgba(211, 208, 221, 0.07),
  0px 0px 19px rgba(211, 208, 221, 0.09);

}

.banner-text h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
}

.banner-text p {  display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 70%;
}

/* Header */
.header h1 {
    font-size: 34px;
    color: #b9b9b9;
    position: absolute;
    top: 400px;
    left: 6%;
    width: 56%;
}

#collaborate {
    color: rgba(0, 217, 255, 0.4);
    font-size: 80px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

/* Text sections */
.text-1 p, .text-2 p, .text-5 p {
    font-size: 22px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
}

.text-1 p { top: 680px; }
.text-2 p { top: 1070px; }
.text-3 ul, .text-4 ul {
    font-size: 22px;
    color: #ececec;
    position: absolute;
    width: 88%;
    left: 6%;
    top: 1470px;
    list-style-type: disc;
    padding-left: 20px;
}

.text-4 ul { top: 1920px; }
.text-5 p { top: 2280px; }

/* Section headers */
.header-2 h1, .header-3 h1, .header-4 h1, .header-5 h1 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 6%;
    width: 88%;
}

.header-2 h1 { top: 1000px; }
.header-3 h1 { top: 1400px; }
.header-4 h1 { top: 1850px; }
.header-5 h1 { top: 2200px; }


/* Glow Effect */
.space-light-glow {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: radial-gradient(ellipse at right, rgba(0, 217, 255, 0.4), rgba(0,0,0,0) 70%);
    filter: blur(150px);
    opacity: 0.8;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Mobile Footer */
.mobile-footer {
    position: absolute;
    top: 2700px;
    left: 0;
}
}