@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&family=Cedarville+Cursive&family=Itim&family=Julius+Sans+One&family=Varela+Round&family=Ysabeau+Office:wght@200;400&display=swap');

/* font-family: 'Averia Serif Libre', cursive;
font-family: 'Cedarville Cursive', cursive;
font-family: 'Itim', cursive;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Varela Round', sans-serif;
font-family: 'Ysabeau Office', sans-serif; */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}



/* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.8rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


#list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
}

/* header ends */



/* #main starts */

    #main {
        margin-top: 6vh;
        height: 70vh;
        /* border: .5rem solid black; */
        display: flex;
    }

    #main section {
        height: 69vh;
        flex: 1;
        /* border: .5rem solid black; */

    }
 

    #main #first h2 {
        font-size: 4.5rem;
        margin-top: 8vh;
        margin-left: 3vw;
        line-height: 9vh;
        font-family: 'Ysabeau Office', sans-serif;
    }

    #main #first h2 b {
        color: rgb(241, 209, 24);
    }

    #main #first p {
        font-size: 2.2rem;
        margin-left: 3vw;
        margin-top: 5vh;
        font-family: 'Ysabeau Office', sans-serif; 
        
    }

    #main #first button {
        height: 8.5vh;
        width: 24vh;
        margin-top: 4vh;
        margin-left: 3vw;
        font-size: 1.5rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #main #first button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    #main #second {
        background-image: url(image-1.webp);
        background-size: contain;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: 7vh ;
    }






    /* #main aside {
        display: flex;
        position: relative;
        height: 25vh;
        border: .5rem solid black;
        
    } */

/* #main ends */


/* achievements section starts */

    #achievements {

        height: 60vh;
        /* border: .5rem solid black; */
        background-color: #000000;
    }

    #achievements .achHeadline {

        height: 25vh;
        /* border: .5rem solid blue; */

    }

    .achHeadline h1, .achHeadline p {
        text-align: center;
        color: aliceblue;
    }


    .achHeadline h1 {
        font-size: 4.5rem;
         padding: 6.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .achHeadline p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 

    }

    #achievements .achInfo {

        height: 35vh;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: space-evenly;
        align-items: center;

    }

    .achInfo section {

        height: 30vh;
        width: 24vw;
        /* border: .5rem solid black; */
    }

    .achInfo section h2,  .achInfo section h5 {
        text-align: center;
        color: aliceblue;
    }

    .achInfo section h2 {
        font-size: 6rem;
        margin-top: 6vh;
        font-family: serif;
    }

    .achInfo section h5 {
        font-size: 2rem;
        margin-top: 2vh;
        font-family: 'Averia Serif Libre', cursive;
    }




/* achievements section ends */


/* results section starts */ 

    #results {
        margin-top: 7vh;
        height: 60vh;
        /* border: .5rem solid black; */
        display: flex;
    }

    #results section {
        flex: 1;
        /* border: .5rem solid black; */
    }


    #results .result h1 {
        font-size: 4rem;
        margin-top: 7vh;
        font-family: 'Varela Round', sans-serif;
        margin-left: 3vw;


    }

    #results .result p {
        font-size: 2rem;
        margin-left: 3vw;

        margin-right: 2%;
        margin-top: 2vh;
        font-family: 'Ysabeau Office', sans-serif; 
    }

    #results button {
        height: 8.5vh;
        width: 24vh;
        margin-top: 4vh;
        margin-left: 3vw;

        font-size: 1.5rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #results button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    .graphs {
        margin-top: 5vh;
        height: 40vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .graphs article {
        height: 40vh;
        width: 4vh;
        border: .3rem solid black;
        background: linear-gradient(to top, red 50%, blue 50%);
        
    }

    .graphs article:nth-child(1) {
        background: linear-gradient(to top, black 80%, gray 20%, gray 100%);
    }
    .graphs article:nth-child(2) {
        background: linear-gradient(to top, black 77%, gray 23%, gray 100%);
    }
    .graphs article:nth-child(3) {
        background: linear-gradient(to top, black 74%, gray 26%, gray 100%);
    }
    .graphs article:nth-child(4) {
        background: linear-gradient(to top, black 83%, gray 17%, gray 100%);
    }
    .graphs article:nth-child(5) {
        background: linear-gradient(to top, black 91%, gray 9%, gray 100%);
    }
    

    .note {
        height: 14vh;
        display: flex;
        justify-content: space-evenly;
        align-items: start;
    }
    .note h5 {
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

   


/* results section ends */


/* info section starts */

    #info {
        height: 52vh;
        /* border: .5rem solid black; */
    }


    #info section {
        height: 17vh;
        /* border: .5rem solid black; */
    }

    #info section h1 {
        font-size: 2.8rem;
        font-family: 'Ysabeau Office', sans-serif;
        margin-left: 3vw;

    }

    #info section p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-left: 3vw;


    }
