/* font-family: 'Comfortaa', cursive; */
/* font-family: 'Inter', sans-serif; */

header{
    background: linear-gradient(rgb(19, 19, 36) , rgb(6, 6, 19));
    height: 100vh;
}
nav{
    background: rgba(19, 19, 36, 0.5);
}
nav .container{
    display: flex;
    justify-content: space-between;
}
nav .logo{
    font-family: 'Comfortaa', cursive;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 15px;
    cursor: pointer;
    transition: .5s;
}
nav .logo:hover{
    opacity: .5;
}
nav ul{
    display: flex;
    margin-top: 20px;
}
nav ul li{
    list-style: none;
    margin-right: 15px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: 'Comfortaa', cursive;
    opacity: .7;
    transition: .5s;
}
nav ul li a:hover{
    opacity: 1;
    color: white;
}
header .container{
    font-family: 'Comfortaa', cursive;
    text-align: center;
    padding-top: 175px;
}
header h1{
    color: white;
    font-weight: bold;
}
header h1 span{
    color: rgb(0, 191, 255);
}
header .button{
    margin-top: 50px;
}
header .button a{
    text-decoration: none;
    color: white;
    border: 2px white solid;
    padding: 12.5px 30px;
    transition: .5s;
}
header .button a:hover{
    background-color: white;
    color: black;
}
header .button a i{
    transition: .5s;
}
header .button a:hover i{
    transform: rotate(90deg);
}
.title{
    font-family: 'Comfortaa', cursive;
    text-align: center;
    padding: 30px;
}
.title h2{
    font-weight: bold;
}
.title hr{
    background-color: black;
    border: black solid 1px;
    width: 50%;
    margin: auto;
}
#about .div{
    text-align: center;
    padding: 15px;
}
#about .div i{
    color: white;
    background: linear-gradient(rgb(0, 157, 255) , rgb(0, 0, 255));
    padding: 7.5px;
    margin-bottom: 50px;
    margin-top: 30px;
    border-radius: 50%;
    transform: scale(3);
}
.div .progress{
    border-radius: 0px;
    height: 20px;
}
#about2 .div{
    margin-top: 15px;
    font-family: 'Comfortaa', cursive;
}
#about2 .div p{
    margin-bottom: 5px;
    font-weight: bold;
}
.who{
    font-family: 'Comfortaa', cursive;
}
#about2 .who{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.project{
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.project img{
    width: 100%;
    display: block;
    transition: .5s;
}
.layer .button{
    border: none;
    text-decoration: none;
    color: black;
    border: 2px black solid;
    padding: 12.5px 30px;
    transition: .5s;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    font-size: 18px;
}
.layer .button:hover{
    background-color: black;
    color: white;
}
.layer .button i{
    transition: .5s;
}
.layer .button:hover i{
    transform: rotate(90deg);
}
.layer{
    text-align: center ;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: height .5s;
    background: rgba(255, 255, 255, 0.87);
}
.project:hover img{
    transform: scale(1.05);
}
.project:hover .layer{
    height: 100%;
}
.mar{
    margin-top: 40px;
    margin-bottom: 20px;
}
.modal-body #view{
    text-decoration: none;
    padding: 15px 30px;    
    border: 2px solid blue;
    transition: .5s;
}
.modal-body #view:hover{
    background-color: blue;
    color: white;
}
footer{
    background: linear-gradient(rgb(19, 19, 36) , rgb(6, 6, 19));
}
footer .container{
    text-align: center;
    padding: 30px;
}
footer .container i{
    color: white;
    transform: scale(1.3);
    margin-right: 30px;
    border: 1px solid white;
    height: 40px;
    text-align: center;
    background-position: center;
    width: 40px;
    padding: 10px;
    border-radius: 3px;
    transition: .5s;
}
footer .container i:hover{
    color: black;
    background-color: white;
}
footer .container p{
    color: white;
    margin-top: 50px;
}
footer .container p a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: .5s;
}
footer .container p a:hover{
    opacity: .7;
}
#contact{
    font-family: 'Comfortaa', cursive;
}
#contact .data{
    display: flex;
    align-items: center;
    border: 1px solid black;
    margin-top: 30px;
    padding: 30px;
}
#contact .data i{
    padding: 15px;
    background: linear-gradient(rgb(13, 13, 75) , rgb(0, 0, 0));
    border-radius: 10px;
    color: white;
}
#contact .data p{
    margin-top: 15px;
    font-size: 18px;
    margin-left: 15px;
}
#contact .data a{
    text-decoration: none;
    transition: .3s;
}
@media screen and (max-width:650px) {
    nav ul{
        display: none;
    }
    nav .logo{
        margin: auto;
        padding-top: 15px;
    }
    header .container{
        padding-top: 200px;
    }
    header h1{
        margin-top: 20px;
    }
    .who h1{
        text-align: center;
    }
    .who{
        padding: 5px;
    }
    footer .container i{
        margin-right: 20px;
        margin-left: 5px;
    }
    .data{
        overflow: hidden;
        width: 100%;
    }
    .data span{
        display: block;
    }
    .data p{
        flex-direction: column;
        display: flex;
    }
    #contact h1{
        font-size: 2rem;
    }
    .none{
        font-size: 14px;
    }
    .data i{
        margin-left: -15px;
    }
}


