* {
    margin: 0;
    padding: 0;
    /* outline: solid 1px red !important; */
}

.text_blue {
    color: #3a77ff !important;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.hazar_nav {
    background-color: #fff;
}

.navbar-brand {
    font-weight: bolder;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.nav-item {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.hero_text h1 {
    font-size: 12vw;
    color: #313b44;
    line-height: 1.2;
    font-weight: 900;
}

.hero_text h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.hero_text p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.hazar_section {
    width: 100%;
}

.first_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.right_side {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_side_icons {
    font-size: .8rem;
    color: #588da8;
}

.right_side_icons i {
    margin-right: 5px;
}

.right_side_author {
    font-size: 1rem;
    margin-top: 1rem;
}

.right_side_author_name {
    color: black;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.right_side_author_designation {
    color: #588da8;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.hazar_bold {
    font-weight: 900;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.ftco-footer {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #141b25;
    color: rgba(255, 255, 255, 0.9);
}

.profile_pic {
    border-radius: 50%;
    max-width: 100%;
    height: 60px;
    width: 60px;
    min-width: 60px;
    /* margin-bottom: .8rem; */
    transition: 1s all ease;
    transition-delay: 5s;
    vertical-align: bottom;
}

.active {
    /* background-color: #588da8; */
}

.reveal {
    position: relative;
    opacity: 0px;
}

.reveal.active {
    position: relative;
    animation: bottomScroll;
    animation-duration: 1s;
    /* animation-delay: 1s; */
    animation-fill-mode: forwards;
}


/* .author_info.active{
    position: relative;
    animation:scrollFromRight;
    animation-duration: 1s;
    animation-fill-mode: forwards;
} */

.reveal_header {
    color: #3a77ff !important;
    position: relative;
    animation: bottomScroll;
    animation-duration: 2s;
    /* animation-delay: 1s; */
    animation-fill-mode: forwards;
}

.header__stroke {
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3a77ff;
}

.right_side_author_name:nth-child(n+2) {
    color: white
}

@keyframes bottomScroll {
    0% {
        bottom: -50px;
    }
    100% {
        bottom: 0px;
    }
}


/* @keyframes scrollFromRight{
    0%{
        left:900px
    }
    100%{
        left: 0px;
    }
} */

@media (min-width: 700px) {
    .first_img {
        height: 100vh;
        width: 50%;
    }
    .profile_pic {}
    .right_side {
        height: 100vh;
        width: 50%;
    }
    .nav_container {
        max-width: 800px !important;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .nav-item {
        margin-right: 40px;
    }
    .hazar_inline {
        display: flex;
    }
    .right_side>span {
        font-size: 40px;
        padding-left: 50px;
        padding-right: 10px;
        color: #313b44;
    }
    .hazar_section {
        height: 100vh;
    }
}

@media (max-width: 699px) {
    .hazar_inline {
        display: flex;
        flex-direction: column;
    }
    .hazar_inline.reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .first_img {
        width: 100%;
        height: 500px;
    }
    .right_side {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 30px;
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
}

@media(max-width:700px) {
    .right_side {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media(max-width:360px) {
    .right_side {
        font-size: 40px;
        padding-left: 10px;
        padding-right: 10px;
        color: #313b44;
        padding-top: 1rem;
    }
    .right_side>span {
        font-size: 40px;
        padding-left: 0px;
        padding-right: 10px;
    }
}