/* reset code start here */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-weight: 400;
    /* outline: 2px solid red; */

}

html {
    background-color: black;
    scroll-behavior: smooth;
    font-size: 62.5%;
    font-family: "Roboto", sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #000;
    width: 100%;
    box-shadow: 0.1rem 0.1rem 0.1rem #7c7878 -0.1rem 0rem 0.1rem #7c7878;
}


/* reset code ends here */

/* Header and Navigation bar starts here! */

.header {
    background: url("./Image/Beach-Background.gif") no-repeat center;
    background-size: cover;
    background-color: #f5f6fa;
    height: 100vh;
    width: 100%;
    position: relative;

}

.brand-name {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    width: 100%;
    gap: 1rem;


}


.brand-name__m {
    font-weight: 1500;
    font-size: 40rem;
    padding-right: 7rem;
    padding-top: 5rem;
    font-family: 'Courier New', Courier, monospace;
    color: #f5f6fa;
    animation: -solution 2s cubic-bezier(.28, .84, .42, 1) forwards;
}


.brand-name__s {
    font-family: "italiano", cursive;
    font-weight: 300;
    font-size: 15rem;
    padding-left: 2rem;
    padding-top: 5rem;
    color: #f5f6fa;
    animation: -solution 2s cubic-bezier(.28, .84, .42, 1) forwards;

}

@keyframes -solution {

    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-120px);

    }

    40% {
        transform: translateY(0);
    }

    55% {
        transform: translateY(-60px);

    }

    70% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(-30px);

    }

    90% {
        transform: translateY(0);
    }

    95% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);

    }
}


.nav-icon5 {
    min-height: 10vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    z-index: 5;
    transition-property: all;
    transition-duration: 3s;
    position: fixed;
    top: 0;
}

.nav-icon__icon {
    background-color: rgb(230, 230, 250, 0.4);
    border-radius: 2rem;
}

.nav-icon__logo__img {
    width: 14rem;
    min-height: 18vh;

}

.nav-icon__logo__img:hover {
    transform: scaleY(2);
    padding-top: 2rem;

}

nav li {
    display: inline-block;
    font-size: 3rem;
    padding: 0 1rem;
    font-weight: bolder;


}

ul li a {

    font-size: large;
    padding: 0 0.4rem;
    border-radius: 10px;

}

.red {
    font-size: large;
    color: #f00808;
    text-decoration: underline 1.5px #000;
    background-color: #f5f6fa;
    transition-property: all;
    transition-duration: 0.5s;
}

.red:hover {
    cursor: pointer;
    border-radius: 15px;
    color: #000;
    text-decoration: underline 1.5px #f00808;
    transform: scale(2);
}

.white {
    color: #f5f6fa;
    text-decoration: underline 1.5px #f00808;
    background-color: #000;
    transition-property: all;
    transition-duration: 0.5s;
}

.white:hover {
    cursor: pointer;
    border-radius: 15px;
    color: #f00808;
    text-decoration: underline 1.5px #f5f6fa;
}

/* Intro Starts Here */

.intro {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40vh;
    gap: 3rem;
    width: 100%;
    padding: 1rem 0;
    border-top: 2px solid #f00808;
    border-bottom: 2px solid #f00808;

}

.intro__desc {
    height: 30vh;
    width: 50%;
    margin-left: 3rem;
    font-size: 2.3rem;
    font-weight: bolder;
    color: #f5f6fa;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
    border-right: 3px solid red;
}

.intro__desc p {
    margin-top: 9rem;
}

.intro__icon {
    display: flex;
    gap: 3rem;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    width: 40%;


}

.intro__icon__text {
    font-size: 3rem;
    color: #f00808;
    letter-spacing: 0.1rem;


}

.intro__icon__pointer {
    font-size: 4rem;
    padding-left: 0.8rem;
    padding-top: 0.7rem;
    transform: scaleY(2);
    color: #f00808;
    animation: pointer 1.5s ease-in-out infinite;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #f5f6fa;
    padding-right: 3rem;

}

@keyframes pointer {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(5px);
    }
}

