html{
scroll-behavior: smooth;
}
#btn2:hover{
    background-color: #58d834;
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
        cursor:pointer;

}

a#btn2 {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: system-ui;
    justify-content: center;
    display: flex;
    align-items: center;
    color: black;
    font-size: 19px;
    transition: all .30s ease-in-out;
    cursor:pointer;
}
.neuser {
    width: 10%;
    z-index: 200;
}
i#iuser {
    right: 7px;
    position: relative;
}
.fadee{
    display:none;
}
*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
scroll-behavior:smooth;
}
.nav-toggle1{
    display:none;
}
img.logos {
    display: none;
}
.clh:hover{
    transition: all .40s ease-in-out;
    text-shadow: 0 0 20px white;
}
.clh:after {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    top: 15px;
    bottom: 0;
    left: 1px;
    width: 100%;
    background-color: white;
    transition: all .25s ease-in;
    transform: scaleX(0);
    z-index: 1;
    visibility: hidden;
}
.clh:hover::after{
  transition: all .25s ease-out;
  width: 105%;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  visibility: visible;
}
.extnav{
    display:none;
}
span.spanel {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
        z-index: 100;
}
#bttn {
    font-size: 22px;
    border: none;
    font-family: system-ui;
    cursor: pointer;
    background-color: transparent;
}
label.n-t-l {
    display: none;
}
#meni {
    padding: 5px;
}
.nav-toggle1:checked ~ .navbar1{
    display:block;
}
.btttn:checked ~ .navbar1{
    display:block;
}
.spanel:checked ~ .navbar1{
    display:block;
}

  
  #btn {
        width: 10%;
    font-size: 18px;
    }
    #pt {
    font-size: 25px;
    padding: 25px;
    transition: all .35s ease-in-out;
    }
#navbarm{
  display: flex;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  transition: all .35s ease-in-out;
}

.navbar1 ul li {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 0;
}
.nave ul li a {
    font-size: 18px;
    color: #000000;
    font-family: system-ui;
    transition: all .30s ease-in-out;
}
.cl:after {
    content: '';
    position: relative;
    display: block;
    height: 1.65px;
    top: 15px;
    bottom: 0;
    width: 100%;
    transition: all .25s ease-in;
    transform: scaleX(0);
    z-index: 1;
    visibility: hidden;
}
#exer {
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    bottom: 2.1px;
}
.cl:hover::after{
  transition: all .25s ease-out;
  width: 105%;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  visibility: visible;
}
.cl:hover {
    transition: all .45s ease-in-out;
    text-shadow: 0 0 20px #088400;
    margin: 24px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    background: #58d834;
    padding-left: 7px;
    border-radius: 200px;
    padding-top: 1px;
    padding-bottom: 1px;
}
#pt {
    margin-right: auto;
    margin-left: 30px;
    color: #088400;
    font-family: system-ui;
    transition: all .35s ease-in-out;
        z-index: 100;
}
#pt:hover{
  transition: all .50s ease-in-out;
  text-shadow: 0 0 20px black;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
}

#btn {
    color: black;
    font-weight: 500;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: system-ui;
        z-index: 100;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#btn:hover {
    background-color: #58d834;
    transition: all .50s ease-in-out;
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
}

.clh {
    color: white;
    padding: 16px;
    font-size: 18px;
    font-family: system-ui;
    display: block;
}


@media (min-width:1250px) {
.cl:hover {
    margin: 0px;
    padding-left: 2.2px;
}
nav.navbar1 {
    padding-top: 25px;
    padding-bottom: 0;
}
    .nave {
    padding-right: 10px;
}
}
@media (min-width:1300px) {
    .cl:hover {
margin: 24px;
padding-left: 7px;
}
}

@media (max-width:1250px) {
    a#btn2 {
    
    font-size: 22px;
}
    section.nav0 {
    display: none;
}
   .extnav{
    display:block;
    background-color:#33e800;
}
   #btn {
        width: 17%;
    font-size: 27px;
    }
        #pt {
    font-size: 25px;
    transition: all .35s ease-in-out;
    }
    #navbarm{
      top: 0;
      transition:all .35s ease-in-out;
    }
  .navbar1{
    display: none;
    transition: all .35s ease-in-out;
  }
  label.n-t-l {
    display: flex;
        cursor: pointer;
  }
  .spanel:hover{
    transition: all .50s ease-in-out;
}
  #meni {
    padding: 10px;
    font-size: 22px;
}
button#bttn {
    font-size: 30px;
}
.nave ul li {
    display: inline-block;
    z-index: 11;
}
.nave ul li a {
    font-size: 18px;
        padding: 16px;
    color: #000000;
    font-family: system-ui;
    display: block;
}
nav.navbar1 {
    position: fixed;
    background-color: white;
    z-index: 60;
    width: 100%;
    top: 25px;
    padding-top: 65px;
    text-align: center;
    transition: all .35s ease-in-out;
}

}

.allnav a {
    text-decoration: none;
}
nav.allnav {
    position: fixed;transition: all .35s ease-in-out;
    z-index: 120;
}

input#nav-toggle {
    position: absolute;
    right: 0;
}
@media (max-width:860px) {
    a#btn2 {
    
    font-size: 16px;
}
.neuser {
    width: 15%;
}
    
    nav.navbar1 {
       padding-top:31px;
    }
#pt {
    font-size: 18px;
    transition: all .35s ease-in-out;
    font-weight: 500;
    margin-left: 10px;
    padding: 15px;
    place-self: center;
}
#btn {
    width: 22%;
    font-size: 16px;
}#bttn {
    font-size: 17px;
}
    #meni {
        padding:5px;
    font-size: 13px;
}
img.logos {
    width: 20%;
    padding: 12px;
    display: initial;
}
}
@media (min-width:620px) {
#btn2:hover{
    transition: all .50s ease-in-out;
}
    
}
@media (max-width:620px) {
   #btn2:hover{
-webkit-transition: all 0.007s ease-in-out;
    transition: all 0.009s ease-in-out;
       
   }
    a#btn2 {
    transition: color .02s ease-in-out,background-color 2.30s ease-in-out,border-color .03s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 13.2px;
}
.neuser {
    width: 20%;
}
    
    .cl:hover {
    margin: 0px;
}
    nav.navbar1 {
       padding-top:23px;
    }
#pt {
    font-size: 14px;
}#btn {
    width: 22%;
    font-size: 14px;
}
#bttn {
    font-size: 14px;
}
    #meni {
        padding:5px;
    font-size: 11px;
}
.navbar1 ul li a {
    font-size: 15px;
        padding-left: 0px;
}
}