
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Baloo+2:wght@100;500;600&family=Roboto+Slab:wght@400;600;800&family=Chau+Philomene+One:ital@1&family=Ubuntu:ital,wght@1,300&family=Quicksand:wght@100;400;500;600;900&family=Manrope:wght@100;400;500;600;800&display=swap');

body{
  font-family: "quicksand", arial;
  height: 100%;
  width: 100%;
  color: black;
  background: rgb(255, 255, 255);
  position: relative;
  overflow: scroll;
  scroll-behavior: smooth;
}



html{
    scroll-behavior: smooth;
}
:root{
  --body-bg: #010e20;
  --body-bg-light: #322f3d;
  --old-nav-color: #0584ff;
  --youtube: #ff0101;

  /*

  --body-bg: #001353;
  --body-bg-light: #322f3d;
  --old-nav-color: #0584ff;
  --youtube: #ff0101;*/

}


.bzero{
  overflow: auto;
  position: relative;
}

.bone{
  overflow: hidden!important;
  position: fixed;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* nav
    ul
      li
        a
      li ul
            li
              a
*/

.wrap{
  position: relative;
  height: 100%;
  width: 100%;
}

nav {
  height: 100%;
  width: 70%;
  background: var(--body-bg);
  position: fixed;
  overflow: scroll;
  left: -100%;
  z-index: 10;


}


.nav--close{
  animation: close-nav 0.34s 1 forwards;

}

.nav--open{
  animation: open-nav 0.34s 1 forwards
  
}
@keyframes open-nav{
  0%{
    left: -100%;
  }
  100%{
    left: 0%;
  }
}

@keyframes close-nav{
  0%{
    left: 0%;
  }
  100%{
    left: -100%;
  }
}

.header-container{
  height: 60px;
  width: 100%;
  color: rgb(151, 151, 151);
  font-size: 21px;
  letter-spacing: 2px;
  font-family: verdana;
  line-height: 60px;
  text-indent: 20px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;

  padding: 0 10px;
  gap: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--body-bg);
  z-index: 10;
  box-shadow: 0px 2px 8px rgb(41, 41, 41)

 
}




.nav-btn{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1px;

}

.nav-btn-line{
  height: 2.5px;
  width: 20px;
  background: white;
  cursor: pointer;
  display: block;
  background: red;
  position: relative;


}


.nav-btn-line:before{
  content: "";
  position: absolute;
  height: 2.5px;
  width: 30px;
  background: white;
  margin-top: -10px;
  left: 0;
}

.nav-btn-line:after{
  content: "";
  position: absolute;
  height: 2.5px;
  width: 30px;
  background: white;
  margin-top: 10px;
  left: 0;
}


nav .logo-link{
  display: none;
}

.logo-link{
  padding: 0 20px;
  display: flex;
  align-items: center;

}

.logo-link img{
  display: block;
  height: 35px;
  width: auto;
}

nav a, nav ul li a{
  color: white;
  background: var(--body-bg);
  text-decoration: none;
  display: block;
  font-family: "quicksand", arial;
  font-weight: 900!important;

 
}

nav ul li a{
  padding: 18px 10px;
}

nav ul{
  height: auto;
  width: auto;
  padding: 10px;
}


nav ul li a:hover{
 background: white;
 color: black;


}


nav .search-btn{
  display: none;
}
.header-container .search-btn{
  display: flex;
}
nav ul li ul li{
  list-style-type: none;
}

/* QUERIES MEDIA MEDIA QUERIES */


/* if greater */

@media only screen and (min-width: 767px) {
  .header-container {
    display: none;
  }

  nav{
    left: 0;
    height:  60px;
    width: 100%;
    overflow: visible;
    display: flex;
    gap: 10%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 6px rgba(17, 17, 17, 0.5);
    justify-content: center;

  }

  .header-container .search-btn{
    display: none;
  }

  nav .search-btn{
    display: flex;
  }

  nav .logo-link{
      padding: 0 20px;
      display: flex;
      align-items: center;
  }


nav ul{
list-style: none;
margin: 0;
padding: 0 0;
width: 80%;
display: flex;
align-items: center;
height: auto;

}

nav ul li {
color: #fff;
display: block;
padding: 0;
position: relative;
text-decoration: none;
transition-duration: 0.5s;
height: 100%;
width: auto;

}

nav li a {
  color: #fff;

}

nav li:hover {
cursor: pointer;
}

nav ul li ul {
visibility: hidden;
opacity: 0;
position: absolute;
transition: all 0.5s ease;
left: 0;
display: none;
z-index: 32323;
width: auto;
padding: 0;
border-radius: 0 0 4% 4%;

}

nav ul li:hover > ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 233;
}



