@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

*{
list-style: none;
text-decoration: none;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}

#main {
/*padding: 450px;*/

width: 100%;
height: 100vh;
background: url('../images/cover.jpg');
background-size: cover;
}

#cover {
    margin: auto;
    text-align: center;
    margin-top: 260px;
    margin-right: 400px;
}

#cover h1 {
    margin: 0 0 10px 0;
    font-size: 4vw;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#cover p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 2vw;
}

/* about section */

.aboutus {
    display: flex;
    align-items: top;
    justify-content: left;
    margin-left: 60px;
}

#about .aboutus img {
    max-width: 100%;
}

#about .aboutus p {
    font-size: 15px;
    padding-left: 20px;
    font-family: "Raleway", sans-serif;
}

body {
background: #f5f6fa;
}

.outer-container {
display: flex;
width: 100%;
height: 100%;
}

/*Sidebar */
.sidebar{
display:flex;
}
.sidebar-container {
background: rgb(34, 34, 34);
top: 0;
left: 0;
width: 225px;
height: 100%;
padding: 20px 0;
transition: all 0.5s ease;
z-index: 1;
}
.imgContainer{
  display: inline-block;
}
.socialIcons {
  margin-left: 70px;
}
.sidebar .profile{
margin-bottom: 30px;
text-align: center;
}
.sidebar .profile img {
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto;
}
.sidebar .profile h3{
color: #ffffff;
margin: 10px 0 5px;
}
.sidebar .profile p{
color: rgb(255, 255, 255);
font-size: 14px;
}


.sidebar ul li a {
display: block;
padding: 13px 30px;
border-bottom: 1px solid rgb(34, 34, 34);
color: rgb(180, 180, 180);
font-size: 16px;
position: relative;
}
.sidebar ul li a .icon{
color: #aaaaaa;
width: 30px;
display: inline-block;
}
/* Sidebar Link hover */
.sidebar ul li a:hover,
.sidebar ul li a.active{
color: #ffffff;
background: rgb(34, 34, 34);
text-decoration: none;
border-right: 2px solid rgb(13, 65, 20);
}
.sidebar ul li a:hover .icon,
.sidebar ul li a.active .icon{
color: #9e9e9e;
}
.sidebar ul li a:hover:before,
.sidebar ul li a.active:before{
display: block;
}

.main-comtainer {
display: flex;
flex: 1 1 0%;
flex-direction: column;
}

/* about me */
#about {
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 400px;
background: #ffffff;
z-index: 0;
transform: skewY(0deg);
position: relative;
}

#about h2 {
font-family: Arial;
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #173b6c;
margin-left: 60px;
margin-top: 60px;

}

/* skills */
#skills {
top: 0;
bottom: 0;
right: 0;
left: 0;
width: fixed;
height: fixed;
background: #f5f8fd;
z-index: 0;
transform: skewY(0deg);
position: relative;
margin-bottom: 20px;
}

.skills {
    width: 600px;
    height: 400px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}


#skills h2 {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #173b6c;
    margin-left: 60px;
    margin-top: 60px;
}

#skills p {
    font-size: 15px;
    margin-left: 65px;
    font-family: "Raleway", sans-serif;
}

.progress-bar-title {
    float: left;
}

#skills .skills .progress {
    height: 20px;
      border-radius:20px;
  
  }
  
  #skills .skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
  }
  #skills .skills span {
      display:block;
      position: relative;
      font-size: 13px;
      font-weight: 600;
      text-transform:uppercase;
      color: #888888;
      line-height: 17px;
      margin-bottom:5px;
  }

  #skills .skills .progress-bar {
    text-align: left;
  
    border-radius:20px;
    transition-duration: 3s;
  }
 
  .alignRight {
      float: right;
  }

/* mywork */

#mywork {
top: 0;
bottom: 0;
right: 0;
left: 0;
width: fixed;
height: fixed;
background: #ffffff;
z-index: 0;
transform: skewY(0deg);
position: relative;
margin-bottom: 80px;
}

.mywork h2 {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #173b6c;
    margin-left: 60px;
    margin-top: 60px;
}

/* contact */
#contact {
top: 0;
bottom: 0;
right: 0;
left: 0;
width: fixed;
height: fixed;
background: #f5f8fd;
z-index: 0;
transform: skewY(0deg)
}
.contact h2 {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #173b6c;
    margin-left: 60px;
    margin-top: 60px;
}

.contact-container {
  width: auto;
  height: auto;
  margin: 20px;
}

.contact-first {
  width: auto;
  float: left;
  height: auto;
  margin-left: 160px;
}

.contact-second {
  width: auto;
  float: left;
  height: auto;
  margin-left: 20px;
  margin-top: 50px;
}

.card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
}

.card h3 {
    text-align: center;
}

/* Contact Form */

.contact-form {
   max-width:420px; margin:50px auto;
}

.feedback-input {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid rgb(34, 34, 34);
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { 
  border:2px solid rgb(0, 0, 0);
}

textarea .feedback-input {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

.contact-submit {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:rgb(34, 34, 34);
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.contact-submit:hover { 
  background: #f5f8fd;
  border:2px solid rgb(0, 0, 0);
  color: black;
 }