/* info section ends */


/* pricing section starts */

    #pricing {
        height: 107vh;
        background-color: rgb(246, 248, 250);
        /* border: .5rem solid black; */
    }


    #pricing .pricing {
        height: 25vh;
        /* border: .5rem solid blanchedalmond; */
    }

    .pricing h1, .pricing p {
        text-align: center;
    }


    .pricing h1 {
        font-size: 4.5rem;
        margin-top: 9vh;
        font-family: 'Varela Round', sans-serif;
    }

    .pricing p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 

    }


    #pricing .table {
        height: 80vh;
        /* border: .5rem solid black; */
        display: flex;
        
    }

    #pricing .table section {

        flex: 1;
        height: 79vh;
        box-shadow: .5rem .5rem .2rem  lightgray;
        background-color: white;
        border-radius: .8rem;
        /* border: .5rem solid blue; */

    }
    #pricing .table section:nth-child(2) {
        z-index: 300;
        margin-top: 2.5vh;
    }

    #pricing .table section:nth-child(1) {
        z-index: 305;
       
    }


    .table section .one {
        height: 15vh;
        /* border: .3rem solid gray; */
    }

    .table section .two {
        height: 45vh;
        /* border: .3rem solid saddlebrown; */
    }

    
    .table section .three {
        height: 18vh;
        /* border: .4rem solid salmon; */
    }


    .one h6, .one h5, .one h3 {
        text-align: center;
    }

    .one h6 {
        margin-top: 1.5vh;
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 400;
    }

    .one h3 {
        font-size: 2.2rem;
        margin-top: 1vh;
        font-weight: 400;
        font-family: 'Julius Sans One', sans-serif;
    }

    .one h5 {
        font-size: 1.8rem;
        font-family: 'Itim', cursive;
        margin-top: 1vh;
    }

    .two h2, .two h5 {
        text-align: center;
    }

    .two h2 {
        margin-top: 3vh;
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

    .two h5 {
        font-size: 1.7rem;
        margin-top: 3vh;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        font-family: 'Ysabeau Office', sans-serif;
    }

    .three {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .three button {
        height: 5.5rem;
        width: 16rem;
        font-size: 1.7rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    .three button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .2s;
    }

    .two i {
        margin-right: 1.1vw;
    }

    #down {
        margin-top: 2vh;
    }

/* pricing section ends */


/* footer section starts */

    footer {
        margin-top: 3vh;
        height: 40vh;
        /* border: .5rem solid black; */
        background-color: #000000;
    }

    #task {
        height: 30vh;
        /* border: .5rem solid black; */
        display: flex;
        border-bottom: .2rem solid aliceblue;
    }

    footer .font {
        width: 30vw;
    height: 29vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    }

    footer .font h1 {
        font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;
    color: aliceblue;
    }


    footer .navigate {
        width: 45vw;
        /* border: .5rem solid blue; */
        height: 29vh;
    }

    .navigate ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigate ul li {
        margin-top: 10vh;
        font-size: 2rem;
        margin-right: 2.5vw;
        list-style: none;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 500;
    }

    .navigate ul li a {
        text-decoration: none;
        color: aliceblue;
    }

    .navigate ul li a:hover {
        text-decoration: none;
        color: #a3a1a1;
        transition: .2s;
    }

    footer .extra {
        height: 29vh;
        width: 25vw;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    footer .extra li {
        list-style-type: none;
        font-size: 3.5rem;
        margin: 0 1.5vw;
        margin-bottom: 5vh;
        color: aliceblue;
    }

    footer .extra a{
        color: aliceblue;
        text-decoration: none;
    }
    footer .extra li:hover {
        transform: scale(0.93);
        color: #a3a1a1;
        transition: .2s;
    }

    #copy {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #copy p {
        font-size: 1.9rem;
        margin-top: 2.5vh;
        color: aliceblue;
        font-family: 'Varela Round', sans-serif;
    }
    #copy a {
        color: burlywood;
    }

/* footer section ends */






            /* media queries start 0 - 320 px */




