@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Outfit;
    color: #a6a5a5;
}

nav
{
    width: 100%;
    padding: 20px;
    background-color: rgb(50, 50, 119);
    display: flex;
    justify-content: space-around;
}

#nav-first
{
    margin-right: 300px;
    font-size: 20px;
}

.nav-items
{
    align-items: center;
    color: aliceblue;
}

a
{
    text-decoration: none;
}

.img1
{
    width: 100%;
    height: auto;
    mask-image: linear-gradient(to bottom,#000000 50%,transparent 100%);
}

.tagline
{
    position: absolute;
    top: 20%;
    left: 40%;
    font-size: 2rem;
    color: white;
}
section
{
    width: 100%;
    height: 100%;
    background-color: rgb(237, 245, 242);
}

.about
{
    font-size: 50px;
    color: goldenrod;
    padding: 30px 0px;
}

footer
{
    background-color: #000000;
    padding: 15px;
    text-align: center;
}

footer p{
    margin-left: 2rem;
    margin-right: 2rem;
}

.container
{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100px,1fr));
    gap: 10px;
    grid-auto-rows: minmax(110px,auto);
    grid-auto-columns: minmax(100px,auto);
    align-content: stretch;
}

.items
{
    align-items: center;
    margin: 10px 30px;
}

#item1
{
    grid-column-start: 1;
    grid-column-end: 12;
    font-size: 50px;
}

#item2
{
    grid-row-start: 2;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 7;
    font-size: 25px;
    text-align: justify;

}

#item3
{
    grid-row-start: 2;
    grid-row-end: 6;
    grid-column-start: 7;
    grid-column-end: 12;
    font-size: 25px;
}

.img5
{
    height: 400px;
}

.moment
{
    font-size: 50px;
    color: goldenrod;
    padding: 10px 1px;
    margin-left: 30px;
}

.img4
{
    display: inline-block;
    width: 1050px;
    height: 500px;
    margin-left: 100px;
}

.imgg
{
    width: 500px;
    height: 230px;
    margin: 10px;
}

#login
{
    font-size: 2.5rem;
    margin: 2rem 0.5rem 0rem;
    color: rgb(50, 50, 119);;
}

.containerl
{
    display: flex;
    width: 24rem;
    min-height: 25rem;
    background-color: aliceblue;
    align-items: center;
    flex-direction: column;
    border-radius: 1rem;
    justify-content: center;
    gap: 1.6rem;
    margin: 6.2rem 28rem;
    box-shadow: 10px 20px 30px rgb(174, 173, 173);
}
 
.childl
{
    width: 18rem;
    height: 2rem;
    padding: 1.3rem;
    border-radius: 1rem;
    margin: 0.2rem;
    border: none;
    font-size: 1rem;

} 

#loginbtn
{
    width: 18rem;
    height: 2.7rem;
    padding: 0.5rem;
    border-radius: 1rem;
    margin: 0.5rem;
    background-color: rgb(214, 225, 235);
    text-align: center;
    border: none;
    font-size: 1rem;
}


#newbtn
{
    width: 18rem;
    height: 2.7rem;
    padding: 0.5rem;
    border-radius: 1rem;
    margin: 0.1rem 0.5rem 3rem 0.5rem;
    background-color: rgb(214, 225, 235);
    border: none;
    text-align: center;
    font-size: 1rem;
}

.containerevent
{
    display: flex;
    justify-content: space-around;
    gap: 0.3rem;
    width: 79rem;
    overflow: hidden;
}

.event
{
    width: 16rem;
    height: 15rem;
    background-color: rgb(249, 252, 254);
    border-radius: 1rem;
    border: none;
    box-shadow: 8px 8px 10px rgb(225, 238, 250);
    margin: 1.5rem;
    display: flex;
    flex-direction: column;
}

#register-now
{
    font-size: 2rem;
    text-align: center;
    color: rgb(217, 217, 224);
    background-color:rgb(50, 50, 119);
    padding: 1rem;
}

.ename
{
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1rem;
    color:rgb(50, 50, 119);
}

.descevent
{
    font-size: 0.8rem;
    margin: -0.5rem 1rem 0.5rem 1rem;
    font-display: justify;
}

.venueevent
{
    font-size: 1rem;
    margin: 0.5rem 1rem;   
}

a #imgplus
{
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    margin-left: 13rem;
    margin-top: -0.2rem;
    align-content: flex-end;
}
.container-newacc
{
    width: 25rem;
    height: 35rem;
    background-color: aliceblue;
    border-radius: 2rem;
    box-shadow: 10px 10px 30px rgb(210, 209, 209);
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 3rem 28rem;
}

