/* Authored by Kiran Reddy ND */

/*
1. Body
2. Header
3. Footer
4. Pop-up
5. Home
6. Community
7.

*/

/*==========================================
# Full Response for all Devices
=============================================================*/

/*

1. Laptop and larger screens (max-width: 1400px), (min-width: 1401px)
2. Nest Hub Max (max-width: 1300px) and (max-height: 800px)
3. Nest Hub (max-width: 1100px) and (max-height: 620px)
4. Tablet - iPad Pro (max-width: 1100px) and (min-height: 1300px)
5. Tablet - Surface Pro 7 (max-width: 1000px) and (min-height: 1300px)
6. Tablet - Asus Zenbook Fold (max-width: 900px)
7. Tablet - iPad Air (max-width: 850px)
8. Tablet - iPad Mini (max-width:800px)
9. Tablet - Surface Duo (max-width: 576px)
10. Mobile - iPhone 14 Pro Max (max-width: 440px)
11. Mobile - iPhone XR (max-width: 420px)
12. Mobile - Pixel 7 (max-width: 413px) and (max-height: 920px)
13. Mobile - iPhone 12 Pro (max-width: 400px)
14. Mobile - iPhone SE (max-width: 380px)
15. Mobile - Galaxy S8 | S8+ (max-width: 360px) and (max-height: 750px)
16. Mobile - Oppo Reno 8 (max-width: 360px) and (max-height: 715px)
17. Mobile - Galaxy Z Fold 5 (max-width: 350px)

*/

/* =========================================
Body
============================================================== */

body {
    font-family: "Open Sans", sans-serif;
    background-color: #040404;
    color: #e6e6e6;
    font-size: 15px;
    position: relative;
    background: transparent;
    margin: 55px 5px 30px 5px;
    text-align: justify;
}

.mob {
  display: none;
}

.lap {
  display: block;
}

@media (max-width: 767px) {
  .mob{
    display: block;
  }
  .lap{
    display: none;
  }
}

/* ---------------------------------------------
Text General
------------------------------------------------------------ */
a {
    text-decoration: none;
    color: #18d26e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 35px;
    font-weight: 800;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 30px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    font-weight: 500;
}
h5 {
    font-size: 18px;
    font-weight: 500;
}
h6 {
    font-size: 16px;
    font-weight: 500;
}

P {
    padding: 0;
    margin: 0;
}

/* ---------------------------------------------
Button General
------------------------------------------------------------ */

.btn {
    font-weight: 600;
}

.btn-success, .text-success {
    background-color: #18d26e;
    color: #fff;
}

.btn-success:hover, .text-success:hover, .btn-outline-light:hover {
    background-color: #ffffff;
    color: #18d26e;
    border: 2px solid #18d26e;
}


/* ---------------------------------------------
Section General
------------------------------------------------------------ */

section {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 40px;
  transition: ease-in-out 0.4s;
}

section .container-fluid {
  background: rgba(0, 0, 0, 0.9);
  padding: 25px;
}

section span {
    font-weight: 600;
    color:#18d26e;
}

.section-title h4 {
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  text-align: left;
}

.section-title h4::after {
  content: "";
  width: 10%;
  height: 1px;
  display: inline-block;
  background: #4ceb95;
  margin: 4px 10px;
}

.container-border {
    border: 1px solid #18d26e;
    border-radius: 10px;
}

/* ---------------------------------------------
Card General
------------------------------------------------------------ */
.card {
    background-color: #292929d1;
    padding: 10px;
    height: 100%;
}

.circle {
  border-radius: 25rem;
}


