.desktop .aboutUsBox {
    width: 100%;
    background-color: #F3F4EF;
    display: block;
}

.desktop .aboutUsBox ul {
    display: flex;
    width: 100%;
    list-style: none;
}

.desktop .aboutUsBox ul li {
    width: 50%;
}

.desktop .aboutUsBox ul li:first-child img {
    width: 100%;
    display: block;
}

.desktop .aboutUsBox ul li:last-child {
    padding: 2.5em 2.5em 0 5em  ; /*top riht bottom left*/
}

.desktop .aboutUsBox ul li:last-child a {
    font-size: 1.5em;
    text-decoration: none;
    padding: 1em 1.5em;
    color: white;
    background-color: black;
}

.desktop .loveForNine {
    background-color: #A81D2C;
    color: white;
    padding: 5em 0 5em 0;
}

.desktop .loveForNine h2 {
    text-align: center;
}

.desktop .loveForNine ul {
    display: grid;
    gap: 3em;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0 4em;
}

.desktop .loveForNine ul li p {
    font-weight: 200;
}

.desktop .loveForNine ul li p img {
    margin-bottom: 5em;
}

.desktop .highlightBox {
    width: 100%;
    height: 100vh;
    margin-top: 3em;
    padding: 0;
}

.desktop .highlightBox h2 {
    text-align: center;
    color: #A81D2C;
    margin-bottom: .5em;
    font-size: 3.5em;
}

.desktop .highlightBox ul{
    width: 100%;
    height: 100%;
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 4em;
    list-style: none;
}

.desktop .highlightBox ul li {
    width: 100%;
    height: 100%; 
    text-align: center;
}

.desktop .highlightBox ul li:first-child {
    padding-left: 0em;
}

.desktop .highlightBox ul li img{
    width: 100%;
    height: 100%;
}

.desktop .highlightBox ul li div {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;  
    align-items: center;
}

.desktop .highlightBox ul li div:last-child {
    width: 100%;
    margin-top: -80vh;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.desktop .highlightBox ul li div:last-child a{
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: .08em;
}

/* 1025px */
@media (max-width: 1280px) {
    .aboutUsBox.aboutUsBox {
        height: auto;
    }

    .aboutUsBox p{
        font-size: 1.35em ;
    }

    .desktop .aboutUsBox ul li:last-child {
        padding: 1.5em 2.4em 0 3em  ; /*top riht bottom left*/
    }

    .highlightBox.highlightBox {
        height: auto;
        margin-bottom: 5em;
    }

    .desktop .highlightBox ul li div {
        height: 60vh;
        width: 100%;
        display: flex;
        justify-content: center;  
        align-items: center;
    }
    
    .desktop .highlightBox ul li div:last-child {
        margin-top: -60vh;
    }
    
    .desktop .highlightBox ul li div:last-child a{
        font-size: 1.8em;
        letter-spacing: .06em;
    }

}

/* ipad Pro starts Here */
@media (max-width: 1024px) {
  
}

.mobileNTablet .aboutUsBox {
    width: 100%;
    background-color: #F3F4EF;
    display: block;
}

.mobileNTablet .aboutUsBox ul {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    list-style: none;
}

.mobileNTablet .aboutUsBox ul li:first-child {
    height: 40svh;
    overflow: hidden;
}

.mobileNTablet .aboutUsBox ul li:first-child img {
    width: 100%;
    display: block;
    margin-top: -5svh;
}

.mobileNTablet .aboutUsBox ul li:last-child {
    padding: 1.5em 2.4em 4em 3em  ; /*top riht bottom left*/
    overflow: hidden;
}

.mobileNTablet .aboutUsBox ul li:last-child p {
    font-size: 1.5em;
}

.mobileNTablet .aboutUsBox ul li:last-child h2 {
    font-size: 2.5em;
}

.mobileNTablet .aboutUsBox ul li:last-child a {
    font-size: 1.5em;
    text-decoration: none;
    padding: 1em 1.5em;
    color: white;
    background-color: black;
}

.mobileNTablet .loveForNine {
    background-color: #A81D2C;
    color: white;
    padding: 5em 0 5em 0;
    width: 100%;
}

.mobileNTablet .loveForNine h2 {
    text-align: center;
}

.mobileNTablet .loveForNine ul {
    display: grid;
    gap: 3em;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0 4em;
    width: 99%;
    margin: 0 auto !important;
}

.mobileNTablet .loveForNine ul li p {
    font-weight: 200;
}

.mobileNTablet .loveForNine ul li p img {
    margin-bottom: 5em;
}

.mobileNTablet .highlightBox {
    width: 100%;
    margin-top: 3em;
    padding: 0;
}

.mobileNTablet .highlightBox h2 {
    text-align: center;
    color: #A81D2C;
    margin-bottom: .5em;
    font-size: 3.5em;
}

.mobileNTablet .highlightBox ul{
    width: 100%;
    height: 100%;
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 4em;
    list-style: none;
}

.mobileNTablet .highlightBox ul li {
    width: 100%;
    height: 100%; 
    text-align: center;
}

.mobileNTablet .highlightBox ul li:first-child {
    padding-left: 0em;
}

.mobileNTablet .highlightBox ul li img{
    width: 100%;
    height: 100%;
}

.mobileNTablet .highlightBox ul li div {
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;  
    align-items: center;
}

.mobileNTablet .highlightBox ul li div:last-child {
    width: 100%;
    margin-top: -600px;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.mobileNTablet .highlightBox ul li div:last-child a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 2.5em;
    letter-spacing: .06em;
}