body{
    background: black;
}



  /* head */

  #globalHeader{
    position: relative;
    min-height: 85vh;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px;
  }
    #over_lay_wrap{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.95));
    }
      /* add background image */
      #globalHeader::before{
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(../../newIMages/originalBackground.png) no-repeat;
          z-index: -1;
          background-size: cover;
          background-position: center;
          /* make darker */
          opacity: 0.8;
      }

      .hero{
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          width: 100%;
          height: 100%;
          padding: 10px;
          max-width: 600px;
      }

          .hero h1{
              font-size: 2rem;
              color: white;
              margin-bottom: 10px;
          }

          .hero h2{
              font-size: 1.3rem;
              color: white;
              margin-bottom: 20px;
          }
          #gydeText{
            font-size: 5rem;
          }




@media only screen and (min-width:900px){

    .hero{
        margin-left: 30px;
    }
    .hero h1{
        font-size: 2rem;
    }
    #gydeText{
        font-size: 5.8rem;
      }
    #globalHeader::after{
        content: "";
        position: absolute;
        bottom: 20%;
        right: 35%;
        width: 400px;
        height: 85px;
        background: url(../../Elements/ruvFormula.png) no-repeat;
        z-index: -1;
        background-size: contain;
        background-position: center;
  }

}

@media only screen and (min-width:1200px){

    .hero{
        margin-left: 80px;
    }
}

/* homePageMain */

    /* global */
    #homePageMain{        
        margin-top: 3em;
        position: relative;
    }

                #homePageMain::before{
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url(../../newIMages/mainBackground.png);
                    z-index: -3;
                    background-size: cover;
                    background-position: center;
                    /* repeat y */
                    background-repeat: repeat-y;
                }

                #homePageMain::after{
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url(../../newIMages/pngwing1.png);
                    z-index: -2;
                    background-size: cover;
                    background-position: center;
                    /* repeat y */
                    background-repeat: repeat-y;
                }

        .section_container{
            position: relative;
            width: 100%;
            padding: 10px;
            margin-bottom: 80px;
        }
        .sections_wrap{
            display: flex;
            flex-wrap: wrap;
            /* margin: 0 auto 80px auto; */
            margin: 0 auto;
        }
        #gydeline,#academy{
            flex-direction: column-reverse;
        }
            .section_inner_wrap{
                /* border: solid 2px red; */
                flex: 1 1 100%;
                padding: 10px;
            }

            .section_image_wrap{
                padding: 10px;
                margin-bottom: 20px;
            }
                .section_image_wrap img{
                  
                    display:block;
                    width:100%;
                    Max-width:600px;
                  
                  }
                .label_wrap_global{
                    background: #181834;
                    padding: 5px 20px;
                    display: inline-block;
                    border-radius: 5px;
                    margin-bottom: 10px;
                    font-size: 1.1rem;
                    font-weight: bold;
                    text-transform: uppercase;
                }
                    .label_wrap_global span{
                        font-size: 1.2rem;
                        padding: 10px;
                    }
                .section_article_title{
                    color: white;
                    font-size: 2rem;
                    padding: 10px;
                    margin-bottom: 10px;                    
                    font-weight: bold;
                }

                .section_article{
                    padding: 10px;
                    max-width: 600px;
                }
                    .section_article p{
                        color: white;
                        font-size: 1rem;
                        margin-bottom: 10px;
                    }    
                    
            .center_wrap_section{
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                margin-bottom: 20px;
            }
                

            /* vision */
            #vision{
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;       
                position: relative;    
                margin-bottom: 80px;    
            }
                #right_equation, #left_equation{
                    position: absolute;
                    width: 250px;
                    z-index: -1;
                    display: none;
                }
                    #right_equation{
                        top: 31%;
                        right: 11%;
                        transform: rotate(30deg);
                    }

                    #left_equation{
                        top: 25%;
                        left: 9%;
                        transform: rotate(5deg);
                    }

                #cards_ul{
                    display: flex;
                    flex-wrap: wrap;
                    padding: 10px;
                }
                    .card{
                        flex: 1 1 100%;
                        border: solid 1px white;
                        border-radius: 5px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: space-evenly;
                        padding: 40px 10px;
                        margin-bottom: 20px;
                        background: rgb(0 0 0 / 27%);                        
                    }
                        .img_wrap{
                            border-radius: 50%;
                            background: var(--new_blue);
                            position: relative;
                            width: 100px;
                            height: 100px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        /* add image to img_wrap */
                            .img_wrap::before{
                                content: "";
                                position: absolute;
                                top: -21px;
                                right: -3px;
                                width: 50px;
                                height: 50px;
                                background: url(../../Elements/hat.png) no-repeat;
                                z-index: 1;
                                background-size: contain;
                                background-position: center;
                            }
                        .card h3{
                            font-size: 1.5rem;
                            text-align: center;
                            margin: 20px 0;
                        }

                        .card p{
                            font-size: 1rem;
                            text-align: center;
                            margin-bottom: 20px;
                            color: white;
                            width: 90%;
                        }
                        
                /* centerd cards  */

                .center_section_cards{
                    display: flex;
                    flex-direction: column !important;
                    justify-content: center;
                    align-items: center;
                    padding: 40px 0;
                    margin: 80px auto;
                    min-height: 60vh;
                    position: relative;
                }               

                    /* background */
                    #acadame_sectionWrap::before{
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: url(../../newIMages/blackHole.png) no-repeat;
                        z-index: -1;
                        background-size: cover;
                        background-position: top;
                    }

                    .center_section_cards .section_article{
                        color: white;
                        max-width: 600px;
                        text-align: center;
                    }



                    /* fliyer */
                    #empowering_fliyer_section{
                        background: url(../../newIMages/purpleB.png) no-repeat;
                        background-size: cover;
                        background-position: center;
                    }


                   /* steroid */
                   #steroid_wrap{
                        display: none;
                   }

                   #tradeMark_select_wrap{
                    display: none;
                   }

