.head{
    position: relative;
    background-image: url('Images/bg-image.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 625px;
    color: white;
}
.header{
    position: fixed;
    background-color: rgba(5.5, 41.2, 88.2, 1);
    z-index: 99;
    width: 100%;
}
.div-logo{
    width: 40%;
    padding-left: 15%;
    padding-top: 1%;
    margin: 0;
}
.div-links{
    position: absolute;
    top: 35%;
    left: 70%;
}
.div-links ul{
    list-style: none;
}
.div-links ul li{
    display: inline-block;
    padding-left: 40px;
    font-size: 18px;
    font-weight: bolder;
    
}
.div-links ul li a{
    color: white;
}

.div-intro{
    position: relative;
    top: 20%;
    left: 4%;
    width: 55%;
    height: 70%;
    color: rgb(14 13 39);
    font-size: 36px !important;
    text-shadow: -5px 3px 3px grey;
}
.div-intro h1{
    width: auto;
    font-size: 55px !important;
    height: auto;
    font-weight: bold;
}
.p-learn-more{
    width: 30%;
    height: auto;
    margin-left: 45%;
    margin-top: 130px;
    line-height: 20px;
}
.p-learn-more a{
    margin-left: 74px;
}
.p-learn-more a:hover{
   background-color: gray;
   border-radius: 100%;

}
.div-body{
    position: relative;
    margin: 20px 50px 20px 50px;
    border: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: 0 0 25px dimgrey;
    background-color: gray;
    height: auto;
    width: auto;
}
.div-edu{
    display: flex;
    align-items: center;
    margin-top: 130px;
    padding-bottom: 50px;
    background-image: url('Images/edu.png');
    background-repeat: no-repeat;
    background-size: 600px 350px;
    background-position: center;
    background-position-y: 45px;
    flex-direction: column;
}
.h1-edu{
    font-size: 44px;
    line-height: 25px;
    margin-bottom: 50px;
    margin-top: -30px;
    color: black;
    font-weight: bolder;
}
.h1-edu:hover{
    text-decoration: underline;
}
.div-body ul li:hover{
    text-decoration: underline;
    font-size: 40px;
}
.div-edu ul{
    background-color: rgba(5.5, 41.2, 88.2, 0.2);
    color: white;
    border:1px solid blue;
    border-radius: 5px;
}
.div-edu ul li{
    height: 100px;
    font-size: 30px;
    font-weight: bolder;
    width: 700px;
    padding: 25px;
    height: auto;
}
.span-li{
    font-size: 20px !important;
    text-align: center;
}
.div-skill{
    display: flex;
    align-items: center;
    margin-top: 130px;
    background-image: url('Images/code.png');
    background-repeat: no-repeat;
    background-size: 500px 350px;
    background-position: center;
    background-position-y: 120px;
    flex-direction: column;
    
}
.div-skill ul{
    background-color: rgba(5.5, 41.2, 88.2,0.2);    
    color: white;
    border:1px solid blue;
    border-radius: 5px;
}
.div-skill ul li{
    height: 100px;
    font-size: 30px;
    font-weight: bolder;
    width: 700px;
    padding: 15px;
    height: auto;
}
.div-portfolio{
    display: flex;
    align-items: center;
    margin-top: 130px;
    padding-bottom: 50px;
    flex-direction: column;
}
.footer{
    background-color: black;
    color: white;
}
.footer .container ul li{
    list-style: none;
    display: inline-block;
    padding: 5px;
    padding-left: 0px;
    padding-left: 30px;
}
.col{
    padding-top: 35px;
}
.col-follow{
    padding-left: 155px;
}
.col ul{
    padding-top: 15px;
}
.col-follow1{
    padding-left: 50px;
}
.col-follow:hover, .col-follow1:hover{
    color: darkblue;
}
.col:hover{
    color: blue !important;
}
.footer:hover{
    color: royalblue;
}
.col ul li img:hover{
    height: 60px;
    width: 60px;
}
.hr{
    background-color: grey;
}
.copy{
    text-align: center;
    color: white;
    font-size: 11.5px;
    padding: 10px;
    padding-bottom: 25px;
}
.port{
    padding: 15px;
    background: rgba(92, 91, 91, 0.87);
    width: 42%;
    margin: 30px 10px;
    display: flex; 
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 25px;
    border: 5px double rgba(5.5, 41.2, 88.2, 1);
    box-shadow: 10px 5px 15px black;
}

.port:hover{
    background: rgba(92, 91, 91, 0.616);

}
.p-port{
    color: rgb(18, 4, 39) !important;
    text-align: center;
    font-size: 25px; font-weight: bolder; 
}
.main-div-port{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px;
}
.img-port{
    margin: 15px 75px;
    width: 350px !important;
    height: 250px !important;
}


@media (min-width:320px) and (max-width:767px){
    .h2-port{
        font-size: 25px !important;
    }
    .img-port{
        margin: 10px 25px !important;
        width: 220px !important;
        height: 160px !important;
    }
    .port{
        padding: 0px !important;
        background: rgba(92, 91, 91, 0.87);
        width: 90% !important;
        margin: 10px 0px !important;
        display: flex; 
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        border-radius: 25px;
        border: 5px double rgba(5.5, 41.2, 88.2, 1);
        box-shadow: 10px 5px 15px black;
    }
    .div-portfolio{
        margin-top: 60px;
    }
    .main-div-port{
        margin: 0px 0px 0px 20px !important;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .port:hover{
        background: rgba(92, 91, 91, 0.616);
    
    }
    .p-port{
        color: rgb(18, 4, 39) !important;
        text-align: center;
        margin: 0px !important;
        font-size: 20px !important;
    }
    .div-logo{
        width: 27%;
        padding-left: 5%;
        padding-top: 1%;
        margin: 0;
    }
    .div-links{
        position: absolute;
        display: flex;
        justify-content: flex-end;
        top: 35%;
        left: 20%;
        right: 5%;
    }
    .div-links ul li{
        display: inline-block;
        padding-left: 15px;
        font-size: 13px;
        font-weight: bold;
    }
    .head{
        position: relative;
        background-image: url('Images/bg-image.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 640px;
        color: white;
    }
    .header{
        position: fixed;
        background-color: rgba(5.5, 41.2, 88.2, 1);
        z-index: 99;
        width: 100%;
        margin: 0;
    }
    .img-logo{
        height: 50px;
        width: 100px;
    }
    .div-intro{
        position: relative;
        top: 30%;
        left: -9% !important;
        width: 90% !important;
        height: auto;
        margin: 0;
        font-size: 26px !important;
    }
    .div-intro h1{
        width: auto;
        font-size: 19px !important;
        height: auto;
        text-align: center;
        font-weight: 700 !important;
        line-height: 60px;
    }
    .p-learn-more {
        width: 47%;
        height: auto;
        margin-left: 35%;
        font-size: 13px;
        margin-top: 410px;
        line-height: 20px;
    }
    .p-learn-more a {
        margin-left: 55px;
    }
    .div-body {
        position: relative;
        margin: 20px 10px 20px 10px;
        border: 1px solid lightgray;
        border-radius: 5px;
        box-shadow: 0 0 30px dimgrey;
        background-color: gray;
        height: auto;
        width: auto;
    }
    .div-edu ul li{
        height: 100px;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        padding: 25px;
        height: auto;
    }
    .div-edu ul{
        background-color: rgba(5.5, 41.2, 88.2, 0.2);
        color: white;
        border:1px solid blue;
        border-radius: 5px;
        width: 90%;
        list-style: none;
    }
    .div-edu{
        display: flex;
        align-items: center;
        margin-top: 130px;
        padding-bottom: 50px;
        background-image: url(Images/edu.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position-y: 155px;
        flex-direction: column;
    }
    .span-li {
        font-size: 13px !important;
        text-align: center;
    }
    .div-skill{
        display: flex;
        align-items: center;
        margin-top: 60px;
        padding-bottom: 50px;
        background-image: url(Images/code.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position-y: 75px;
        flex-direction: column;
    }
    .div-skill ul {
        background-color: rgba(5.5, 41.2, 88.2,0.2);
        color: white;
        border: 1px solid blue;
        border-radius: 5px;
        font-weight: bolder;
        width: 90%;
        list-style: none;
    }
    .div-skill ul li{
        height: 100px;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        padding: 25px;
        height: auto;
        padding-bottom: 2px;
    }
    
    .row{
        flex-direction: column;
    }
    .footer .container ul li{
        list-style: none;
        display: inline-block;
        padding: 5px;
        padding-left: 0px;
        padding-left: 15px;
    }
    .col{
        padding-top: 35px;
        text-align: center;
    }
    .col-follow{
        padding: 0;
    }
    .col ul, .col span{
        padding: 0;
        padding-top: 15px;
    }
    .col-follow1{
        padding: 0;
    }
}



@media (min-width:768px) and (max-width:1025px){
    .h2-port{
        font-size: 30px !important;
    }
    .img-port{
        margin: 15px 75px !important;
        width: 450px !important;
        height: 250px !important;
    }
    .port{
        padding: 0px !important;
        background: rgba(92, 91, 91, 0.87);
        width: 95% !important;
        margin: 11px 0px !important;
        display: flex; 
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        border-radius: 25px;
        border: 5px double rgba(5.5, 41.2, 88.2, 1);
        box-shadow: 10px 5px 15px black;
    }
    .div-portfolio{
        margin-top: 60px;
    }
    .main-div-port{
        margin: 0px 0px 0px 20px !important;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .port:hover{
        background: rgba(92, 91, 91, 0.616);
    
    }
    .p-port{
        color: rgb(18, 4, 39) !important;
        text-align: center;
        margin: 0px !important;
        font-size: 25px !important;
    }
    .div-links{
        position: absolute;
        top: 35%;
        left: 45%;
        right: 5%;
    }
    .head{
        position: relative;
        background-image: url('Images/bg-image.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 992px;
        color: white;
    }
    .div-intro{
        position: relative;
        top: 40%;
        left: -5%;
        width: 80%;
        height: auto;
        margin: 0;
    }
    .div-intro h1{
        width: auto;
        font-size: 65px !important;
        height: auto;
        text-align: center;
        font-weight: 800;
        line-height: 85px;
    }
    .p-learn-more {
        width: 57%;
        height: auto;
        margin-left: 41%;
        font-size: 19px;
        margin-top: 650px;
        line-height: 30px;
    }
    .p-learn-more a {
        margin-left: 80px;
        font-size: 29px;
    }
    .div-edu{
        display: flex;
        align-items: center;
        margin-top: 130px;
        padding-bottom: 50px;
        background-image: url(Images/edu.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position-y: 15px;
        flex-direction: column;
    }
    .div-edu ul{
        background-color: rgba(5.5, 41.2, 88.2, 0.2);
        color: white;
        border:1px solid blue;
        border-radius: 5px;
        width: 90%;
        list-style: none;
    }
    .div-edu ul li{
        height: 100px;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        padding: 25px;
        height: auto;
    }
    .div-skill{
        display: flex;
        align-items: center;
        margin-top: 60px;
        padding-bottom: 50px;
        background-image: url(Images/code.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position-y: 5px;
        flex-direction: column;
    }
    .div-skill ul {
        background-color: rgba(5.5, 41.2, 88.2,0.2);
        color: white;
        border: 1px solid blue;
        border-radius: 5px;
        font-weight: bolder;
        width: 90%;
        list-style: none;
    }
    .div-skill ul li{
        height: 100px;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        padding: 25px;
        height: auto;
        padding-bottom: 2px;
    }
    .div-portfolio{
        margin-top: 60px;
    }
    .footer .container ul li{
        list-style: none;
        display: inline-block;
        padding: 5px;
        padding-left: 0px;
        padding-left: 15px;
    }
    .col{
        padding-top: 35px;
        text-align: center;
    }
    .col-follow{
        padding: 0;
    }
    .col ul, .col span{
        padding: 0;
        padding-top: 15px;
    }
}


@media (min-width:1026px) and (max-width:1223px){
    .h2-port{
        font-size: 30px !important;
    }
    .img-port{
        margin: 15px 75px !important;
        width: 450px !important;
        height: 250px !important;
    }
    .port{
        padding: 0px !important;
        background: rgba(92, 91, 91, 0.87);
        width: 95% !important;
        margin: 11px 0px !important;
        display: flex; 
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        border-radius: 25px;
        border: 5px double rgba(5.5, 41.2, 88.2, 1);
        box-shadow: 10px 5px 15px black;
    }
    .div-portfolio{
        margin-top: 60px;
    }
    .main-div-port{
        margin: 0px 0px 0px 0px !important;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .port:hover{
        background: rgba(92, 91, 91, 0.616);
    
    }
    .p-port{
        color: rgb(18, 4, 39) !important;
        text-align: center;
        margin: 0px !important;
        font-size: 25px !important;
    }   
    .div-links{
        position: absolute;
        top: 35%;
        left: 60%;
    }
    .p-learn-more {
        width: 57%;
        height: auto;
        margin-left: 41%;
        font-size: 19px;
        margin-top: 120px;
        line-height: 30px;
    }
    .p-learn-more a {
        margin-left: 80px;
        font-size: 29px;
    }
}