@media  screen and (max-width:320px) {

    
/* header starts */

header {
    /* border: .5rem solid black; */
    height: 11vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 10vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 1.7rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 10vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 3vh;
    font-size: 1rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


/* #list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
} */

/* header ends */



/* #main starts */

    #main {
        margin-top: 0;
        height: 75vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #main section {
        height: 69vh;
        flex: 1;
        /* border: .5rem solid black; */

    }

    #main #second {
       display: none;
    }

    
   


    #main #first h2 {
        font-size: 2.8rem;
        margin-top: 8vh;
        margin-left: 5vw;
        margin-right: 5vw;
        line-height: 7vh;
        font-family: 'Ysabeau Office', sans-serif;
    }

    #main #first h2 b {
        color: rgb(241, 209, 24);
    }

    #main #first p {
        font-size: 1.9rem;
        margin-left: 3vw;
        margin-top: 3vh;
        font-family: 'Ysabeau Office', sans-serif; 
        
    }

    #main #first button {
        height: 8vh;
        width: 18vh;
        margin-top: 6vh;
        margin-left: 3vw;
        font-size: 1.3rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #main #first button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    #main #second {
        background-image: url(image-1.webp);
        background-size: contain;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: 7vh ;
        background-position: center ;
        
    }


    

   



    /* #main aside {
        display: flex;
        position: relative;
        height: 25vh;
        border: .5rem solid black;
        
    } */

/* #main ends */


/* achievements section starts */

    #achievements {
            /* margin-top: 10vh; */
        height: 141vh;
        border: .5rem solid black;
        background-color: #000000;
    }

    #achievements .achHeadline {

        height: 40vh;
        /* border: .5rem solid blue; */

    }

    .achHeadline h1, .achHeadline p {
        text-align: center;
        color: aliceblue;
    }


    .achHeadline h1 {
        font-size: 3rem;
         padding: 4.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .achHeadline p {
        font-size: 1.7rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin: 0 5%;

    }

    #achievements .achInfo {

        height: 100vh;
        /* border: .5rem solid blue; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        

    }

    .achInfo section {

        height: 35vh;
        width:100%;
        /* border: .5rem solid black; */
        border-bottom: .1rem solid aliceblue;
        
    }

    .achInfo section h2,  .achInfo section h5 {
        text-align: center;
        color: aliceblue;
    }

    .achInfo section h2 {
        font-size: 5rem;
        margin-top: 6vh;
        font-family: serif;
    }

    .achInfo section h5 {
        font-size: 2rem;
        margin-top: 2vh;
        text-align: center;
        font-family: 'Averia Serif Libre', cursive;
    }




/* achievements section ends */


/* results section starts */ 

    #results {
        margin-top: 7vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #results section {
        flex: 1;
        /* border: .5rem solid black; */
    }


    #results .result h1 {
        font-size: 3rem;
        margin-top: 7vh;
        font-family: 'Varela Round', sans-serif;
        margin-left: 3vw;


    }

    #results .result p {
        font-size: 1.8rem;
        margin-left: 3vw;

        margin-right: 2%;
        margin-top: 2vh;
        font-family: 'Ysabeau Office', sans-serif; 
    }

    #results button {
        height: 6.5vh;
        width: 18vh;
        margin-top: 4vh;
        margin-left: 3vw;

        font-size: 1.3rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #results button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    .graphs {
        margin-top: 5vh;
        height: 40vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .graphs article {
        height: 35vh;
        width: 4vh;
        border: .3rem solid black;
        background: linear-gradient(to top, red 50%, blue 50%);
        
    }

    .graphs article:nth-child(1) {
        background: linear-gradient(to top, black 80%, gray 20%, gray 100%);
    }
    .graphs article:nth-child(2) {
        background: linear-gradient(to top, black 77%, gray 23%, gray 100%);
    }
    .graphs article:nth-child(3) {
        background: linear-gradient(to top, black 74%, gray 26%, gray 100%);
    }
    .graphs article:nth-child(4) {
        background: linear-gradient(to top, black 83%, gray 17%, gray 100%);
    }
    .graphs article:nth-child(5) {
        background: linear-gradient(to top, black 91%, gray 9%, gray 100%);
    }
    

    .note {
        height: 14vh;
        display: flex;
        justify-content: space-around;
        align-items: start;
    }
    .note h5 {
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
        margin-left: 5vw;
    }

   


/* results section ends */


/* info section starts */

    #info {
        height: 62vh;
        /* border: .5rem solid black; */
    }


    #info section {
        height: 20vh;
        /* border: .5rem solid black; */
    }

    #info section h1 {
        font-size: 2.5rem;
        font-family: 'Ysabeau Office', sans-serif;
        margin-left: 3vw;
        margin-top: 1vh;

    }

    #info section p {
        font-size: 1.8rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-left: 3vw;


    }