/* ------------------------------------------
1. Laptop and larger screens
-------------------------------------------------------*/
@media (min-width: 1401px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/desktop-bg.jpg") top right no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}

@media (max-width: 1400px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/desktop-bg.jpg") top right no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}


/* -------------------------------------------
3. Nest Hub
 ------------------------------------------------------------------*/
@media (max-width: 1100px) and (max-height: 620px) {
    h1 {
        font-size: 22px;
        font-weight: 800;
    }
}

/* ------------------------------------------
Tablet - iPad Pro
  --------------------------------------------------------- */
@media (max-width: 1100px) and (min-height: 1300px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/tablet-bg.png") top center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .about .youtube iframe {
        width: 100%;
        height: 230px;
        border: 4px solid #18d26e;
    }
}

/* ------------------------------------------
6.Tablet - Asus Zenbook Fold
  -------------------------------------------------------- */

@media (max-width: 900px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/tablet-bg.png") top center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    h1 {
        font-size: 30px;
        font-weight: 800;
    }

    .about .youtube iframe {
        height: 385px;
        margin-bottom: 20px;
    }
}

/* ------------------------------------------
7. Tablet - iPad Air
  -------------------------------------------------------- */
@media (max-width: 850px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/tablet-bg.png") top center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    body {
        font-size: 14px;
    }
    h2 {
        font-size: 35px;
        font-weight: 600;
    }
    h4 {
        font-size: 18px;
        font-weight: 500;
    }
}

/* --------------------------------------------------
10. Mobile - iPhone 14 Pro Max
--------------------------------------------------------------*/
@media (max-width: 440px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/mobile-bg.png") center center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    body {
        font-size: 13px;
    }
    h1 {
        /* display: none; */
        font-size: 20px;
        font-weight: 800;
    }
    h2 {
        font-size: 30px;
        font-weight: 600;
    }
    h4 {
        font-size: 16px;
        font-weight: 500;
    }
    section {
        padding: 20px;
    }
}


/* ===========================================
2. Header
=============================================================== */
.header {
    background-color: #040404dd;
    padding: 5px 20px;
    /*border-bottom: 1px solid #18d26e;*/
    text-align: start;
}

.header img {
    width: 40px;
    height: auto;
}

.header .home-menu {
    z-index: 9998;
    transition: all 0.4s;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}

.header .bar {
    width: 20px;
    height: 3px;
    background-color: #18d26e;
    margin: 3px 0;
}

.header .dropdown-content a {
    color: #fff;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.header .dropdown-content a:hover {
    color: #18d26e;
}

.header .dropdown:hover .dropdown-content {
    display: block;
}

.header .mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  color: #18d26e;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  cursor: pointer;
  text-align: right;
}

.header .nav-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;

}

.header .nav-menu li + li {
  margin-left: 30px;
}

.header .nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.header .nav-menu a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #18d26e;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.header .nav-menu a:hover:before, .header .nav-menu li:hover > a:before, .header .nav-menu .active > a:before {
  visibility: visible;
  width: 25px;
}

.header .nav-menu a:hover, .header .nav-menu .active > a, .header .nav-menu li:hover > a {
  color: #18d26e;
  text-decoration: none;
}

.mobile-nav {
  position: fixed;
  width: 160px;
  height: 245px;
  top: 55px;
  right: 10px;
  bottom: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #18d26e;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 1px 5px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #18d26e;
  text-decoration: none;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav .btn {
    margin-top: 10px;
}

/* -------------------------------------------
3. Nest Hub
 ------------------------------------------------------------------*/
@media (max-width: 1100px) and (max-height: 620px) {
    .header .nav-menu li+li {
        margin-left: 20px;
    }
}

/* ------------------------------------------
6. Tablet - Asus Zenbook Fold
-------------------------------------------------------- */
@media (max-width: 900px) {
    .header {
        padding: 10px 20px;
    }
}

/* --------------------------------------------------
8. Tablet - iPad Mini
--------------------------------------------------------------*/
@media (max-width: 800px) {
    body::before {
        content: "";
        position: fixed;
        background: #040404 url("../img/tablet-bg.png") top center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 28px;
        font-weight: 800;
    }
    h2 {
        font-size: 32px;
        font-weight: 600;
    }
    h4 {
        font-size: 16px;
        font-weight: 500;
    }
    section {
        padding: 25px;
    }
    .header {
        padding: 5px 15px;
    }
    .home {
        padding: 20px;
    }
    .home h2 {
        font-size: 30px;
    }
    .home p {
        font-size: 15px;
    }
    .community .ai-master img {
        height: 140px;
    }
    .community .why-us img {
        height: 150px;
    }
    .community .projects img {
        height: 160px;
    }
    .founder .about h2 {
        font-size: 48px;
    }
    .founder .about h4 {
        font-size: 22px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 18px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 16px;
    }
    .login {
        padding: 30px;
    }
}

/* --------------------------------------------------
9. Tablet - Surface Duo
--------------------------------------------------------------*/
@media (max-width: 576px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
        font-weight: 800;
    }
    h2 {
        font-size: 28px;
        font-weight: 600;
    }
    h4 {
        font-size: 14px;
        font-weight: 500;
    }
    section {
        padding: 20px;
    }
    .header img {
        width: 35px;
        height: auto;
    }
    .header {
        padding: 5px 10px;
    }
    .home {
        padding: 15px;
    }
    .home h2 {
        font-size: 25px;
    }
    .home p {
        font-size: 12px;
    }
    .community .ai-master img {
        height: 120px;
    }
    .community .why-us img {
        height: 130px;
    }
    .community .projects img {
        height: 140px;
    }
    .founder .about h2 {
        font-size: 40px;
    }
    .founder .about h4 {
        font-size: 18px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 14px;
    }
    .founder .overview .video li, .founder .overview .video li::before {
        font-size: 18px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 14px;
    }
    .login {
        padding: 20px;
    }
}

