@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}


@font-face {
    font-family: GeneralSans;
    src: url("/fonts/GeneralSans-Regular.otf");
}

.maindiv {
    width: 100%;
    height: 100vh;
    background: radial-gradient(100% 100% at 50% 0%, #140C3B 0%, #4F29BA 52.6%, #6735ED 84.88%, #7C50F1 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    background-color: transparent !important;
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* border: 2px solid white; */
    padding: 25px 40px;
    z-index: 100;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}


.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.nav-link {
    color: white !important;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin: 0px 6px;
}

.navbar-brand {
    color: white !important;
    font-size: 30px;
    font-family: GeneralSans;
    font-weight: 1000;
}

.navbar-brand:hover {
    color: white !important;
    font-size: 30px;
    font-family: GeneralSans;
    font-weight: 600;
}

.brandBlacklogo {
    display: none;
}

/* #drop1:hover .dropdown-menu{
    display: block !important;
}
#drop2{
    display: none !important;
} */
.dropdown-menu {
    padding: 0px;
    /* border: 1px solid #0A47C9; */
    border: 1px solid black;
    border-radius: 0px;
}

.dropdown-item {
    /* border-bottom: 1px solid gray !important; */
    background-color: white;
    color: #0A47C9;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.dropdown-item:hover {
    background-color: #0A47C9;
    color: white;
}




.maininnerdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.maininnerdiv h1 {
    color: white;
    font-size: 80px;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 600;
}

.maininnerdiv p {
    color: white;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.18px;
    letter-spacing: -0.03em;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 400;
}

#spanword {
    color: aqua;
}



.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.input {
    min-height: 50px;
    width: 40%;
    /* max-width: 250px; */
    padding: 0 1rem;
    color: #fff;
    font-size: 15px;
    border: 1px solid #FFFFFFB2;
    border-radius: 6px 0 0 6px;
    background-color: transparent;
}

.input::placeholder {
    color: #FFFFFFB2;
    font-family: GeneralSans;

}

.button--submit {
    min-height: 50px;
    padding: .5em 1em;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: white;
    color: black;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color .3s ease-in-out;
    font-family: GeneralSans;
    font-weight: 700;
}

.button--submit:hover {
    background-color: white;
}

.input:focus,
.input:focus-visible {
    border-color: white;
    outline: none;
}

.aboutsection {
    background-color: #140C3B;
    padding: 20px 0px;
    /* border: 2px solid red; */
}

.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: 70%;
    margin: auto;
}

.aboutbox h2 {
    color: white;
    font-family: GeneralSans;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 25px;
}

.aboutbox p {
    color: #DADADA !important;
    font-family: GeneralSans;
    font-weight: 400;
    letter-spacing: 1px;
}

.mulmainduv {
    /* border: 2px solid white; */
    display: flex;
    flex-direction: row-reverse;
    width: 70%;
    margin: 20px auto;
    gap: 30px;
}

.multiLeft {
    /* border: 2px solid red; */
    border: 1px solid #473A61CC;
    border-radius: 20px;
    width: 50%;
    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: 50%;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    padding: 0px 40px;
    background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
}

.multiLeftimgbox {
    /* border: 2px solid red; */
    border-radius: 20px;
    /* width: 500px;
    height: 500px; */
}

.multiLeftimgbox img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.multiRight h3 {
    color: white;
    font-size: 40px;
    margin: 0;
    font-family: GeneralSans;
    font-weight: 700;
}

.multiRight p {
    color: #DADADA !important;
    font-size: 20px;
    margin: 0;
    font-family: GeneralSans;
    font-weight: 500;
}

.abouticon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.abouticon img {
    width: 100%;
    height: 100%;
}

.mulmainduv2 {
    /* border: 2px solid white; */
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    gap: 30px;
}

.multiLeft2 {
    /* border: 2px solid red; */
    border: 1px solid #473A61CC;
    border-radius: 20px;
    width: 50%;
    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%);
}

.multiRight2 {
    /* border: 2px solid green; */
    border: 1px solid #473A61CC;
    border-radius: 20px;
    width: 50%;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    padding: 0px 40px;
    background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
}

.multiLeftimgbox2 {
    /* border: 2px solid red; */
    border-radius: 20px;
    /* width: 500px;
    height: 500px; */
}

.multiLeftimgbox2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.multiRight2 h3 {
    color: white;
    font-size: 40px;
    margin: 0;
}

