/* Hero section */
.sec-hero {
    margin: 7.5% 5% 5% 5%;
    padding: 5% 2.5%;
    border-radius: 25px;
    background: #F3F8FF !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hero-div-one {
    width: 50%;
}

.hero-div-one div {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.hero-div-one h1 {
    font-size: 3.5vw;
    margin: 2% 0;
}

.hero-text-span {
    color: #00b899;
    font-size: 3.5vw;
    font-weight: 600;
}

.hero-div-one h2 {
    line-height: 1.5;
    font-size: 1.5vw;
    text-align: justify;

}

.hero-div-one button {
    border: none;
    border-radius: 5px;
    color: #333;
    background-color: #00b899;
    padding: 1% 2%;
    margin: 2% 0;
    font-size: 1.5vw;
}

.hero-text-subhead {
    margin: 2% auto 4% auto;
}

.hero-div-two {
    width: 50%;
    text-align: right;
}

.hero-div-two img {
    width: 40% !important;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* Hero Section Mobile */
@media screen and (max-width:576px) {

    .sec-hero {
        display: flex;
        flex-direction: column-reverse;
        padding: 5% 5% 5% 5%;
        margin: 20% 5% 5% 5%;
        border-radius: 25px;

    }

    .hero-div-one {
        width: 100% !important;
    }

    .hero-div-one h2 {
        font-size: 10vw;
        margin: 5% 0 10% 0;
    }

    .hero-div-one h1 {
        line-height: 1.5;
        font-size: 5vw;
    }

    .hero-text-span {
        color: #00b899;
        font-size: 10vw;
    }

    .hero-div-one button {
        border: none;
        border-radius: 5px;
        color: #333;
        background-color: #00b899;
        padding: 1% 4%;
        margin: 4% auto;
        font-size: 6vw;
    }

    .hero-div-two {
        width: 100%;
        text-align: center;
    }

    .hero-div-two img {
        width: 80% !important;
        height: 100%;
        object-fit: cover;

    }

    .hero-icon-div {
        text-align: center;
        margin: 10% 0 0 0 !important;
    }

    .hero-icon {
        background-color: #9EA4AA;
        padding: 1% 3%;
        border-radius: 10%;
        font-size: 6vw;
        margin: auto 2% auto 0%;
        color: #333;

    }
}

/* Sub Heading */
.subhead {
    margin: 10% 0% 2.5% 5%;
    color: #333;
}

@media screen and (max-width:576px) {

    .subhead {
        margin: 20% 0% 5% 5%;
        color: #333;
    }

}

/* Skills */
.sec-skills {
    margin: 0% 5% 10% 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-skills-div {
    margin: 2% 0%;
    padding: 2%;
    background-color: #F3F8FF;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sec-skills-subdiv {
    display: flex;
    justify-content: start;
}

.icon-large {
    font-size: 2.5vw;
    color: #00b899;
    padding: 3.5%;
    border-radius: 10px;
    border: none;
    margin: auto 10% auto 0;
}

/* Skills Mobile */
@media screen and (max-width:576px) {

    .sec-skills-div {
        margin: 5% 0% 2.5% 0%;
        background-color: #F3F8FF;
        border-radius: 10px;
        padding: 2.5%;
        width: 48%;

    }

    .sec-skills-subdiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .icon-large {
        font-size: 5vw;
        width: auto;
        margin: 0 0 5% 0;
    }
}

/* Projects */
.sec-works {
    margin: 0% 5% 0% 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-works div {
    width: 30% !important;
    background-color: #F3F8FF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sec-works-img {
    max-width: 100% !important;
    margin: 0% 0% 2% 0%;
    border-radius: 10px 10px 0px 0px;
}

.sec-work-text {
    color: #333;
    text-align: center;
    margin: 2% 0 !important;
}
.project-link {
    font-size: 1.25vw;
    margin: 2% 0 0 0;
}

/* Projects Mobile */
@media screen and (max-width:576px) {
    .sec-works div {
        width: 100% !important;
        margin: 2.5% 0%;
    }

    .sec-works-img {
        max-width: 100% !important;
    }

    .project-link {
        font-size: 4vw;
        margin: 5% 0 0 0;
    }

}

/* About */

.sec-about {
    margin: 0% 5% 0% 5% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.sec-about-text {
    background-color: #F3F8FF;
    padding: 2.5%;
    border-radius: 10px;
    width: 47.5%;
    text-align: justify;
    line-height: 1.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sec-about-text p {
    margin-bottom: 0 !important;
}

.sec-about-img {
    width: 45%;
    position: relative;
    margin: auto 0;
}

.sec-about-img img {
    width: 100%;
    border-radius: 10px;
    opacity: 0.8;

}

.sec-about-btn {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #333;
    border-radius: 5px;
    color: #00b899;
    padding: 1% 4%;
    font-size: 1.5vw;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

/* Education */
.sec-edu-div {
    display: flex;
    flex-direction: column;
    align-content: space-evenly;
}

.sec-edu-text {
    margin: 5% 0;
    border-left: 3px solid #00b899;
    padding-left: 5%;
}

/* About Mobile */
@media screen and (max-width:576px) {
    .sec-about {
        margin: 5% !important;
    }

    .sec-about-text {
        background-color: #F3F8FF;
        padding: 5%;
        border-radius: 10px;
        width: 100%;
        text-align: justify;
        line-height: 1.8;
        margin: 0 0 5% 0;
    }

    .sec-about-img {
        width: 100%;
        position: relative;
        margin: 0 0 10% 0;
    }

    .sec-about-btn {
        position: absolute;
        top: 50%;
        left: 25%;
    }

    /* Education Mobile */
    .sec-edu-text {
        margin: 5% 0;
        border-left: 3px solid #00b899;
        padding-left: 2.5%;
    }

}

/* Connection */
.connect{
    margin: 10% 0;
    padding: 2.5% 0;
    background-color: #00b899;
    
}
.connect h3{
    font-size: 1.6vw;
}
.c-div{
    margin: 2.5% 0%;
    display: flex;
    justify-content: space-evenly;
}
.c-div div{
    width: 20%;
    text-align: center;
    padding: 1% 2%;
    background-color: #F3F8FF;
}

.c-div div a{
    color: #333;
}

@media screen and (max-width:576px) {
    .connect{
        margin: 15% 0% 10% 0%;
        
    }
    .c-div{
        margin: 5% 0% ;
        display: flex;
        justify-content: space-evenly;
    }
    .c-div div{
        width: 25% !important;
        text-align: center;
        padding: 2% 3%;
        background-color: #F3F8FF;
    }
}

/* Meet */

/* .meet{
    margin: 10% 5% 5% 5%;
    background-color: #F3F8FF;
    padding: 5% 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px ;
} */