html {
    overflow-x: hidden;
    height: 100%;
}

* {
    text-align: left !important;
}

body {
    font-family: 'PTRootUI', sans-serif;
    font-size: 15px;
    color: #FAFAFA;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    background-color: #09090B;
}

.text-light {
    color: #FAFAFA !important;
}

.custom-list li {
    font-size: 16px;
}

.scrollbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    height: 100vh;
}

.scroll-content {
    height: auto;
}

.job-points {
    border: none !important;
    list-style: disc !important;
    padding-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: left;
}

.about .resume-box li.job-points:after {
    border: none !important;
}

.futuristt-font {
    font-family: 'Poppkorn', sans-serif;
    font-size: 25px;
}

@media (min-width: 992px) {
    .header {
        position: fixed;
        right: 30px;
        bottom: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        height: calc(100vh - 200px);
        top: 100px;
        opacity: 1;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
    }

    .header.hide-header {
        z-index: 0 !important;
        opacity: 0;
    }

    .header ul.icon-menu {
        margin: 0;
        padding: 0;
    }

    .header ul.icon-menu li.icon-box {
        width: 50px;
        height: 50px;
        list-style: none;
        position: relative;
        display: flex;
        align-items: center;
        transition: .3s;
        margin: 20px 0;
        border-radius: 50%;
        background: #2b2a2a;
    }

    .header ul.icon-menu li.icon-box i {
        color: #ddd;
        font-size: 19px;
        transition: .3s;
    }

    .header ul.icon-menu li.icon-box.active,
    .header ul.icon-menu li.icon-box:hover,
    .header ul.icon-menu li.icon-box.active i,
    .header ul.icon-menu li.icon-box:hover i {
        color: #FAFAFA;
    }

    .header .icon-box h2 {
        font-size: 15px;
        font-weight: 500;
    }

    .header .icon-box a {
        display: block;
        padding: 0;
        width: 50px;
        height: 50px;
    }

    .header .icon-box i.fa {
        position: absolute;
        pointer-events: none;
    }

    .header .icon-menu i {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        text-align: left;
        font-size: 35px;
        top: 15px;
    }

    .header .icon-box h2 {
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        color: #FAFAFA;
        line-height: 50px;
        font-weight: 500;
        transition: all .3s;
        border-radius: 30px;
        text-transform: uppercase;
        padding: 0 25px 0 30px;
        height: 50px;
    }

    .header .icon-box a:hover h2 {
        opacity: 1;
        right: 27px;
        margin: 0;
        text-align: left;
        border-radius: 30px 0 0 30px;
    }
}

.home .color-block {
    position: fixed;
    height: 200%;
    width: 100%;
    transform: rotate(-15deg);
    left: -83%;
    top: -50%;
}

.home .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
    height: 50%;
    z-index: 111;
    left: 5%;
}

.home .bg img {
    border-radius: 25%;
    height: 100%;
}

.home .container-home {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.home .home-details>div {
    max-width: 550px;
    margin: 0 auto;
}

.home .home-details h1 {
    font-size: 51px;
    line-height: 62px;
    font-weight: 700;
    margin: 18px 0 10px;
    position: relative;
}

.home .home-details h1 span {
    color: #FAFAFA;
    display: block;
}

.home .home-details h6 {
    color: #FAFAFA;
    font-size: 22px;
    font-weight: 400;
    display: block;
}

.home .home-details p {
    margin: 15px 0 28px;
    font-size: 16px;
    line-height: 35px;
}

@media (max-width: 1350px) and (min-width: 992px) {
    .container {
        max-width: calc(100% - 195px);
    }
}

@media (max-width: 1200px) {
    .home .home-details h1 {
        padding-left: 0;
    }

    .home .home-details h1:before {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .home .home-details h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .home .home-details>div {
        max-width: 450px;
    }
}

@media (min-width: 1600px) {
    .home .home-details>div {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .home .home-details-container {
        width: 100%;
        height: 100vh;
    }

    body.home {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    body.home {
        padding: 25px;
    }

    body.home .main-container {
        padding: 30px 0 !important;
    }

    .home .home-details-container {
        margin: 0 auto;
    }

    .home .home-details {
        padding: 0;
    }

    .main-img-mobile {
        border-radius: 25%;
        width: 270px;
        height: 270px;
        margin: 0 auto 25px;
        display: block;
    }

    .home .home-details h1 {
        font-size: 38px;
        line-height: 48px;
        margin: 29px 0 13px;
    }

    .home .home-details p {
        margin: 10px 0 23px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .home .home-details p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }

    .title-section.revealator-delay1 {
        transform: none !important;
        opacity: 1 !important;
    }

    .main-img-mobile {
        display: block !important;
        width: 230px;
        height: 230px;
    }

    .home .home-details h1 {
        font-size: 29px;
        line-height: 39px;
        margin: 18px 0 13px;
    }

    .home .home-details h6 {
        font-size: 19px;
    }
}
