@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    scroll-behavior: smooth;
}

/* Page transition */

body {
    background-color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;

    opacity: 0;
    transition: opacity 1s ease-in-out;
}

body.fade-in {
    opacity: 1;
}



a {
    cursor: pointer;
}

.header-main {
    top: 0;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    background-color: white;
    position: relative;
}

.header-main-logo {
    width: 40%;
    height: 100%;
    padding-left: 80px;
    display: flex;
}

.header-main-logo img {
    height: 70%;
    align-self: center;
    padding-top: 20px;
}

.header-main-nav {
    width: fit-content;
    height: 100%;
    padding-right: 80px;
}

.header-main-nav ul li {
    display: inline;
    float: left;
    margin-inline: 0px;
}

.header-main-nav ul li a {
    padding: 0 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 150px;
    position: relative;
}

.header-main-nav ul li a::after {
    content: "";
    height: 4px;
    width: 100%;
    background: #CD9BFC;
    position: absolute;
    left: 1px;
    bottom: -8px;
    transform: scaleX(0);
    transition: 0.3s ease;
  
}

.header-main-nav ul li a:hover::after {
    transform: scaleX(0.40);
  
}

.circle-1 {
    height: 50px;
    width: 50px;
    border-radius: 5000px;
    background-color: #FF99A1;
    position: absolute;
    left: 1%;
    top: 18%;
    z-index: 25;
    opacity: 0.7;
}

.circle-2 {
    height: 30px;
    width: 30px;
    border-radius: 5000px;
    background-color: #FF99A1;
    position: absolute;
    left: 2%;
    top: 54%;
    z-index: 25;
    opacity: 0.7;
}

.circle-3 {
    height: 80px;
    width: 80px;
    border-radius: 5000px;
    background-color: #FF99A1;
    position: absolute;
    left: -25px;
    top: 75%;
    z-index: 25;
    opacity: 0.7;
}


/* Header Ends Here */
 

body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
}
.container {
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px;
}

span{
    font-weight: 300;
}

.section ul li {
    color: #707070;
    font-size: 1.3rem;
    margin: 10px;
}

.section p{
    color: #707070;
    font-size: 1.3rem;
    margin: 10px;
}

.section-3 ul {
    list-style: disc;
    padding-left: 50px;
}

.section-4 ul {
    list-style: disc;
    padding-left: 50px;
}

.section-7 ul {
    list-style: disc;
    padding-left: 50px;
}
 
h1 {
    font-size: 2.8rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 30px 20px;
    margin-top: 50px;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    text-align: left;
    padding-bottom: 10px;
}

strong {
    color: #000;
    line-height: 1.4rem;
    font-weight: 600;
}

.section {
    padding: 0 80px;

}

.section-1 {
    padding: 40px 0;
}

.section-2 {
    padding: 40px 0;
}

.section-3 {
    padding: 40px 0;
}
.section-4 {
    padding: 40px 0;
}
.section-5 {
    padding: 40px 0;
}
.section-6 {
    padding: 40px 0;
}

.section-7 {
    padding: 40px 0;
}









































































































































/* Footer Starts Here */






.wrapper ,.wrapper-main {
    max-width: 1500px;
    margin: 0px auto;
    padding: 0 20px;
    position: relative;
}

