@media only screen and (max-width: 1300px) {

    .blogDatabox h4 {
        font-size: 22px;
    }

    .blogDatabox p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1200px) {
    .container {
        min-width: 100%;
    }

    .heroarea-content h1 {
        font-size: 55px;
    }

    .heroarea-content p {
        font-size: 24px;
    }


    .metric-card {
        padding: 10px;
        margin: 10px;
        width: calc(25% - 20px);
    }

    .metric-value {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .metric-label {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 5px;
        font-weight: bold;
    }




    .aboutUs {
        padding: 20px;
    }

    .aboutUs .col-6:first-child img {
        height: 560px;
    }

    .aboutUs .aboutContent {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        padding: 20px 0;
        height: 580px;
        float: left;
    }

    .aboutUs .aboutContent ul li {
        margin: 5px;
    }



    .whyChooseUs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hireUs {
        padding-left: 20px;
        padding-right: 20px;
    }


    .blog .bigBlog img {
        height: 185px;
    }

    .blog .normalBlog {
        height: 130px;
        overflow: hidden;
    }

}



@media only screen and (max-width: 1100px) {


    .blog .normalBlog:nth-child(3) {
        width: calc(50% - 5px);
        float: left;
    }

    .blog .normalBlog:nth-child(4) {
        width: calc(50% - 5px);
        float: left;
    }

    .blog .normalBlog:nth-child(5) {
        width: calc(50% - 20px);
        float: left;
        margin-left: 0;
    }

    .blog .normalBlog:nth-child(6) {
        width: calc(50% - 20px);
        float: left;
        margin-right: 10px;
    }

    .blog .bigBlog {
        width: calc(50% - 20px);
    }

    .faqBox .col-6:first-child {
        display: none;
    }

    .faq .faqBox .col-6:last-child {
        padding-top: 50px;
        width: 100%;
    }





    .footer .col-6 {
        width: 100% !important;
    }

    .footer .col-6 .logo p {
        font-size: 22px;
        line-height: 40px;
        letter-spacing: 0px;
        word-break: auto-phrase;
    }

    .footer .col-2 {
        width: 33.3% !important;
        margin-top: 30px;
    }


}




@media only screen and (max-width: 1000px) {


    nav .menu {
        width: 0px;
        background: #111520fc;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        height: 100vh;
        z-index: 10000000000000000000;
        transition: .3s ease-in-out;
    }

    .showMoboNav {
        transition: .3s ease-in-out;
        width: 350px !important;
    }

    .menuBtn button {
        background: none;
        border: none;
        float: right;
        margin-top: 10px;
        margin-right: -10px;
        display: block;
    }

    .menuBtn button img {
        width: 40px;
        object-fit: cover;
    }

    .moboNavHeader {
        display: block;
        padding: 20px;
    }

    .moboNavHeader button {
        float: left;
        width: 40px;
        border: none;
        background: none;
    }

    .moboNavHeader button img {
        width: 100%;
    }

    .moboNavHeader h4 {
        float: left;
        margin-left: 12px;
        font-size: 26px;
    }

    .moboNavHeader h4 b {
        color: var(--highlight);
    }

    .menu ul li {
        list-style: none;
        margin: 0 20px;
        width: 100%;
        float: left;
        padding: 10px;
    }

    .menu ul li a {
        border: 2px solid var(--highlight);
        width: 90%;
        display: block;
        padding: 10px;
        border-radius: 10px;
        text-align: left;
        transition: all .3s ease-in-out;
    }

    .menu ul li a:hover {
        border: 2px solid var(--highlight);
        background: var(--highlight);
        width: 90%;
        display: block;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        color: var(--blue);
        transition: all .3s ease-in-out;
    }


    .heroarea-content h1 {
        font-size: 45px;
    }

    .heroarea-content p {
        font-size: 22px;
    }


    .hireUs .col-6 {
        padding: 15px;
        width: 100%;
    }

    .hireUs .col-6:first-child img {
        height: auto;
    }


}


@media only screen and (max-width: 900px) {

    .whyChooseUs p {
        font-size: 20px;
        line-height: 34px;
    }

}


@media only screen and (max-width: 850px) {

    .aboutUs .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutUs .row .col-6 {
        width: 100%;
    }

    .aboutUs .aboutContent {
        height: auto;
        float: left;
    }

    .aboutUs .col-6:first-child img {
        height: 360px;
        width: 100%;
        object-fit: cover;
    }


    .sectionTitle h3 {
        font-size: 28px;
    }

    .hireUs .sectionTitle p {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .hireUs h3 {
        margin-top: 10px;
        font-size: 20px;
    }

}


@media only screen and (max-width: 800px) {

    .heroarea-content {
        width: 100%;
    }

    .metric-card {
        padding: 10px;
        margin: 10px;
        width: calc(50% - 20px);
    }

    .services .serviceBox {
        width: calc(33% - 20px);
        margin: 10px;
    }

    .slider-item {
        padding: 0px 20px;
        font-size: 25px;
        min-width: 100px;
    }

    .joinUs .joinBox {
        width: 100%;
    }

    .getInTouic .col-6 {
        width: 100%;
    }

}



@media only screen and (max-width: 720px) {

    .blog .bigBlog {
        width: calc(100% - 20px) !important;
        float: left !important;
        margin: 10px;
    }

    .blog .bigBlog img {
        height: auto;
        width: 180px;
        float: left;
        margin-right: 20px;
    }

    .blog .normalBlog {
        height: auto;
        margin: 10px;
        width: calc(50% - 20px) !important;
    }

    .blog .normalBlog img {
        width: 100%;
        border-radius: 10px;
        height: 185px;
        float: left;
        margin-bottom: 15px;
        object-fit: cover;
    }

    .blog .normalBlog:nth-child(5) {
        margin-left: 10px !important;
    }

    .blogDatabox p {
        font-size: 14px;
        height: 25px;
        overflow: hidden;
    }

}



@media only screen and (max-width: 700px) {

    .menuBtn button img {
        width: 30px;
        object-fit: cover;
    }

    .heroarea-content h1 {
        font-size: 35px;
        line-height: 50px;
        margin: 0 10px;
    }

    .heroarea-content p {
        font-size: 18px;
        line-height: 40px;
    }

    .heroarea-content .headerSubLinks a:first-child, .heroarea-content .headerSubLinks a:last-child {
        padding: 8px 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .heroarea-content .headerSubLinks {
        margin: 0 auto;
        display: block;
        width: fit-content;
        width: 80%;
    }

    .heroarea {
        background: radial-gradient(at center, rgb(43 49 69), rgb(19 22 31));
        height: 650px;
        margin-top: -100px;
    }

    .heroarea-content {
        width: 100%;
        padding-top: 70px;
    }

    .heroarea-content .scrollDown {
        bottom: -60px;
    }

    .aboutUs .container {
        border-radius: 20px;
    }

    .aboutUs .col-6:first-child img {
        border-radius: 20px;
    }


}




@media only screen and (max-width: 630px) {

    .blog .normalBlog img {
        height: 150px;
    }

}



@media only screen and (max-width: 600px) {

    .whyChooseUs p {
        font-size: 18px;
        line-height: 28px;
    }

    .faq .sectionTitle {
        padding-right: 0px;
    }

    .footer .col-2 {
        width: 50% !important;
        margin-top: 30px;
    }

}


@media only screen and (max-width: 550px) {

    .aboutUs .col-6:first-child img {
        height: 230px;
        width: 100%;
        object-fit: cover;
    }

    .services .serviceBox {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .services .serviceBox img {
        width: 50%;
    }

    .whyChooseUs {
        padding-left: 10px;
        padding-right: 10px;
    }

}


@media only screen and (max-width: 500px) {

    .joinUs .joinBox img {
        float: unset;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .joinUs .joinBox {
        width: 100%;
        text-align: center;
    }

    .blog .normalBlog img {
        height: 120px;
    }

    .faq .faqBox .accordion-button {
        font-size: 18px !important;
    }

    .faq .faqBox .accordion-body {
        font-size: 16px !important;
    }

    .faq .sectionTitle h3 {
        font-size: 25px;
        font-weight: bold;
    }

    .colContentBg button {
        width: 70%;
    }

    .footer {
        border-radius: 20px;
        padding: 20px !important;
    }

    .footer .col-2 {
        width: 100% !important;
        margin-top: 30px;
    }

    .copyright {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .footer .col-6 .logo p {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 0px;
        word-break: auto-phrase;
    }

}


@media only screen and (max-width: 450px) {
    .sectionTitle h3 {
        font-size: 30px;
        font-weight: bold;
    }

    .metric-icon img {
        width: 80px;
    }

    .blogDatabox h4 {
        font-size: 16px;
    }

    .blogDatabox p {
        font-size: 12px;
        height: 36px;
        overflow: hidden;
    }

    .blog .bigBlog img {
        height: auto;
        width: 160px;
        float: left;
        margin-right: 20px;
    }

}


@media only screen and (max-width: 400px) {
    .services .serviceBox {
        width: calc(100% - 20px);
        margin: 10px;
    }

}
