﻿body {
    font-family: 'Poppins', 'Mitr', sans-serif;
    font-size: 1rem;
}

.full-width {
    width: 100%;
}


@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (max-width: 430px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*****************************************
* Fade Gradient
*****************************************/
.fade-gradient {
    position: relative;
}

    .fade-gradient::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(0, 0, 0, 1) );
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*****************************************
* Fade Image
*****************************************/
.fadeimage-mouseover {
    overflow: hidden;
    cursor: pointer;
}

    .fadeimage-mouseover:hover img {
        transform: scale(1.1);
        transition: transform 3s ease-in;
    }



/*****************************************
* Loader
*****************************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 999;
}


.loader--hidden {
    opacity: 0;
    visibility: hidden;
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-image {
    width: 400px;
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}


/*****************************************
* Main Content 
*****************************************/
#main-content {
    margin-top: 70px;
    min-height: 50vh;
}



@media(max-width: 830px) {
    #main-content {
        margin-top: 80px
    }
}

@media(max-width: 430px) {
    #main-content {
        margin-top: 70px
    }
}



/*****************************************
* Navbar 
*****************************************/
.navbar {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    transition: 0.5s ease all;
    height: 70px;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
}

    .navbar .navbar-share {
        position: absolute;
        top: 24px;
        right: 46px;
    }

        .navbar .navbar-share img {
            width: 34px;
        }


    .navbar .navbar-top {
        position: absolute;
        top: 20px;
        right: 24px;
    }

        .navbar .navbar-top .external-link, .navbar .navbar-top .external-link:hover {
            border: 1px solid #45CBCA;
            padding: 5px 13px 4px 13px;
            color: #000000;
            border-radius: 7px;
            font-size: 0.9rem;
            margin: 0px 5px;
            text-decoration: none;
            background: #45CBCA;
            text-transform: uppercase;
        }



    .navbar.bg-transparent {
        background-color: rgba(0, 0, 0, 0);
    }


    .navbar .navbar-brand .navbar-logo {
        height: 34px;
        transition: 0.5s ease all;
    }


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:visited {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    cursor: pointer;
    letter-spacing: 2px;
}


    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
    }


    .navbar-light .navbar-nav .nav-link.active {
        color: #ffffff;
        background-color: #ff7d26 !important;
        border-color: #ff7d26 !important;
        border-radius: 20px;
        outline: 0;
        position: relative;
    }


@media (max-width: 430px) {

    .navbar {
        padding: 0rem 1rem;
        height: 70px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar .navbar-share {
        top: 26px;
        right: 60px;
    }

        .navbar .navbar-share img {
            width: 20px;
        }

    .navbar .navbar-top {
        top: 7px;
        right: 50px;
    }

    .navbar .navbar-brand {
        top: 8px;
    }


        .navbar .navbar-brand .navbar-logo {
            height: 50px;
        }

    .navbar-nav {
        margin: 10px auto 0px auto;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #ffffff;
        font-size: 1.5rem;
        letter-spacing: 0px;
    }


    .navbar-collapse {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:visited {
        color: #000000;
    }

    .nav-toolbar {
        display: none;
    }

    .nav-rightmenu {
        display: none;
    }
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 13px;
}




#home-intro {
    padding: 100px 0px 0px 0px;
    background: #000000;
}

.home-intro {
    position: relative;
    height: 60vh;
}

    .home-intro .home-intro-text {
        position: absolute;
        top: 0;
        left: 0;
    }

        .home-intro .home-intro-text .head-text {
            color: #ffffff;
            font-size: 6rem;
            line-height: 6rem;
            font-weight: 600;
        }

        .home-intro .home-intro-text .sub-head-text {
            color: #df2e2b;
            font-size: 4rem;
            line-height: 4rem;
            font-weight: normal;
        }

    .home-intro .home-intro-photo {
        width: 60%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

/*****************************************
* About Me
*****************************************/
#about-me {
    /*padding: 50px 0px;*/
}

.about-me {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 780px;
    padding: 4vh 0;
}

    .about-me .title {
        color: #111111;
        font-weight: 600;
        font-size: 2.75rem;
        line-height: 100%;
        margin: 60px 0 40px 0;
    }


/*****************************************
* Work Experience
*****************************************/
#work-experience {
    /*padding: 50px 0px;*/
    padding: 4vh 0;
}


.work-experience {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 780px;
}

    .work-experience .title {
        color: #111111;
        font-weight: 500;
        font-size: 2.75rem;
        line-height: 120%;
        margin: 60px 0 40px 0;
    }

.work-experience-lists {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 780px;
}

    .work-experience-lists .work-experience-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

        .work-experience-lists .work-experience-item .work-experience-item-logo {
            width: 70px;
        }

            .work-experience-lists .work-experience-item .work-experience-item-logo img {
                border-radius: 50%;
            }

        .work-experience-lists .work-experience-item .work-experience-item-experience {
            width: calc(100% - 100px);
        }

            .work-experience-lists .work-experience-item .work-experience-item-experience .position-name {
                font-size: 1.5rem;
                font-weight: 600;
            }

            .work-experience-lists .work-experience-item .work-experience-item-experience .company-name {
                color: rgba(0, 0, 0, 1);
                font-size: 1rem;
                font-weight: 600;
            }

            .work-experience-lists .work-experience-item .work-experience-item-experience .period-time {
                color: rgba(0, 0, 0, 0.6);
                font-size: 1rem;
                font-weight: 400;
            }


/*****************************************
* Education
*****************************************/
#education {
    /*padding: 50px 0px;*/
    padding: 4vh 0;
}


.education {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 780px;
}

    .education .title {
        color: #111111;
        font-weight: 500;
        font-size: 2.75rem;
        line-height: 120%;
        margin: 60px 0 40px 0;
    }


.education-lists {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 780px;
}

    .education-lists .education-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }


        .education-lists .education-item .education-item-logo {
            width: 70px;
        }

            .education-lists .education-item .education-item-logo img {
                border-radius: 50%;
            }

        .education-lists .education-item .education-item-experience {
            width: calc(100% - 100px);
        }

            .education-lists .education-item .education-item-experience .position-name {
                font-size: 1.5rem;
                font-weight: 600;
            }

            .education-lists .education-item .education-item-experience .company-name {
                color: rgba(0, 0, 0, 1);
                font-size: 1rem;
                font-weight: 400;
            }



/*****************************************
* Contact
*****************************************/
#contact-info {
    padding: 4vh 0;
}


.contact-info {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 780px;
}

    .contact-info .title {
        color: #111111;
        font-weight: 500;
        font-size: 2.75rem;
        line-height: 120%;
        margin: 60px 0 40px 0;
    }

.contact-lists {
    margin-top:40px;
}

    .contact-lists .contact-item {

    }

        .contact-lists .contact-item a, .contact-lists .contact-item a:hover {
            color:#000000;
            text-decoration:underline;
        }