/* Intro Ends Here */

/* Header and Navigation bar ends here! */


/* About Section Starts here! */
.about-container {
    background-color: #000;
    display: block;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 6rem;

}



.about__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    color: #f5f6fa;
    font-size: 5rem;
    font-family: "italiano" cursive;
    text-align: center;
    letter-spacing: 0.1rem;
    margin: 2rem 0;

}

.fy {
    padding-top: 1rem;
    border-top: 5px solid #f00808;
    border-bottom: 5px solid #f00808;
    background-color: #000;


}

.fy2 {
    color: #f5f6fa;
}

.about__heading1 {
    color: #f00808;
}

.section-holder {

    min-height: 80vh;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    padding-top: 7rem;

}


.about__image {
    background-color: #6ab9db;
    height: 70vh;
    width: 20%;
    border-radius: 100%;
    box-shadow: 0 0 30px 10px #f00808;
    position: relative;
    top: 2rem;
    margin-left: 15rem;
}

.about__img {
    position: absolute;
    height: 70vh;
    width: 100%;
    border-radius: 100%;

}


.about__article {
    min-height: 80vh;
    font-size: 1.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 60%;
    top: 13rem;
}

.about__article__headline {
    color: #f5f6fa;
    font-family: initial;
    font-weight: 600;

}

.about__article__desc {
    color: #f5f6fa;
    width: 95%;
    margin-top: 5rem;
    padding: 0.3rem 1rem;

}

.about__btn {
    height: 10vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    gap: 10rem;


}

.about__btn h2 {
    color: #000;
    font-size: 1.6vw;
    font-weight: 700;
}

.about__btn h2:hover {
    color: blue;


}

.about__btn1 {
    width: 30%;
    height: 8vh;
    background-color: #f5f6fa;
    border-radius: 1rem;
    text-decoration: none;
    border: none;
    transition: all ease;
}

.about__btn1:hover {
    background-color: #6ab9db;
    color: #f5f6fa;
}

.about__btn2 {
    width: 30%;
    height: 8vh;
    background-color: #f00808;
    border-radius: 1rem;
    text-decoration: none;
    border: none;
    transition: all ease;
}

.about__btn2:hover {
    background-color: #f5f6fa;
    color: black;
}

/* About Section Ends here! */

/* service Section starts here! */





.service-container {
    background-color: #6ab9db;
    min-height: 100vh;
}

.service__headline {
    background-color: #f00808;
    color: #f5f6fa;
    text-align: center;
    font-size: 3rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 1rem;

}

.service__details {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    width: 100%;
    gap: 2rem;

}

.service__aside {
    min-width: 50%;
    min-height: 70vh;
    transition: all;
}

.service__aside:hover {
    transform: skew(3deg);
}

.service__aside__img {
    border-radius: 1rem;
    width: 100%;
    height: 70vh;
}

.service__article {
    background-color: #7c7878;
    width: 50%;
    min-height: 70vh;
    border-radius: 1rem;
    transition: all;
}

.service__article:hover {
    transform: skew(3deg);
}

.service__article__p {
    width: 100%;
    font-size: 1.5vw;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;


}

/* service Section Ends here! */


/*Project Section Starts here!!*/

.project-section {
    background-color: #6ab9db;
    width: 100%;
    min-height: 100vh;
}

.project__camp {
    background-color: #000;
    width: 100%;
    min-height: 100vh;
    padding: 1rem 0;

}

.two__project {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60vh;

}

.project {
    width: 50%;
    min-height: 60vh;
    position: relative;
    margin: 1.1rem 1rem;

}

.project__img {
    height: 59vh;
    width: 100%;
    position: absolute;
    border-radius: 1rem;
    transition: all;

}

.project__img:hover {
    transform: skew(1.5deg);
}

.project__text {
    background-color: rgba(211, 234, 228, 0.4);
    font-size: 1.5vw;
    text-align: center;
    position: absolute;
    bottom: 7rem;
    margin: 0 1rem;
    display: opacity 0.3s all;
    opacity: 0;
    border-radius: 2rem;
}

