@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

:root {
    --primary-color-1: #8F11BA !important;
    --primary-color-2: #047077 !important;
    --primary-light-1: #ae3ad6 !important;
    --primary-light-2: #28848a !important;
    --third-dark: #7c7c7c !important;
    /*  md: 768px;
        lg: 992px;
        xl: 1200px;*/
}

body {
    background-color: #F9F9F9 !important;
    font-family: Poppins,sans-serif !important;
  
}



/* Responsive Header */

header {
    min-height: calc(100vh - 75px);
    padding-top:20vh !important;
}

    header.blog_header {
        all: unset;
        height: 450px;
        max-height: 50vh !important;
        min-height: 250px;
        padding-top: 0 !important;

       isolation:isolate;
 
    }

        header.blog_header::after {
            content: '';
            position: absolute;
            z-index: -1;
            height: 450px;
            inset: 0;
            opacity: 0.25;
           /* background-image: url("../img/infoInteraction.gif") !important; */
            /* Create the parallax scrolling effect */
           
            /*background-attachment: fixed;*/
           
            background-repeat: no-repeat;
            background-size: cover;
        }



@media (max-width: 1400px) {

    header {
        padding-top: 20vh !important;
    }

}

@media (max-width: 1200px) {

    header {
        padding-top: 10vh !important;
    }
}


@media (max-width: 776px) {

    header {
        padding-top: 5vh !important;
    }
}

@media (max-width: 992px) {

    header {
        padding-top: 5vh !important;
    }
}

    header .container-lg {
    
   /* margin-top:-100px;*/
    }

/*@media(max-height:700px) {
    header {
        height: 100%;
    }

}*/



.text_xs {
    display: none;
}

.text {
    display: block;
}

@media (max-width: 450px) {
    .text_xs {
        display: block;
    }

    .text {
        display: none;
    }
}



.img_lg {
    display: block;
    max-height: 275px;
    margin-top: 20px;
    max-width:100%;
    min-width:200px;
}

.img_md {
    display: none;
    margin-bottom:50px;
 
}


@media (min-width: 992px) {
    .img_lg {
        display: none;
        margin-top: 50px;
        max-height: 350px;
    }

    .img_md {
        display: block;
       
    }
}


@media (min-width: 1200px) {
    .img_lg {
        display: block;
        height: 100%;
        margin-top: 0px;
    }

    .img_md {
        display: none;
    }
}

    /* Customizing sections */

    .port-section,
    .port-section-bg-white,
    .footer,
    .port-section-no-bg {
        background-image: linear-gradient(to bottom, white, #F9F9F9);
        padding-top: 6em !important;
        padding-bottom: 6em !important;
        border-top: 1px solid #d7d7d7;
    }

    .port-section-bg-white {
        background: #fcfcfc !important;
    }

    .footer,
    .port-section-no-bg {
        background: transparent !important;
    }

    .blog-section {
        background: transparent;
        padding:10px 0px 10px 0px;

    }

    .blog-section-primary-color {
        background: black;
    }

    .project-card {
        cursor: pointer;
        transition: 0.3s all ease-in-out  !important;
        max-width: 27rem !important;
        min-width: 5rem !important;
    }



        .project-card:hover {
            transform: scale(1.05) !important;
            -ms-transform: scale(1.05) !important; /* IE 9 */
            -webkit-transform: scale(1.05) !important; /* Safari 3-8 */
        }

.card-skills {
    max-height:135px !important;
    flex: 0 1 150px !important;
}


/* Customizing text and headers */
h1,
h2 {
    color: #4d4d4d !important;
}



h1 {
    font-size:  40px;
    line-height: 32px;
}

h2 {
    font-size: 30px !important;
    margin-bottom: 20px;
}

h3 {
    font-size: 23px;

}

    h3.my_header_text {
        font-size: 25px;
    }


@media (min-width:1200px) {


    h1 {
        font-size: 45px !important;
        line-height: 50px !important;
    }

    h2 {
        font-size: 45px !important;
    }


    h3 {
        font-size: 25px;
    }

        h3.my_header_text {
            font-size: 27px ;
        }

}


.label {
    padding:3px 10px 5px 10px;

   
    border-radius: 25px;
    color:#e9e9e9;
}

.label-primary {
    background: var(--primary-light-1);
}

.label-secondary {
    background: var(--primary-light-2);
}

.label-third {
  background: var(--third-dark);
}


.fw-bolder {
    font-weight: 800 !important;
}

.text-muted {
    color: #7B7B7B !important;
}




    pre code {
        font-size:120%;
        background-color: #eee;
        width:fit-content;
        min-width:100%;
        border: 1px solid #999;
        display: block;
        padding: 20px;
    }

/* navigation active links*/




    .navbar-nav .active {
        background-color: var(--primary-color-1) !important;
        color: #f8f8f8 !important;

    }
    .navbar-nav .nav-link {
    
        padding-top:15px;
        padding-bottom:15px;
    }




/* Buttons */

.btn-primary {
    background-color: var(--primary-color-1) !important;
    border-color: var(--primary-color-1) !important;
    background-color: #8F11BA !important;
}

        .btn-primary:hover,
        .btn-primary:active,
        .btn-primary:visited,
        .btn-primary:focus
         {
            background-color: #BD5FDD !important;
            border-color: #BD5FDD !important;
        }

        


        @media (min-width: 1400px) {
            h1 {
                font-size: 55px;
            }

            h2 {
                font-size: 37px;
            }
        }

/* Forms */

.form-control{
    border: solid 1px #D1BDBD !important;

}


/* Animations */

.fadeIn {

    animation: hidden 1.1s , fadeIn 1s 1.1s;
    animation-iteration-count: 1;
}

.fadeInQuick {
    animation: hidden 0.85s, fadeIn 2s 0.85s;
    animation-iteration-count: 1;
}




.font-weight-reduce-animation {
    animation:fadeIn 0.4s, fontSize 1s, fontWeight 1s;
    animation-timing-function: cubic-bezier(1.0, 0, 1, 1.0);
    animation-iteration-count: 1;
}


@keyframes fontSize {
    0% {
        font-size: 60px;
    }
}

@keyframes fontWeight {
    0% {
        font-weight: 700;
    }
}

@keyframes hidden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}


@keyframes fadeIn {
    0% {
        opacity: 0;
       
    }

    100% {
        opacity: 1;
     
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes zoom-in {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}