/* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #e9e9e9;
    color: #111;
}

img {
    max-width: 100%;
    display: block;
}

/* =========================
   STICKY HEADER
========================= */

.header {
    position: sticky;
    top: 0;
    z-index: 999;

    background: #156aa5;
    color: white;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 60px;

    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.nav {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav a {
    text-decoration: none;
    color: white;
    font-weight: 600;

    transition: 0.25s;
}

.nav a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.join-btn {
    background: linear-gradient(45deg,#ff2fa6,#9b4dff);
    padding: 8px 18px;
    border-radius: 20px;

    transition: 0.25s;
}

.join-btn:hover {
    transform: scale(1.08);
}

.menu {
    display: none;
    font-size: 26px;
}

/* =========================
   HERO
========================= */

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 40px;

        flex-direction: row-reverse;



    }

.hero-text {
    width: 40%;
    max-width: 800px;
    padding: 0 0 0 60px;
    }


.hero h1 {
    font-size: 80px;
    font-weight: 900; 
    line-height: 0.8;
    margin-bottom: 50px;
    }

.hero p {
    font-size: 20px;
    margin-bottom: 20px;
    }

.hero ul {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 0 20px 60px;
    }
    
.circle {
    width: 740px;
    height: 600px;
    background: none;
    border-radius: 0;
    padding: 0 60px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    }



/* =========================
    CODE FOR FLEX BOX 
========================= */



/* Mobile (default) */
/*.section-container {                
/*  display: flex;
  flex-direction: column; /* Stacks: Text then Image */
}

/* Desktop */
/*@media (min-width: 768px) {
 /* .section-container {
    flex-direction: row; /* Side-by-side */
  }
  
 /* /* Reverse order on desktop for specific rows */
  /*.section-container.reverse-desktop {
    flex-direction: row-reverse;
  }
}


/*CODE FOR LINEAR GRADIENT*/
/*
background: linear-gradient(to bottom, red 40%, transparent 40%);
*?



/* =========================
   SECTION BASE
========================= */

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;


    
    
}

.section-blue {
    background: #1c6fb4;
    color: white;

    
    flex-direction: row-reverse;

    
    
    
}

.section-black {
    background: black;
    color: white;
}

.section h2 {
    max-width: 560px;
    font-size: 50px;
    font-weight: 900;
    line-height: 0.85;
    margin-bottom: 60px; 
}

.section p {
    font-size: 20px;
    max-width: 520px;
    margin-bottom: 20px;
}

.section ul {
    font-size: 20px;
    font-weight: 600;
    padding-left: 0 60px 0 0;
    max-width: 520px;
    margin-bottom: 20px;
}

.section-image {
    width: 500px;
    height: 500px;
    border-radius: 50%;
/*    overflow: hidden; */

}


/* =========================
   SAFETY SECTION
========================= */
/*
.safety {
    background: white;
    padding: 70px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.safety-title {
    font-size: 60px;
    font-weight: 900;
    text-align: center
    line-height: 0.8;
    margin-bottom: 36px;
    color: #ff7a00;
    transform: rotate(-8deg);
}

.safety-box {
    max-width: 420px;
}

.highlight {
    background: #fff200;
    padding: 10px;
    font-weight: bold;
    margin-top: 12px;
}*/

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1175px) {

    .hero,
    .section,
    .safety {


margin: 20px 0 20px;


        flex-direction: column;
        text-align: left;
   /*     gap: 40px;     */
/*        padding: 20px 24px;  */
    }
    
    .hero-text {
    width: 100%;
    max-width: 800px;
    padding: 0 30px 0;
    }


    .hero h1 {
        font-size: 72px;
        font-weight: 900;
    }

.circle {
    width: 100%;
    max-width: 640px;
    padding: 20px 0;

    }
}








/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

.nav {
    display: none;
    }

.menu {
    display: block;
    }

.hero {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0 0 20px;
    }


.hero-text {
    padding: 0 20px 0;
    }

.hero h1 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 6px;
    padding: 20px 0 20px;
    }

.hero p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 0 20px;
    }

.hero ul {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 0 20px 60px;
    }

.circle {
    width: 100%;
    height: 100%;
    background: none;

    padding: 20px 0 0;
    }     

.section h1 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 6px;
    padding: 40px 0 20px;
    }


.section h2 {
    text-align: left;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 32px;
    }

.section p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 0 20px;
    }

.section-image {
    width: 100%;
    height: 100%;
    }

.section-news {
    background: #FF9DF5;
    border-radius: 30px;
    margin: 20px 0;
    padding: 30px 20px;
    }    
    
.section-black {
    background: black;
    color: white;
    }


}