/* info section ends */


/* pricing section starts */

    #pricing {
        height: 274vh;
        background-color: rgb(246, 248, 250);
        /* border: .5rem solid black; */
    }


    #pricing .pricing {
        height: 25vh;
        /* border: .5rem solid blanchedalmond; */
    }

    .pricing h1, .pricing p {
        text-align: center;
    }


    .pricing h1 {
        padding-top: 3.5vh;
        font-size: 3rem;
        margin-top: 1vh;
        font-family: 'Varela Round', sans-serif;
    }

    .pricing p {
        font-size: 1.65rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin: 0 5%;

    }


    #pricing .table {
        height: 80vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        
    }

    #pricing .table section {

        flex: 1;
        height: 79vh;
        /* box-shadow: .5rem .5rem .2rem  lightgray; */
        background-color: white;
        border-radius: .8rem;
        /* border: .5rem solid blue; */
        margin-top: 3vh;
        margin-left: 4%;
        margin-right: 4%;

    }
    #pricing .table section:nth-child(2) {
        z-index: 300;
        margin-top: 2.5vh;
    }

    #pricing .table section:nth-child(1) {
        z-index: 305;
       
    }


    .table section .one {
        height: 15vh;
        /* border: .3rem solid gray; */
    }

    .table section .two {
        height: 45vh;
        /* border: .3rem solid saddlebrown; */
    }

    
    .table section .three {
        height: 18vh;
        /* border: .4rem solid salmon; */
    }


    .one h6, .one h5, .one h3 {
        text-align: center;
    }

    .one h6 {
        margin-top: 1.5vh;
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 400;
    }

    .one h3 {
        font-size: 2.2rem;
        margin-top: 1vh;
        font-weight: 400;
        font-family: 'Julius Sans One', sans-serif;
    }

    .one h5 {
        font-size: 1.8rem;
        font-family: 'Itim', cursive;
        margin-top: 1vh;
    }

    .two h2, .two h5 {
        text-align: center;
    }

    .two h2 {
        margin-top: 3vh;
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

    .two h5 {
        font-size: 1.7rem;
        margin-top: 3vh;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        font-family: 'Ysabeau Office', sans-serif;
    }

    .three {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .three button {
        height: 5.5rem;
        width: 16rem;
        font-size: 1.7rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    .three button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .2s;
    }

    .two i {
        margin-right: 1.1vw;
    }

    #down {
        margin-top: 2vh;
    }

/* pricing section ends */


/* footer section starts */

    footer {
        margin-top: 3vh;
        height: 65vh;
        /* border: .5rem solid black; */
        background-color: #000000;
    }

    #task {
        height: 50vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        border-bottom: .2rem solid aliceblue;
    }

    footer .font {
        width: 100%;
    height: 12vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    }

    footer .font h1 {
        font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;
    color: aliceblue;
    }


    footer .navigate {
        width: 100%;
        /* border: .5rem solid blue; */
        height: 20vh;
    }

    .navigate ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .navigate ul li {
        margin-top:5vh;
        font-size: 1.6rem;
        width: 40%;
       margin-left: 7.5vw;
        list-style: none;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 500;
    }

    .navigate ul li a {
        text-decoration: none;
        color: aliceblue;
    }

    .navigate ul li a:hover {
        text-decoration: none;
        color: #a3a1a1;
        transition: .2s;
    }

    footer .extra {
        height: 19vh;
        width: 100%;
        /* border: .5rem solid blue; */
        display: flex;
       
        justify-content: center;
        align-items: flex-end;
    }

    footer .extra li {
        list-style-type: none;
        font-size: 3.5rem;
        margin: 0 5vw;
        margin-bottom: 5vh;
        color: aliceblue;
    }

    footer .extra a{
        color: aliceblue;
        text-decoration: none;
    }
    footer .extra li:hover {
        transform: scale(0.93);
        color: #a3a1a1;
        transition: .2s;
    }

    #copy {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #copy p {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 2.5vh;
        color: aliceblue;
        font-family: 'Varela Round', sans-serif;
        margin: 0 4%;
    }
    #copy a {
        color: burlywood;
    }

/* footer section ends */

    
}

/*            media queries end 0 - 320px  */






/* media queries starts 321 - 480px; */