.multiRight2 p {
    color: #DADADA !important;
    font-size: 20px;
    margin: 0;
}

.abouticon {
    width: 40px;
    height: 40px;
}

.abouticon img {
    width: 100%;
    height: 100%;
}


/* types div css  */

.typesdiv {
    background: radial-gradient(100% 100% at 50% 0%, #6735ED 51.5%, #7C50F1 100%);
    padding-top: 100px;
}

.typerespdiv {
    display: none;
}

.mainheading {
    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;
}

.mainheading h4 {
    margin: 0;
    color: white;
    font-size: 20px;
    font-family: GeneralSans;
    font-weight: 600;
}

.mainheading img {
    width: 10%;
}

.typeheading {
    color: white;
    font-size: 70px;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 600;
    margin: 30px 0px 0px 0px;
}

.typeboxdiv {
    padding: 60px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    place-items: center;
}

.typebox {
    border: 0.5px solid #FFFFFF99;
    border-radius: 10px;
    background: #FFFFFF26;
    width: 480px;
    height: 280px;
    display: flex;
    gap: 20px;
    padding: 20px 10px;
}

.typebox:hover {
    border: 0.5px solid black;
    border-radius: 10px;
    background: #FFFFFF26;
    width: 480px;
    height: 280px;
    display: flex;
    gap: 20px;
    padding: 20px 10px;
}

.typeRightdiv h4 {
    color: white;
    font-size: 26px;
    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: 125px;
}

.pageRedirect {
    text-decoration: none !important;
}

/* types div css  */


/* activity div  */

.activitydiv {
    background: #140C3B;
    padding-top: 100px;
}

.activityrespdiv {
    display: none;
}

.taskmainheading {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 9%;
    padding: 10px 6px;
    border-radius: 50px;
    margin: auto;
    background: #FFFFFF36;
}

.taskmainheading h4 {
    margin: 0;
    color: white;
    font-size: 20px;
    font-family: GeneralSans;
    font-weight: 600;
}

.taskmainheading img {
    width: 15%;
}

.activityheading {
    color: white;
    font-size: 70px;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 600;
    margin: 20px 0px;
}

.activitypara {
    color: #DADADA !important;
    font-size: 16px;
    width: 80%;
    margin: auto;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 400;
}

.activityboxdiv {
    padding: 60px 0px;
    display: grid;
    grid-template-columns: 1fr 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: 480px;
    height: 260px;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.activityRightdiv h4 {
    color: white;
    font-size: 26px;
    font-family: GeneralSans;
    font-weight: 600;
}

.activityRightdiv p {
    color: #DADADA !important;
    font-size: 16px;
    font-family: GeneralSans;
    font-weight: 400;
}

/* activity div  */

.seoback {
    background-image: url("/img/seoback.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    /* height: 350px; */
    height: auto;
    /* position: relative; */
}


.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;
}

.planbtn3 {
    color: #5A2FD0;
    font-weight: 500;
    padding: 6px 20px !important;
    text-align: center;
    margin: 10px auto !important;
    border-radius: 30px;
    background: white;
    margin: 40px auto;
    border: none !important;
}

.seoinfo {
    /* position: absolute;
    top: 20%;
    left: 10%; */
    /* border: 2px solid black; */
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px;
}

.seobackleft {
    /* border: 2px solid red; */
    width: 60%;
}

.seobackright {
    /* border: 2px solid green; */
    width: 30%;
}

.seobackright img {
    width: 100%;
}

.seoinfo p {
    margin: 0;
    color: white;
    font-size: 35px;
    font-family: GeneralSans;
    letter-spacing: 1px;
    font-weight: 600;
}



/* plans  */

.packagemainheading {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 12%;
    padding: 10px 6px;
    border-radius: 50px;
    margin: auto;
    background: #FFFFFF36;
}

.packagemainheading h4 {
    margin: 0;
    color: white;
    font-size: 20px;
    font-family: GeneralSans;
    font-weight: 600;
}

.packagemainheading img {
    width: 13%;
}

.plansdiv {
    padding: 61px 0px;
    background-color: #140C3B;
}



.planinnerdiv {
    /* border: 2px solid black; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    width: 80%;
    margin: auto;
}

.planbox {
    width: 350px;
    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: 350px;
    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;

}

.badge {
    position: absolute;
    top: 5%;
    right: -10%;
    background-color: white;
    color: #00A3FF;
    padding: 4px 40px;
    transform: rotate(45deg);
    /* width: 30%; */
    overflow: hidden;
}

.badge2 {
    position: absolute;
    top: 3%;
    right: -13%;
    background-color: white;
    color: #00A3FF;
    padding: 4px 30px;
    transform: rotate(45deg);
    /* width: 30%; */
    overflow: hidden;
    font-size: 10px;
}

#planbox h1,
#planbox h4 {
    color: white !important;
}

#planbox h3 {
    color: white;
    font-size: 40px;
    padding-bottom: 19px;
    border-bottom: 2px solid white;
    width: 80%;
    margin: auto;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 600;
}

