
@media screen and (max-width: 600px) {
    .p-mo-0{
        padding: 0px;
    }
    .nav-brand-mo{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 16px 24px;
    }
    .navbar-collapse {
        padding: 0px 24px;
        border-top: 1px solid var(--Base-03, #BDBDBD);
        overflow: scroll;
        height: 600px;
    }
    header{
        padding: 0px 0px;
        background: #fff;
    }
    .navbar {
        padding: 0px 0px;
        height:auto;
    }
    .navbar-brand img{
        width: 141px;
        height: 27px;
    }
    .nav-link{
        color: var(--Base-Off-Black, #0F0F0F) !important;
        font-family: Prata !important;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.48px;
        text-transform: capitalize;
        padding: 0px 0px;
    }
    .navbar-nav {
        margin-left: 0px;
        gap: 24px;
        margin-top: 40px;
    }
    .nav-item .nav-link {
        position: relative;
        z-index: 1;
    }
    .nav-item .nav-link::after{
        content: "";
        background: url(../media/chevron-right.svg) no-repeat;
        background-size:  cover;
        background-position:  center center;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0px;
        top: 4px;
    }
    .header-details{
        margin-top: 234px;
    }
    .header-details h5{
        color: var(--Base-Off-Black, #0F0F0F);
        font-family: Mazzard;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 161.404%;
        margin-bottom: 13px;
    }
    .header-details p{
        color: var(--Base-Off-Black, #0F0F0F);
        font-family: Mazzard;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 161.404%;
        margin-bottom: 13px;
    }
    .home_s1img-mo{
        position: relative; 
    }
    .home_s1img {
        position: relative;
        width: 375px !important;
        height: 320px !important;
        max-width: 100% !important;
        object-fit: cover;
    }
    .home_s1img-mo::before {
        content: "";
        background: #F2F2F2;
        height: 4px;
        top: 0px;
        left: -2px;
        width: 100%;
        position: absolute;
        top: 0rem;
        border-top: 5px solid #F2F2F2;
        z-index: 1;
    }
    .home_s1img-mo::after {
        content: "";
        background: #F2F2F2;
        height: 100%;
        top: 0px;
        left: 0rem;
        width: 5px;
        position: absolute;
        top: -12px;
        border-left: 5px solid #F2F2F2;
    }

}
@media screen and (max-width: 600px) {
    .footer {
        background: var(--Base-Off-Black, #0F0F0F);
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        padding: 40px 13px 27px;
    }
    .footer-logo img {
        margin-bottom: 30px;
        max-width: 190px;
    }
    .footer-logo {
        width: 408px;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .ul-list li a, .ul-list li p {
        color: var(--Base-Off-White, #FAFAFA);
        font-family: Mazzard;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 161.404%;
        margin-bottom: 13px;
    }
    .footer-logo p {
        color: var(--Base-Off-White, #FAFAFA);
        font-family: Mazzard;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 161.404%;
        margin-bottom: 0px;
    }
    .footer::after {
        content: '';
        background: url(../media/pattern-mo.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 245px;
        z-index: -1;
    }
    .ul-list ul {
        padding-left: 0px;
        list-style: none;
        margin-bottom: 0px;
    }
    
}