



    .webmenu-container {
    max-width: 100%;
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #26275f;
    margin-top: 70px;
    }

    .webmenu-toggle {
      display: none;
      font-size: 1.8rem;
      color: #fff;
      position: absolute;
      right: 20px;
      top: -5px;
      cursor: pointer;
    }

    .webnav {
      width: 100%;
    }

    .webmenu-list {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 2rem;
    }

    .webmenu-list li a {
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      font-size: 1.1rem;
    }


/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */

/* GLOBAL */   /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */    /* GLOBAL */   /* GLOBAL */   /* GLOBAL */




@media (min-width:0px) and (max-width:400px) {
    .webmenu-toggle {
        display: block;
      }

      .webnav {
        display: none;
        width: 100%;
        text-align: center;
      }

      .webnav.active {
        display: block;
        margin-top: 1rem;
      }

      .webmenu-list {
        flex-direction: column;
        gap: 1rem;
      }
    
}/* 8 blue -----  en kucuk */













@media (min-width:401px) and (max-width:450px) {
 
      .webmenu-toggle {
        display: block;
      }

      .webnav {
        display: none;
        width: 100%;
        text-align: center;
      }

      .webnav.active {
        display: block;
        margin-top: 1rem;
      }

      .webmenu-list {
        flex-direction: column;
        gap: 1rem;
      }
}/* 7 green */


















@media (min-width:451px) and (max-width:600px) {

  .webmenu-toggle {
        display: block;
      }

      .webnav {
        display: none;
        width: 100%;
        text-align: center;
      }

      .webnav.active {
        display: block;
        margin-top: 1rem;
      }

      .webmenu-list {
        flex-direction: column;
        gap: 1rem;
      }
} /* 6 lightblue */




















@media (min-width:601px) and (max-width:767px) {
    .webmenu-toggle {
        display: block;
      }

      .webnav {
        display: none;
        width: 100%;
        text-align: center;
      }

      .webnav.active {
        display: block;
        margin-top: 1rem;
      }

      .webmenu-list {
        flex-direction: column;
        gap: 1rem;
      }
    
} /* 5 lightgreen */

















@media (min-width:768px) and (max-width:992px) {
    .webmenu-toggle {
        display: block;
      }

      .webnav {
        display: none;
        width: 100%;
        text-align: center;
      }

      .webnav.active {
        display: block;
        margin-top: 1rem;
      }

      .webmenu-list {
        flex-direction: column;
        gap: 1rem;
      }

} /* 4 brown */
















@media (min-width:993px) and (max-width:1000px) {
  .webmenu-toggle {
        display: block;
      }

      .webnav {
        display: none;
        width: 100%;
        text-align: center;
      }

      .webnav.active {
        display: block;
        margin-top: 1rem;
      }

      .webmenu-list {
        flex-direction: column;
        gap: 1rem;
      }
} /* 3 deepskyblue  */






















@media (min-width:1001px) and (max-width:1199px) {
  
} /* 2  orange */


















@media (min-width:1200px) and (max-width:1400px) {
 

}/* darkorchid */








@media (min-width:1401px) and (max-width:1600px) {


}/* yellow */










@media (min-width:1601px) and (max-width:1800px) {
 
    
}/* pink */





@media (min-width:1801px) and (max-width:5000px) {
 
    
}/* red */