.footer-main {
    width: 100%;
    padding: 60px 0 100px;
    background-image: linear-gradient(to top, #732aba, #8F55C8);
}

.footer-main-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.above-footer {
    width: 100%;
    padding: 200px;
}

.above-footer a {
    border: 2.5px solid #8F55C8;
    padding: 0.5em 1em;;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    color: #732ABA;
    border-radius: 100px;
    font-size: 1.3rem;
    font-weight: 500;

}

.above-footer a:hover {
    background-image: linear-gradient(to top, #732aba, #8F55C8);
    color: white;
    transition: 0.2s ease

}

.footer-sitemap a {
    line-height: 30px;
    color: white;
}

.footer-sitemap a:hover {
    opacity: 0.7;
}
.footer-sitemap p {
    color: white;
    text-align: center;
    line-height: 30px;
}

.footer-sitemap .address {
    color: white;
    text-align: center;
    line-height: 30px;
    padding-top: 45px;
}

.footer-sitemap {
    flex-basis: 100%;
    display: flex;
}

.footer-sitemap ul:nth-child(1),.footer-sitemap ul:nth-child(2) {
    flex-basis: 280px;
}

.footer-sitemap ul:nth-child(3) {
    flex-basis: 360px;
}

.footer-sitemap ul:nth-child(4) {
    flex-grow: 1;
}

.footer-sitemap ul:nth-child(4) p {
    text-align: right;
}

.footer-sitemap ul:nth-child(4) li {
    clear: both;
    float: right;
}


/* Footer Ends Here */










/* New Media Query */

@media only screen and (min-width: 1900px) and (max-width: 2500px) {
    
    .hero-text h1 {
        font-size: clamp(4.2rem, 5vw, 2rem);
        padding-bottom: 0.8em;
        line-height: 9vh;
    }

    .hero-text {
        
        width: 64%;
        padding-left: 160px;
    }

    .header-main-logo {
        padding-left: 160px;
    }

    .circle-2 {
        height: 30px;
        width: 30px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: 5%;
        top: 54%;
        z-index: 25;
        opacity: 0.7;
    }
}


/* Media Query Starts here */

@media only screen and (max-width: 1400px) {
    
    
    .header-main-nav ul li {
        display: inline;
        float: left;
        margin-inline: 15px;
    }
    
    .header-main-nav ul li a {
        padding: 0 30px;
    }

}

@media only screen and (max-width: 1369px) {
    

    .header-main-nav ul li a:hover::after {
        transform: scaleX(0.55);
      
    }
}

@media only screen and (max-width: 1329px) {
        
        .header-main-logo img {
            height: 70%;
        }
}       


        
@media only screen and (max-width: 1248px) {
        
         .header-main-logo {
            padding-left: 80px;
            width: 65%;
        }
    
        .header-main-nav {
            width: 100%;
            padding-right: 10px;
        }
        .header-main-nav ul li a {
            padding: 0 40px;
        }
}

@media only screen and (max-width: 1208px) {

    .header-main-nav ul li a {
        padding: 0 39px;
    }

    .circle-1 {
        height: 50px;
        width: 50px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: 1%;
        top: 14%;
    }
    
    .circle-2 {
        height: 30px;
        width: 30px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: 2%;
        top: 40%;
    }
    
    .circle-3 {
        height: 80px;
        width: 80px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: -25px;
        top: 65%;
    }

    .header-main-logo img {
        height: 70%;
    }

}

@media only screen and (max-width: 1168px) {

    .header-main-nav ul li a {
        padding: 0 36px;
    }
    
    .header-main-logo {
        padding-left: 80px;
    }

    .header-main-logo img {
        height: 70%;
    }

    
    .circle-1 {
        display: none;
    }
    
    .circle-2 {
        display: none;
    }
    
    .circle-3 {
        display: none;
    }
}

@media only screen and (max-width: 1159px) {

    .header-main-nav ul li a {
        padding: 0 35px;
    }

    .header-main-logo img {
        height: 70%;
    }
}


@media only screen and (max-width: 1127px) {
    
    .header-main-nav ul li a {
        padding: 0 31px;
    }
    
    .header-main-logo img {
        height: 70%;
    }
}

@media only screen and (max-width: 1115px) {
    
    .header-main-nav ul li a {
        padding: 0 30px;
    }

    .header-main-logo img {
        height: 69%;
    }
}

@media only screen and (max-width: 1087px) {
    
    .header-main-nav ul li a {
        padding: 0 26px;
    }

    .header-main-logo img {
        height: 67%;
    }
}

@media only screen and (max-width: 1047px) {
 
    .header-main-nav ul li a {
        padding: 0 23px;
    }
    
    .header-main-logo img {
        height: 67%;
    }




    .container {
        width: 100%;
        margin: 0 auto;
        padding: 80px 20px;
    }


    .section {
        padding: 0 40px;
    
    }
}

@media only screen and (max-width: 1024px) {
 
    .header-main-nav ul li a {
        padding: 0 23px;
    }

    .header-main-nav ul li a:hover::after {
        transform: scaleX(0.60);
      
    }

    .header-main-logo {
        padding-left: 50px;
    }

    .header-main-logo img {
        height: 65%;
    }
}

@media only screen and (max-width: 982px) {
 
    .header-main-nav ul li a {
        padding: 0 18px;
    }

    .header-main-logo {
        padding-left: 40px;
    }

    .header-main-logo img {
        height: 67%;
    }

    .background-animation {
        display: none;
    }
}

@media only screen and (max-width: 938px) {
    
    .header-main-nav ul li a {
        padding: 0 16x;
    }
    
    .header-main-logo {
        padding-left: 40px;
    }

    .header-main-logo img {
        height: 65%;
    }
}

@media only screen and (max-width: 915px) {

    .header-main-nav ul li a {
        padding: 0 14px;
    }

    .header-main-nav ul li a:hover::after {
        transform: scaleX(0.70);
      
    }
    
    .header-main-logo {
        padding-left: 40px;
    }

    .header-main-logo img {
        height: 63%;
    }
}

@media only screen and (max-width: 901px) {

    .header-main-nav ul li a {
        padding: 0 13px;
    }

    .header-main-logo {
        padding-left: 40px;
    }

    .header-main-logo img {
        height: 63%;
    }
}

@media only screen and (max-width: 879px) {

    .header-main-nav ul li a {
        padding: 0 12px;
    }

    .header-main-logo {
        padding-left: 40px;
    }

    .header-main-logo img {
        height: 62%;
    }
}

@media only screen and (max-width: 864px) {

    .header-main-nav ul li a {
        padding: 0 13px;
    }

    .header-main-logo {
        padding-left: 40px;
    }

    .header-main-logo img {
        height: 60%;
    }
}

@media only screen and (max-width: 849px) {
    
    .header-main-nav {
        width: 100%;
        padding-right: 10px;
    }
    .header-main-nav ul li a {
        padding: 0 14px;
    }

    .header-main-logo img {
        height: 58%;
    }

    .header-main-logo {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 827px) {

    .header-main-nav ul li a {
        padding: 0 12px;
    }

    .header-main-nav ul li a:hover::after {
        transform: scaleX(0.70);
      
    }

    .header-main-logo {
        padding-left: 40px;
    }

}

@media only screen and (max-width: 809px) {

    .header-main-nav ul li a {
        padding: 0 12px;
    }

    .header-main-logo {
        padding-left: 40px;
    }

}

@media only screen and (max-width: 782px) {
    
    .header-main-nav ul li a {
        padding: 0 9px;
    }

    .header-main-nav ul li a:hover::after {
        transform: scaleX(0.70);
      
    }

    .header-main-logo {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 755px) {
    
    .header-main-nav ul li a {
        padding: 0 8px;
    }

    .footer-sitemap ul:nth-child(2) {
        display: none;
    }
}

@media only screen and (width: 744px) {
    
    .header-main-nav {
        width: 100%;
        padding-right: 7px;
    }

    .header-main-nav ul li a {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 742px) {
    
    .header-main-nav ul li a {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 729px) {

    .header-main-nav ul li a {
        padding: 0 6px;
    }
}

@media only screen and (max-width: 715px) {

    .header-main-nav ul li a {
        padding: 0 3px;
    }
    
    .header-main-nav ul li {
        margin-inline: 17px;
    }

    .header-main-logo {
        padding-left: 30px;
    }
    
    .header-main-logo img {
        height: 60%;
    }
}

@media only screen and (max-width: 712px) {
    
    .header-main-nav ul li a {
        padding: 0 1px;
    }
    
    .header-main-nav ul li {
        margin-inline: 16px;
    }
}

@media only screen and (max-width: 698px) {
    
    .header-main-nav ul li {
        margin-inline: 12px;
    }

    .header-main-logo img {
        height: 55%;
    }
}


@media only screen and (max-width: 628px) {

    .header-main-nav ul li a {
        padding-left: 1px;
    }
    
    .header-main-nav ul li {
        margin-inline: 12px;
    }
}

@media only screen and (max-width: 600px) {

    .header-main-nav ul li {
        margin-inline: 10px;
    }

    .header-main-logo img {
        height: 55%;
    }
}






/* Mobile Version Starts here */
 

.off-screen-menu , .ham-menu span {
    display: none;
}

@media only screen and (max-width: 565px)

{   
    .off-screen-menu {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-left: 2px solid whitesmoke;
        height: 100vh;
        width: 80%;
        max-width: 565px;
        position: fixed;
        top: 8%;
        right: -565px;
        display: flex;
        flex-direction: column;
        align-items: center;    
        justify-content: center;
        font-size: 30px;
        transition: .3s ease;
        z-index: 900;
        color: #ffffff;
        padding: 0 10vw;
    }
    
    .off-screen-menu.active {
        right: 0;
    }

    .off-screen-menu ul li{
        display: block;
        height: 15%;
        padding: 15px 0;
        flex-basis: 100%;
    }


    .off-screen-menu ul li a{
        display: block;
        margin: 20px auto;
        width: 100%;
        max-width: 240px;
        text-align: center;
        padding: 8px 25px;
        background-color: #732ABA;
        box-shadow: 0.3px 0.3px 10px #d1d0d0;
        border-radius: 5px;
    }

    .off-screen-menu ul li a:hover {
        background-color: #CD9BFC;
        color: #000;
    }

    h1 {
        font-size: 2.5rem;
        margin-top: 150px;
    }
    
    h2 {
        font-size: 1.6rem;
        font-weight: 600;
        position: relative;
        text-align: left;
        padding-bottom: 10px;
    }
   
    .section ul li {
        color: #707070;
        font-size: 1.3rem;
        margin: 10px;
    }
    
    .section p{
        color: #707070;
        font-size: 1.3rem;
        margin: 10px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 60px 20px;
    }
    

    .section-3 ul {
        padding-left: 20px;
    }
    
    .section-4 ul {
        padding-left: 20px;
    }

    .section-7 ul {
        padding-left: 20px;
    }
    


/*nav */
    
    nav {
        padding: 1rem;
        display: flex;
    }



/* ham menu */
    
    .ham-menu {
        height: 50px;
        width: 40px;
        margin-left: auto;
        position: relative;
    }
    .ham-menu span {
        height: 5px;
        width: 100%;
        background-color: #732ABA;
        border-radius: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(230px, 20px);
        transition: .3s ease;
        display: block;
    }
    .ham-menu span:nth-child(1) {
        top: 25%;
    }
    .ham-menu span:nth-child(3) {
        top: 75%;
    }
    .ham-menu.active span {
        background-color: #732ABA;
    }
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(230px, 20px) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(230px, 20px) rotate(-45deg);
    }
    
    .wrapper , .wrapper-main {
        max-width: calc(100% - 10px);
    }

    .header-main {
        position: fixed;
        opacity: 0.99;
        
    }



    .header-main-logo {
        padding-left: 5vw;
        width: 60%;
    }

    .header-main-logo img {
        height: 65%;
    }

    .header-main-nav {
        display: none;
    }

    


    .footer-sitemap {
        flex-wrap: wrap;
    }

    .footer-sitemap ul:nth-child(2) {
        display: none;
    }

    .footer-sitemap ul:nth-child(1),
    .footer-sitemap ul:nth-child(3),
    .footer-sitemap ul:nth-child(4) {
        flex-basis: 100%;
        text-align: center;
        padding-bottom: 10px;
        font-size: 18px;

    }

    .footer-sitemap ul:nth-child(4) p {
        text-align: center;
    }

    .footer-sitemap ul:nth-child(4) li {
        float: none;
    
    }

    .footer-sitemap ul:nth-child(3) p {
        position: absolute;
        text-align: center;
        top: 99%;
        display: grid;
        padding-top: 30px;
    }

    .footer-button {
        margin: -8% auto;
    }
    
    h1 {
        padding: 15px 30px;
        margin-top: 150px;
    }
 

}

@media only screen and (max-width: 540px)

{   
    .ham-menu span {
        transform: translate(210px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(210px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(210px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 520px)

{   
    .ham-menu span {
        transform: translate(190px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(190px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(190px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 500px)

{   
    .ham-menu span {
        transform: translate(170px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(170px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(170px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 480px)

{   
    .ham-menu span {
        transform: translate(150px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(150px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(150px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 460px)

{   
    .ham-menu span {
        transform: translate(135px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(135px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(135px, 20px) rotate(-45deg);
    }

    

    .section {
        padding: 0 10px;
    
    }
}



@media only screen and (max-width: 440px)

{   
    .ham-menu span {
        transform: translate(110px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(110px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(110px, 20px) rotate(-45deg);
    }
}


@media only screen and (max-width: 420px) {

    .ham-menu span {
        transform: translate(90px, 20px);
    }

    .ham-menu.active span:nth-child(1) {
        transform: translate(90px, 20px) rotate(45deg);
    }

    .ham-menu.active span:nth-child(3) {
        transform: translate(90px, 20px) rotate(-45deg);
    }
}

@media only screen and (max-width: 390px) {
    
    .header-main-logo img {
        height: 60%;
    }
    
    .wrapper-main {
        width: 100%;
    }

    .ham-menu span {
        transform: translate(80px, 20px);
    }

    .ham-menu.active span:nth-child(1) {
        transform: translate(80px, 20px) rotate(45deg);
    }
    .ham-menu.active span:nth-child(3) {
        transform: translate(80px, 20px) rotate(-45deg);
    }
}

@media only screen and (max-width: 370px)

{   
    .ham-menu span {
        transform: translate(70px, 20px);
    }
    
    .ham-menu.active span:nth-child(1) {
        transform: translate(70px, 20px) rotate(45deg);
    }
    
    .ham-menu.active span:nth-child(3) {
        transform: translate(70px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 350px) {
    
    .header-main-logo img {
        height: 59%;
    }

    .ham-menu span {
        transform: translate(65px, 20px);
    }

    .ham-menu.active span:nth-child(1) {
        transform: translate(65px, 20px) rotate(45deg);
    }
    .ham-menu.active span:nth-child(3) {
        transform: translate(65px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 330px) {
    
    .ham-menu span {
        transform: translate(50px, 20px);
    }

    .ham-menu.active span:nth-child(1) {
        transform: translate(50px, 20px) rotate(45deg);
    }
    .ham-menu.active span:nth-child(3) {
        transform: translate(50px, 20px) rotate(-45deg);
    }
}



@media only screen and (max-width: 310px) {
    
    .ham-menu span {
        transform: translate(35px, 20px);
    }

    .ham-menu.active span:nth-child(1) {
        transform: translate(35px, 20px) rotate(45deg);
    }
    .ham-menu.active span:nth-child(3) {
        transform: translate(35px, 20px) rotate(-45deg);
    }
}

@media only screen and (max-width: 289px) {
    
    .header-main-logo img {
        height: 56%;
    }

    .ham-menu span {
        transform: translate(30px, 20px);
    }

    .ham-menu.active span:nth-child(1) {
        transform: translate(30px, 20px) rotate(45deg);
    }
    .ham-menu.active span:nth-child(3) {
        transform: translate(30px, 20px) rotate(-45deg);
    }
}






/* iPad Pro Version */


@media only screen and (width: 1024px) and (height: 1366px) {
 
    .header-main-nav ul li a {
        padding: 0 23px;
    }

    .header-main-nav ul li a:hover::after {
        transform: scaleX(0.60);
      
    }

    .header-main-logo {
        padding-left: 50px;
    }

    .header-main-logo img {
        height: 65%;
    }

    .circle-1 {
        display: block;
        height: 50px;
        width: 50px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: 1%;
        top: 11%;
        z-index: 25;
        opacity: 0.7;
    }
    
    .circle-2 {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: 1%;
        top: 30%;
        z-index: 25;
        opacity: 0.7;
    }
    
    .circle-3 {
        display: block;
        height: 80px;
        width: 80px;
        border-radius: 5000px;
        background-color: #FF99A1;
        position: absolute;
        left: -25px;
        top: 40%;
        z-index: 25;
        opacity: 0.7;
    }
}







/* Mobile Versions */




@media only screen and (width: 353px) and (height: 745px)

{   
    .off-screen-menu {
        top: 14%;
    }
        
}


@media only screen and (width: 375px) and (height: 812px)

{   
    .off-screen-menu {
        top: 8%;
    }
        
}

@media only screen and (width: 412px) and (height: 732px)

{   
    .off-screen-menu {
        top: 12%;
    }
        
}

@media only screen and (width: 414px) and (max-height: 896px)

{   
    .off-screen-menu {
        top: 4%;
    }
        
}

@media only screen and (width: 430px) and (max-height: 932px)

{   
    .off-screen-menu {
        top: 2%;
    }
        
}

@media only screen and (width: 360px) and (max-height: 740px)

{   
    .off-screen-menu {
        top: 12%;
    }
        
}

@media only screen and (width: 412px) and (height: 915px)

{   
    .off-screen-menu {
        top: 2%;
    }
        
}

@media only screen and (width: 412px) and (height: 914px)

{   
    .off-screen-menu {
        top: 4%;
    }
        
}

@media only screen and (width: 320px) and (height: 658px)

{   
    h1 {
        padding: 5px 30px;
        margin-top: 150px;
    }


        
}

@media only screen and (width: 414px) and (height: 736px)

{   
    .off-screen-menu {
        top: 15%;
    }
        
}

@media only screen and (width: 375px) and (height: 667px)

{   
    .off-screen-menu {
        top: 18%;
    }
        
}

@media only screen and (width: 320px) and (height: 568px)

{   
    .off-screen-menu {
        top: 14%;
        font-size: 20px;
    }
       
    .off-screen-menu ul li{
        display: block;
        height: 18%;
        padding: 20px 0;
        
    }
}


@media only screen and (width: 320px) and (height: 533px)

{   
    .off-screen-menu {
        top: 16%;
        font-size: 20px;
    }
       
    .off-screen-menu ul li{
        display: block;
        height: 18%;
        padding: 20px 0;
        
    }
}


@media only screen and (width: 411px) and (height: 731px)

{   
    .off-screen-menu {
        top: 12%;
    }
        
}

@media only screen and (width: 360px) and (height: 640px)

{   
    .off-screen-menu {
        top: 18%;
    }
        
}

@media only screen and (width: 540px) and (height: 720px)

{   
    .off-screen-menu {
        top: 14%;
    }
        
}