/* --------------------------------------------------
10. Mobile - iPhone 14 Pro Max
--------------------------------------------------------------*/
@media (max-width: 440px) {
    .header {
        padding: 5px 15px;
    }
    .header .bar {
        width: 22px;
        height: 3px;
        margin: 5px 0;
    }
    .close-btn {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        font-size: 18px;
        background-color: rgba(0, 0, 0, 0.8);
    }
}

/* --------------------------------------------------
11. Mobile - iPhone XR
--------------------------------------------------------------*/
@media (max-width: 420px) {
    .close-btn {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 18px;
        font-weight: 800;
    }
    h2 {
        font-size: 25px;
        font-weight: 600;
    }
    h4 {
        font-size: 14px;
        font-weight: 500;
    }
    section {
        padding: 15px;
    }
    .header {
        padding: 5px 10px;
    }
    .header img {
        width: 30px;
        height: auto;
    }
    .home {
        padding: 15px;
    }
    .home h2 {
        font-size: 22px;
    }
    .home p {
        font-size: 11px;
    }
    .founder .about h2 {
        font-size: 28px;
    }
    .founder .about h4 {
        font-size: 15px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 12px;
    }
}

/* --------------------------------------------------
12. Mobile - Pixel 7
--------------------------------------------------------------*/
@media (max-width: 413px) and (max-height: 920px) {
    .close-btn {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 20px;
        font-weight: 800;
    }
    h2 {
        font-size: 26px;
        font-weight: 600;
    }
    h4 {
        font-size: 15px;
        font-weight: 500;
    }
    section {
        padding: 18px;
    }
    .header {
        padding: 5px 12px;
    }
    .home {
        padding: 16px;
    }
    .home h2 {
        font-size: 24px;
    }
    .home p {
        font-size: 12px;
    }
    .founder .about h2 {
        font-size: 30px;
    }
    .founder .about h4 {
        font-size: 16px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 12px;
    }
    .login {
        padding: 15px;
    }
}

/* --------------------------------------------------
13. Mobile - iPhone 12 Pro
--------------------------------------------------------------*/
@media (max-width: 400px) {
    .close-btn {
        top: 6px;
        right: 6px;
        width: 26px;
        height: 26px;
        font-size: 15px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 19px;
        font-weight: 800;
    }
    h2 {
        font-size: 24px;
        font-weight: 600;
    }
    h4 {
        font-size: 15px;
        font-weight: 500;
    }
    section {
        padding: 16px;
    }
    .header {
        padding: 5px 10px;
    }
    .header img {
        width: 28px;
        height: auto;
    }
    .home {
        padding: 14px;
    }
    .home h2 {
        font-size: 21px;
    }
    .home p {
        font-size: 11px;
    }
    .founder .about h2 {
        font-size: 28px;
    }
    .founder .about h4 {
        font-size: 15px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 12px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 12px;
    }
}