.container-newacc-child
{
    padding: 0.8rem;
    border-radius: 1rem;
    border: 1px gainsboro;
    width: 18rem;
}

.flexxacc
{
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
}

.container-newacc-child2
{
    padding: 0.8rem;
    border-radius: 1rem;
    border: 1px gainsboro;
    width: 11rem;
}

.createheading
{
    font-size: 2rem;
    color: rgb(50, 50, 119);
    padding: 1rem;
}

.createbtn
{
    padding: 0.8rem;
    font-size: 1.2rem;
    width: 18rem;
    border-radius: 2rem;
    border: none;
    background-color: rgb(214, 225, 235);
}

.createbtn:hover
{
    padding: 0.8rem;
    font-size: 1.2rem;
    width: 18rem;
    border-radius: 2rem;
    border: none;
    background-color: rgb(50, 50, 119);
    color: #fefefe;
}

@media screen and (max-width: 600px) and (max-height: 950px) 
{
   
section
{
    width: 200%;
    height: 100%;
    background-color: rgb(237, 245, 242);
}
    
nav
{
    width: 100%;
    padding: 15px;
    background-color: rgb(50, 50, 119);
    display: inline-block;
    margin: 0;
    justify-content: space-around;

}

#nav-first
{
    font-size: 4.3rem;
    display: block;
    padding-bottom: 1.7rem;
}

.nav-items
{
    color: aliceblue;
    font-size: 25px;
    margin-right: 13%;
}

.img1
{
    width: 100%;
    height: 1000px;
    mask-image: linear-gradient(to bottom,#000000 50%,transparent 100%);
}

.tagline
{
    position: absolute;
    top: 80%;
    left: 5%;
    text-align: center;
    font-size: 4rem;
    color: #ede9e9;
    font-style: oblique;
}
.about
{
    font-size: 6rem;
    color: goldenrod;
    padding: 10px 15px;
}

footer
{
    background-color: #000000;
    padding: 30px;
    text-align: center;
    width: 200%;
}

.container
{
    display: block;
    align-content: center;
    justify-content: center;
}

.items
{
    align-items: center;
    margin: 2px 5px;
}

#item1
{
    font-size: 23px;
}

#item2
{
    margin-top: 1rem;
    padding: 0.5rem;
    font-size:2.5rem ;
}

#item3
{
    margin-top: 1rem;
    padding: 0.2rem;
}

.moment
{
    color: goldenrod;
    font-size: 5rem;
    color: goldenrod;
    padding: 10px 15px;
}

.img4
{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.imgg
{
    width: 95%;
    height: 100%;
    border-radius: 2rem;
    margin-top: 1rem;
    padding: 1rem;
}

.img5
{
    height: 400px;

}

.containerevent
{
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.event
{
    width: 85%;
    height: 100%;
    background-color: rgb(249, 252, 254);
    border-radius: 1rem;
    border: none;
    box-shadow: 8px 8px 10px rgb(225, 238, 250);
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    padding: 1.5rem;
}

#register-now
{
    font-size: 2rem;
    text-align: center;
    color: rgb(217, 217, 224);
    background-color:rgb(50, 50, 119);
    padding: 1rem;
}

.ename
{
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1rem;
    color:rgb(50, 50, 119);
}

.descevent
{
    font-size: 1rem;
    margin: -0.5rem 1rem 0.5rem 1rem;
    font-display: justify;
}

.venueevent
{
    font-size: 1.1rem;
    margin: 0.5rem 1rem;   
}

a #imgplus
{
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    margin-left: 80%;
    margin-top: -2%;
    align-content: flex-end;
}


.container-newacc
{
    width: 80%;
    height: auto;
    background-color: aliceblue;
    box-shadow: 8px 8px 10px rgb(225, 238, 250);
    border-radius: 2rem;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 10%;
}

.container-newacc-child
{
    padding: 1.2rem;
    border-radius: 1rem;
    border: 1px gainsboro;
    width: 75%;
}

.flexxacc
{
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
}

.container-newacc-child2
{
    padding: 0.8rem;
    border-radius: 1rem;
    border: 1px gainsboro;
    width: 11rem;
}

.createheading
{
    font-size: 2.5rem;
    color: rgb(50, 50, 119);
    padding: 1rem;
}

.createbtn
{
    padding: 0.8rem;
    font-size: 1.2rem;
    width: 18rem;
    border-radius: 2rem;
    border: none;
    background-color: rgb(214, 225, 235);
    margin-bottom: 4%;
}


.createbtn:hover
{
    padding: 0.8rem;
    font-size: 1.2rem;
    width: 18rem;
    border-radius: 2rem;
    border: none;
    background-color: rgb(50, 50, 119);
    color: #fefefe;
    margin-bottom: 4%;
}
}
 