@media only screen and (min-width:950px){


    .section_inner_wrap{
        flex: 1 1 50%;
    }

    .section_article_title{
        font-size: 2rem;
        width: 70%;
    }

    .section_article_wrap{
        padding: 10px 20px;        
    }

    .img_specialBorder{
        border: solid 2px var(--new_blue);
        border-radius: 5px;
    }

    #center_vision_title_wrap{
        margin-bottom: 300px;
    }
        #vision_sectionWrap::before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../../newIMages/visionEath.png) no-repeat;
            z-index: -1;
            background-size: cover;
            background-position: center;
        }
        .card{
            flex: 1 1 30% !important;
            margin: 10px;  
            max-width: 350px;  
        }

        #right_equation, #left_equation{
            display: block;
        }        
        #gydeline,#academy{
            flex-direction: row;
        }
       
}


@media only screen and (min-width:1200px){   
    

    .section_article_title{
        font-size: 2.3rem;
    }


    #steroid_wrap {
        display: inline-block;
        position: absolute;
        overflow: hidden;
        width: 400px;
        height: 400px;
        right: 50px;
        top: 500px;
    }
    
    #meteorCanvas {
        position: absolute;
        top: 0;
        left: 0;
    }
    
}


@media only screen and (min-width:1600px){

    .sections_wrap{
        width: 80%;
    }
    
}

/*////////////////////// global ////////////////////*/

.callToAction_button{
    background: var(--new_blue);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    transition: 0.4s;
}

    .callToAction_button:hover{
        background: var(--new_blue_hover);
    }



.gradient_text {
  background: linear-gradient(to right, #dea3fd, #dca7ff, #bbb5fd, #8ec5fe, #55d9ff);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: capitalize;
}


.img_specialBorder {
    border: 3px solid;
    border-image: linear-gradient(to right, #dea3fd, #dca7ff, #bbb5fd, #8ec5fe, #55d9ff);
    border-image-slice: 1;
    margin: 0 auto;
}