/* --------------------------------------------------
14. Mobile - iPhone SE
--------------------------------------------------------------*/
@media (max-width: 380px) {
    body {
        font-size: 11px;
    }
    h1 {
        font-size: 18px;
        font-weight: 800;
    }
    h2 {
        font-size: 22px;
        font-weight: 600;
    }
    h4 {
        font-size: 14px;
        font-weight: 500;
    }
    section {
        padding: 14px;
    }
    .header {
        padding: 5px 8px;
    }
    .header img {
        width: 26px;
        height: auto;
    }
    .home {
        padding: 12px;
    }
    .home h2 {
        font-size: 20px;
    }
    .home p {
        font-size: 10px;
    }
    .community .ai-master img {
        height: 100px;
    }
    .community .why-us img {
        height: 110px;
    }
    .community .projects img {
        height: 120px;
    }
    .founder .about h2 {
        font-size: 26px;
    }
    .founder .about h4 {
        font-size: 14px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 11px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 11px;
    }
    .login {
        padding: 12px;
    }
}

/* --------------------------------------------------
15. Mobile - Galaxy S8 | S8+
--------------------------------------------------------------*/
@media (max-width: 360px) and (max-height: 750px) {
    body {
        font-size: 11px;
    }
    h1 {
        font-size: 17px;
        font-weight: 800;
    }
    h2 {
        font-size: 20px;
        font-weight: 600;
    }
    h4 {
        font-size: 13px;
        font-weight: 500;
    }
    section {
        padding: 12px;
    }
    .header {
        padding: 5px 8px;
    }
    .header img {
        width: 25px;
        height: auto;
    }
    .home {
        padding: 10px;
    }
    .home h2 {
        font-size: 18px;
    }
    .home p {
        font-size: 9px;
    }
    .founder .about h2 {
        font-size: 24px;
    }
    .founder .about h4 {
        font-size: 13px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 10px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 10px;
    }
    .login {
        padding: 10px;
    }
}

/* --------------------------------------------------
16. Mobile - Oppo Reno 8
--------------------------------------------------------------*/
@media (max-width: 360px) and (max-height: 715px) {
    body {
        font-size: 11px;
    }
    h1 {
        font-size: 16px;
        font-weight: 800;
    }
    h2 {
        font-size: 19px;
        font-weight: 600;
    }
    h4 {
        font-size: 12px;
        font-weight: 500;
    }
    section {
        padding: 10px;
    }
    .header {
        padding: 5px 8px;
    }
    .header img {
        width: 24px;
        height: auto;
    }
    .home {
        padding: 8px;
    }
    .home h2 {
        font-size: 17px;
    }
    .home p {
        font-size: 8px;
    }
    .founder .about h2 {
        font-size: 22px;
    }
    .founder .about h4 {
        font-size: 12px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 9px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 9px;
    }
    .login {
        padding: 8px;
    }
}

/* --------------------------------------------------
17. Mobile - Galaxy Z Fold 5
--------------------------------------------------------------*/
@media (max-width: 350px) {
    body {
        font-size: 10px;
    }
    h1 {
        font-size: 15px;
        font-weight: 800;
    }
    h2 {
        font-size: 18px;
        font-weight: 600;
    }
    h4 {
        font-size: 11px;
        font-weight: 500;
    }
    section {
        padding: 8px;
    }
    .header {
        padding: 5px 6px;
    }
    .header img {
        width: 22px;
        height: auto;
    }
    .home {
        padding: 6px;
    }
    .home h2 {
        font-size: 16px;
    }
    .home p {
        font-size: 7px;
    }
    .founder .about h2 {
        font-size: 20px;
    }
    .founder .about h4 {
        font-size: 11px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 8px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 8px;
    }
    .login {
        padding: 6px;
    }
}


/* ===========================================
3. Footer
=============================================================== */
.footer {
  font-size: 13px;
  z-index: 1;
  background-color: #040404;
}
.footer a {
  color: #fff;
  transition: 0.3s;
}
.footer a:hover {
  color: #18d26e;
}


