/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

body {
    background-color: #515b69 !important;
}

/*
html {
    scroll-behavior: smooth;
}
*/

p {
    margin-bottom: 0px !important;
    font-family: 'Roboto', sans-serif !important;
}

html,
body {
    overflow-x: hidden;
}

/*
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;

}
*/

body {
    position: relative
}

/* MAIN HEADER SECTION */

#index-header-section {
    background-image: url(../images/index-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    top: 0px;
    bottom: 0px;
    height: auto;
}



#index-header-section::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #202020;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}


.main-content .common-sub-title {
    margin-top: 39px;
}


.main-content .common-sub-title h3 {
    font-size: 22px;
    font-family: 'Lora', serif;
}

.main-content {
    text-align: center;
    color: white;
    padding-bottom: 130px;
    position: relative;
}

.index-title h1 {
    margin-top: 144px;
    margin-right: 0px;
    margin-bottom: 31px;
    letter-spacing: 0.03em;
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
}

.main-content .common-sub-title h3 {
    letter-spacing: 0.03em;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
}


/**********PROJECT SECTION STARTS HERE**********/

.col-lg .img-responsive {
    width: 100%;
    height: auto;

}

.col-md .project-1-header {
    color: white;
    text-align: center;
    margin: 50px;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;
}

.col-md .about-me-title {
    color: white;
    text-align: center;
    /*    margin: 50px;*/
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 84px;
    /* margin-right: 190px; */
    /* margin-right: 69px; */
    margin: 25px;
}


.col-md .project-1-paragraph {
    color: white;
    text-align: center;
    letter-spacing: 0.07em;
    margin: 25px;
    height: auto;
    width: auto;
    font-family: 'Roboto', sans-serif;
    /* margin-left: 303px; */
    line-height: 2rem;
    text-align: left;
}

/*Project 1 Button*/

.col-md .project-button-1 .btn {
    color: white;
    border: 2px solid white;
    margin-top: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
}

.col-md .project-button-1 .btn:hover {
    background-color: white;
    color: black;
    /*    font-weight: 300;*/
    transition-duration: 0.4s;

}

/*Project Button  GITHUB  */
.col-md .project-github .btn {
    color: white;
    border: 2px solid white;
    margin-top: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    position: relative !important;
    bottom: 18px !important;
    margin-left: 77px !important;
    width: 70% !important;
}

.col-md .project-github .btn:hover {
    background-color: white;
    color: black;
    /*    font-weight: 300;*/
    transition-duration: 0.4s;

}

/*Project Button  ACTUAL WEBSITE  */
.col-md .project-website .btn {
    color: white;
    border: 2px solid white;
    margin-top: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    margin-right: 54px;
}

.col-md .project-website .btn:hover {
    background-color: white;
    color: black;
    /*    font-weight: 300;*/
    transition-duration: 0.4s;

}

.common-horizontal-line {
    border: 1px solid white;
    width: 74%;
    margin-top: 20px;
    margin-right: 65px;
}





.col-md .myrole-section {
    width: 50%;
    height: 50px;
    width: 50%;
    height: auto;
    padding: 18px;
    float: left;
}

.col-md .myrole-section .rightside {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.col-md .maingoal-section {
    width: 50%;
    height: auto;
    float: left;
    padding: 18px;
}

.col-md .maingoal-section .leftside {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: white;
}





/************* DESIGN PAGE STARTS HERE ************************/

#designHeader {
    background-image: url(../images/designHeader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    top: 0px;
    bottom: 0px;
    height: 100vh;
}



#designHeader::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #202020;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}



/******************* NAVIGATION SECTION STARTS HERE *************/

.navbar-light .navbar-nav .nav-link {
    color: white !important;
    margin-top: 10px !important;
    margin-right: 15px !important;
}

.navbar {
    padding: 38px !important;
    font-family: 'Open Sans', sans-serif;
}


/* ABOUT ME SECTION */

/*
.common-title {
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 500;
    margin-top: 90px;
    color: #fefefe;
}

.common-title h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
}
*/

/*
.common-title::before {
    content: '';
    background-color: #1f226f;
    height: 4px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
    border-radius: 50%;
}

.common-title::after {
    content: '';
    background-color: #5a64b7;
    height: 9px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    display: block;
    transform: translateY(0px);
    text-shadow: 11px 13px 11px black, 0 0 13px blue, 0 0 13px darkblue;
    border-radius: 50%;
}
*/


#aboutMe-section .col-md-6 {
    text-align: center !important;
}

#aboutMe-section .col-md-6 p {
    margin: 30px !important;
    font-family: 'Merriweather', serif;
    color: #fefefe;
}

#aboutMe-section .col-md-6 img {
    border-radius: 40% !important;
    border-color: 3px black !important;
}




/************** SKILLS SECTION STARTS HERE ****************/

#skills-section .card-image img {
    width: 350px;
    opacity: 0.4;


}

#skills-section .card-image {
    text-align: center;
}

#skills-section .card-content1 {
    background-color: #3a4c66;
    width: 350px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    color: #fefefe;
}

#skills-section .card-content2 {
    background-color: #dde1e6;
    width: 350px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

