html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}

:root {
    --blue: #92a8d1;
}

body {
    background: rgb(10,25,47,0.95);/*rgba(0, 0, 0, 0.8)*/
    color: #fff;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all 0.2s linear;
    font-weight: normal;
    text-transform: capitalize;
}

*::selection{
    background: var(--blue);
    color: #fff;
}


/*Header Section in Header.css*/

/*Sub Header Section*/
.sub-header::after{
    content: '';
    background-image: url(../Images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 3.75rem;
    height: 70vh;
    width: 100%;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transition:all 1s;
}

.sub-header:hover::after {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.block-1 {
    position: absolute;
    z-index: 1;
    top: 10%;
    text-align: center;
}

/*logo in the sub-header section*/
.block-1 .logo{
    width: 40%;
}

/*text in the sub-header section*/
.block-1 .title{
    font-size: 2.2rem;
    text-align: center;
    padding: 0.5rem;
}

/*About me section*/
.SubSection-title {
    text-align: center;
    font-size: 1.5rem;
    color: ;/*rgba(255, 255, 255, 0.5);*/
    -webkit-text-stroke: #fff .1rem;
    text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .1);
     font-weight: bolder;
     letter-spacing: .3rem;
}

/*Main text area below the sub-header section*/
.container {
    max-width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 1.5rem 1rem;
    /*new settings*/
    display: block;
    padding-top: 70px;
}

/*content section in about me*/
.content-section {

}


.about-content p{
    text-transform: none;
    padding-top: 15px;
    line-height: 1.5;
}

.about-content #txt-highlight {
    color: #64ffda;
}

.content-list {
    columns: 2;
}

.content-list li{
    color: #fff;
    list-style-type: circle;
    -webkit-columns: 2;
    padding-left: 15px;
    line-height: 1.5;
}

/*#about-me-img {
    display: none;
}*/

/*Projects Section*/
#Projects .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#Projects .box-container a{
    color: #fff;
    text-decoration: none;
}

#Projects .box-container .box {
    margin: 1rem;
    height: 10rem;
    flex: 1 1 10rem;
    border-radius: 0.5rem;
    border: .1rem solid rgba(0, 0, 0, 0.1);
    /*overflow: hidden;*/
    position: relative;
}

#Projects .box-container .box img {
    width: 100%;
    height: 80%;
    object-fit: fill;
}

#Projects .box-container .box .info {
    text-align: center;
    overflow: visible;
}


/*Project Section Ends*/

/*Experience Section*/
#Experience .column{ /*vertical blue line on the left*/
    margin-top: 1rem;
    padding: 1rem 0 1rem 2rem;
    border: 0.1rem solid #fff;
    border-radius: 1rem;
}

#Experience h3{
    color: #87bdd8;
    letter-spacing: .1rem;
}

#Experience h4{
    margin-top: .2rem;
    margin-bottom: 1rem;
    color: #eaece5;
    letter-spacing: .1rem;
}

#Experience .job-desc{
    padding-top: .8rem;
    padding-left: 0.5rem;
    padding-right: .1rem;
    list-style-type: circle;
}
#Experience .job-desc li{
    padding-top: 0.5rem;
    letter-spacing: .03rem;
}

/*Experience Section Ends*/

/*Contact section begins*/
#Contact .box-container{
    text-align: center;
    width: 85%;
    padding: 1rem;
    letter-spacing: 0.1rem;
    overflow: hidden;
}
#Contact #my-email {
    color: #64ffda;
    text-transform: none;
    font-size: 0.9rem;
}

#Contact a{
    text-decoration: none;
    color: #0071c5;
}

#Contact a:hover{
    color: lightcoral;
}
/*Contact section Ends*/

/*footer section*/
#main-footer {
    z-index: 1;
    margin-top: 5px;
    padding: 1.25rem 0;
    font-size: 0.938rem;
    text-align: center;
    background-color: #233554;
}

#main-footer #footer-icons li{
    display: inline;
    align-items: center;
    padding-left: 12px;
}

#main-footer #footer-icons a{
    text-decoration: none;
}

#main-footer #footer-icons ul{
    list-style: none;
}

#main-footer #footer-icons .iconify{
    width: 1.5rem;
    height: 1.5rem;
    /*margin-bottom: 0.6rem;*/
    padding: .5rem;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){

    .sub-header::after {
        height: 60vh;
    }

    .block-1 .logo{
        width: 25%;
    }
    .block-1 .title{
        width: 50%;
        padding-left: 25%;
    }

    /*Aboutme section*/
    .content-section {
        width: 50%;
        float: left;
    }

    .SubSection-title{
        text-align: center;
        padding: 0.8rem;
        font-size: 2rem;
    }

    /*image inside the tilt-box-wrap*/
    #about-me-img {
        margin-top: 5rem;
        border: 1px solid rgba(10,25,47,1);
        overflow: hidden;
        border-radius: 1rem;
        display: block;
        float: right;
        background-image: url(../Images/About-me.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 24rem;
        width: 45%;
    }

    #Experience .column .box{
        padding-left: 2.5rem;
        padding-bottom: 2rem;
        border-left: .2rem solid #87bdd8;
        position: relative;
    }

    #Experience .column .box::before{
        content: '';
        position: absolute;
        top: 0.6rem;
        left: -0.85rem;
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 50%;
        background: #87bdd8;
    }

    #Contact .box-container{
        text-align: center;
        padding: 1rem;
        letter-spacing: 0.2rem;
        width: 100%;
    }


    #main-footer #footer-icons li{
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .sub-header::after {
        height: 65vh;
    }
    .block-1 .logo{
        padding-top: 3rem;
        width: 14%;
    }
    .block-1 .title{
        width: 50%;
        padding-left: 25%;
    }


    #Projects .box-container .box {
        overflow: hidden;
    }

    #Projects .box-container .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #Projects .box-container .box .info{
        position: absolute;
        top: -100%;
        left: 0;
        background: rgba(100, 255, 218,0.8);
        color: #112240;
        font-weight: bold;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        font-size: 1rem;
    }

    #Projects .box-container .box:hover .info{
        top: 0;
    }

    #Projects .box-container .box:hover img{
        transform: scale(1.2);
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .sub-header::after {
        height: 85vh;
    }
}