/* ===========================================
5. Home
=============================================================== */
.home {
    display: flex;
    flex-wrap: column;
    align-items: flex-end;
    padding: 30px;
}

.home h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: start;
}

.home p {
    font-size: 20px;
    text-align: start;
}


.home .row {
    align-items: flex-end;
}

/* -------------------------------------------
2. Nest Hub Max
 ------------------------------------------------------------------*/
@media (max-width: 1300px) and (max-height: 800px) {
    .home h2 {
        font-size: 35px;
    }
    .home p {
        font-size: 17px;
    }
    .list p {
        font-size: 17px;
        text-align: start;
    }
}

/* -------------------------------------------
3. Nest Hub
 ------------------------------------------------------------------*/
@media (max-width: 1100px) and (max-height: 620px) {
    .home h2 {
        font-size: 35px;
    }
    .home p {
        font-size: 16px;
    }
}

/* --------------------------------------------
7. Tablet - iPad Air
------------------------------------------------------------------ */
@media (max-width: 850px) {
    .home h2 {
        font-size: 38px;
    }
    .home p {
        font-size: 17px;
    }
}

/* --------------------------------------------------
10. Mobile - iPhone 14 Pro Max
--------------------------------------------------------------*/
@media (max-width: 440px) {
    .home {
        padding: 20px;
    }
    .home h2 {
        font-size: 23px;
    }
    .home p {
        font-size: 8px;
    }
}


/* ===========================================
5. Community
=============================================================== */

