@tailwind base;
@tailwind components;
@tailwind utilities;
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
* {
    padding: 0;
    margin: 0;
}
@media (max-width: 700px) {

    .welcome-text {
        position: relative;
        top: 50vh;
        color: white;
        font-family: 'Playfair Display', serif;
        font-size: 5vh;
    }

    .name-text {
        position: relative;
        color: black;
        font-family: 'Playfair display', serif;
        font-size: 3.8em;
        z-index: 50;

    }

    .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.03em;
        padding-right: 0.05em;
        padding-bottom: -.9em;
        overflow: hidden;
    }


    .letter {
        display: inline-block;
        line-height: .5em;
        transform: translateY(1.2em);
    }

    .name-text .letter1 {
        display: inline-block;
        line-height: .5em;
        transform: translateY(1.2em);
    }

    .welcome-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        z-index: 1;
    }

    .small-box {
        width: 5em;
        height: 5em;
        background-color: #0fa89edd;
        position: relative;
        top: -20%;
        left: 60%;
        z-index: 999;
    }

    .profile-box {
        background-color: rgba(128, 128, 128, 0.307);
        width: 15em;
        height: 15em;
        margin-right: 10vh;
    }

        .pic-holder {
            position: relative;
            z-index: 2;
            overflow: hidden;
            height: 100%;
            width: 100%;
            top: 0%;
            left: 0%;
        }

                .grad-image {
                    transform: translateX(-50%) translateY(-40%) scaleX(.8) scaleY(.8);
                }

    .meta-box {
        width: 90%;
        height: 25vh;
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .down-arrow {
        height: 10vh;
        width: 10vh;
        align-self: center;
    }
/* 
    .first-exp {
        height: 50vh;
        width: 100%;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 4em auto 2.5em 60vh;
        grid-row-gap: .5em;
    } */
    .second-item {
        grid-row-start: 2;
    }
    
    .third-item {
        grid-row-start: 3;
    }
    
    .fourth-item {
        grid-row-start: 4;
        overflow: hidden;
        border-top: 2px solid #0c625cdd;
        border-right: 2px solid #0c625cdd;
    
    }
}

.experience-header {
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}



.experience-font {
    font-family: 'Helvetica';
    /* font-size: 2.6em; */
    transform: translateY(1.1em);
    font-weight: 700;

}

.description-font {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    transform: translateY(1.1em);
    /* -webkit-text-stroke: .01px white;
    text-stroke: .01px white; */
}

.company-font {
    font-family: 'Helvetica';
    transform: translateY(1.1em);
}





.image {
    width: 200%;
    height: 100%;
    /* clip-path: inset(100% 52% 6% 0%);
    filter: blur(0px);
    -webkit-filter: blur(5px); */
    
}

.image-two {
    transform: translateX(-40%);
    /* clip-path: inset(0% 32% 6% 0%); */
}

.line-through {
    width: 100%;
    height: .05em;
    background-color: black;
    position: relative;
    top: 2.5em;

}

.line-num{
    font-family: Poppins;
    position: relative;
    width: 10%;
    left: 90%;
    top: -.7em;
    overflow: hidden;
}