#skills-section .card-content3 {
    background-color: #3a4c66;
    color: white;
    width: 350px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

#skills-section .text-container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}


#skills-section .content {
    color: black;
    font-size: 15px;
    position: relative;
    bottom: 50px;

}

#skills-section .card-image:hover {
    opacity: 2;
    transition: 0.7s !important;
}

#skills-section .col-md-6:hover .card-image img {
    filter: brightness(0.6) !important;
    transition: 0.7s !important;
}

#skills-section .col-md-6:hover .text-container {
    opacity: 9;
    filter: brightness(0.9) !important;
    transition: 0.7s !important;
}

#skills-section .col-md-6:hover .text-container .content {
    color: #ffffff;

}


/**************** PROJECTS SECTION STARTS HERE **************/

#projects-section .project-image {
    text-align: center;
}

#projects-section .text-container {
    text-align: center;
}


/* #projects-section .project-image img {
    width: 350px;
    opacity: 0.4;
    
} */


#projects-section .text-container {
    transition: ease-out 0.7s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}


#projects-section .content {
    color: black;
    font-size: 15px;
    position: relative;
    bottom: 33px;

}

#projects-section .content h1 {
    font-size: 32px;
    padding: 15px;
}

#projects-section .project-image:hover {
    opacity: 2;
    transition: 0.7s !important;
}

#projects-section .carousel-inner:hover .project-image img {
    filter: brightness(0.5) !important;
    transition: 0.7s !important;
}

#projects-section .carousel-inner:hover .text-container {
    opacity: 9;
    filter: brightness(0.9) !important;
    transition: 0.7s !important;
}

#projects-section .carousel-inner:hover .content {
    color: #ffffff;

}

#projects-section .text-container .buttons .common-btn {
    margin: 10px;
    background-color: #494b61;
    color: #ffffff;
    border-radius: 16%;
    padding: 3px 10px;
    border-color: transparent !important;
}

#projects-section .text-container .buttons .common-btn:hover {
    background-color: transparent;
    transition: ease-in-out 0.6s;
    border-radius: 30%;
    border-color: lightgray !important;
}



/****************** CONTACT US SECTION STARTS HERE ***************/

.contactMe-section {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    background: rgb(48, 60, 75);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(5, 121, 182);
}

.input-sections {
    display: flex;
    flex-direction: column;
    margin-right: 4%;
}

.input-sections,
.message-section {
    width: 48%;
}

.input-sections .input,
.message-section textarea {
    margin: 10px 0;
    background: transparent;
    border: 0px;
    border-bottom: 2px solid #3989b2;
    padding: 10px;
    color: white;
    width: 100%;
}

.message-section textarea {
    height: 212px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c5ecfd;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c5ecfd;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c5ecfd;
}

.button {
    background: #6cbbdf;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.button:hover {
    background-color: transparent !important;
    transition: ease-in-out 0.7s;
    border-radius: 30%;
    border: 2px solid white;
}



/*************** FOOTER SECTION STARTS HERE **************/

#footer-section {
    text-align: center;
    margin-top: 40px;
    background-color: #3a4c66;
}

#footer-section .copyright-section {
    margin-top: 80px;
    color: white;
    font-size: 0.9em;
}


/********************* MEDICAL PROJECT SECTION STARTS HERE ***********************/

.container .problem-header {
    color: white;
    text-align: center;
    margin: 50px;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;

}

.container .problem-para-1 {
    font-size: 25px;
    margin: 53px;
    color: white;
    text-align: center;
    margin: 50px;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;

}

.container .problem-para-2 {
    font-size: 16px;
    margin: 53px;
    color: white;
    text-align: center;
    margin: 50px;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;

}

.col-sm-6 .project-key-goal {
    color: white;
    border: 2px solid white;
    margin-top: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    height: auto;
    background-color: #9c9fa1;
    border-color: black;
    border-width: medium;
}



.col-sm-6 .project-key-goal .key-goal-content {
    margin: 20px;
    color: #000000;
}