@media (min-width:321px) and (max-width:480px) {

   

    /* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 2.8rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.4rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


#list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
}

/* header ends */



/* #main starts */

    #main {
        margin-top: 6vh;
        height: 140vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #main section {
        height: 69vh;
        flex: 1;
        /* border: .5rem solid black; */

    }
 

    #main #first h2 {
        font-size: 4rem;
        margin-top: 8vh;
        margin-left: 3vw;
        line-height: 7vh;
        font-family: 'Ysabeau Office', sans-serif;
    }

    #main #first h2 b {
        color: rgb(241, 209, 24);
    }

    #main #first p {
        font-size: 2rem;
        margin-left: 3vw;
        margin-top: 5vh;
        font-family: 'Ysabeau Office', sans-serif; 
        
    }

    #main #first button {
        height: 7.5vh;
        width: 22vh;
        margin-top: 6vh;
        margin-left: 3vw;
        font-size: 1.4rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #main #first button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    #main #second {
        background-image: url(image-1.webp);
        background-size: contain;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center ;
    }






    /* #main aside {
        display: flex;
        position: relative;
        height: 25vh;
        border: .5rem solid black;
        
    } */

/* #main ends */


/* achievements section starts */

    #achievements {
        margin-top: 10vh;
        height: 168vh;
        /* border: .5rem solid black; */
        background-color: #000000;
    }

    #achievements .achHeadline {

        height: 45vh;
        /* border: .5rem solid blue; */

    }

    .achHeadline h1, .achHeadline p {
        text-align: center;
        color: aliceblue;
    }


    .achHeadline h1 {
        font-size: 3.8rem;
         margin-top: 1vh;
        font-family: 'Varela Round', sans-serif;
    }

    .achHeadline p {
        font-size: 1.7rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin: 0 7vw;

    }

    #achievements .achInfo {

        height: 120vh;
        /* border: .5rem solid blue; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;

    }

    .achInfo section {

        height: 25vh;
        width: 100%;
        /* border: .5rem solid black; */
    }

    .achInfo section h2,  .achInfo section h5 {
        text-align: center;
        color: aliceblue;
    }

    .achInfo section h2 {
        font-size: 5rem;
        margin-top: 6vh;
        font-family: serif;
    }

    .achInfo section h5 {
        font-size: 1.8rem;
        margin-top: 2vh;
        font-family: 'Averia Serif Libre', cursive;
    }




/* achievements section ends */


/* results section starts */ 

    #results {
        margin-top: 7vh;
        height: 130vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #results section {
        flex: 1;
        /* border: .5rem solid black; */
    }


    #results .result h1 {
        font-size: 3.8rem;
        margin-top: 7vh;
        font-family: 'Varela Round', sans-serif;
        margin-left: 3vw;


    }

    #results .result p {
        font-size: 1.9rem;
        margin-left: 3vw;
        margin-right: 2%;
        margin-top: 2vh;
        font-family: 'Ysabeau Office', sans-serif; 
    }

    #results button {
        height: 7.5vh;
        width: 20vh;
        margin-top: 4vh;
        margin-left: 3vw;
        font-size: 1.5rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #results button:hover {
        background-color: white;
        color: black;
        /* border: .2rem solid black; */
        transition: .3s;
        border-radius: .5rem;
    }


    .graphs {
        margin-top: 5vh;
        height: 40vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .graphs article {
        height: 35vh;
        width: 4vh;
        /* border: .3rem solid black; */
        background: linear-gradient(to top, red 50%, blue 50%);
        
    }

    .graphs article:nth-child(1) {
        background: linear-gradient(to top, black 80%, gray 20%, gray 100%);
    }
    .graphs article:nth-child(2) {
        background: linear-gradient(to top, black 77%, gray 23%, gray 100%);
    }
    .graphs article:nth-child(3) {
        background: linear-gradient(to top, black 74%, gray 26%, gray 100%);
    }
    .graphs article:nth-child(4) {
        background: linear-gradient(to top, black 83%, gray 17%, gray 100%);
    }
    .graphs article:nth-child(5) {
        background: linear-gradient(to top, black 91%, gray 9%, gray 100%);
    }
    

    .note {
        height: 14vh;
        display: flex;
        justify-content: space-evenly;
        align-items: start;
    }
    .note h5 {
        font-size: 1.4rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

   


/* results section ends */


/* info section starts */

    #info {
        height: 52vh;
        /* border: .5rem solid black; */
    }


    #info section {
        height: 17vh;
        /* border: .5rem solid black; */
    }

    #info section h1 {
        font-size: 2.8rem;
        font-family: 'Ysabeau Office', sans-serif;
        margin-left: 3vw;

    }

    #info section p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-left: 3vw;


    }