/* General Community Mobile Styles */
@media (max-width: 767px) {
    .community .d-lg-flex {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .community .gap-3 {
        gap: 1rem !important;
    }

    .community .btn {
        font-size: 0.9rem !important;
        padding: 0.5rem 0.75rem !important;
    }

    .community .text-start {
        font-size: 1.1rem;
    }

    .community .text-left {
        font-size: 1.1rem;
    }

    .community .row {
        margin: 0;
    }

    .community .col-lg-6 {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    .community span {
        font-size: 0.9rem !important;
    }

    .community h2.mb-2 {
        font-size: 1.5rem !important;
    }

    .community p.mb-4 {
        font-size: 0.95rem !important;
    }

    .community h6.card-title {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
    }

    .community p.card-text {
        font-size: 0.9rem !important;
    }
}

.committee .ai-master {
    text-align: left;
}

/* Mobile Roadmap Section */
@media (max-width: 767px) {
    .roadmap-section {
        padding: 2rem 1rem;
        min-height: auto;
    }

    .roadmap-container {
        height: auto;
        position: relative;
    }

    .step-box {
        position: static !important;
        width: 100% !important;
        margin-bottom: 1.5rem !important;
        opacity: 1 !important;
        transform: none !important;
        display: block;
    }

    .step1, .step2, .step3, .step4 {
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        margin-bottom: 1.5rem !important;
    }

    svg {
        display: none;
    }
}

/* Mobile Event Slider */
@media (max-width: 767px) {
    .event-slider-container,
    .past-event-slider-container {
        padding: 0 40px !important;
    }

    .event-slider-arrow {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
    }

    .event-slider-arrow-left {
        left: 5px !important;
    }

    .event-slider-arrow-right {
        right: 5px !important;
    }

    .event-card-wrapper,
    .team-card-wrapper {
        width: 280px !important;
        min-width: 280px;
    }

    .event-card,
    .past-event-card {
        height: 350px !important;
    }

    .event-banner {
        height: 180px !important;
    }

    .card-body {
        padding: 2rem 1rem !important;
        flex: 1;
    }

    .event-details {
        margin-top: auto;
        padding-top: 1rem;
    }

    h5.card-title {
        font-size: 1.1rem !important;
        margin-bottom: 0.5rem !important;
    }

    .card-text {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }

    .event-info div {
        margin-bottom: 0.3rem !important;
        font-size: 0.8rem !important;
    }

    .btn {
        padding: 0.4rem 1rem !important;
        font-size: 0.5rem !important;
    }
}

@media (max-width: 480px) {
    .roadmap-section {
        padding: 1.5rem 1rem;
    }

    .step-box {
        padding: 15px !important;
        margin-bottom: 1rem !important;
    }

    .step-box h3 {
        font-size: 16px !important;
    }

    .step-box p {
        font-size: 14px !important;
    }

    .event-slider-container,
    .past-event-slider-container {
        padding: 0 30px !important;
    }

    .event-card-wrapper,
    .team-card-wrapper {
        width: 260px !important;
        min-width: 260px;
    }

    .event-card,
    .past-event-card {
        height: 320px !important;
    }

    .event-banner {
        height: 150px !important;
    }

    .card-body {
        padding: 1.5rem 1rem !important;
    }

    h5.card-title {
        font-size: 1rem !important;
    }

    .card-text {
        font-size: 0.8rem !important;
    }
}

/* Mobile Resource Hub */
@media (max-width: 767px) {
    .resource .row.g-3 {
        margin: -0.5rem;
    }

    .resource .col-sm-12.col-md-6.col-lg-4 {
        padding: 0.5rem;
        margin-bottom: 1rem;
    }

    .resource .card {
        padding: 1rem !important;
        text-align: center;
    }

    .resource span {
        font-size: 1.2rem !important;
        display: block;
        margin-bottom: 0.5rem;
    }
}

/* Mobile Co-Community */
@media (max-width: 767px) {
    .co-community .d-flex.justify-content-center.gap-3.mb-4 {
        flex-direction: column;
        align-items: center;
        gap: 1rem !important;
    }

    .co-community .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* Mobile Legal Section */
@media (max-width: 767px) {
    .legal .row.g-4.justify-content-center {
        margin: -0.75rem;
    }

    .legal .col-md-4 {
        padding: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .legal .card {
        padding: 2rem 1rem !important;
        text-align: center;
    }

    .legal .card .d-flex.flex-column.align-items-center {
        flex-direction: column;
    }

    .legal .card i {
        margin-bottom: 1rem;
    }

    .legal .card h6 {
        margin-bottom: 1rem;
    }

    .legal .btn {
        margin-top: 1rem;
        width: 100%;
    }
}

.community .ai-master img {
    height: 200px;
}

.community .why-us img {
    height: 190px;
}

.community .why-us {
    text-align: left;
}

.community .why-us p {
    text-align: left;
}

.community .contributors i {
    font-size: 60px;
}

.community .projects img {
    height: 220px;
}

.community .resource a:hover .card {
    background-color: #151515e8;
}

.community .resource a:hover span {
    color: #ffffff;
}

/* -------------------------------------------
3. Nest Hub
 ------------------------------------------------------------------*/
@media (max-width: 1100px) and (max-height: 620px) {
    .community .ai-master img {
        height: 170px;
    }
    .community .why-us img {
        height: 130px;
    }
    .community .projects img {
        height: 180px;
    }
}

/* --------------------------------------------
7. Tablet - iPad Air
------------------------------------------------------------------ */
@media (max-width: 850px) {
    .community .ai-master img {
        height: 160px;
    }
    .community .why-us img {
        height: 170px;
    }
    .community .projects img {
        height: 180px;
    }
}

/* --------------------------------------------------
10. Mobile - iPhone 14 Pro Max
--------------------------------------------------------------*/
@media (max-width: 440px) {
    .community .events {
        text-align: center;
    }
    .community .events a {
        margin-top: 10px;
    }
}


/* ===================================================
6. Project Library
================================================================ */
.count-box {
  position: relative;
  text-align: center;
  height: 100%;
  padding: 50px 20px 30px 20px;
  background: rgba(76, 76, 76, 0.305);
}

.count-box p {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #fff;
}

.count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  color: #18d26e;
  border-radius: 50px;
}

.icon-box {
  text-align: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  color: #ffffff;
}

.icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #18d25f;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.icon-box .icon::before {
  position: fixed;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}


a .icon-box h4 {
  color: #fff;
}

.icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.icon-box:hover {
  background: #18d26e;
  border-color: #ffffff;
}

.icon-box:hover .icon {
  background: #fff;
}

.icon-box:hover .icon i {
  color: #18d26e;
}

.icon-box:hover .icon::before {
  background: #35e888;
}

.icon-box:hover h4 a, .icon-box:hover p, .icon-box:hover span, .icon-box:hover i {
  color: #fff;
}




.bg-image {
    background: #040404 url("../img/favicon.png") cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 240px;


/* ===================================================
6. Login
================================================================ */

.login {
    padding: 100px;
}

.login .card {
    padding: 20px;
}

.login .card li, .login .card p {
    font-size: 13px;
}

.login input, .login textarea {
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #151515e8;
    color: white;
}

/* -------------------------------------------
3. Nest Hub
 ------------------------------------------------------------------*/
@media (max-width: 1100px) and (max-height: 620px) {
    .login {
        padding: 40px;
    }
}

/* ------------------------------------------
  Tablet - iPad Air
  -------------------------------------------------------- */
@media (max-width: 850px) {
    .login {
        padding: 50px;
    }
}

/* --------------------------------------------------
  Mobile - iPhone 14 Pro Max
  --------------------------------------------------------------*/
@media (max-width: 440px) {
    .login {
        padding: 20px;
    }
}

/* ===================================================
6. Sign - Up
================================================================ */
.sign-up .card {
    padding: 20px;
}

.sign-up input, .sign-up textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #151515e8;
    color: white;
}

/* ===================================================
6. Founder
================================================================ */
.founder .about h2 {
    font-size: 50px;
}

.founder .about h4 {
    font-size: 20px;
}

.founder .about li {
    font-size: 16px;
    line-height: 1.1;
}


.founder .about li::before {
    content: "\2729";
    margin-right: 5px;
    font-size: 20px;
    color: #18d25f;
}

.founder .overview .video li {
    font-size: 25px;
    color: #18d25f;
}

.founder .overview over li:before {
    content: "\2726";
    margin-right: 5px;
    font-size: 30px;
    color: #ffffff;
}

.founder .digital p {
    font-size: 18px;
}

.founder .digital p:before {
    content: "\27A4";
    margin-right: 5px;
    font-size: 18px;
    color: #18d25f;
}

.founder .links .card {
    display: block;
    font-size: 19px;
}

.founder .links .card i {
    margin-right: 10px;
    font-size: 30px;
}

.founder .links a:hover .card {
    background-color: #151515e8;
    color: #fff;
}

.founder .awards li::before {
    content: "\2738";
    margin-right: 10px;
    color: #18d25f;
}

.founder .founder-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.founder .founder-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.founder .founder-wrap .founder-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.founder .founder-wrap .founder-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.founder .founder-wrap .founder-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.founder .founder-wrap .founder-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
}

.founder .founder-wrap .founder-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.founder .founder-wrap .founder-links {
  text-align: center;
  z-index: 4;
}

.founder .founder-wrap .founder-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.founder .founder-wrap .founder-links a:hover {
  color: #63eda3;
}

.founder .founder-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.founder .founder-wrap:hover .founder-info {
  opacity: 1;
}

.founder .founder-wrap:hover .founder-info::before {
  top: 15px;
  left: 15px;
}

.founder .founder-wrap:hover .founder-info::after {
  bottom: 15px;
  right: 15px;
}

.skills .progress {
  height: 50px;
  display: block;
  background: none;
  border-radius: unset;
}

.skills .progress .skill {
  padding: 10px 0 0px 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: block;
  color: #fff;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: rgba(255, 255, 255, 0.15);
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #18d26e;
}

.interests .icon-box {
  display: flex;
  align-items: center;
  text-align: start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  transition: ease-in-out 0.3s;
}


.interests .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.interests .icon-box h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
}

