*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #333;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
   
}  
.navbar{
    padding: 1.5rem 8rem;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 3px solid rgb(185, 135, 135);
}

a{
    text-decoration: none;
    color: white;
}
.text-primary{
    font-size: 2rem;
    color: rgb(185, 135, 135);
}


nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 8vh;
    background-color: rgb(64, 62, 62);
}

nav ul{
    display: flex;
    justify-content: center;

}

nav ul li{
    list-style: none;
    margin: 0 23px;
}

.left{
    font-size: 2rem;
    margin-bottom: 5px;
}

.right ul li{
    font-size: 18px;
    margin-left: 10px;
}


.head-img{
    display: flex;
    justify-content: left;
    align-items: center;
    
  background-image: url("img/lptnew.jpg");
  background-repeat: no-repeat;
  background-position:center ;
  background-size: 100% 100%; 
   height: 100%;
  width: 100%;
}
.container{
  
   align-items: center;
   margin-left: 20vw;
   margin-top: 31vh;
   margin-bottom: 31vh;
}

.container .btn{
  margin-left:  25%;
  margin-top: 30px;
}

/* button */

.btn {
  appearance: none;
  color: rgb(185, 135, 135);
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.btn:hover {
    color: white;
    background-color: rgb(185, 135, 135);
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 5px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    
}
.main{
    padding-top: 60px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
     flex-wrap: wrap; 
    color: #333;
    font-weight: 200;
    background-color: rgb(240, 250, 256);
}
.text-primary-main{
    color: rgb(185, 135, 135);
}
.main-container{
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
   
}
.main-para{
    padding-left: 100px;
    margin-right: 120px;
    font-size: 22px;
    
    font-weight: 50;
}
.main-p{
    margin-bottom: 15px;
}
.my-image{
    margin-top: 60px;
    margin-left: 80px;
    margin-right: 150px;
    height: 200px;
    width: 300px;
    
    border: solid  1px rgb(185, 135, 135);
    border-radius: 50%;
}

.skill-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.skill-head{
    margin-top: 70px;
    font-size: 30px;
}
.skill-container{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.skill-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 80px;
    border: solid black;
    border-radius: 1rem;
    background-color: white;
    min-height: 500px;
    width: 300px;
}
.skill-box-head{
    margin-top: 50px;
    color: rgb(185, 135, 135);
    font-size: 25px;
    font-weight: 150;
}
.skill-detail{
    background-color: rgb(188, 142, 142);
    margin-top: 16px;
    width: 220px;
    min-height: 35px;
    border:2px solid;
    border-radius: 10px;
    
    display: flex;
    
    align-items: center;
    justify-content: center;
   
}
.skill-detail p{
    text-align: left;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.project-container{
   background-color: rgb(240, 250, 256);
   padding: 60px 0;
   
   display: flex;
   flex-direction: column;
   align-items: center;
}

.project-container h1{
    margin-bottom: 20px; 
    font-weight: 200;
}

.project-box{
    margin-top: 20px;
    position: relative;
    min-height: 40px;
    border-left: .2rem solid rgb(188, 142, 142);
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
   
}

.project-box::before{
    content: '';
    position: absolute;
    top:0; left:-0.7rem;
    height:1.2rem;
    width:1.2rem;
    border-radius: 50%;
    background:rgb(188, 142, 142);
} 
.project-box-content{
    min-height: 60px;
    width:  85vw;
    background-color: rgb(188, 142, 142);
    border-radius: 1rem;
   
}

.project-box-content p{
   padding-left: 1rem;
   padding-top: 1rem;
   padding-bottom: 1rem;
   padding-right: 1rem;

}

.projectkeniche{
    height: 200px;
    width: 400;
}
.link-col{
    color: rgb(94, 97, 104);
    font-size: 18px;
    font-weight: 700;
}
.link-col:hover{
    color:black;
}

/* contact */

.contact-container{
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-top: 50px;
    margin-bottom: 40px;
    /* flex-wrap: wrap; */
}

.contact-box{
    margin-top: 40px;
    width: 80vw;
    /* min-height: 90vh; */
    border-radius: 10px;
    background-color: white;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.form-content{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.message-box{
    width: 60vw;
    min-height: 30px;
    border: solid black 1px;
    border-radius: 0.5rem;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.contact-p{
    margin-bottom: 20px;
   
}
.contact-p p{
    font-size: 12px;
    font-weight: 700;
}

.contact-box .contact-head{
    font-size: 25px;
    font-family: 300;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contact-box p span{
    font-size: 25px;
    font-family: 300;
}

.submit-btn{
    width: 60vw;
    height: 40px;
    background-color:rgb(188, 151, 151);
    color: #333;
    border: transparent;
    border-radius: 5px;
    margin-bottom: 20px;

}

footer{
    background-color: white;
    height: 70px;
    font-family: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .main-para{
        padding-left: 80px;
        margin-right: 100px;
       
        font-size: 19px;
        font-weight: 50;
    }

    .my-image{
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 80px;
        height: 170px;
        width: 265px;
       
        border: solid  1px rgb(185, 135, 135);
        border-radius: 50%;
    }
}


@media screen and (max-width: 700px) {
    body{
        background-color: #333;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        overflow-x: hidden;
        padding-right: 0px;
        margin-right: 0px;
    }  
    .navbar{
        padding: 2rem 4rem;
    }
     .text-primary{
        font-size: 1.8rem;
        color: rgb(185, 135, 135);
    }
    nav ul li{
        list-style: none;
        margin: 0 20px;
    }
    
    .left{
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .right ul li{
        font-size: 17px;
        /* margin-left: 1px; */
    }
    .main-para{
        padding-left: 50px;
        margin-right: 18px;
       
        font-size: 16px;
        font-weight: 100;
    }

    .main h1{
        margin-left: -40px;
    }
    .main h1 .text-primary{
        font-size: 35px;
    }
    
    .my-image{
        margin-top: 60px;
        margin-left: 40px;
        margin-right: 90px;
        height: 140px;
        width: 210px;
       
        border: solid  1px rgb(185, 135, 135);
        border-radius: 50%;
    }
}


@media screen and (max-width: 550px) {
    body{
        background-color: #333;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        overflow-x: hidden;
        padding-right: 0px;
        margin-right: 0px;
    }  
   
    .navbar{
        padding: 2rem 3rem;
    }
     .text-primary{
        font-size: 1.5rem;
        color: rgb(185, 135, 135);
    }
    .bg-text{
        font-size: 1.5rem;
    }
    nav ul li{
        list-style: none;
        margin: 0 14px;
    }
    
    .left{
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .right ul li{
        font-size: 15px;
        /* margin-left: 1px; */
    }
    .main-para{
        padding-left: 50px;
        margin-right: 18px;
       
        font-size: 14px;
        font-weight: 200;
    }

    .main h1{
/*         margin-left: -110px; */
    }
    .main h1 .text-primary{
        font-size: 35px;
    }
    
    .my-image{
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 80px;
        height: 120px;
        width: 180px;
       
        border: solid  1px rgb(185, 135, 135);
        border-radius: 50%;
    }
    .skill-head{
        font-size: 1.5rem;
    }
        
}








