*{
    margin: 0;
    padding: 0;
}
:root{
    font-size: 19px;
}
p, li, a{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
    width: 100%;
}
.banner, .bannerDown, .dots{
    display: grid;
    place-items: center;
}
nav{
    width: 90%;
    display: grid;
    /* padding: 2rem; */
    grid-template-columns: 0.4fr 1fr 1fr;
    padding-top: 2rem;
}
.navList{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.logo{
    text-align: center;
    margin: auto;
}
.navList li a{
    color: black;
    text-decoration: none;
}
.navList li a:hover{
    text-decoration: underline;
}
.container1{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    height: 75vh;
}
.container1 div{
    display: grid;
    place-items: center;
}
.photoBox{
    height: 100%;
}
.photo{
    background-image: url("myBg2.png");
    background-size: cover;
    background-position:bottom;
}
.photo img{
    height: 20rem;
}
.icons{
    height: 15vh;
    position: relative;
}
.icons a{
    margin: 1rem;
    color: black;
}
.icons a svg:hover{
    transform: translateY(-5px);
    transition: .3s ease-in-out;
}
.up{
    position: fixed;
    right: 1.5rem;
    bottom: 2rem;
    z-index: 5;
    cursor: pointer;
}
#upButton{
    width: 2rem;
    height: 2rem;
    display: none;
    color: black;
}
.skillheading{
    text-align: center;
    margin-top: 2rem;
}
.skillsBox{
    margin-top: 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.sphoto{
    display: flex;
    align-items: center;
    justify-content: right;
}
.sphoto img{
    width: 80%;
    filter: drop-shadow(2px 2px 5px #294992c4);
}
.smain{
    /* border: 1px solid black; */
}
.skills{
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1.5rem;
    margin-top: 1rem;
}
.skills>h3{
    border-right: 4px solid black;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: right;
}
.skills div{
    /* border: 1px solid black; */
    width: 70%;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 7px rgba(36, 35, 35, 0.327), -2px -2px 5px rgba(63, 59, 59, 0.227);

}
.spercent{
    /* padding: 5px; */
    height: 2rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    background-color: #4578e6;
    color: white;
}
.moreSkills{
    padding: 2rem 0;
    position: relative;
}
.moreSkills p{
    width: 60%;
    margin: auto;
}
.pheading{
    text-align: center;
    margin: 2.5rem 0 2rem 0;
}
.projectsBox{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.projects{
    margin: 1rem;
    border: 4px solid white;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #4578e6,2px 2px 5px rgba(53, 51, 51, 0.927);
}
.projects:hover{
    transform: translateY(-10px);
    transition: .3s ease-in;
}
.projects p{
    font-size: 0.7rem;
}
.projects a img{
    width: 7rem;
    height: 5rem;
    border-radius: 3px;
}
.bannerBox{
    margin: 1rem 0;
    position: relative;
}
.bannerBox,.bannerDown{
    width: 100%;
}
.banner{
    width: 85%;
    margin:auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    overflow: hidden;
}
.bannerImg a{
    overflow: hidden;
}
.bannerImg a img{
    filter: drop-shadow(5px 5px 5px #4578e6);
    width: 100%;
    border-radius: 5px;
}
.bL{
    transform: translateX(20%);
    width: 150%;
}
.bR{
    transform: translateX(-20%);
    width: 150%;
}
.bannerActive{
    z-index: 2;
}
.bannerDown div{
    margin: 0.5rem 0;
    width: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#bannerLeft, #bannerRight{
    /* font-size: large; */
    cursor: pointer;
}
.dots{
    display: flex;
    align-items: center;
}
.dots p{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(31, 27, 27, 0.267);
}

.qHeading{
    margin-top: 4rem;
}
.qualBox{
    width: 100%;
    position: relative;
}
.qMessage{
    width: 60%;
    margin:2rem auto;
}
.qClick{
    margin-top: 2rem;
    /* display: none; */
}
.qualBox h1{
    font-size: 6rem;
    color: maroon;
}
.qClick p{
    text-decoration: underline;
}
.qButton{
    height: 2rem;
    width: 5rem;
    background-color: #407BFF;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 0.75rem;
    color: white;
    margin-top: 1rem;
    cursor: pointer;
}
.marks{
    margin: auto;
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
.marks div{
    box-shadow: 2px 1px 6px #4578e6ab,2px 2px 5px rgba(53, 51, 51, 0.927);
    border-radius: 5px;
    padding: 0.5rem;
    line-height: 1.6rem;
    /* border: 0.2px solid #20459C; */
}
.qMore{
    width: 50%;
    margin: 1rem auto;
}
.qMore div{
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    box-shadow: 2px 1px 6px #4578e6ab,2px 2px 5px rgba(53, 51, 51, 0.927);
    border-radius: 20px;
}
.qMore div p{
    text-align: center;
}
.marksBox{
    position: relative;
    width: 100%;
    /* border: 1px solid black; */
    display: grid;
    place-items: center;
    margin: 2.5rem 0;
    /* color: #20459C; */
}
.qImage{
    height: 15rem;
}
.marks div:hover, .qMore div:hover{
    background-color: #407BFF;
    color: white;
}

.aHeading{
    text-align: center;
}
.cHeading{
    text-align: center;
}
h1{
    /* color:#20459C; */
    filter: drop-shadow(2px 2px 5px #4365ad91);
}