.interests .icon-box:hover {
  background: rgba(255, 255, 255, 0.12);
}

.founder .certification-item {
  margin: 0 10px;
  border: none;
}

.founder .certification-item .certification-img {
  margin: 0 0 0 0;
  position: relative;
  z-index: 2;
}

.founder .certification-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #fff;
}

.founder .certification-item h4 {
  font-size: 14px;
  color: #999;
}

.founder .certification-item .quote-icon-left, .founder .certification-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.25);
  font-size: 26px;
}

.founder .certification-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.founder .certification-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.founder .certification-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.founder .owl-nav, .founder .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.founder .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.founder .owl-dot.active {
  background-color: #18d26e !important;
}

.resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.resume-item ul {
  padding-left: 20px;
}

.resume-item ul li {
  padding-bottom: 10px;
}

.resume-item:last-child {
  padding-bottom: 0;
}

.resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* -------------------------------------------
  Nest Hub Max
  --------------------------------------------------------- */
@media (max-width: 1300px) and (max-height: 800px) {
    .founder .digital h4 {
        font-size: 19px;
    }
    .founder .links .card {
        font-size: 16px;
    }
    .founder .links .card i {
        font-size: 20px;
    }
}

/* ------------------------------------------
  Nest Hub
  --------------------------------------------------------- */
