body{
    margin: 0px;
    margin-top: 0px;
}
#head-main{
    height: 65vh;
    background-repeat: no-repeat;
    opacity: 6;
    background-image: url("macbook.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 1.2px;

}
/* horizontal list */
.horizontal-list{
    font-size: 20px;
    margin-top: 1.5rem;
    padding-left: 0px;
    list-style: none;

}
.horizontal-list li{
    display: inline-block;
    margin-right: 10px;
}

li a{
    color: aliceblue;
    text-decoration: none;
} 

.text-center{
    text-align: center;
}

.nav-menu{
    transition: color 0.5s, border-bottom 4s;
}
/* horizontal list ends */

/* name and social icon */
.my-name{
  font-size: 2.5rem;  
  color:whitesmoke;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.horizontal-list li a i{

    margin-top: -20px;
}

li a:hover{
    color: rgb(194, 56, 21);
    border-bottom: 4 px solid red;
    
}

.social-icons li a i{
    padding: 10px;
    font-size: 1.3rem;
    border-radius: 50% ;
}

.social-icons li a i:hover{
    box-shadow: 0px 0px 6px 4px rgba(105, 101, 101, 0.3);
}

/* social icons ends */

/* about section */
#about{
    height: auto; 
    width:100%;
    position:relative;
}

#my-img{
    height: 14rem;
    width:14rem;
    margin:auto;
    margin-top: -17vh;
}
#my-img img{
    height: 100%;
    width:100%;
    border-radius:50%;
    border: 2px solid white;
    
}
#my-img img:hover{
    box-shadow: 0px 0px 6px 4px rgba(105, 101, 101, 0.3);
}

.section-heading{
width: auto;
padding:20px 10px;
margin-top:30px;
font-weight: 400;
margin-left: 41vw;
}

.section-heading span{
    font-size: 40px;
    color: #2857a4;
    display: inline-block;
    padding-top: 10px;
    justify-content: center;
}

.skill-display{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}
.blue{
    color: #2857a4;
    font-size: 22px;
    text-shadow: #2857a4;
    font-weight: bold;
}

.mb-blue{
    background-color: #2857a4;
}

.skill-progress{
    width: 7rem;
    height: 1.4rem;
    background-color: lightgray;
    border-radius: 0.8rem;
    border: 2px solid black;
}

.eighty-five-percentage{
    width: 85%;
    height: inherit;
}

.skill-name span{
    color: white;
    font-size: 1.2rem;
    margin-left: 5px;

}

.skill-progress>div{
    border-radius: 20px 0px 0px 20px;

}

.contact{
    height: 400px; 
    width: 100vw;
    margin-top:  40px; 
    margin-bottom: 5px;
    /* border: 2px solid red; */
    background-image: linear-gradient(rgb(56, 15, 56),rgb(7, 7, 41));
    /* opacity:0.8; */
    text-align: left;
    display: flex;
    /* position:relative; */
    justify-content: space-around;
}

.section-headings{
    width: auto;
    /* padding:20px 10px; */
    margin-top:30px;
    font-weight: 400;
    /* margin-left: 41vw; */
    /* display: inline; */
    /* border: 2px solid red; */
    overflow: hidden;
    }
    
    .section-headings span{
        font-size: 18px;
        color: #2857a4;
        display: inline-block;
        padding-top: 10px;
        margin-left: 10px;
        justify-content: center;
    }

.contact-me{
    height: auto;
    width:auto;
    margin-top: 55px;
    /* border: 2px solid red; */
    /* display: inline; */

}

section:nth-child(2n+1){
    background-color: rgb(190, 186, 186);
}
section:nth-child(2n){
    background-color: white;
}


