* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #443C68;
    font-family: 'special gothic expanded one';
}

.fixed-padding {
    padding-right: 100px;
    padding-left: 100px;
}

nav {
    height: 5rem;
    background-color: #635985;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
    position: fixed;
    width: 100%;
}

.title {
    font-size: 2.5rem;
    font-family: lacquer;
    color: white;
}

.nav-links>ul {
    display: flex;

}

.nav-links>ul>li {
    list-style: none;
    margin: 0 20px;
}

.nav-links>ul>li>a {
    text-decoration: none;
    color: white;

}

.nav-links>ul>li>a:hover {
    color: aqua;
}

.toggler {
    display: none;

}

.toggler>div {
    height: 4.5px;
    width: 25px;
    background-color: white;
    margin-top: 2px;


}



.second-part {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 5rem;
}

.text {
    margin-top: 5rem;
}

.text>h5 {
    font-size: 1rem;
    font-weight: 1;
    letter-spacing: 3px;
    color: pink;
}

.text>h1 {
    margin-top: 6px;
    font-size: 3rem;
    color: white;
}

.text>h4 {
    margin-top: 20px;
    font-weight: 1;
    font-size: 1.5rem;
    color: pink;
}

.intro-socials {
    margin-top: 1rem;
    font-size: 1.5rem;

}

.intro-socials>a {
    background-color: #333;
    padding: 8px;
    color: white;
    border-radius: 5px;

}

.intro-socials>a:hover {
    background-image: linear-gradient(to right, teal, tomato);
    color: black;
}

.intro-img>img {
    /* height: 28rem; */
    width: 27rem;
    border: 8px double pink;
    border-radius: 2rem;
    margin-top: 2rem;
    margin-right: 1.7rem;
}

.text>button {
    padding: 10px 10px;
    margin-top: 25px;
    background-color: #333;
    /* background-image: linear-gradient(to right,black,purple); */
    border-radius: 5px;
    border: none;

}

.text>button:hover {
    background-image: linear-gradient(to right, teal, tomato);
}

.text>button>a {
    color: white;
    text-decoration: none;
}

