@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800");
@import url("https://api.fontshare.com/css?f[]=poppins@400,700,800&display=swap");

.hide {
    display: none !important;
  }

.hide-mobile {
    display: none !important;
  }
  
.container {
margin: auto;
}

p,
ol,
ul {
margin: 0px;
}
  
button {
padding: 0px;
}
  
ol,
ul {
padding-inline-start: 1.5em;
}

input {
background-image: none;
background-color: transparent;
}

.i-phone-se-1-wrapper {
width: 100%;
display: flex;
z-index: 0;
}

.i-phone-se-1-i-phone-se {
flex-shrink: 0;
position: relative;
height: 100%;
width: 100%;
padding-top: 16px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
overflow: clip;
font-family: Poppins;
font-size: 13px;
letter-spacing: 0em;
}

.i-phone-se-1-t-rectangle-11mathveryeasy {
display: flex;
z-index: 0;
padding-right: 13px;
padding-left: 13px;
align-items: center;
}
.header-left {
display: flex;
/* z-index: 0;
padding-right: 13px;
padding-left: 13px;
align-items: center; */
}

.i-phone-se-1-logo {
flex-shrink: 0;
height: 24px;
width: 24px;
object-position: center;
object-fit: cover;
}

.i-phone-se-1-math-very-easy {
line-height: normal;
font-weight: 700;
}

.i-phone-se-1-material-symbols-menu {
position: absolute;
top: 11px;
right: 7px;
z-index: 0;
height: 26px;
width: 26px;
}

nav ul {
background: #4175bf;
position: fixed;
z-index: 999;
top: 0;
right: 0;
height: 100vh;
margin: 0;
width: 50%;
text-align: right;
padding-right: 2em;
transform: translateX(100%);
transition: transform 0.5s;

li {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1em 0;
    /* line-height: 1.2em; */

    &:nth-of-type(1){
    margin-bottom: 2em;
    }
    &:hover, :focus {
    color: black;
    }
}

}
.open {
transform: translateX(0%);
}


@media (min-width: 500px) {
    .hide-desktop {
      display: none !important;
    }
    .hide-mobile {
      display: block !important;
    }
    .hide-ipad {
      display: none !important;
    }
  
    .i-phone-se-1-logo {
      height: 43px;
      width: 43px;
    }
    .i-phone-se-1-math-very-easy {
      font-size: 1.56rem;
    }
  
    nav ul {
      position: unset;
      background: none;
      padding: 0px 0px;
      display: flex;
      gap: 0.7em;
      height: auto;
      width: auto;
      transform: translateX(0%);
  
      li {
        color: black;
        font-size: 1rem;
  
        &:hover, :focus {
          color: #4175bf;
        }
      }
  
  
    }
  
    header {
      display: flex;
      justify-content: space-between;
    }

}


@media (min-width: 700px){
    .hide-ipad {
      display: block !important;
    }
    .hide-desktop {
      display: none !important;
    }
  
    .container {
      max-width: 850px;
    }
}