﻿@media screen and (min-width:768px) {
    .logoWrapper {
        width: 100%;
        margin-inline: auto;
    }

    .logoWrapper {
        /* position: fixed; */
        top: 0;
        /* background: #fef6f6; */
        z-index: 99;
        left: 0;
        transition: all 0.3s ease;
    }

    .logoWrapper.sticky .logo {
        height: 40px;
        margin-block: 1rem;

    }

    .logoWrapper .logo {
        height: 65px;

        margin-block: 2rem;
    }

    .topSection {
        min-height: calc(100vh - 260px);
    }

    .bottomSection {
        min-height: calc(100vh - 160px);
        /* margin-bottom: 2rem; */
    }

    .welcomeTitle {
        font-size: 40px;
        line-height: 48px;
    }

    /* search input */
    .searchInputGroup {
        height: 70px;
    }

    .categoryOptionsWrapper {
        gap: 50px;
    }

    .catOptionBox {
        /* height: 210px; */
        min-height: 210px;
    }

    .catOptionBox .title {
        font-size: 20px;
        line-height: 24px;
    }

    .catOptionBox .subTitle {
        font-size: 14px;
        line-height: 20px;
    }

    .catOptionBox .btn {
        font-size: 16px;
        line-height: 28px;
        position: absolute;
        bottom: -15%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all .2s linear;
    }

    .catOptionBox:hover .btn {
        opacity: 1;
        transform: translateX(-50%);
        bottom: -20px;
    }

    /* tab wrapper */

    .tabWrapper .tab-content {
        padding: 20px;
    }


    .tabWrapper-pills .nav-link {
        font-size: 16px;
    }

    .catCard-row {
        grid-row-gap: 20px;
        border: 1px #000;
        grid-template-rows: auto;
        display: flex;
    }

    .catCard img {
        /* height: 150px; */
        /* width: 150px; */
    }

    .catCard .title {
        font-size: 16px;
    }

    /* footer */
    footer .content-box h1 {
        font-size: 30px;
        line-height: 34px;
    }

    footer .content-box p {
        font-size: 16px;
    }

    .vector-background {
        /* background-image: url(https://www.globalimebank.com/_next/static/media/info-bg.c3285043.jpg); */
    }

    .vector-background .left h2 {
        font-size: 20px;
    }

    .vector-background .left h6 {
        line-height: 22px;
    }

    .vector-background .right .infoCard-detail h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .content-wrapper {
        padding: 30px 20px 50px 20px;
    }

    .serviceCard-row {
        display: grid;
        gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-columns: 1fr;
    }

    .serviceCard img {
        height: 120px;
        object-fit: contain;
    }

    .serviceCard .title {
        padding: 15px;
        font-size: 20px;
        line-height: 24px;

    }

    .filterWrapper {
        padding-inline: 20px;
    }

    .errorWrapper-container {
        padding-block: 5rem;
    }

    .errorWrapper {
        padding: 5rem;
        border-radius: 1.5rem;
    }

    .errorWrapper h1 {
        font-size: 3rem;
    }


    .boxWrapper {
        box-shadow: 18px 24px 82.9px 0px #CEDDEC;
        border-radius: 40px;
        border: 1px solid;
        border-image-source: linear-gradient(119.09deg, #FFFFFF 0.67%, #E9E9E9 99.43%);
        padding: 40px 50px;
        background: rgb(255, 255, 255, 0.6);
        max-width: 1008px;
        width: 100%;
        margin-inline: auto;
        margin-block: 2rem 4rem;
    }
}

@media screen and (min-width:426px) {
    .logoWrapper {

        position: static;
    }


    .homepage-container ,.profile-container{
        height: auto;
        overflow-y: auto;
    }

    .homepage-button-wrapper {
        position: static;

        background: transparent;
        padding: initial;
    }

    .homepage-button-wrapper .col-6 {
        padding: initial;
    }

    .homepage-button-wrapper h6 {
        font-size: initial;
    }

    .homepage-button-wrapper button {
        font-size: 1rem;
        border-width: 10px !important;
        padding-inline: 1.5rem !important;
        width: auto;

    }
}

@media screen and (max-width:426px) {
    .personaCard-image {

        max-width: 190px;
        width: 100%;

    }

    .personaCard .card-text {
        padding: 10px 10px;
        font-size: 12px;
    }
}

#performSerach:hover {
    cursor: pointer;
  }


#performClearSerach:hover {
    cursor: pointer;
  }
