
*{
    margin: 0%;
    padding: 0%;
    font-family: 'poppins',sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header{
    background-color: #000000; 
    color:#000000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
position: fixed;
}
.logo{
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    transition: .5s;
}
.logo:hover{
    color:rgba(255, 0, 0, 0.678);
}
.novigayion a{
    color: rgb(251, 253, 255);
    text-decoration: none;
    font-weight: 500;
    padding-left: 20px;
}
.novigayion a:hover{
    color: rgb(165, 42, 42);
}
.ins-icon:hover{
    font-size: 1.2em;
}
.face-icon:hover{
    font-size: 1.2em;
}
.tel-icon:hover{
    font-size: 1.2em;
}
.tw-icon:hover{
    font-size: 1.2em;
}
section {
    padding: 100px ;
}

section.cards{
    box-shadow: 0px 5px 50px rgba(1, 1, 1, 0.233);

}
.main{
    color: #ffffff;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-image: url(personel-img.jpg);
    background-attachment: fixed;
}
.main h2 {
    font-weight:600 ;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: 1.4em;
}
.main h2 span{
    display: inline-block;
    font-weight: 900;
    font-size: 2em;
    color: rgba(255, 0, 0, 0.678);
    margin-top: 10px;
    margin-bottom: 10px;
}
.main h3{
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.main-btn{
    font-size: 1.1em;
    display: inline-block;
    background-color: rgb(138, 4, 4);
    color: #ffffff;
    padding: .8em 1.3em;
    margin-bottom: 20px;
    text-decoration: none;
    border: 1px solid red;
    border-radius: 10px;
    transition:.8s;

}
.main-btn:hover{
    background-color: rgba(255, 0, 0, 0);
    transform:scale(1.1);
}
.social-icon a{ 
    padding-right: 18px;
    font-size: 1.4em;
    color: #ffffff;
}
.title{
    display: flex;
    justify-content: center;
    font-size: 4em;
    font-weight: 900;
    color: rgb(0, 0, 0);
    margin-bottom: 1.9em;
    transition: .8s;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.title:hover{
    color:rgba(255, 0, 0, 0.76);
    transform: scale(1.09);
}
.contend{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    color: #000000e0;
    flex-wrap: wrap;
    
}
.card{
    padding: 25px;
    width: 13em;
    background-color: #ffffff;
    box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.233);
    transition: .8s;
    border-radius: 20px;
    text-align: center;
    margin-top: .6em;
    margin-right: 1em;
}
.card:hover{
   transform: scale(1.1); 
   overflow: hidden;
}

.icon{
    font-size: 5em;
    justify-content: center;
    margin-bottom: .3em;
    color: rgb(63, 49, 49);
}
.info h3{
    font-size: 1.4em;
    color: #000000;
    margin-bottom: .3em;
}
.info p{
    letter-spacing: .5px;
}
.h-project{
    display: flex;
    justify-content: center;
    justify-content: space-around;
    font-size: 1.2em;
    font-weight: 700;
    transition: 2s;
    margin-top: 6em;
    margin-bottom: 3.5em;
}
.h-project h3:hover{
    color:rgba(238, 0, 0, 0.979);
    font-size: 1.1em;
}
.project{
    background-color: rgb(255, 255, 255); 
    padding: 0%;

}

section.project-card{
    width: 18em;
    min-height: 14em;
    box-shadow: 0px 5px 50px rgba(1, 1, 1, 0.233);
    overflow: hidden;
    margin: 1em 1em;
    border-radius: 10px;
    text-align: center;
    padding: 2em 1em;
    background-color: rgba(226, 255, 232, 0.274);
}
.project-icon{
    font-size: 8em;
}

.h4-pro{
    font-size:2em;
    font-weight: 800;
    margin-bottom: 1em;
    margin-top: 1em;
    transition: .8s;
}
.h4-pro:hover{
    color:rgba(255, 0, 0, 0.678);
    font-size:2.3em;
    margin-top: .9em;
}
.main-pro a{
    text-decoration: none;
    display: inline-block;
    color: rgb(0, 0, 0);
    margin: 2em;
    transition: .9s;
    font-weight: 700;
}
.main-pro a:hover{
    color: rgba(253, 0, 0, 0.959);
}
.project{
    margin-top: 2em;
}
.project.contend{
    display: flex;
    text-align: center;
    width: 1em;
}
.project-card{
    width: 18em;
    min-height: 14em;
    box-shadow: 0px 5px 50px rgba(1, 1, 1, 0.233);
    overflow: hidden;
    margin: 1em 1em;
    border-radius: 10px;
    text-align: center;
    padding: 2em 1em;
    background-color: rgba(231, 228, 228, 0.274);
    transition: .8s;
}
.project-card:hover{
    transform: scale(1.1); 
}
.card-contect{
    background-color: #ffffff;
    color: #ffffff;
}

footer .div-footer{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding:2em 2.25em 2em 2.25em;
    background-color: rgb(0, 0, 0);
    align-items: center;
}
.social-icon-footer{
    font-size: 1.4em;
    letter-spacing: 4px;
}
footer p{
    font-size: 1.2em;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
    transition: .8a;
    letter-spacing: .06em;
}

footer p span{
    font-size: 1.8em;
    font-weight: 900;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: red;
    transition: .8s;
}
footer p span:hover{
    color: rgba(253, 0, 0, 0.959);
    letter-spacing: .1em;
}

@media (max-width:500px) {
header{
    padding: 10px 15px;
}
.novigayion a{
    padding-left: 5px;
}
footer{
    padding:.8em 1em .8em 1em;
}
footer p span{
    font-size: 1em;
}
footer p{
    font-size: .6em;
    letter-spacing:0%;
}
.social-icon-footer{
    font-size: .5em;
    letter-spacing: 0px;
}
}
@media (max-width:800px) {
header{
    padding: 13px 19px;
}
.novigayion a{
    padding-left: 7px;
}
footer{
    padding:1em 1em;
}
footer p span{
    font-size: 1.4em;
}
footer p{
    font-size: .8em;
    letter-spacing:0px;
}
.social-icon-footer{
    font-size: .8em;
    letter-spacing: 0px;
}
}