.analytics {
    display: none;
    background-color: #333;
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



.analytics>div {
    background-color: aqua;
    text-align: center;
    height: 7rem;
    width: 10rem;
    padding: 20px;
    margin-left: 6rem;
    border-radius: 20px;
}

.about-me {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.about-me-img>img {
    height: 19rem;
    width: 15rem;
    border: 2px solid black;
}

.about-me-text {
    margin-left: 5rem;
    margin-top: 20px;
}

.about-me-text>h3 {
    font-weight: 1;
    color: pink;
}

.about-me-text>h1 {
    font-size: 2.8rem;
    margin-top: 13px;
    color: tomato;
}

.about-me-text>p {
    margin-top: 15px;
    color: white;
}

.about-me-text>button {

    padding: 10px 10px;
    margin-top: 20px;
    background-color: #333;
    border-radius: 5px;
    border: none;
    color: white;
}

.about-me-text>button:hover {
    background-image: linear-gradient(to right, teal, tomato);
    color: black
}

.heading>h3 {
    font-weight: 1;
    color: pink;
}

.heading>h1 {
    margin-top: 10px;
    font-size: 2.7rem;
    color: tomato;
}

.our-services {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cards {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    /* background-color: red; */

}

.cards>div {
    background-color: rgba(255, 255, 255, 0.753);
    width: 20rem;
    min-height: 23rem;
    padding: 30px;
    text-align: center;
    color: #443c68;
    box-shadow: 10px 10px 7px #333;
}

.cards>div>img {
    height: 5rem;
    width: 6rem;
    /* border-radius: 50% ; */
}

.cards>div>h3 {
    margin-top: 40px;
    letter-spacing: 5px;
}

.cards>div>p {
    margin-top: 40px;
}

.testimonials {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.testimonials>h3 {
    font-weight: 1;
    color: pink;
}

.testimonials>h1 {
    margin-top: 10px;
    font-size: 2.5rem;
    color: tomato
}

.testi-cards {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;


}

.testi-cards>div {
    /* background-color: red; */
    border: 3px solid rgba(255, 255, 255, 0.753);
    /* min-height: 14rem; */
    width: 20rem;
    text-align: center;
    padding: 2rem;
    color: white;
}

.testi-cards>div>p {
    margin-top: 2rem;
}

.ratings {
    margin-top: 2rem;
}

.sponsors {
    display: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sponsors>a>img {
    margin-left: 3rem;
}

.footer {
    min-height: 18rem;
    background-color: #635985;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: white;
    margin-top: 1px;
}

.footer>h1 {
    font-size: 2.3rem;
    font-family: 'special gothic expanded one';
}

.footer-links {
    margin-top: 2rem;
}

.footer-links>ul {
    display: flex;
    justify-content: center;
}

.footer-links>ul>li {
    list-style: none;
    margin-left: 50px;

}

.footer-links>ul>li>a {
    color: white;
    text-decoration: none;
}

.footer-links>ul>li>a:hover {
    color: aqua;
}

.foot-social-links {
    margin-top: 3rem;
}

.foot-social-links>a {
    color: #333;
    margin-left: 20px;
    border-radius: 50%;
    background-color: white;
    padding: 10px;
}

.foot-social-links>a:hover {
    background-image: linear-gradient(to right, teal, tomato);
    color: white;
    border: black;
}

.footer>p {
    margin-top: 2rem;
}

.about-about {
    display: flex;
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.about-about>img {
    height: 30rem;
    width: 30rem;
    border: 6px double pink;
    border-radius: 100%;
}

.about-text {
    margin-left: 4rem;
    margin-top: 4rem;
}

.about-text>h5 {
    font-weight: 1;
    color: pink;
}

.about-text>h1 {
    font-size: 3.5rem;
    color: tomato;
}

.about-text>p {
    margin-top: 2rem;
    color: white;
}

.about-text>button {
    padding: 10px 15px;
    margin-top: 1.5rem;
    background-color: #333;
    border: none;
    border-radius: 5px;
    color: white;
}

.about-text>button:hover {
    background-image: linear-gradient(to right, teal, tomato);
}

.education {
    padding-top: 2rem;
    padding-bottom: 15rem;
}

.heading-edu>h5 {
    font-weight: 1;
    color: pink;
}

.heading-edu>h1 {
    font-size: 3rem;
    margin-top: 16px;
    color: tomato;
}

.education-text {
    display: grid;
    grid-template-columns: auto auto;
}

.education-text>div {
    background-color: #333;
    width: 30rem;
    margin-top: 1rem;
    padding: 1rem;
    color: white;
    border-radius: 20px;
}

.portfolio {
    padding-top: 7rem;
    padding-bottom: 2rem;
    min-height: 46rem;
}

.heading-port>h5 {
    font-weight: 1;
    color: pink;
}

.heading-port>h1 {
    font-size: 3rem;
    margin-top: 12px;
    color: tomato;
}

.projects {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: auto auto auto;
}

.project-one>a>img {
    height: 10rem;
    width: 20rem;
    border-radius: 20px;
}

.project-one>a>img:hover {
    filter: brightness(70%);
}

.portfolio-links {
    margin-top: 3rem;
}

.portfolio-links>ul {
    display: flex;
    list-style: none;
}

.portfolio-links>ul>li>a {
    /* margin-left: 20px; */
    text-decoration: none;
    color: white;
}

.contact {
    padding-top: 11rem;
    padding-bottom: 3rem;
    min-height: 50rem;

}

.contact>h1 {
    color: cornflowerblue;
}

.contact-forms {
    margin-top: 2rem;
}

.contact-forms>.your-message {
    width: 45rem;
    height: 12rem;
}

.contact-forms>.your-name {
    margin-top: 1.5rem;
    height: 2.5rem;
    width: 22.4rem;
}

.contact-forms>.your-subject {
    margin-top: 1.5rem;
    height: 2.5rem;
    width: 45rem;
}

.contact-forms>button {
    margin-top: 2rem;
    padding: 15px 20px;
    background-color: #333;
    border: none;
    color: white;
    border-radius: 5px;

}

.contact-forms>button:hover {
    background-image: linear-gradient(to right, teal, tomato);
}


.info {
    display: flex;
    justify-content: space-between;
}

.contact-address {
    margin-right: 5rem;
    margin-top: 1rem;
}

.contact-address>div {
    margin-top: 20px;
}

.movein {
    animation: quartz 0.3s ease-out forwards;
}

.firstbar {
    position: absolute;
    right: 0;
    animation: kay 0.3s linear forwards;
}

.thirdbar {
    right: 0;
    position: absolute;
    animation: yak 0.3s linear forwards;
}

.secondbar{
    display: none;
}



/* MEDIA QUERY  */
@media screen and (max-width: 1188px) {
    .testi-cards>div {
        width: 18rem;
    }
}

@media screen and (max-width: 1078px) {
    .toggler {
        display: none;
    }

    .cards>div {
        width: 17rem;
    }

    .testi-cards>div {
        width: 17rem;
    }

    .sponsors>a>img {
        margin-left: 0.5rem;
    }

    .education-text>div {
        width: 26rem;
    }

    .contact-forms>.your-message {
        width: 35rem;
        height: 12rem;
    }

    .contact-forms>.your-name {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 17.4rem;
    }

    .contact-forms>.your-subject {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 35rem;
    }

    .contact-address {
        margin-right: 1rem;
        margin-top: 1rem;
    }

    .contact-address>div {
        margin-top: 20px;
    }

    .about-about>img {
        height: 22rem;
        width: 22rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1050px) {
    .education-text>div {
        width: 23rem;
    }

    .intro-img>img {
        height: 28rem;
        width: 17;
    }
}

@media screen and (max-width: 994px) {
    .intro-img>img {
        width: 15rem;
        height: 18rem;
    }

    .second-part {
        padding-bottom: 2rem;
    }

    .cards>div {
        width: 14rem;
        padding-bottom: 20px;
    }

    .testi-cards>div {
        width: 14rem;
    }

    .sponsors {
        /* font-size: 0.5rem; */
        padding: 2rem 30px;

    }

    .project-one>a>img {
        width: 15rem;
        height: 8rem
    }

    .project-one>h2 {
        font-size: 1.1rem;
    }

    .education-text>div {
        width: 23rem;
    }

    .contact-forms>.your-message {
        width: 30rem;
        height: 12rem;
    }

    .contact-forms>.your-name {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 14.9rem;
    }

    .contact-forms>.your-subject {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 30rem;
    }

    .text>h5 {
        font-size: 0.8rem;
    }

    .text>h1 {
        font-size: 2.5rem;
    }

    .text>h4 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 877px) {
    .nav-links>ul {
        display: block;
        background-color: #635985;
        top: 4.9rem;
        right: -60%;
        padding: 1.5rem 1.5rem;
        position: absolute;
    }

    .toggler {
        display: block;
        position: sticky;
    }

    .nav-links>ul>li {
        margin-top: 15px;

    }

    .about-me-text>h3 {
        font-size: 1rem;
    }

    .heading>h3 {
        font-size: 1rem;
    }

    .cards {
        display: block;
    }

    .cards>div {
        margin: 2rem auto;
        width: 20rem;
        /* height: 22rem; */
        padding: 10px 5px;
    }

    .testi-cards {
        display: block;
    }

    .testi-cards>div {
        margin: 2rem auto;
        width: 20rem;
        padding: 15px 10px;
    }

    .sponsors {
        display: none;
        grid-template-columns: auto auto auto;
    }

    .education-text>div {
        width: 20rem;
    }

    .heading-port>h1 {
        font-size: 2.8rem;
    }

    .info {
        display: block;
    }

    .contact-address {
        margin-top: 3rem;
    }

    .about-about>img {
        height: 17rem;
        width: 17rem;
        margin-top: 4rem;
    }

}

@media screen and (max-width:725px) {
    .intro-img>img {
        margin-left: 2rem;
        margin-top: 4rem;
    }

    .fixed-padding {
        padding-right: 50px;
        padding-left: 50px;
    }

    .about-text {
        margin-left: 2rem;
    }

    .analytics>div {
        margin-left: 1rem;
    }

    .education-text>div {
        width: 17rem;
    }

    .about-text>h1 {
        font-size: 2.8rem;
    }

    .about-text>p {
        font-size: 0.9rem;
    }

    .contact-forms {
        /* padding-left: 1rem; */
    }
}

@media screen and (max-width:607px) {
    .second-part {
        display: block;
    }

    .intro-img>img {
        height: 22rem;
        width: 18rem;
    }

    .about-me-img>img {
        display: none;
    }

    .about-me-text {
        margin-left: 1rem;
    }

    .about-about>img {
        height: 13rem;
        width: 13rem;
    }

    .education-text {
        display: block;
    }
}

@media screen and (max-width:575px) {
    .sponsors>a>img {
        height: 2rem;
    }
}

@media screen and (max-width:541px) {
    .contact-forms>.your-message {
        width: 25rem;
        height: 12rem;
    }

    .contact-forms>.your-subject {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 25rem;
    }

    .about-about {
        display: block;
    }

    .about-about>img {
        height: 17rem;
        width: 17rem;
    }
}

@media screen and (max-width:471px) {
    .footer-links>ul {
        display: block;
        margin-left: -3rem;
    }

    .footer-links>ul>li {
        margin-top: 15px;
    }

    .footer>p {
        font-size: 0.8rem;
    }

    .contact-forms>.your-message {
        width: 20rem;
        height: 12rem;
    }

    .contact-forms>.your-name {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 14.9rem;
    }

    .contact-forms>.your-subject {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 20rem;
    }
}

@media screen and (max-width: 454px) {
    .foot-social-links>a>i {
        margin-top: 24px;
    }
}

@media screen and (max-width:437px) {
    .sponsors {
        display: none;
        text-align: center;
    }

    .cards>div {
        width: 16rem;
        height: 18rem;
    }

    .testi-cards>div {
        width: 16rem;
        /* min-height: 14rem; */
    }

}

@media screen and (max-width:395px) {
    .intro-img>img {
        width: 16rem;
        height: 20rem;
        margin-left: 1rem;
    }

    .analytics {
        display: none;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }

    .analytics>div {
        text-align: center;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-about {
        margin-left: -2rem;
    }

    .contact-forms>.your-message {
        width: 14.9rem;
        height: 12rem;
    }

    .contact-forms>.your-name {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 14.9rem;
    }

    .contact-forms>.your-subject {
        margin-top: 1.5rem;
        height: 2.5rem;
        width: 14.9rem;
    }

    .foot-social-links>a {
        margin-left: 5px;
    }
}

@media screen and (max-width:337px) {
    .fixed-padding {
        padding-left: 22px;
        padding-right: 22px;
    }

    .title>h1 {
        font-size: 2rem;
    }

    .text>h1 {
        font-size: 2.2rem;
    }

    .intro-img>img {
        margin-left: 0;
        height: 18rem;
        width: 15rem;
    }

    .cards>div {
        width: 14rem;
        height: 20rem;
    }

    .testi-cards>div {
        width: 14rem;
        min-height: 14rem;
    }

    .foot-social-links>a {
        margin-left: 9px;
    }

    .about-about>img {
        margin-top: 1.5rem;
        margin-left: 2rem;
        height: 14rem;
        width: 14rem;
    }

    .education-text>div {
        width: 15rem;
    }

    .foot-social-links>a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 315px) {
    .foot-social-links>a>i {
        margin-top: 40px;
    }

    .contact-forms {
        margin-left: 10px;
    }
}

@media screen and (max-width: 303px) {
    .about-about>img {
        width: 11rem;
        height: 11rem;
    }
}


/* Animation Starts */
@keyframes quartz {
    from {}

    to {
        right: 0%;
    }
}

@keyframes kay {
    from {}

    to {
        rotate: 45deg;
    }
}

@keyframes yak {
    from {}

    to {
        rotate: -45deg;
    }
}