nav ul li a{
  padding: 18px 24px;
  height: 100%;
  border: none;
  font-weight: 900;

}

.logo-link{
  font-size: 24px;
  color: #788;;

  } 
}







/* FOOTER | FOOTER | footer | */
/* FOOTER | FOOTER | footer | */
/* FOOTER | FOOTER | footer | */
/* FOOTER | FOOTER | footer | */
/* FOOTER | FOOTER | footer | */
/* FOOTER | FOOTER | footer | */
/* FOOTER | FOOTER | footer | */




.footer{
  width: 100%;
  height: auto;
  background: #111;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: initial;
  /*-webkit-display: flex;*/
  justify-content: center;
  align-items: center;
  
  grid-gap: 0% 10%;
  position: relative;
  color: rgba(255,255,255, 0.5);
  

}




.footer-section{
  display: grid;
     /* NEW - Chrome */

  grid-template-columns:  auto;
  width: auto;
  height: auto;
  gap: 20px;
  -webkit-gap: 20px;

  padding: 40px;
  overflow: hidden;
  justify-content: center;

  border: 3px soild red!important;

  
  }

.footer-section:nth-child(3){
    width: 100%!important;

}
.footer .footer-link{
  color: rgba(255,255,255, 0.75);
  text-decoration: none;
  display: block;
  border-left: 3px solid #446;
  padding: 0 10px;
  font-weight: bold;
}





/* FLEX CONTAINER */

.flex-container{
height: auto;
width: auto;
padding: 0;
z-index: -1;
min-height: 100vh;
font-family: "Quicksand", verdana;

}


.info{
  border: 1px solid yellow;
}

.content{
  border: none;
}



/* global */


.active{
  color: white;
  background: #334;
  opacity: 0.75;
}

.c-action{
  color: rgb(233, 18, 108);
}

.c-link{
  color: var(--old-nav-color);
  font-weight: 500;
  text-decoration: none;
}

.c-link:hover{
  color: var(--old-nav-color);
  font-weight: 700;
  text-decoration: underline!important;
}

.title-link{
  color: var(--old-nav-color);
  font-weight: 700;
  padding: 8px 0;
  display: block;
  text-decoration: none!important;
}



mark{
  background: transparent;
  color: tomato;
}

::selection{
  color: white;
  background: #0584ff;
}

.video-link{
  border-radius: 5px;
  padding: 0px 5px;
  display: inline-block;
  color: white;
  background: var(--youtube);
  text-decoration: none;
}



.green{
    color: #007d11;
}


.subject{
  color: var(--old-nav-color);
}

.action{
  font-weight: 900;
  color: rgb(202, 0, 84);
}





/* single page .. no nav */

.positioner{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  overflow: scroll;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;

}


.c-single{
  --global-text-font-size: 20px; /* global-text font-size */

  --global-h1-font-size: 40px;
  --global-h2-font-size: 30px;
  --global-h3-font-size: 22px;

/*step title color*/ 
  height: 100%;
  width: 55%;
  display: block;
  font-family: "Manrope"/* 2", arial*/;
  background:white;
  padding: 10px;
  line-height: 35px;
  color: #292929!important;
  font-weight: 500;


/*fontttt*/
  
  
}

.global-large-h1{
  font-size: 40px!important;
  font-family: /*"quicksand"*/ "baloo 2", arial!important;
  font-size: 50px;
  color: var(--old-nav-color);
  line-height: 40px;
  padding: 15px 0;

}



/* all paragraphs */
.global-text{
    margin-top: 32px;
    height: auto;
    width: auto;
    display: block;
    font-size: var(--global-text-font-size);
}

.global-text-default-style{
    height: auto;
    width: auto;
    display: block;
    font-size: var(--global-text-font-size)
}

.global-h1{
  font-size: var(--global-h1-font-size);
  color: var(--step-t-c)
}

.global-h2{
  margin-top: 37px;
  margin-bottom: -16px;
  font-size: var(--global-h2-font-size)
}

.global-h3{
  margin-top: 37px;
  margin-bottom: -24px;
  font-size: var(--global-h3-font-size);
}


.global-ul{
    margin-top: 32px;
    margin-left: 35px;
    line-height: 35px;
    font-family: "Manrope";
    font-size: var(--global-text-font-size);

}