/****************** MEDIA QUERIES **********************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #index-header-section::before {
        opacity: 1.9 !important;
    }

    .col-md .maingoal-section {
        float: none;
        margin: 0 auto;
    }

    .col-md .myrole-section {
        float: none;
        margin: 0 auto;
    }

    .container .problem-header {

        margin: 28px !important;
    }

    .container .problem-para-1 {
        margin-top: 0px !important;
    }



    .col-md .project-github .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-md .project-website .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }


    .common-horizontal-line {
        margin-right: 58px !important;
        margin-top: 40px !important;
        width: 70% !important;
    }

    .horizontal-line-project1 {
        margin-top: 40px !important;
    }

    .col-md .project-1-paragraph {
        margin-left: 0px !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 20px !important;
    }

    .col-md .project-1-header {
        text-align: center !important;
        margin-right: 0px !important;
        margin: 0 auto !important;
        margin-top: 33px;
        padding: 28px;

    }

    .col-md .about-me-title {
        margin: 0 auto !important;
        text-align: center !important;

    }

    .col-sm-6 .img-responsive {
        /*        margin-top: 92px !important;*/
        width: 100% !important;
        height: auto !important;
    }

    .container .img-responsive {
        width: 100% !important;
        height: auto !important;
    }

    .col-md .common-title .skills-header {
        margin-top: 0px !important;
    }

    /*
    .col-md-12 .col-sm .skill-3 {
        margin-right: 10px !important;
    }
*/

    .col-md .col-sm {
        margin-right: 10px !important;
        padding: 40px !important;
    }



    #index-header-section::before {
        opacity: 1.9 !important;
    }

    .col-md .maingoal-section {
        float: none;
        margin: 0 auto;
    }

    .col-md .myrole-section {
        float: none;
        margin: 0 auto;
    }

    .col-md.project-github .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-md .project-website .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /*
    .col-sm-6 .project-button-1 .btn {
        margin-top: 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
*/

    .common-horizontal-line {
        margin-right: 58px !important;
        margin-top: 40px !important;
        width: 70% !important;
    }

    .horizontal-line-project1 {
        margin-top: 40px !important;
    }

    .col-md .project-1-paragraph {
        margin-left: 0px !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 20px !important;
    }

    .col-md .project-1-header {
        text-align: center !important;
        margin-right: 0px !important;
        margin: 0 auto !important;
        margin-top: 33px;
        padding: 28px;

    }

    .about-me-title {
        margin: 0 auto !important;
    }

    /*
    .col-sm-6 .img-responsive {
        margin-top: 92px !important;
        width: 100% !important;
        height: auto !important;
    }
*/

    .col-md .common-title .skills-header {
        margin-top: 0px !important;
    }



    .col-md .col-sm {
        margin-right: 10px !important;
        padding: 40px !important;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    #index-header-section::before {
        opacity: 1.9 !important;
    }

    .col-md .maingoal-section {
        float: none;
        margin: 0 auto;
    }

    .container .img-responsive {
        width: 100% !important;
        height: auto !important;
    }

    .col-md .myrole-section {
        float: none;
        margin: 0 auto;
    }

    .col-md .project-github .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-md .project-website .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }




    .common-horizontal-line {
        margin-right: 58px !important;
        margin-top: 40px !important;
        width: 70% !important;
    }

    .horizontal-line-project1 {
        margin-top: 40px !important;
    }

    .col-md .project-1-paragraph {
        margin-left: 0px !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 20px !important;
    }

    .col-md .project-1-header {
        text-align: center !important;
        margin-right: 0px !important;
        margin: 0 auto !important;
        margin-top: 33px;
        padding: 28px;

    }

    .col-md .about-me-title {
        margin: 0 auto !important;
        text-align: center !important;

    }

    .col-sm-6 .img-responsive {
        /*        margin-top: 92px !important;*/
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }


    .col-md-12 .common-title .skills-header {
        margin-top: 0px !important;
    }

    /*
    .col-md-12 .col-sm .skill-3 {
        margin-right: 10px !important;
    }
*/

    .col-md-12 .col-sm {
        margin-right: 10px !important;
        padding: 40px !important;
    }



    #index-header-section::before {
        opacity: 1.9 !important;
    }

    .col-md .maingoal-section {
        float: none;
        margin: 0 auto;
    }

    .col-md .myrole-section {
        float: none;
        margin: 0 auto;
    }

    .col-md .project-github .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-md .project-website .btn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /*
    .col-sm-6 .project-button-1 .btn {
        margin-top: 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
*/

    .col-md .common-horizontal-line {
        display: none;
    }

    .horizontal-line-project1 {
        margin-top: 40px !important;
    }

    .col-md .project-1-paragraph {
        margin-left: 0px !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 20px !important;
    }

    .col-md .project-1-header {
        text-align: center !important;
        margin-right: 0px !important;
        margin: 0 auto !important;
        margin-top: 33px;
        padding: 28px;

    }

    .about-me-title {
        margin: 0 auto !important;
    }



    .col-md-12 .common-title .skills-header {
        margin-top: 0px !important;
    }



    .col-md-12 .col-sm {
        margin-right: 10px !important;
        padding: 40px !important;
    }
}

/* Media Query for Laptops and Desktops */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .col-sm-6 .about-me-title {
        color: white;
        text-align: center;
        /*    margin: 50px;*/
        letter-spacing: 0.05em;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-size: 84px;
        /* margin-right: 190px; */
        /* margin-right: 69px; */
        margin: 0px !important;
    }

/*
    .container .img-responsive {
        width: 100% !important;
        height: auto !important;
    }
*/


    .col-sm-6 .project-1-paragraph {
        color: white;
        text-align: center;
        letter-spacing: 0.07em;
        /*        margin: 0px !important;*/
        height: auto;
        width: auto;
        font-family: 'Roboto', sans-serif;
        /* margin-left: 303px; */
        line-height: 2rem;
        text-align: left;
    }
}

/* Media Query for Large screens */
@media only screen and (min-width: 1600px) {
    .col-sm-6 .project-1-paragraph {
        margin-left: 0px !important;
    }

    .col-sm-6 .about-me-title {
        margin: 0px !important;

    }

/*
    .container .img-responsive {
        width: 100% !important;
        height: auto !important;
    }
*/
}