.project__text:hover {
    display: block;
    opacity: 1;
}

.project__btn {
    background-color: #f00808;
    text-decoration: none;
    border: none;
    border-radius: 0.7rem;
    font-size: 1.4vw;
    padding: 0.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.project__btn a {
    color: #f5f6fa;
}

.project__btn:hover {
    background-color: #79c47e;
    font-size: 1.5vw;
}

/*Project Section Ends here!!*/


/* Education section starts here!! */

.edu {
    width: 100%;
    min-height: 100vh;
}

.edur {
    background: url(./Image/wahala.avif) center;
    background-size: c;
    min-height: 100vh;
    width: 100%;

}

.education-container {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12rem;
    min-width: 100%;
}

.abth1 {
    font-size: 7vw;
}

.abth2 {
    font-size: 7vw;

}

.education-heading {
    background-color: rgb(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;

}

.education__heading1 {
    font-size: 5vw;
    text-align: center;
    color: #f5f6fa;
    margin-top: 3rem;
}

.education__heading2 {
    font-size: 5vw;
    text-align: center;
    color: #f00808;
    margin-top: 3rem;
}

.education__holder {
    min-width: 30%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    transition: all 0.1s;

}

.education__holder:hover {
    transform: scale(1.02);
}

.education__img__holder {
    width: 45%;
    min-height: 50vh;
    background-color: #000;
    border-radius: 1rem 0 0 1rem;

}

.education__img {
    width: 100%;
    height: 30vh;
    border-radius: 50%;
    margin-top: 3.5rem;

}

.article__text__logo {
    width: 35%;
    margin-left: 5rem;
}

.education__article {
    width: 50%;
    min-height: 50vh;
    margin: 0;
    border-radius: 0 1rem 1rem 0;
    background-color: #7c7878;

}

.article__head {
    height: 15vh;
}

.article__head a :hover {
    transform: scale(0.9);
}

.article__body {
    padding-bottom: 4rem;
    height: 35vh;
}

.education__article__heading {
    font-size: 1.3vw;
    font-weight: 700;
    height: 5vh;
    padding-left: 1.5rem;
    color: #f5f6fa;


}

.education__article__btn {
    font-size: 1.5vw;
    border-radius: 1rem;
    margin-left: 5rem;
    margin-top: 8.5rem;
    padding: 1.5px;
    background-color: #f00808;
}

.education__article__btn a {
    color: #f5f6fa;
}

.education__article__btn:hover {
    background-color: #79c47e;

}

.education__article__btn a:hover {
    color: blue;
    font-weight: 700;

}

.education__p {
    width: 100%;
    height: 20vh;
    font-size: 1.1vw;
    padding: 0 0.5rem;

}

/* Education section ends here!! */

/* Contact Sectio Starts Here!! */

.contact-section {
    width: 100%;
    min-height: 100vh;
    background-color: #7a197a;


}

.contact__info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3rem;

}

.contact-container {
    width: 70%;
    min-height: 90vh;
    display: flex;
    gap: 3rem;
    border-radius: 1rem;
    padding: 0 1rem;
    justify-content: center;
    align-items: center;
    background-color: #661060;

}

.contact__scroll__text {
    width: 30%;
    overflow: hidden;
    white-space: nowrap;


}

.contact__scroll__text p {
    font-size: 2vw;
    display: inline-block;
    border-radius: 1rem;
    color: #dde0e9;
    background-color: #000;
    animation: scroll 20s linear infinite;


}

.contact__scroll__text span {
    padding-right: 30rem;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.contact__heading {
    font-size: 2vw;
}

.checkbox__details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    font-size: 1vw;
}

.user__details textarea {
    border-radius: 0.8rem;
    outline: none;
    font-size: 1.2vw;

}

.cool {
    font-weight: 600;
    color: #f00808;
}

.checkbox__details input[type="checkbox"] {
    display: none;
}

.checkbox__details label {

    background-color: #f5f6fa;
    border-radius: 0.8rem;
    padding: 1rem;
    cursor: pointer;
    font-size: 1.2vw;

}

.checkbox__details input[type="checkbox"]:checked+label {
    background-color: #f00808;
    color: #2c2ce7;
}

.contact__details p {
    font-size: 2vw;
    padding-left: 1rem;
}

.user__details input {

    width: 80%;
    border: none;
    border-bottom: 2px solid #7a197a;
    background-color: none;
    outline: none;
    background-color: transparent;

}

.user__details ::placeholder {
    color: #bfc5dd;
}

.contact__details {
    height: 65vh;
    width: 40%;
    font-size: 2vw;

}

.contact__details a {
    color: #2c2ce7;
}

.contact__details p {
    font-size: 3vw;
    font-weight: 700;
    color: #f5f6fa;
}

.contact__form {
    min-height: 80vh;
    width: 50%;
    border-radius: 1rem;
    background-color: #7c7878;
    padding-left: 2rem;
    padding-top: 2rem;
    margin: 1rem;
}

.contact__btn {
    margin-left: 10rem;
    background-color: #f5f6fa;
    width: 40%;
    padding: 0.2rem 1rem;
    border-radius: 0.7rem;
    margin-bottom: 1rem;
}

.contact__btn:hover {
    background-color: #f5f6fa;
    color: #f5f6fa;
}

.contact__btn button {
    font-size: 1.3vw;
    font-weight: 700;
    border: none;
    background-color: none;
    border-radius: 1rem;
    padding: 2px;
}

.contact__btn button:hover {
    color: blue;
    font-weight: 700;
    background-color: #f5f6fa;
    border-radius: 1rem;
}


.fa-solid:hover {
    color: #f5f6fa;
}


.form-aw {
    color: #f0edf0;
    font-size: 1.7vw;
}

.contact__det {
    margin-left: 3rem;
    padding-left: 2rem;
    font-size: 1.2vw;
    color: #d4daf4;
}

.contact__det:hover {
    border: 2px solid #f6f3f3;
    border-radius: 2rem;
    background-color: rgba(248, 246, 248, 0.4);
    cursor: pointer;
}

/* Contact Sectio Ends Here!! */

.btup-container {
    width: 100%;
    background-color: #7a197a;
    text-align: end;

}

.btup {
    width: 5%;
    text-align: end;
    font-size: 3vw;
    padding-right: 2rem;
    color: #f00808;
    animation: blink 3s linear infinite;
}

@keyframes blink {


    0% {
        transform: translateY(0);
        color: red;
    }

    20% {
        transform: translateY(0);
        color: green;
    }


    40% {
        transform: translateY(10px);
        color: #2c2ce7;
    }

    50% {
        transform: translateY(0);
        color: red;
    }

    60% {
        transform: translateY(5px);
        color: #ffff00;
    }

    80% {
        transform: translateY(0);
        color: red;
    }

    100% {
        transform: translateY(0);
        color: #f5f6fa;
    }


}



/* Footer Starts Here */
footer {
    background-color: #f5f6fa;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 8vh;
    width: 100%;
    font-size: 1.2vw;

}

.footer__handle__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.footer__copywrite {
    font-size: 1.4vw;
    font-weight: 600;
}

.footer__p {
    font-weight: 700;
}

.we {
    font-size: 2.5vw;
    transition: all 0.1s linear;
}

.we:hover {
    transform: scale(1.2);
    color: #2c2ce7;
}

.fa-copyright {
    color: #000;
}

.fa-copyright:hover {
    color: #000;
}

.footer__handle {
    font-size: 1.3vw;
    font-weight: 900;
}

/* Footer Ends Here */

/* Responsiveness starts here! */

@media screen and (max-width:992px) {

    .brand-name {
        width: 100%;

    }

    .brand-name__m {

        font-weight: 1500;
        font-size: 35rem;
        padding-right: 0.4rem;

    }

    .brand-name__s {
        font-weight: 250;
        font-size: 12rem;
    }

    ul li {
        font-size: 2.4rem;
        padding: 1rem;
        font-weight: bolder;

    }

    .service__article__p {
        font-size: 1.8vw;

    }

    .contact__btn {
        width: 50%;
        margin-left: 8rem;

    }

}


@media screen and (max-width:768px) {

    .nav-icon5 {
        width: 100%;

    }

    .nav-icon__logo__img {
        width: 9rem;
    }

    .project-container {
        background-color: #6ab9db;
    }

    .project-camp {
        background-color: #000;
        min-height: 100vh;
    }

    .project__images {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        min-height: 72vh;
    }

    .project__image {
        width: 50%;
        height: 70vh;
        background: url("./Image/Project-4-nourish.PNG") no-repeat center;
        background-size: cover;



    }

    .project__img {
        width: 100%;
        height: 70vh;
        border-radius: 1rem;
        transition: all;
        position: relative;


    }

    .project__img:hover {
        transform: skew(1deg);

    }

    .project__image__text {
        background-color: #7c7878;
        height: 20vh;
        width: 45%;
        position: absolute;
        right: 2rem;
    }

    nav li {
        font-size: 2rem;
        padding: 0 0.5rem;
    }


    .brand-name {
        height: 100vh;
        width: 100%;
    }

    .brand-name__m {
        width: 100%;
        font-size: 30rem;



    }

    .brand-name__s {
        width: 100%;
        font-size: 8rem;
        padding-left: 0;
    }


    .section-holder {
        width: 100%;
        display: block;

    }

    .about__image {
        width: 50%;

    }


    .about__article {
        width: 100%;
        height: 67vh;
        margin-top: 7rem;

    }

    .about__article__headline {
        margin-top: 2rem;


    }

    .about__article__desc {
        margin-top: 2rem;

    }

    .about__btn {
        margin-top: 2rem;
    }

    .service__headline {
        margin-top: 1rem;



    }

    .service__details {
        display: block;
        min-height: 100vh;
        width: 100%;

    }

    .service__aside {
        width: 100%;
    }

    .service__aside__img {
        width: 97%;
        margin: 1rem 0 1rem 1rem;
    }

    .service__article {
        width: 100%;

    }

    .service__article__p {
        font-size: 3vw;
        width: 82%;
        text-align: center;
        padding-left: 5rem;
        margin-left: 5rem;

    }

    .two__project {
        display: block;


    }

    .project {
        width: 95%;

    }

    .project__btn {
        font-size: 2vw;
        padding: 1rem;

    }

    .education-container {
        display: block;


    }

    .education__holder {
        margin-top: 2rem;
    }

    .education__p {
        padding-top: 7rem;
        font-size: 2vw;
    }

    .education__article__btn {
        font-size: 2.5vw;
        margin-left: 15rem;
    }

    .education__article__heading {
        font-size: 3vw;
        margin-left: 7rem;

    }

    .article__text__logo {
        width: 30%;
        margin-left: 13rem;
    }

    .education__img__holder {
        height: 50vh;

    }

    .education__img {
        width: 90%;
        height: 40vh;
        margin-left: 1rem;
        margin-bottom: 3rem;
    }

    .contact__info {
        display: block;
    }

    .contact__scroll__text {
        width: 100%;
    }

    .contact-container {
        width: 100%;
    }

    .user__details textarea {
        width: 85%;
        height: 30vh;
        font-size: 2vw;
    }

    .user__details {
        font-size: 2vw;
    }

    .contact__det {
        font-size: 2vw;

    }

    .contact__details p {
        font-size: 4vw;
    }

    .cool {
        font-size: 4vw;

    }

}


@media screen and (max-width:600px) {
    .header {
        width: 100%;
    }

    .nav-icon5 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4rem;
        margin: 1rem 0;

    }

    .nav-icon__logo__img {
        width: 9rem;

    }

    .prj {
        gap: 2rem;
        font-size: 4rem;
    }

    nav li {

        padding: 0 0.1rem;

    }

    ul li a {
        margin: 0 0px;
    }

    .brand-name__m {
        font-size: 14rem;
    }

    .brand-name__s {
        font-size: 6rem;

    }

    .intro {
        display: inline-block;
    }

    .intro__desc {
        width: 100%;
        padding: 1rem;
        margin: 0;
        border-bottom: 2px solid #f5f6fa;
    }

    .intro__icon {
        width: 100%;
    }

    .service__article__p {
        font-size: 4vw;

    }

    .y1 {
        font-size: 9vw;
    }

    .y2 {
        font-size: 9vw;
    }

    .project__btn {
        border: 2px solid #f00808;
    }

    .project__btn:hover {

        font-size: 2.5vw;
        border: none;
    }

    .contact-container {
        display: block;

    }

    .contact__details {
        width: 100%;
        text-align: center;
        margin-top: 4rem;
        padding-top: 5rem;
        border-radius: 2rem;
        background-color: #2b1c2a;
    }

    .contact__form {
        width: 100%;
    }

    .form-aw {
        font-size: 3vw;
    }

    .contact__det a {
        font-size: 3vw;
    }

    .contact__btn {
        width: 30%;
        margin-left: 17rem;

    }

    .contact__btn button {
        font-size: 2.5vw;
        font-weight: 700;

    }

    .contact__heading {
        font-size: 4vw;
        font-weight: 700;
    }

    .checkbox__details label {
        font-size: 2.2vw;
    }

    .user__details textarea {
        font-size: 2.5vw;
    }

    .user__details input {
        font-size: 2.5vw;
    }

    .contact__heading span {
        color: #f5f6fa;
    }
}