/* info section ends */


/* pricing section starts */

    #pricing {
        height: 282vh;
        background-color: rgb(246, 248, 250);
        /* border: .5rem solid black; */
    }


    #pricing .pricing {
        height: 25vh;
        /* border: .5rem solid blanchedalmond; */
    }

    .pricing h1, .pricing p {
        text-align: center;
    }


    .pricing h1 {
        font-size: 4rem;
        margin-top: 4vh;
        font-family: 'Varela Round', sans-serif;
    }

    .pricing p {
        font-size: 1.7rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin: 0 5%;

    }


    #pricing .table {
        height: 255vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        
    }

    #pricing .table section {

        flex: 1;
        height: 79vh;
        box-shadow: .5rem .5rem .2rem  lightgray;
        background-color: white;
        border-radius: .8rem;
        /* border: .5rem solid blue; */
        margin: 0 4%;
        margin-top: 5vh;

    }
    #pricing .table section:nth-child(2) {
        z-index: 300;
        margin-top: 2.5vh;
    }

    #pricing .table section:nth-child(1) {
        z-index: 305;
       
    }


    .table section .one {
        height: 15vh;
        /* border: .3rem solid gray; */
    }

    .table section .two {
        height: 45vh;
        /* border: .3rem solid saddlebrown; */
    }

    
    .table section .three {
        height: 18vh;
        /* border: .4rem solid salmon; */
    }


    .one h6, .one h5, .one h3 {
        text-align: center;
    }

    .one h6 {
        margin-top: 1.5vh;
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 400;
    }

    .one h3 {
        font-size: 2.2rem;
        margin-top: 1vh;
        font-weight: 400;
        font-family: 'Julius Sans One', sans-serif;
    }

    .one h5 {
        font-size: 1.8rem;
        font-family: 'Itim', cursive;
        margin-top: 1vh;
    }

    .two h2, .two h5 {
        text-align: center;
    }

    .two h2 {
        margin-top: 3vh;
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

    .two h5 {
        font-size: 1.7rem;
        margin-top: 3vh;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        font-family: 'Ysabeau Office', sans-serif;
    }

    .three {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .three button {
        height: 5.5rem;
        width: 16rem;
        font-size: 1.7rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    .three button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .2s;
    }

    .two i {
        margin-right: 1.1vw;
    }

    #down {
        margin-top: 2vh;
    }

/* pricing section ends */


/* footer section starts */

    footer {
        margin-top: 3vh;
        height: 60vh;
        border: .5rem solid black;
        background-color: #000000;
    }

    #task {
        height: 45vh;
        border: .5rem solid black;
        display: flex;
        flex-direction: column;
        border-bottom: .2rem solid aliceblue;
    }

    footer .font {
        width: 100%;
    height: 15vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    }

    footer .font h1 {
        font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;
    color: aliceblue;
    }


    footer .navigate {
        width: 100%;
        /* border: .5rem solid blue; */
        height: 15vh;
    }

    .navigate ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigate ul li {
        margin-top: 4vh;
        font-size: 1.8rem;
        margin-right: 2.5vw;
        list-style: none;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 500;
    }

    .navigate ul li a {
        text-decoration: none;
        color: aliceblue;
    }

    .navigate ul li a:hover {
        text-decoration: none;
        color: #a3a1a1;
        transition: .2s;
    }

    footer .extra {
        height: 15vh;
        width: 100%;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    footer .extra li {
        list-style-type: none;
        font-size: 3.5rem;
        margin: 0 5vw;
        margin-bottom: 5vh;
        color: aliceblue;
    }

    footer .extra a{
        color: aliceblue;
        text-decoration: none;
    }
    footer .extra li:hover {
        transform: scale(0.93);
        color: #a3a1a1;
        transition: .2s;
    }

    #copy {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #copy p {
        font-size: 1.8rem;
        text-align: center;
        margin: 0 5%;
        margin-top: 3.5vh;
        color: aliceblue;
        font-family: 'Varela Round', sans-serif;
    }
    #copy a {
        color: burlywood;
    }

/* footer section ends */


    
}




/*   media queries ends 321 -480px */



/*  media queries start 481 - 767 px */