@media (max-width: 1100px) and (max-height: 620px) {
    .founder .exec p {
        font-size: 12px;
    }
    .founder .about h2 {
        font-size: 40px;
    }
    .founder .about h4 {
        font-size: 18px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 14px;
    }
    .founder .overview .video li, .founder .overview .video li::before {
        font-size: 20px;
    }
    .founder .digital h4 {
        font-size: 15px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 12px;
    }
    .founder .links .card {
        font-size: 11px;
    }
    .founder .links .card i {
        font-size: 14px;
    }
    .founder .awards li, .founder .awards li::before {
        font-size: 12px;
    }
    .founder .founder-wrap .founder-info h4 {
        font-size: 16px;
    }
    .resume-item ul li {
        font-size: 12px;
        text-align: start;
    }
}

/* ------------------------------------------
  Tablet - iPad Air
  -------------------------------------------------------- */
@media (max-width: 850px) {
    .founder .about h2 {
        font-size: 40px;
    }
    .founder .about h4 {
        font-size: 18px;
    }
    .founder .about li, .founder .about li::before {
        font-size: 16px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 16px;
    }
}

/* --------------------------------------------------
  Mobile - iPhone 14 Pro Max
  --------------------------------------------------------------*/
@media (max-width: 440px) {
    .founder .about h2 {
        font-size: 30px;
        margin-top: 10px;
    }
    .founder .about h4 {
        font-size: 16px;
        text-align: start;
    }
    .founder .about li, .founder .about li::before {
        font-size: 12px;
    }
    .founder .overview .video li, .founder .overview .video li::before {
        font-size: 12px;
    }
    .founder .digital p, .founder .digital p::before {
        font-size: 14px;
    }
    .resume-item p {
        font-size: 12px;
        text-align: start;
    }
    .resume-item ul li {
        font-size: 12px;
        text-align: start;
    }
}





/* ------------------------------------------
  Tablet - Surface Pro 7
  -------------------------------------------------------- */
@media (max-width: 1000px) and (min-height: 1300px) {
    .about .youtube iframe {
        height: 431px;
        margin-bottom: 20px;
    }
}

/* ----------------------------------------------------
Tablet - Surface Duo
---------------------------------------------------------------*/
@media (max-width: 576px) {
    .about .youtube iframe {
        height: 225px;
    }
}

/* --------------------------------------------------
  Mobile - iPhone 14 Pro Max
  --------------------------------------------------------------*/
@media (max-width: 440px) {
    .about .youtube iframe {
        height: 192px;
    }
}

/* -------------------------------------------------
  Mobile - iPhone XR
  ------------------------------------------------------------*/
@media (max-width: 420px) {
    .about .youtube iframe {
        height: 184px;
    }
}

/* ------------------------------------------------
  Mobile - iPhone SE
  -----------------------------------------------------------*/
@media (max-width: 380px) {
    .about .youtube iframe {
        height: 160px;
    }
}

/* ------------------------------------------------
  Mobile - Galaxy S8 | S8+
  -----------------------------------------------------------*/
@media (max-width: 360px) and (max-height: 750px) {
    .about .youtube iframe {
        height: 150px;
    }
}
