/* sm screens */
@media (max-width: 576px) {

    /***********************************
     UTILITIES & BASE
***********************************/
    h3 {
        font-size: 1.3rem;
    }

    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .pt-12 {
        padding-top: 8rem;
    }

    .pb-12 {
        padding-bottom: 8rem;
    }

    .fs-12-rem {
        font-size: 4rem !important;
    }

    .fs-8-rem {
        font-size: 3rem !important;
    }

    .fs-6-rem {
        font-size: 2rem;
    }

    .rounded-5 {
        border-radius: 1rem !important;
    }


    /***********************************
     PARTIALS
***********************************/
    .hero .pop-left {
        top: 80%;
        left: 5%
    }

    .hero .pop-right {
        top: 85%;
        right: 5%
    }

    .hero .hero-img {
        height: 200px !important;
    }

    .hero .pop-green-right {
        transform: scale(0.5);
        top: 50% !important;
        right: -5% !important;
    }

    .hero .pop-green-left {
        transform: scale(0.5);
        top: 0 !important;
        left: -5% !important;
    }

    .hero .pop-gray-left {
        transform: scale(0.5);
        top: 45% !important;
        left: 0 !important;
    }

    .footer .footer-img {
        width: 100% !important;
        right: -10% !important;
    }


    /***********************************
     HOME PAGE
***********************************/
    /*ACHIEVEMENTS SECTION*/
    .achievements .achievement-card h3 {
        font-size: 4rem;
    }

    /*SERVICES SECTION*/
    .services .service-card {
        height: 400px !important;
    }

    .services .gradient-line {
        height: 100px;
    }

    /*FAQ SECTION*/
    .faq .accordion-button .accordion-icon {
        margin-left: 1rem !important;
    }


    /***********************************
     STUDY CASE PAGE
***********************************/
    .project-details .project-img-container {
        height: 250px !important;
    }


    /***********************************
     ABOUT US PAGE
***********************************/
    /*OUR MISSION SECTION*/
    .our-mission .typewriter-margin-left:nth-child(1) {
        margin-left: 10% !important;
    }

    .our-mission .typewriter-margin-left:nth-child(2) {
        margin-left: 8% !important;
    }

    .our-mission .typewriter-margin-left:nth-child(3) {
        margin-left: 25% !important;
    }

    .our-mission .typewriter-margin-left:nth-child(4) {
        margin-left: 20% !important;
    }

    /*TEAM SECTION*/
    .team .team1-img,
    .team .team2-img {
        height: 250px !important;
    }

    .team .team3-img,
    .team .team4-img,
    .team .team5-img {
        height: 200px !important;
    }

    .team .team4-img {
        margin-top: -50px;
    }

    .team .team5-img {
        margin-top: -50px;
    }

}


/* md screens */
@media (max-width: 992px) {

    /***********************************
     UTILITIES & BASE
***********************************/
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .fs-12-rem {
        font-size: 8rem;
    }

    .fs-8-rem {
        font-size: 6rem;
    }

    .fs-6-rem {
        font-size: 4rem;
    }


    /***********************************
     PARTIALS
***********************************/
    .navbar {
        background: transparent;
        right: 50px !important;
        left: 50px !important;
        padding: 0;
        transform: none;
    }

    .navbar .navbar-nav {
        width: fit-content;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
    }

    .hero .hero-content {
        top: 45% !important;
    }

    .hero .hero-img {
        height: 400px;
        width: 75% !important;
    }

    .hero .pop-green-right {
        top: 65%;
        right: 5%;
    }

    .hero .pop-green-left {
        left: 2%;
    }

    .hero .pop-gray-left {
        top: 60%;
        left: 5%;
    }

    .footer .footer-img {
        width: 80%;
    }


    /***********************************
     HOME PAGE
***********************************/
    /*WORK SECTION*/
    .work .work-card-content-container {
        padding-left: 2rem;
        padding-top: 4rem;
    }

    .work .work-card-img-container {
        padding-bottom: 10rem !important;
    }

    .work .work-card-img-container .work-card-img {
        height: 250px;
    }

    /*ACHIEVEMENTS SECTION*/
    .achievements .slider .slide {
        width: 150px;
    }

    .achievements .achievement-card h3 {
        font-size: 5rem;
    }

    /*FAQ SECTION*/
    .faq .accordion {
        width: 75% !important;
    }

    /***********************************
     STUDY CASE PAGE
***********************************/
    .project-details .project-img-container {
        height: 400px;
    }


    /***********************************
     ABOUT US PAGE
***********************************/
    /*OUR MISSION SECTION*/
    .our-mission .typewriter-margin-left:nth-child(1) {
        margin-left: 20%;
    }

    .our-mission .typewriter-margin-left:nth-child(2) {
        margin-left: 16%;
    }

    .our-mission .typewriter-margin-left:nth-child(3) {
        margin-left: 30%;
    }

    .our-mission .typewriter-margin-left:nth-child(4) {
        margin-left: 26%;
    }

    .our-mission .cursor {
        font-size: 1.5rem;
    }

    /*TEAM SECTION*/
    .team .team1-img,
    .team .team2-img {
        height: 400px;
    }

    .team .team3-img,
    .team .team4-img,
    .team .team5-img {
        height: 300px;
    }

    .team .team4-img {
        margin-left: 0;
    }

}


/* lg screens */
@media (min-width: 992px) and (max-width: 1200px) {

    /***********************************
     HOME PAGE
***********************************/
    /*WORK SECTION*/
    .work .work-card-content-container {
        padding-left: 6rem;
    }

    .work .work-card-img-container {
        padding-bottom: 5rem !important;
    }

    .work .work-card-img-container .work-card-img {
        height: 350px;
    }


    /***********************************
     ABOUT US PAGE
***********************************/
    /*OUR MISSION SECTION*/
    .our-mission .cursor {
        font-size: 2rem;
    }

    /*TEAM SECTION*/
    .team .team4-img {
        margin-left: 0;
    }

}


/* xl screens */
@media (min-width: 1200px) {

    /***********************************
     UTILITIES & BASE
***********************************/
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .mt-md-10 {
        margin-top: 10rem !important;
    }

}