@media (min-width:481px) and (max-width:767px) {

    /* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 3.3rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.7rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


#list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
}

/* header ends */



/* #main starts */

    #main {
        margin-top: 6vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #main section {
        height: 69vh;
        flex: 1;
        /* border: .5rem solid black; */

    }
 

    #main #first h2 {
        font-size: 4.5rem;
        margin-top: 8vh;
        margin-left: 3vw;
        line-height: 9vh;
        font-family: 'Ysabeau Office', sans-serif;
    }

    #main #first h2 b {
        color: rgb(241, 209, 24);
    }

    #main #first p {
        font-size: 2.2rem;
        margin-left: 3vw;
        margin-top: 5vh;
        font-family: 'Ysabeau Office', sans-serif; 
        
    }

    #main #first button {
        height: 8.5vh;
        width: 24vh;
        margin-top: 4vh;
        margin-left: 3vw;
        font-size: 1.5rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #main #first button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    #main #second {
        background-image: url(image-1.webp);
        background-size: contain;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: 7vh ;
    }






    /* #main aside {
        display: flex;
        position: relative;
        height: 25vh;
        border: .5rem solid black;
        
    } */

/* #main ends */


/* achievements section starts */

    #achievements {
        margin-top: 5vh;
        height: 135vh;
        /* border: .5rem solid black; */
        background-color: #000000;
    }

    #achievements .achHeadline {

        height: 35vh;
        /* border: .5rem solid blue; */

    }

    .achHeadline h1, .achHeadline p {
        text-align: center;
        color: aliceblue;
    }


    .achHeadline h1 {
        font-size: 4.2rem;
         padding: 6.5vh;
        font-family: 'Varela Round', sans-serif;
    }

    .achHeadline p {
        font-size: 1.8rem;
        font-family: 'Ysabeau Office', sans-serif;
        margin: 0 5%; 

    }

    #achievements .achInfo {
        margin-top: 0;
        height: 85vh;
        /* border: .5rem solid blue; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;

    }

    .achInfo section {
        margin-top: 1vh;
        height: 30vh;
        width: 100%;
        /* border: .5rem solid black; */
    }

    .achInfo section h2,  .achInfo section h5 {
        text-align: center;
        color: aliceblue;
    }

    .achInfo section h2 {
        font-size: 6rem;
        margin-top: 6vh;
        font-family: serif;
    }

    .achInfo section h5 {
        font-size: 2rem;
        margin-top: 2vh;
        font-family: 'Averia Serif Libre', cursive;
    }




/* achievements section ends */


/* results section starts */ 

    #results {
        margin-top: 7vh;
        height: 120vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
    }

    #results section {
        flex: 1;
        /* border: .5rem solid black; */
    }


    #results .result h1 {
        font-size: 4rem;
        margin-top: 7vh;
        font-family: 'Varela Round', sans-serif;
        margin-left: 3vw;


    }

    #results .result p {
        font-size: 1.9rem;
        margin-left: 3vw;

        margin-right: 2%;
        margin-top: 2vh;
        font-family: 'Ysabeau Office', sans-serif; 
    }

    #results button {
        height: 8.5vh;
        width: 24vh;
        margin-top: 4vh;
        margin-left: 3vw;

        font-size: 1.5rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    #results button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .3s;
        border-radius: .5rem;
    }


    .graphs {
        margin-top: 5vh;
        height: 40vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .graphs article {
        height: 37vh;
        width: 4vh;
        border: .3rem solid black;
        background: linear-gradient(to top, red 50%, blue 50%);
        
    }

    .graphs article:nth-child(1) {
        background: linear-gradient(to top, black 80%, gray 20%, gray 100%);
    }
    .graphs article:nth-child(2) {
        background: linear-gradient(to top, black 77%, gray 23%, gray 100%);
    }
    .graphs article:nth-child(3) {
        background: linear-gradient(to top, black 74%, gray 26%, gray 100%);
    }
    .graphs article:nth-child(4) {
        background: linear-gradient(to top, black 83%, gray 17%, gray 100%);
    }
    .graphs article:nth-child(5) {
        background: linear-gradient(to top, black 91%, gray 9%, gray 100%);
    }
    

    .note {
        height: 14vh;
        display: flex;
        justify-content: space-evenly;
        align-items: start;
    }
    .note h5 {
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

   


/* results section ends */


/* info section starts */

    #info {
        height: 52vh;
        /* border: .5rem solid black; */
    }


    #info section {
        height: 17vh;
        /* border: .5rem solid black; */
    }

    #info section h1 {
        font-size: 2.8rem;
        font-family: 'Ysabeau Office', sans-serif;
        margin-left: 3vw;

    }

    #info section p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin-left: 3vw;


    }
/* info section ends */


