@media (min-width:551px) and (max-width:1000px){
    
   
    .navbar {
        background-color: white !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0px;
    }

    .nav-link {
        color: black !important;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        margin: 0px 6px;
    }

    .navbar-brand {
        color: black !important;
        font-size: 20px;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .navbar-brand:hover {
        color: black !important;
        font-size: 20px !important;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .dropdown-item {
        background-color: white;
        color: black;
        padding: 6px 10px;
        border: none;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        box-shadow: none;
    }

    .brandWhitelogo {
        display: none;
    }

    .brandBlacklogo {
        display: block !important;
        width: 70%;
    }
    
    .shopserimg {
        width: 5% !important;
    }
    .shopserbox {
        border: 1px solid #DFDFDF;
        border-radius: 10px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }
    .typeboxdiv {
        padding-top: 60px;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
        place-items: center;
    }
    .shopserdiv {
        /* border: 2px solid red; */
        width: 95%;
        margin: auto;
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
        row-gap: 40px;
    }
    .shopleft h1 {
        color: white;
        font-size: 35px;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .shopleft p {
        color: #D7D7D7;
        margin-top: 20px;
        font-size: 13px;
        line-height: 23.18px;
        font-family: GeneralSans;
        font-weight: 400;
    }
    .shoprightimgdiv {
        width: 400px;
        height: 400px;
    }
    .clientmainheading {
        border: 1px solid #794DF1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 26%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #794DF1;
    }
    .shopheadingkey {
        color: #794DF1;
        font-size: 50px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
        padding: 0px 10px;
    }
    .shopmainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 20%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
    .shopheadingser {
        color: white;
        font-size: 45px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
        padding: 0px 20px;
    }
    
    .maininnerdiv h1 {
        color: white;
        font-size: 55px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .maininnerdiv p {
        color: white;
        margin-top: 18px;
        font-size: 20px;
        font-weight: 400;
        line-height: 23.18px;
        letter-spacing: -0.03em;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 400;
    }
    .aboutbox {
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
        border: 1px solid #473A61CC;
        border-radius: 20px;
        padding: 30px 20px;
        width: 90%;
        margin: auto;
    }
    .mulmainduv {
        /* border: 2px solid white; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        margin: 20px auto;
        gap: 30px;
    }
    .multiLeft {
        /* border: 2px solid red; */
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }
    .multiRight {
        /* border: 2px solid green; */
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-direction: column;
        padding: 20px 40px;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }
    .mulmainduv2 {
        /* border: 2px solid white; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        gap: 30px;
    }
    .multiRight2 {
        /* border: 2px solid green; */
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-direction: column;
        padding: 20px 40px;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }
    .multiLeft {
        border: 2px solid red;
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }
    .multiLeft2 {
        /* border: 2px solid red; */
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }
    .mainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 33%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
    .typeheading {
        color: white;
        font-size: 55px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 30px 0px 0px 0px;
    }
    .typebox {
        border-radius: 10px;
        width: 90%;
        height: auto;
        display: flex;
        gap: 20px;
        padding: 20px 10px;
        margin: auto;
    }
    .typebox:hover {
        border: 0.5px solid black;
        border-radius: 10px;
        background: #FFFFFF26;
        width: 90%;
        height: auto;
        display: flex;
        gap: 20px;
        padding: 20px 10px;
    }
    .taskmainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 21%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
    .activityheading {
        color: white;
        font-size: 50px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
    }
    .activityboxdiv {
        padding: 60px 0px;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
        place-items: center;
    }
    .seoinfo p {
        margin: 0;
        color: white;
        font-size: 25px;
        font-family: GeneralSans;
        letter-spacing: 1px;
        font-weight: 600;
    }
    /* .plansdiv {
        padding: 61px 0px;
        background-color: #140C3B;
        display: none;
    } */
    .plansdiv {
        padding: 61px 0px;
        background-color: #140C3B;
        display: none;
    }

    .planrespdiv {
        display: block !important;
        padding: 61px 0px;
        background-color: #140C3B;
    }
    .testslickslider {
        /* border: 2px solid red; */
        width: 80%;
        margin: auto;
    }

    .packagemainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 27%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }

    .packagemainheading h4 {
        margin: 0;
        color: white;
        font-size: 16px;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .planheading {
        color: white;
        font-size: 50px;
        text-align: center;
        margin: 40px 10px 60px 10px !important;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .planbox {
        width: auto;
        height: 750px;
        /* height: auto; */
        padding: 50px 40px;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.081) 0%, rgba(255, 255, 255, 0.048) 100%);
        border: 1px solid #FFFFFF80;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0px 4px 4px 0px #00000040;
        margin-bottom: 20px;
    }
    #planbox {
        width: auto;
        height: 750px;
        padding: 50px 40px;
        border-radius: 10px;
        background: radial-gradient(354.97% 100% at 50% 0%, #4F29BA 0%, #6735ED 69.68%, #7C50F1 99.36%);
        border: 1px solid #FFFFFF80;
        color: white !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        box-shadow: 0px 4px 4px 0px #00000040;
    }
    .planbtn {
        color: #5A2FD0;
        font-weight: 500;
        padding: 10px 20px !important;
        text-align: center;
        margin: 10px auto !important;
        border-radius: 30px;
        background: white;
        margin: 40px auto;
        border: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .planbtnseo {
        color: #5A2FD0;
        font-weight: 500;
        padding: 7px 10px !important;
        text-align: center;
        border-radius: 30px;
        background: white;
        border: none !important;
        width: 50% !important;
        margin: 10px !important;
        display: flex;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .badge {
        position: absolute;
        top: 5%;
        right: -9%;
        background-color: white;
        color: #00A3FF;
        padding: 4px 40px;
        transform: rotate(45deg);
        width: 39%;
        overflow: hidden;
    }
    #clientSection.slick-prev {
        left: -45px !important;
    }
    
    
    #clientSection .slick-prev:before,
    #clientSection .slick-next:before {
        font-family: 'slick';
        font-size: 30px;
        line-height: 1;
        opacity: 1 !important;
        color: #140C3B !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .clientheading {
        text-align: center;
        color: #140C3B;
        font-size: 55px;
        margin: 30px 0px 60px 0px;
        font-weight: 400;
        text-transform: capitalize;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .typeRightdiv p {
        color: #DADADA !important;
        font-size: 16px;
        font-family: GeneralSans;
        font-weight: 400;
        /* border: 2px solid red; */
        height: auto;
    }
    .activitybox {
        border: 0.8px solid #777777;
        border-radius: 10px;
        background: linear-gradient(127.99deg, rgba(251, 251, 251, 0.08) 12.59%, rgba(191, 187, 187, 0.16) 87.41%);
        width: 90%;
        height: 260px;
        display: flex;
        gap: 20px;
        padding: 20px;
    }
}



@media (min-width:1001px) and (max-width:1200px){
    .navbar {
        width: 100%;
        padding: 10px 0px;
    }
    
    .typeboxdiv {
        padding-top: 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        place-items: center;
    }
    .shopserdiv {
        /* border: 2px solid red; */
        width: 95%;
        margin: auto;
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        row-gap: 40px;
    }


    .shopleft h1 {
        color: white;
        font-size: 35px;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .shopleft p {
        color: #D7D7D7;
        margin-top: 20px;
        font-size: 13px;
        line-height: 23.18px;
        font-family: GeneralSans;
        font-weight: 400;
    }
    .shoprightimgdiv {
        width: 400px;
        height: 400px;
    }
    .clientmainheading {
        border: 1px solid #794DF1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 21%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #794DF1;
    }
    .shopheadingkey {
        color: #794DF1;
        font-size: 50px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
        padding: 0px 10px;
    }
    .shopmainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 16%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
    .shopheadingser {
        color: white;
        font-size: 55px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
        padding: 0px 20px;
    }
    .activityheading {
        color: white;
        font-size: 50px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
    }
    .activityboxdiv {
        padding: 60px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        place-items: center;
    }
    .planbox {
        width: 300px;
        height: 700px;
        padding: 50px 40px;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.081) 0%, rgba(255, 255, 255, 0.048) 100%);
        border: 1px solid #FFFFFF80;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0px 4px 4px 0px #00000040;
    }
    #planbox {
        width: 300px;
        height: 700px;
        padding: 50px 40px;
        border-radius: 10px;
        /* background-color: #F8F8F8; */
        background: radial-gradient(354.97% 100% at 50% 0%, #4F29BA 0%, #6735ED 69.68%, #7C50F1 99.36%);
        border: 1px solid #FFFFFF80;
        color: white !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        box-shadow: 0px 4px 4px 0px #00000040;
    }
    .planinnerdiv {
        /* border: 2px solid black; */
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-items: center;
        width: 98%;
        margin: auto;
    }
    .planbox h3 {
        color: white;
        padding-bottom: 19px;
        font-size: 30px;
        border-bottom: 2px solid white;
        width: 50%;
        margin: auto;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
    }
    #planbox h3 {
        color: white;
        font-size: 30px;
        padding-bottom: 19px;
        border-bottom: 2px solid white;
        width: 80%;
        margin: auto;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .packagemainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 18%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
    .planheading {
        color: white;
        font-size: 60px;
        text-align: center;
        margin: 40px 10px 60px 10px !important;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .multiLeft2 {
        /* border: 2px solid red; */
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }
    .multiRight p {
        color: #DADADA !important;
        font-size: 13px;
        margin: 0;
        font-family: GeneralSans;
        font-weight: 500;
    }
    .multiRight2 p {
        color: #DADADA !important;
        font-size: 13px;
        margin: 0;
    }
    .mainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 24%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
    .taskmainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 13%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }
}

@media (min-width:1201px) and (max-width:1400px){
    .shopleft h1 {
        color: white;
        font-size: 45px;
        font-family: GeneralSans;
        font-weight: 600;
    }
    .shopleft p {
        color: #D7D7D7;
        margin-top: 20px;
        font-size: 13px;
        line-height: 23.18px;
        font-family: GeneralSans;
        font-weight: 400;
    }
    .shoprightimgdiv {
        width: 400px;
        height: 400px;
    }
    .typeboxdiv {
        padding-top: 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        place-items: center;
        width: 85%;
        margin: auto;
    }
    .shopserdiv {
        /* border: 2px solid red; */
        width: 85%;
        margin: auto;
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        row-gap: 40px;
    }
    .activityboxdiv {
        padding: 60px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        place-items: center;
    }
    .activitybox {
        border: 0.8px solid #777777;
        border-radius: 10px;
        background: linear-gradient(127.99deg, rgba(251, 251, 251, 0.08) 12.59%, rgba(191, 187, 187, 0.16) 87.41%);
        width: 90%;
        height: 260px;
        display: flex;
        gap: 20px;
        padding: 20px;
    }
    .planinnerdiv {
        /* border: 2px solid black; */
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-items: center;
        width: 96%;
        margin: auto;
    }
}