@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Montserrat', sans-serif;
}

body{
    background: #0c1022;
}

/*HOME SECTION STYLES*/
.header{
    position: absolute;
    margin-top: 10px;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

/*Portolio styling*/
#point{
    font-size: 25px;
    color:#ffffff;
    text-decoration: none;
    font-weight: 1000;
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 30px;
}

span{
    color:rgb(92, 152, 152);   
}

/*navigation*/
.navbar a{
    font-size:18px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500px;
    margin-left: 80px;
}

a:hover{
    color: rgb(92, 152, 152);   
}

.profile{
    width:100%;
    height: 100vh;
    align-items: center;
    display:flex;
    padding: 0 160px;
}

/*h1, h3 and P styling*/
#about-me{
    width:500px;
}

#about-me h1{
    font-size: 50px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 120px;
    text-align: justify;
}

#about-me h3{
    font-size: 25px;
    color: rgb(92, 152, 152);
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;

}

#about-me p{
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    line-height: 2;
    word-spacing: 1px;
    margin: 20px 0 40px;
}

/*Icon styling*/
.icons a{
    position: relative;
    display: flex;
    width :40px;
    height: 40px;
    text-decoration: none;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    margin: 30px 15px;
}

/*Hire me and let's talk buttons*/
.btns{
    display: flex;
    gap: 20px;
    
}

.btn {
    width:180px;
    height: 48px;
    background-color: rgb(92, 152, 152);
    font-size: 19px;
    color:#fff;
    border: 1px solid white;
    border-radius: 30px;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn:hover{
    color: aquamarine;
    background-color: transparent;
    transition:5ms;
}

.btn:focus{
    color:black;
    background-color: white;
    border: 3px solid rgb(92, 152, 152);
}

/* My picture*/
.pic{
    width: 300px;
    height: 300px;
}

.pic .image{
    width:100%;
    height:100%;
    border-radius: 80%;
    margin-left:240px;
    border: rgb(92, 152, 152);
    margin-top:-10px;
}

/*ABOUT ME*/

.abt{
    text-align: center;
    color: #ffffff;
    padding: 20px 160px;
}
.abt h1{
    font-size: 40px;
    font-weight: 600;
    color: white;
    border:none;
    border-bottom:1px solid rgb(92, 152, 152);
}

.abt h1:hover{
    color:rgb(92, 152, 152); 
}

p{
    margin-left: 20px;
}

/*Get in Touch buttons*/
#but{
    width:180px;
    height: 48px;
    background-color: rgb(92, 152, 152);
    font-size: 19px;
    color:#fff;
    border: 1px solid white;
    border-radius: 30px;
    text-align: center;
    margin:20px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

#but:hover{
    color: aquamarine;
    background-color: transparent;
    transition:5ms;
}

#but:focus{
    color:black;
    background-color: white;
    border: 3px solid rgb(92, 152, 152);
}

/*Contact me*/
.abt h1{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin:15px 0 ;
}

h1:hover{
    color: aquamarine;
    background-color: transparent;
    transition:5ms;
}
.abt p{
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    line-height: 2;
    word-spacing: 1px;
}


/*SKILLS STYLING*/
.skill{
    padding: 20px 160px;
}

/*Skills h1*/
.skill .skipo{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin:15px 0 ;
    border:none;
    border-bottom:1px solid rgb(92, 152, 152);
}

.skill .skipo:hover{
    color:rgb(92, 152, 152); 
}

ul{
    text-align: center;
}

ul li{
    list-style-type: none;
    color: #ffffff;
    text-align: justify;
    font-size: 16px;
    padding:10px 0px;
    margin-left: 530px;
    font-weight: 600;
}

/*CONTACT STYLING*/

.contact{
    padding: 20px 160px;
}

/*Contact h1*/
.contact .me{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin:15px 0 ;
    border:none;
    border-bottom:1px solid rgb(92, 152, 152);
}

.contact .me:hover{
    color:rgb(92, 152, 152); 
}


.form-container{
    margin: auto;
    width: 60%;
}

.form-field{
    padding: 30px 40px 0 40px;
}

label{
    color: white;
}
input{
    width:100%;
    padding:12px 20px; 
    margin: 8px 0;
    border: 2px solid rgb(92, 152, 152);
    background-color: transparent;
    color: white;
    border-radius: 10px;
}

#message{
    height: 100px;
}

.cbtn{
    width:140px;
    height: 48px;
    background-color: rgb(92, 152, 152);
    font-size: 19px;
    color:#fff;
    border: 1px solid white;
    border-radius: 30px;
    text-align: center;
    margin: 20px 0;
    margin-left:50px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cbtn:hover{
    color: aquamarine;
    background-color: transparent;
    transition:5ms;
}

.cbtn:focus{
    color:black;
    background-color: white;
    border: 3px solid rgb(92, 152, 152);
}

.foot{
    color:white;
    text-align: center;
}

.menu{
    position: relative;
    top:20px;
    left:700px;
}

.content{
    display: flex;
    flex-direction: row;
}

/*MEDIA QUERY*/

@media(max-width:768px){
    *{
        margin:0;
        padding:0;
        box-sizing:border-box;
    }

    .navbar a{
        display: block;
    }

    .navbar .menu{
        display:none;
    }

    .content{
        display: flex;
        flex-direction: column;
    }

    #but{
        position: relative;
        right: 30px;
    }

    ul li{
        position: relative;
        right: 500px;
    }

    input{
        position: relative;
        right:70px;
        width: 150px;
    }

    label{
        position: relative;
        right: 20px;
    }

    .cbtn{
        position: relative;
        right:80px;
    }

    .foot{
        text-align: center;
        font-size: 10px;
    }
}