/* pricing section starts */

    #pricing {
        height: 290vh;
        background-color: rgb(246, 248, 250);
        border: .5rem solid black;
    }


    #pricing .pricing {
        height: 35vh;
        /* border: .5rem solid blanchedalmond; */
    }

    .pricing h1, .pricing p {
        text-align: center;
    }


    .pricing h1 {
        font-size: 4.5rem;
        margin-top: 9vh;
        padding-top: 7vh;
        font-family: 'Varela Round', sans-serif;
    }

    .pricing p {
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif; 
        margin: 0 2%;

    }


    #pricing .table {
        height: 80vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        
    }

    #pricing .table section {

        flex: 1;
        height: 79vh;
        box-shadow: .5rem .5rem .2rem  lightgray;
        background-color: white;
        border-radius: .8rem;
        margin: 0 15%;
        margin-top: 2vh;
        /* border: .5rem solid blue; */

    }
    #pricing .table section:nth-child(2) {
        z-index: 300;
        margin-top: 2.5vh;
    }

    #pricing .table section:nth-child(1) {
        z-index: 305;
       
    }


    .table section .one {
        height: 15vh;
        /* border: .3rem solid gray; */
    }

    .table section .two {
        height: 45vh;
        /* border: .3rem solid saddlebrown; */
    }

    
    .table section .three {
        height: 18vh;
        /* border: .4rem solid salmon; */
    }


    .one h6, .one h5, .one h3 {
        text-align: center;
    }

    .one h6 {
        margin-top: 1.5vh;
        font-size: 1.5rem;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 400;
    }

    .one h3 {
        font-size: 2.2rem;
        margin-top: 1vh;
        font-weight: 400;
        font-family: 'Julius Sans One', sans-serif;
    }

    .one h5 {
        font-size: 1.8rem;
        font-family: 'Itim', cursive;
        margin-top: 1vh;
    }

    .two h2, .two h5 {
        text-align: center;
    }

    .two h2 {
        margin-top: 3vh;
        font-size: 2rem;
        font-family: 'Ysabeau Office', sans-serif;
    }

    .two h5 {
        font-size: 1.7rem;
        margin-top: 3vh;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
        font-family: 'Ysabeau Office', sans-serif;
    }

    .three {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .three button {
        height: 5.5rem;
        width: 16rem;
        font-size: 1.7rem;
        font-weight: 600;
        background: #000000;
        color: white;
        font-family: 'Julius Sans One', sans-serif;
        border-radius: .5rem;
    }

    .three button:hover {
        background-color: white;
        color: black;
        border: .2rem solid black;
        transition: .2s;
    }

    .two i {
        margin-right: 1.1vw;
    }

    #down {
        margin-top: 2vh;
    }

/* pricing section ends */


/* footer section starts */

    footer {
        margin-top: 3vh;
        height: 70vh;
        /* border: .5rem solid black; */
        background-color: #000000;
    }

    #task {
        height: 50vh;
        /* border: .5rem solid black; */
        display: flex;
        flex-direction: column;
        border-bottom: .2rem solid aliceblue;
    }

    footer .font {
        width: 100%;
    height: 29vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    }

    footer .font h1 {
        font-size: 3.5rem;
        margin-top: 7vh;
    font-family: 'Julius Sans One', sans-serif;
    color: aliceblue;
    }


    footer .navigate {
        width: 100%;
        /* border: .5rem solid blue; */
        height: 29vh;
    }

    .navigate ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigate ul li {
        margin-top: 5vh;
        font-size: 2rem;
        margin-right: 2.5vw;
        list-style: none;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 500;
    }

    .navigate ul li a {
        text-decoration: none;
        color: aliceblue;
    }

    .navigate ul li a:hover {
        text-decoration: none;
        color: #a3a1a1;
        transition: .2s;
    }

    footer .extra {
        height: 29vh;
        width: 100%;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    footer .extra li {
        list-style-type: none;
        font-size: 3.5rem;
        margin: 0 5vw;
        margin-bottom: 5vh;
        color: aliceblue;
    }

    footer .extra a{
        color: aliceblue;
        text-decoration: none;
    }
    footer .extra li:hover {
        transform: scale(0.93);
        color: #a3a1a1;
        transition: .2s;
    }

    #copy {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #copy p {
        font-size: 1.9rem;
        margin-top: 2.5vh;
        color: aliceblue;
        font-family: 'Varela Round', sans-serif;
        text-align: center;
    }
    #copy a {
        color: burlywood;
    }

/* footer section ends */


}