.global-ul li{
   /*margin-top: 10px;*/
    line-height: 35px;
}

.global-text-image-pair{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 30px;
    

}


.global-text-image-pair img{
    width: 35%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;


}


  /*.c-single*/ .note{
    color: #666;
    background: #fcf8e3;
    border-left: 5px solid orange;
    padding: 10px;
    font-size: var(--global-text-font-size);
  }

  .c-positive{
    color: #11ac56;
    font-weight: 500;
  }

/*.c-single*/ .warning{
    color: #dc3444;
    background: #ffeeee;
    padding: 10px 15px;
    border: 2px solid red;
    margin-top: 32px;
    font-size: var(--global-text-font-size);
    #border-radius: 10px;
  }

  /*.c-single*/ .positive-note{
    color: #666;
    background: #e1eeff;
    border-left: 5px solid var(--old-nav-color);
    padding: 10px 20px;
    font-size: var(--global-text-font-size);
  }
  
  .regular-note{
    color: #666;
    background: #fffdde;
    border-left: 5px solid orange;
    padding: 10px;
    font-size: var(--global-text-font-size);
  }
  
   .green-note{
    color: #666;
    background:#eaffea;
    border-left: 5px solid #4fbe51;
    padding: 10px 20px;
    font-size: var(--global-text-font-size);
  }

.global-img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.c-single textarea{
  height: 125px;
  width: 100%;
  background: rgb(232, 250, 255);
  padding: 10px;
  font-family: courier;
  font-size: 16px;
  border: 3px solid var(--old-nav-color);
  
  max-width: 100%;
  max-height: 300px;
  min-height: 40px;
  min-width: 320px;

}

/* if less than */


@media only screen and (max-width: 1000px) {
  .c-single {
    width: 75%;
    padding: 12px;
    --global-text-font-size: 18px;

    --global-h1-font-size: 30px;
    --global-h2-font-size: 25px;
  }

}


/* if less th an */
@media only screen and (max-width: 414px) {
  .c-single {
    width: 100%;
    padding: 12px;

  }

  .global-text-image-pair{
   flex-direction: column

}


.global-text-image-pair img{
    width: 100%

}

  .footer{
    gap: 0;
  }

  .footer-section {
    padding: 40px 20px;
  }
  
}




/* search */




.search-btn{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;

}
.search-icon{
  height: 18px!important;
  width: 18px;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
   display: block;
   outline: none;
   position: relative;
   filter: brightness(50%)
    
}

.search-icon:after{
  content: "";
  position: absolute;
  height: 2px!important;
  width: 15px;
  right: -100%;
  bottom: 0;
  transform: rotateZ(45deg) translateX(2px) translateY(5px);
  background: white;
}





  .search-container{
    height: 100%;
    width: 100%;
    display: flex;
    margin: 50px auto;
    justify-content: center;
    position: fixed;
    top: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.8);
    z-index: 100;
    

  }

    .search-inner{
      background: transparent;
      position: relative;
      height: auto;
      width: 450px;

    }

      input.input-search{
          height: 100%;
          width: 100%;
          background:white;;
          border-style: solid;
          padding: 15px;
          font-size: 18px;
          outline: none;
          position: relative;
          display: block;
          border-radius: 321px;
          z-index: 4;
          border: none;
        
        }


        .search-symphony{
          height: auto;
          width: auto;
          background: white;;
          position: absolute;
          z-index: 2;
          overflow: hidden;
          box-shadow: 2px 4px 10px rgba(0,0,0,0.5), -2px 0px 8px rgba(0,0,0,0.5);
          border-radius: 20px 20px 10px 10px;
          padding: 5px;

          max-height: 528px;



       
        }
          .search-suggestion{
            padding: 10px;
            display: block;
            text-decoration: none;
            color: var(--old-nav-color);
            font-weight: bold;
            overflow: scroll;
          }

          .close-search{
            cursor: pointer;
          }


          .input-search-container{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            border: 2px solid  var(--old-nav-color);
            height: 40px;
            width: 400px;
            border-radius: 321px;

          }

          .close-search{
            font-size: 16px;
            background: transparent;
            border: none;
            outline: none;
            padding: 0 6px;
          }
@media only screen and (max-width: 600px) {

  .search-container {
    width: 100%;
    height: 100%;

  }

  .search-inner {
    width: 100%;
    height: 100%;
    background:white;
  }

  .search-symphony{
    width: 100%;
    border-radius: 0;
  }

    .input-search-container{
      width: 100%;
    }
}