.planbox h3 {
    color: white;
    padding-bottom: 19px;
    font-size: 40px;
    border-bottom: 2px solid white;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 600;
}

.planbox h4 {
    color: #DADADA !important;
    font-size: 15px;
    margin: 22px 0px;
    text-align: center;
    font-family: GeneralSans;
    font-weight: 400;
}

.rightsymbol {
    color: #8FFF00 !important;
    font-weight: 700;
}

#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;
}

.planupperdiv {
    /* border: 2px solid black; */
    min-height: 560px;
}

.planheading {
    color: white;
    font-size: 60px;
    text-align: center;
    margin: 40px 0px 60px 0px !important;
    font-family: GeneralSans;
    font-weight: 600;
}

/* plans  */


/* client section  */

.clientmainheading {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 10%;
    padding: 10px 6px;
    border-radius: 50px;
    margin: auto;
    background: #140C3B;
}

.clientmainheading h4 {
    margin: 0;
    color: white;
    font-size: 20px;
    font-family: GeneralSans;
    font-weight: 600;
}

.clientmainheading img {
    width: 15%;
}

.testslickslider2 {
    width: 80%;
    margin: auto;
    z-index: 1;
}

.clientdiv {
    /* background: radial-gradient(354.97% 100% at 50% 0%, #140C3B 0%, #4F29BA 39.25%, #6735ED 69.68%, #7C50F1 99.36%); */
    background: white;
    padding: 100px 0px;
}

.clientimgmaindiv {
    border: 2px solid red;
}

.clientimgdiv {
    /* width: 400px !important;
    height: 300px;
    margin: auto; */
    /* margin: 0px 10px; */
    margin: 0px auto;
}

.clientimgdiv img {
    width: 70%;
    height: auto;
    margin: auto;
}

.clientheading {
    text-align: center;
    color: #140C3B;
    font-size: 70px;
    margin: 30px 0px 60px 0px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: GeneralSans;
    font-weight: 600;
}


#clientSection.slick-prev {
    left: -55px;
}


#clientSection .slick-prev:before,
#clientSection .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: 1 !important;
    color: #140C3B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* client section  */

.planrespdiv {
    display: none;
}

.emailId2 {
    text-decoration: none;
    /* border: 2px solid red; */
    margin: auto;
}

.emailId {
    text-decoration: none;
}

.emailId:hover {
    text-decoration: none;
    color: white !important;
}

#exampleModalLabelfirst {
    font-size: 30px !important;
}

.modal-header {
    border: none;
}

.submitButton {
    display: block;
    margin: auto;
}

.custom-alert {
    background: radial-gradient(354.97% 100% at 50% 0%, #4F29BA 0%, #6735ED 69.68%, #7C50F1 99.36%);
    /* width: 300px;
    height: 300px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 80px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 10px;
    display: none;
}

.custom-alert p {
    font-family: "League Spartan", sans-serif;
    color: White;
    text-align: center;
    font-size: 23px;
}

#endcrossbtn {
    /* border: 2px solid black; */
    position: absolute;
    top: 10px;
    right: 16px;
    color: white;
}

#deskform {
    /* border: 2px solid red; */
    width: 100%;
}

.gototop {
    background: radial-gradient(100% 100% at 50% 0%, #6735ED 51.5%, #7C50F1 100%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.gototop p {
    font-size: 40px;
    color: white;
    margin: 0px;
}

#typerespAnchor {
    display: none;
}

#activerespAnchor {
    display: none;
}

#planrespAnchor {
    display: none;
}

.locationFotter {
    width: 10%;
}