@media screen and (max-width :450px) {

    .brand-name__s {
        font-size: 15vw;
        font-weight: 900;
    }

    .intro__desc {
        height: 33vh;
        border-right: none;
    }

    .intro__desc p {
        margin-top: 0;
    }



    .about__image {
        right: 5rem;
        width: 70%;
        margin-left: 20rem;
        margin-bottom: 0;
    }

    .about__img {
        width: 100%;

    }

    .about__article {
        font-size: 5vw;
        margin-top: 0;
    }


    .about__btn h2 {
        font-size: 4.5vw;
        font-weight: 700;
    }

    .about__heading h1 {
        font-size: 8vw;
        font-weight: 900;
    }

    .about__image {
        margin-left: 10rem;

    }

    .service__headline {
        font-size: 7vw;
    }

    .service__article__p {
        padding-left: 0;
        font-size: 4.4vw;
    }

    .project__btn {
        font-size: 4vw;
    }

    .education__holder {
        display: block;


    }

    .education__heading1 {
        font-size: 1vw;
        font-weight: 700;
    }

    .education__heading2 {
        font-size: 7vw;
        font-weight: 700;
    }

    .education__img__holder {
        width: 100%;
        border-radius: 1rem;

    }

    .education__article {
        width: 100%;
        margin-top: 2rem;
        border-radius: 1rem;

    }

    .education__article__heading {
        text-align: center;
        margin-left: 1rem;
        font-size: 5vw;
        font-weight: 700;
    }


    .education__p {
        font-size: 4.4vw;
        text-align: center;
        padding-top: 3rem;
        

    }

    .education__article__btn {
        width: 30%;
        height: 8vw;
        margin-top: 5rem;
        margin-left: 12rem;
        font-size: 5vw;

    }

    .education__article__btn a{
        font-weight: 600;
    }

    .contact__btn {
        width: 35%;
        margin-left: 10rem;
        margin-top: 0;
    }

    .contact__btn button {
        font-size: 3vw;
    }

    .contact__scroll__text p {
        font-size: 3vw;
    }

    .contact__details p,
    .cool {
        font-size: 7vw;
    }

    .contact__det {
        font-size: 5.5vw;
    }

    .form-aw {
        font-size: 4.5vw;
    }

    .btup {
        font-size: 5vw;
        margin-right: 2rem;
    }

    .footer__copywrite,
    .footer__p {
        font-size: 2vw;
        padding-left: 1rem;
    }



    .footer__handle__container {
        gap: 1.5rem;
        padding-right: 1rem;
    }
}

/* Responsiveness ends here */