/* #mainheader.scrolled {
    background-color: #363333 !important;
    box-shadow: 0px 2.8075504302978516px 3.7434003353118896px 0px #00000026;
} */



@media(min-width:1800px) {
    .maininnerdiv h1 {
        color: white;
        font-size: 110px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .maininnerdiv p {
        color: white;
        margin-top: 20px;
        font-size: 25px;
        font-weight: 400;
        line-height: 23.18px;
        letter-spacing: -0.03em;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 400;
    }

    .typeboxdiv {
        padding: 60px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
        place-items: center;
        width: 85%;
        margin: auto;
    }

    .activityboxdiv {
        padding: 60px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
        place-items: center;
        width: 85%;
        margin: auto;
    }
}

@media(max-width:550px) {

    .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%;
    }

    .maininnerdiv h1 {
        color: white;
        font-size: 28px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .maininnerdiv p {
        color: white;
        margin-top: 20px;
        font-size: 15px;
        padding: 0px 10px;
    }

    .input-group {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .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;
    }

    .aboutbox h2 {
        color: white;
        font-family: GeneralSans;
        font-weight: 700;
        font-size: 33px;
        margin-bottom: 25px;
    }

    .aboutbox p {
        font-size: 12px;
    }

    .mulmainduv {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 20px auto;
        gap: 30px;
    }

    .multiLeft {
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 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 {
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 100%;
        display: flex;
        gap: 6px;
        justify-content: center;
        flex-direction: column;
        padding: 20px 20px;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }

    .multiRight h3 {
        color: white;
        font-size: 30px;
        margin: 0;
        font-family: GeneralSans;
        font-weight: 700;
    }

    .multiRight p {
        color: #DADADA !important;
        font-size: 15px;
        margin: 0;
        font-family: GeneralSans;
        font-weight: 500;
    }

    .mulmainduv2 {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        gap: 30px;
    }

    .multiLeft2 {
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 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%);
    }

    .multiRight2 {
        border: 1px solid #473A61CC;
        border-radius: 20px;
        width: 100%;
        display: flex;
        gap: 6px;
        justify-content: center;
        flex-direction: column;
        padding: 20px 20px;
        background: linear-gradient(180deg, rgba(39, 21, 79, 0.42) 0%, rgba(39, 28, 62, 0.75) 100%);
    }

    .multiRight2 h3 {
        color: white;
        font-size: 30px;
        margin: 0;
        font-family: GeneralSans;
        font-weight: 700;
    }

    .multiRight2 p {
        color: #DADADA !important;
        font-size: 15px;
        margin: 0;
        font-family: GeneralSans;
        font-weight: 500;
    }

    .typesdiv {
        background: radial-gradient(100% 100% at 50% 0%, #6735ED 51.5%, #7C50F1 100%);
        padding-top: 60px;
        display: none;
    }

    .typerespdiv {
        display: block !important;
        background: radial-gradient(100% 100% at 50% 0%, #6735ED 51.5%, #7C50F1 100%);
        padding: 60px 0px;
    }


    .mainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 46%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }

    .mainheading h4 {
        margin: 0;
        color: white;
        font-size: 14px;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .typeheading {
        color: white;
        font-size: 40px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 30px 0px 30px 0px;
    }

    .typeboxdiv {
        padding: 60px 20px;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
        place-items: center;
    }

    .typebox {
        border: 0.5px solid #FFFFFF99;
        border-radius: 10px;
        background: #FFFFFF26;
        width: 100%;
        height: 300px;
        display: flex;
        gap: 20px;
        padding: 20px 10px;
    }

    .typebox:hover {
        border: 0.5px solid black;
        border-radius: 10px;
        background: #FFFFFF26;
        width: 100%;
        height: 300px;
        display: flex;
        gap: 20px;
        padding: 20px 10px;
    }

    .typeRightdiv p {
        color: #DADADA !important;
        font-size: 13px;
        font-family: GeneralSans;
        font-weight: 400;
        height: auto;
    }

    .activitydiv {
        background: #140C3B;
        padding-top: 60px;
        display: none;
    }

    .activityrespdiv {
        display: block;
        background: #140C3B;
        padding: 60px 0px;
    }

    .taskmainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 35%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }

    .taskmainheading h4 {
        margin: 0;
        color: white;
        font-size: 16px;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .activityheading {
        color: white;
        font-size: 35px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
        margin: 20px 0px;
    }

    .activitypara {
        color: #DADADA !important;
        font-size: 14px;
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 400;
    }

    .activityboxdiv {
        padding: 40px 20px;
        display: grid;
        grid-template-columns: 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: auto;
        height: 350px;
        display: flex;
        gap: 20px;
        padding: 20px;
    }

    .activityRightdiv p {
        color: #DADADA !important;
        font-size: 14px;
        font-family: GeneralSans;
        font-weight: 400;
    }

    .activityRightdiv h4 {
        color: white;
        font-size: 22px;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .seoinfo p {
        margin: 0;
        color: white;
        font-size: 25px;
        font-family: GeneralSans;
        letter-spacing: 1px;
        font-weight: 600;
        text-align: center;
    }

    .seoinfo {
        /* position: absolute;
        top: 20%;
        left: 10%; */
        /* border: 2px solid black; */
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        padding: 60px 0px;
    }

    .seobackleft {
        /* border: 2px solid red; */
        width: 80%;
        margin-top: 40px;
    }

    .seobackright {
        /* border: 2px solid green; */
        width: 70%;
    }

    .seobackright img {
        width: 100%;
    }

    .planbtn {
        color: #5A2FD0;
        font-weight: 500;
        padding: 7px 0px !important;
        text-align: center;
        margin: 10px auto !important;
        border-radius: 30px;
        background: white;
        margin: 40px auto;
        border: none !important;
        width: 100%;
    }

    .planbtnseo {
        color: #5A2FD0;
        font-weight: 500;
        padding: 7px 0px !important;
        text-align: center;
        border-radius: 30px;
        background: white;
        margin: 40px auto;
        border: none !important;
        width: 70% !important;
        margin: 10px auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clientdiv {
        /* background: radial-gradient(354.97% 100% at 50% 0%, #140C3B 0%, #4F29BA 39.25%, #6735ED 69.68%, #7C50F1 99.36%); */
        background: white;
        padding: 40px 0px;
        /* display: none; */
    }

    .clientmainheading {
        border: 1px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 36%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #140C3B;
    }

    .clientmainheading h4 {
        margin: 0;
        color: white;
        font-size: 13px;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .clientheading {
        text-align: center;
        color: #140C3B;
        font-size: 35px;
        margin: 30px 0px 0px 0px;
        font-weight: 400;
        text-transform: capitalize;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .testimonialdiv {
        width: 90%;
        margin: auto;
    }

    #clientSection .slick-prev:before,
    #clientSection .slick-next:before {
        font-family: 'slick';
        font-size: 23px;
        line-height: 1;
        opacity: 1 !important;
        color: #140C3B !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #clientSection .slick-prev {
        left: -33px;
    }

    .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: 37%;
        padding: 10px 6px;
        border-radius: 50px;
        margin: auto;
        background: #FFFFFF36;
    }

    .packagemainheading h4 {
        margin: 0;
        color: white;
        font-size: 13px;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .planinnerdiv {
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
        width: 80%;
        margin: auto;
    }

    .planbox {
        width: auto;
        height: 750px;
        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;
    }

    .planheading {
        color: white;
        font-size: 30px;
        text-align: center;
        margin: 40px 6px 60px 6px !important;
        font-family: GeneralSans;
        font-weight: 600;
    }

    .planupperdiv {
        min-height: auto;
    }

    #planbox h3 {
        color: white;
        font-size: 32px;
        padding-bottom: 19px;
        border-bottom: 2px solid white;
        width: 80%;
        margin: auto;
        text-align: center;
        font-family: GeneralSans;
        font-weight: 600;
    }

    #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;
        font-size: 14px;
    }

    #exampleModalLabelfirst {
        font-size: 20px !important;
    }

    .custom-alert {
        background-color: #145DA0 !important;
        width: 300px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 50px 6px;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-radius: 10px;
        display: none;
    }

    .gototop {
        background: radial-gradient(100% 100% at 50% 0%, #6735ED 51.5%, #7C50F1 100%);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

    .gototop p {
        font-size: 25px;
        color: white;
        margin: 0px;
    }

    #typerespAnchor {
        display: block !important;
    }

    #typedeskAnchor {
        display: none !important;
    }

    #activerespAnchor {
        display: block !important;
    }

    #activdeskAnchor {
        display: none !important;
    }

    #planrespAnchor {
        display: block !important;
    }

    #plandeskAnchor {
        display: none !important;
    }

}


