@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

html {
    scroll-behavior: smooth;
}
body{
    box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
scrollbar-width: thin;
            scrollbar-color: #5130D7 #f1f1f1;
            margin-right: 1px;
}
*::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
}

*::-webkit-scrollbar-thumb {
    background-color: #5130D7; /* Set the color of the scrollbar thumb */
}

*::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set the color of the scrollbar track */
}

.content_starts {
    width: 95% !important;
    max-width: 1170px !important;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.header_cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2px;
}

header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
}
nav ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li {
    padding: 0 10px;
    padding-top: 40px;
    padding-bottom: 20px;
    transition: all 0.5s;
}
nav ul li a {
    padding: 0 10px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    position: relative;
}
nav ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -5px;
    left: 10px;
    transition: all 0.5s;
}
nav ul li a:hover::after {
    width: calc(100% - 20px);
}
nav ul li:nth-last-child(1) {
    background: #5130D7;
}
nav ul li:nth-last-child(1) a {
    color: #fff;
}
nav ul li:nth-last-child(1) a::after {
    background: #fff;
}

nav ul li a.active {
    color: #5130D7;
}
nav ul li a.active::after {
    background: #5130D7;
    width: calc(100% - 20px);
}

.logo {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 52px;
    transition: all 0.5s;
}
.logo img {
    height: 100%;
}

.header_sc .logo {
    height: 37px;
}
.header_sc nav ul li {
    padding-top: 30px;
    padding-bottom: 15px;
}

button.anim1 {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    background: #DAFF00;
    font-size: 18px;
    --c: #000;
    color: var(--c);
    border: 2px solid #5130D7;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    font-weight: 500;
    cursor: pointer;
}
button.anim1:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
button.anim1 span {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #5130D7;
    left: 0;
    transition: all 0.5s;
    z-index: -1;
    top: 0;
}
button.anim1:hover span {
    width: 100%;
}

.banner-section {
    position: relative;
    margin-top: 80px;
}
.banner-section img {
    width: 100%;
}

.banner_card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner_card h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0;
}
.banner_card h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
}

h2 {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.5px;
    color: #333333;
}
.desc_section p {
    width: 100%;
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #666666;
    margin: 0 50px;
}
.desc_section h3 {
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.5px;
    color: #666666;
}
.mt-35 {
    margin-top: 35px !important;
}

.desc_section a {
    display: block;
    margin: auto;
    font-style: italic;
    font-size: 20px;
    color: #5130D7;
    font-weight: 500;
}

.w100 {
    width: 100%;
}
.wmain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w10 {
    width: 15%;
}

.client_circle {
    padding: 40px 0;
}


.success_section .content_starts {
    position: relative;
}
.success_section h2 b {
    color: #5130D7;
}

.slider-container {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* .slide {
    min-width: 100%;
    box-sizing: border-box;
} */

.arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    transition: background-color 0.3s ease;
    /* transform: translateY(-50%); */
    display: none;
}

.arrow:hover {
    
}

.arrow.left {
    left: 0;
    transform: rotate(180deg);
}

.arrow.right {
    right: 0;
}


.w30 {
    width: 30%;
}
.w65 {
    width: 65%;
}
.w33 {
    width: 33%;
}

.slide img {
    width: 100%;
}

.success_section button.anim1, .services_section button.anim1 {
    background: #5130D7;
    color: #fff;
}
.success_section button.anim1 span, .services_section button.anim1 span {
    background: #000;
    color: #fff;
}

.success_section h3 {
    margin: 0;
    width: 100%;
    line-height: 1.2;
    font-weight: 400;
    font-size: 26px;
    color: #666666;
    text-decoration: underline;
}
.success_section p {
    width: 100%;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #666666;
    margin: 14px 0;
}
.success_section .slide h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}
.success_section span#result {
    width: 100%;
    line-height: 1.6;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #666666;
    text-decoration: underline;
    display: block;
    margin-top: 25px;
}
.success_section {
    padding-bottom: 60px;
}


.services_section {
    background: #F4F1FF;
    padding-bottom: 60px;
}
.services_section h2 {
    position: relative;
}
.services_section h2::after {
    content: "";
    background: url(../img/service_after.png) center/contain no-repeat;
    bottom: -30px;
    position: absolute;
    left: 50%;
    width: 300px;
    height: 30px;
}
.services_section h3 {
    width: 100%;
    line-height: 1.6;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #333333;
    margin: 0;
}
.services_section p {
    width: 100%;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.services_section img {
    width: 80%;
}
.services_section button.anim1 {
    margin: auto;
}

.services_section .w30 {
    margin: 20px 0;
}
.w20 {
    width: 20%;
}
.w75 {
    width: 75%;
}

.services_section .w100 {
    padding: 40px 0;
}

.w25 {
    width: 25%;
}
.our_work_section .slider-container {
    width: 100%;
}
.our_work_section .slide {
    min-width: 25%;
}
.our_work_section .slide img {
    display: block;
    transition: all 1.5s;
}
.our_work_section .slide .slide-content {
    position: relative;
    overflow: hidden;
}
.our_work_section .slide .stext_con {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    z-index: 3;
}
.our_work_section .slide .stext_con h3 {
    width: 100%;
    line-height: 1.6;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0;
}
.our_work_section .slide .stext_con p {
    width: 100%;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}
.our_work_section .slide .slide-content:hover img {
    scale: 1.5;
}
.our_work_section .arrow {
    background: #3d3d3d;
    padding: 10px 0;
    height: 60px;
}
.our_work_section .arrow img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    height: 100%;
}

.our_work_section .slide .slide-content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
}
.our_work_section .slide .slide-content:hover::after {
    opacity: 0.5;
}

.our_work_section .slide .slide-content::before {
    content: "";
    background: url(../img/link.png) center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
}
.our_work_section .slide .slide-content:hover::before {
    opacity: 1;
}

.our_work_section {
    position: relative;
    margin-bottom: 2px;
}
.our_work_section button.anim1 {
    color: #333333;
    border-color: #DAFF00;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.our_work_section button.anim1:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}


.pricing_section {
    background: #5130D7;
}
.pricing_section h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.pricing_section h2 b {
    color: #DAFF00;
    font-weight: 600;
}


.single_plan {
    background: #fff;
    border-radius: 25px;
    padding: 30px 15px;
    position: relative;
    padding-bottom: 120px;
}
.single_plan.bestv {
    border: 4px solid #DAFF00;
    overflow: hidden;
}
.single_plan.bestv::after {
    content: "Best Value";
    position: absolute;
    width: 100%;
    top: 3%;
    right: -35%;
    background: #5130D7;
    text-align: center;
    color: #fff;
    transform: rotate(45deg);
    font-size: 18px;
    line-height: 2;
}
.single_plan h1 {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.5px;
    color: #333333;
}
.single_plan p {
    margin: 0;
    line-height: 1.4;
}
.single_plan p.timeline {
    border: 1px solid #dbd4f6;
    padding: 16px 30px;
    width: calc(100% + -30px);
    margin-left: -16px;
    background: #dbd4f6;
    line-height: 1.8;
}
.req_from_client {
    padding-left: 20px !important;
}
.req_from_client li {
    display: flex;
}
.req_from_client li::before {
    display: none;
}
.req_from_client li.rfc {
    border-bottom: 2px solid #5130D7;
    padding-bottom: 5px;
    font-weight: 600;
}
.req_from_client li.bfr::before {
    display: inline;
    content: "- ";
}

.single_plan div {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.single_plan div h1 b {
    color: #FF0000;
    font-weight: 400;
    text-decoration: line-through;
}
.per_pay {
    color: #5130D7;
}

.single_plan ul {
    padding: 0;
    list-style: none;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single_plan ul li::before {
    content: "✔ ";
    color: #5130D7;
    margin-right: 5px;
}
.single_plan ul li.no_before::before {
    content: "";
    width: 15px;
    display: inline-block;
}

.pricing_section button.anim1 {
    margin: 30px auto;
    background: #fff;
    font-weight: 600;
    letter-spacing: 0;
    color: #333333;
}
.pricing_section button.anim1:hover {
    color: #fff;
}

.single_plan button.anim1 {
    background: transparent;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 90%;
    letter-spacing: 0;
}

.price_pkg {
    border-radius: 30px;
    background: #3217A2;
    margin: 40px 0;
}
.price_pkg ul {
    width: 80%;
    margin: auto;
    padding: 0;
    padding-left: 70px;
    list-style: none;
    margin-bottom: 40px;
}
.price_pkg h3 {
    width: 100%;
    line-height: 1.2;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0;
}
.price_pkg h3 a {
    color: #DAFF00;
    text-decoration: underline;
    font-weight: 600;
}
.price_pkg h3 a::after {
    content: "";
    background: url(../img/point_hand.svg) center / contain no-repeat;
    width: 40px;
    height: 30px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.price_pkg li {
    display: flex;
    margin: 25px 0;
}
.price_pkg li::before {
    content: "";
    background: url(../img/tick.svg) center/contain no-repeat;
    width: 40px;
    height: 25px;
    display: inline-block;
    margin-right: 20px;
}

.prbot_img {
    width: 100%;
}

.channels_section .content_starts {
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
}
.channels_section img {
    width: 100%;
}

.w60 {
    width: 60%;
}

.contact_section {
    padding: 60px 0;
}
.contact_section h2 b {
    color: #5130D7;
    font-weight: 500;
}

.contact_section form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_section form input {
    width: calc(100% - 20px);
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 12px;
}
.contact_section form label {
    padding: 8px 0;
    display: block;
}
.contact_section form textarea {
    width: calc(100% - 20px);
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 12px;
    height: 100px;
}
.contact_section button.anim1 {
    background: #5130D7;
    color: #fff;
    border-radius: 0;
        margin-top: 20px;
}
.contact_section button.anim1 span {
    background-color: #fff;
}

.contact_section button.anim1:hover {
    color: #5130D7;
    border-color: #5130D7;
}
.w45 {
    width: 45%;
}

footer {
    background: #5130D7;
    padding: 60px 0;
}

footer h5 {
    margin: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
footer .w100 {
    padding-bottom: 60px;
}
footer p {
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
}
footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
}
footer ul li a img {
    margin-right: 8px;
}



/* --------------------------------------------------------service page css-----------------------------------------
--------------------------------------------------------service page css-----------------------------------------
--------------------------------------------------------service page css-----------------------------------------
--------------------------------------------------------service page css----------------------------------------- */

.servicepageps {
    background: transparent;
}
.servicepageps .single_plan {
    box-shadow: 1px 1px 10px #ccc;
}
.servicepageps h2 {
    color: #333333;
}
.servicepageps h2 b {
    color: #5130D7;
}
.servicepageps .single_plan.bestv {
    border: 4px solid #5130D7;
}
.servicepageps button.anim1 {
    background: #5130D7;
    color: #fff;
}
.servicepageps button.anim1 span {
    background-color: #fff;
}
.servicepageps button.anim1:hover {
    color: #5130D7;
    border-color: #5130D7;
}

.w50 {
    width: 50%;
}

.ourservice_section .w50 {
    justify-content: center;
    display: flex;
}
.ourservice_section ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.ourservice_section {
    padding-bottom: 60px;
}

.ourservice_section ul li {
    font-weight: 500;
    color: #333333;
}
.ourservice_section ul li:hover {
    text-decoration: underline;
}
.ourservice_section ul li::marker {
    color: #5130D7;
}


/* --------------------------------------------------------work page css-----------------------------------------
--------------------------------------------------------work page css-----------------------------------------
--------------------------------------------------------work page css-----------------------------------------
--------------------------------------------------------work page css----------------------------------------- */

.explorework_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin: auto;
    width: fit-content;
    gap: 20px;
    font-weight: 500;
    overflow-x: auto;
    overflow-y: hidden;
}
.explorework_section ul li {
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
}
.explorework_section {
    padding-bottom: 40px;
}

.workpageows .slide {
    min-width: 50%;
    max-width: 50%;
}

.menu_bars, .menu_cross {
    display: none;
    z-index: 100;
    position: fixed;
    top: 25px;
    right: 25px;
    fill: #fff;
}
.menu_bars {
    fill: #333;
}

footer ul li a {
    position: relative;
    z-index: 2;
}
footer ul li a:hover {
    color: #DAFF00;
}
footer ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% + 8px);
    background: rgba(255,255,255,0.2);
    top: -4px;
    left: -4px;
    z-index: 1;
    transition: all 0.5s;
}
footer ul li a:hover::before {
    width: calc(100% + 12px);
}

/* --------------------------------------------------------pricing page css-----------------------------------------
--------------------------------------------------------pricing page css-----------------------------------------
--------------------------------------------------------pricing page css-----------------------------------------
--------------------------------------------------------pricing page css----------------------------------------- */

.other_plans_section .content_starts {
    gap: 40px;
}
.other_plans_section h2 {
    background: #5130D7;
    line-height: 2;
    color: #fff;
    margin: 0;
    margin-top: 60px;
}
.other_plans_section h3 {
    background: #edeafb;
    line-height: 1.4;
    color: #666666;
    font-size: 24px;
    margin: 0;
    padding: 12px;
    position: relative;
    cursor: pointer;
    padding-right: 50px;
}
.other_plans_section h3::before {
    width: 2px;
    height: 20px;
    right: 33px;
}
.other_plans_section h3::after {
    width: 20px;
    height: 2px;
    right: 25px;
}
.other_plans_section h3::before, .other_plans_section h3::after {
    content: "";
    position: absolute;
    top: 50%;
    font-size: 40px;
    transform: translateY(-50%);
    background: #666666;
}
.other_plans_section .single_plan {
    border: 1px solid #5130D7;
}
.other_plans_section .w100.wmain {
    padding: 40px 0;
    display: none;
}
.other_plans_section .s_plan.active .w100.wmain {
    display: flex;
}
.other_plans_section .s_plan.active h3 {
    background: #5130D7;
    color: #fff;
}
.other_plans_section .s_plan.active h3::after {
    display: block;
}
.other_plans_section .s_plan.active h3::before {
    display: none;
}
.other_plans_section .s_plan.active h3::before, .other_plans_section .s_plan.active h3::after {
    background: #fff;
}
.other_plans_section .single_plan p {
    text-align: center;
    line-height: 1.8;
}
.other_plans_section .single_plan h1 {
    text-align: center;
    line-height: 2;
    font-size: 26px;
    color: #5130D7;
    font-weight: 500;
}
.other_plans_section .single_plan h1.planprice {
    color: #333333;
    background: #edeafb;
}
.other_plans_section .single_plan h1.planprice b {
    text-decoration: line-through;
    font-weight: 300;
}
.other_plans_section .single_plan button.anim1 {
    border-radius: 0;
    background: #5130D7;
    color: #fff;
}
.other_plans_section .single_plan button.anim1 span {
    background-color: #fff;
}
.other_plans_section .single_plan button.anim1:hover {
    border-color: #5130D7;
    color: #5130D7;
}


.about_section {
    padding: 60px 0;
}
.about_section h2 {
    margin: 0;
    padding: 15px 10%;
    border-right: 2px solid #5130D7;
    text-align: right;
    width: fit-content;
}
.about_section .w65 h2 {
    text-align: left;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.about_section h2 b {
    color: #5130D7;
}
.about_section p {
    margin: 0;
    line-height: 2;
    font-size: 16px;
}
.about_section span {
    line-height: 2;
    font-size: 18px;
}
.about_section span b {
    color: #5130D7;
}

.banner_card_about .w100 {
    justify-content: start;
    margin-top: 30px;
}
.banner_card_about .w33 {
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.banner_card_about .w33::after {
    content: "";
    position: absolute;
    right: 0;
    height: 50%;
    width: 2px;
    background: #fff;
}
.banner_card_about .w33 img {
    max-width: 70px;
    height: auto;
}
.banner_card_about .w33 h3 {
    margin: 10px 0;
}
.banner_card_about .w33 p {
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    max-width: 50%;
}
.banner_card_about button.anim1{
    background: #5130D7;
    color: #fff;
}
.banner_card_about h1{
    color: #000;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
}
.banner_card_form {
    position: absolute;
    top: 0;
    background: #5130D7;
    height: fit-content;
    left: 65%;
    padding: 20px;
    width: 300px;
    padding-bottom: 50px;
}
.banner_card_form input, .banner_card_form textarea {
    width: calc(100% - 20px);
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 12px;
}
.banner_card_form button.anim1 {
    background: #fff;
    color: #5130D7;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #000;
    border-color: #fff;
}
.banner_card_form button.anim1:hover {
    color: #fff;
}
.banner_card_form h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}
.banner_card_form p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}
.banner_card_form a {
    border: 1px solid #fff;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    padding: 1px;
    display: flex;
    background: #fff;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
}
.banner_card_form a img {
    height: 100%;
    width: 35px;
    border: 5px solid #5130D7;
    margin-right: 20px;
}
.banner_card_form form {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.banner_card_form a.ftog {
    position: absolute;
    bottom: 0;
    width: 40px;
    margin: 0;
    left: 50%;
    background: transparent;
    border: none;
    fill: #fff;
    transform: translateX(-50%);
    display: block;
    transition: all 0.5s;
    cursor: pointer;
    height: 40px;
}
.banner_card_form a.uptog {
    display: none;
}

#menu_qpage a{
    height: 20px;
    display: block;
    text-align: center;
    transform: translateY(-28px);
}
#menu_qpage a b{
    font-weight: normal;
    color: #DAFF00;
}
#menu_qpage a::after{
    display: none;
}

.banner_card_list {
    position: absolute;
    top: 15px;
}
.banner_card_list ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    font-size: 18px;
    color: #333333;
}
.banner_card_list ul li::marker {
    color: #5130D7;
}
.banner_card_list ul li:nth-child(1) {
    list-style: none;
}

.explorework_section ul li button.anim1 {
    background: #fff;
    color: #5130D7;
    padding: 8px;
    width: 200px;
}
.explorework_section ul li.active button.anim1 {
    color: #fff;
    background-color: #5130D7;
}
.explorework_section ul li button.anim1:hover {
    color: #fff;
}


.planwork_menu {
    padding: 60px 0;
}
.planwork_section {
    padding-bottom: 60px;
}
.planwork_section .w100 {
    gap: 20px;
}
.planwork_section .single_plan {
    width: calc( 50% - 42px);
    display: flex;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 15px;
}
.planwork_section .single_plan div.w50 {
    flex-direction: column;
    gap: 80px;
    align-items: start;
    margin-top: 0;
}
.planwork_section .single_plan div.w50 img {
    max-height: 380px;
    max-width: 100%;
}
.planwork_section .single_plan div.w50 h2 {
    margin: 0;
    border-bottom: 2px solid #5130D7;
    width: fit-content;
    margin-top: 12px;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 5px;
}
.planwork_section .single_plan div.w50 ul {
    gap: 10px;
}
.planwork_section .single_plan div.w50 ul li {
    font-size: 16px;
}
.planwork_section .single_plan div.w50 ul li::before {
    content: "⌵";
    background: #5130D7;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 0px 6px;
    transform: rotate(270deg);
    padding-bottom: 4px;
    margin-right: 10px;
    font-size: 14px;
}

.steps_section {
    padding: 60px 0;
    background: #fff;
}
.steps_section p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    line-height: 2;
}
.steps_section h2 {
    margin: 0;
    color: #000;
    font-weight: 400;
}
.steps_section h2 b {
    color: #5130D7;
}
.steps_section .wmain {
    padding-top: 40px;
}
.steps_section .single_plan {
    border: 2px solid #5130D7;
    background: #F4F1FF;
    width: 28%;
    padding: 30px 15px;
    border-radius: 15px
}
.steps_section .single_plan .h1_container {
    position: absolute;
    background: #5130D7;
    left: -2px;
    top: 15px;
    width: 40px;
    clip-path: polygon(65% 0, 100% 50%, 65% 100%, 0 100%, 0 0);
    margin: 0 !important;
    padding: 2px;
}
.steps_section .single_plan .h1_container h1 {
    background: #DAFF00;
    width: 39px;
    text-align: center;
    clip-path: polygon(65% 0, 100% 50%, 65% 100%, 0 100%, 0 0);
    font-weight: 600;
    color: #5130D7;
}
.steps_section .single_plan img {
    display: block;
    margin: auto;
    height: 80px;
}
.steps_section .single_plan h4 {
    text-align: center;
    background: #DAFF00;
    width: calc(100% + 30px);
    margin-left: -16px;
    line-height: 2;
    font-size: 20px;
    color: #5130D7;
    border: 1px solid #5130D7;
}
.steps_section .single_plan p {
    font-size: 16px;
    line-height: 1.2;
}


.faq_section {
    padding-bottom: 60px;
}
.single_faq {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    transition: all 0.5s; /* Add transition to the whole container */
}
.single_faq.active {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.single_faq h2 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    width: 85%;
    padding-right: 80px;
}

.single_faq.active h2 {
    background: #cfe2ff;
    color: #052c65;
}

.single_faq h2::before {
    content: "⌵";
    position: absolute;
    right: 10px;
    font-weight: 900;
    font-size: 19px;
    top: 12px;
    transition: all 0.3s;
}

.single_faq.active h2::before {
    transform: rotate(180deg);
}

.single_faq .content {
    max-height: 0; /* Use max-height instead of height */
    overflow: hidden;
    transition: max-height 0.09s; /* Add transition to max-height */
}

.single_faq.active .content {
    max-height: 500px; /* Set an appropriate max-height */
    transition: max-height 1s;
}

.single_faq p {
    padding: 16px;
    margin: 0;
}

       .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: flex;
    height: 130px;
    margin: auto;
}
.slick-initialized .slick-slide img
{
    display: block;
    margin: auto;
    max-width: 150px;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.circle_2 {
    padding: 40px 12%;
}

.circle_2 .w10 {
    flex: 0 0 25%;
    max-width: 25%;
    margin: auto;
}

.circle_2 .w10 img {
    max-width: 55%;
    text-align: center;
    margin: 25px auto;
    max-height: 60px;
    display: block;
    min-width: 60px;
}



.slick-initialized .slick-slide {
    padding: 0 30px;
}


@media (max-width: 1156px) {
    .banner-section {
        margin-top: 85px;
    }
    .banner-section img {
        height: 500px;
        object-fit: cover;
    }
    .banner_card h1 {
        font-size: 45px;
    }
    .banner_card h3 {
        font-size: 20px;
    }
    button.anim1 {
        font-size: 16px;
    }
    .our_work_section .slide {
        min-width: 33.33%;
    }
    .our_work_section button.anim1 {
        z-index: 5;
    }
    .w30 {
        width: 40%;
    }
    .single_plan {
        margin-bottom: 40px;
    }
    .pricing_section .wmain {
        justify-content: space-around;
    }
    .banner_card_form {
        left: auto;
        right: 0;
    }
    .banner_card_about .w100 {
        display: none;
    }
    .banner_card_list ul {
        flex-wrap: wrap;
    }
    .banner_card_list ul li {
        width: 45%;
    }
    .banner_card_about button.anim1 {
        display: block;
        margin-bottom: 15px;
    }
    .about_section .w30 {
        width: 100%;
    }
    .about_section .w65 {
        width: 100%;
    }
    .services_section h2::after {
        left: auto;
        right: 0;
    }
    .success_section .w65 {
        width: 100%;
    }
}

@media (max-width: 986px) {
    .banner_card h1 {
        font-size: 30px;
    }
    .planwork_section .single_plan div.w50 ul li {
        font-size: 14px;
    }
}

@media (max-width: 777px) {
    nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    nav ul {
        flex-direction: column;
    }
    nav ul li a {
        color: #fff;
    }
    nav ul li a::after {
        background: #fff;
    }
    .menu_bars {
        display: block;
    }
    .banner_card_form form {
        height: auto;
    }
    .banner_card_form {
        height: 0;
    width: 0;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 60;
    }
    .banner_card_form a.ftog {
        background: #5130D7;
    }
    .banner_card_form.showed {
        height: auto;
        width: 300px;
        max-width: calc(100% - 40px);
        padding-bottom: 50px;
    }
    #menu_qpage {
        padding: 10px;
    }
    #menu_qpage a {
        height: auto;
        transform: none;
    }
    .planwork_section .single_plan {
        width: 100%;
    }
    .planwork_menu ul {
        flex-wrap: wrap;
    justify-content: center;
    }
    .faq_section .w50 {
        width: 100%;
    }
    .pricing_section .single_plan {
        width: 100%;
    }
    .price_pkg li::before {
        width: 25px;
    }
    .our_work_section .slides {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .content_starts {
        width: 90% !important;
    }
    .banner-section img {
        filter: grayscale(50%);
    }
    .services_section h2::after {
        left: auto;
        right: 0;
    }
    .w45 {
        width: 100%;
    }
    .w20 {
        width: 45%;
    }
    .our_work_section .slide {
        min-width: 100%;
    }
    .w30 {
        width: 100%;
    }
    .w65 {
        width: 100%;
    }
    .w60 {
        width: 100%;
    }
    .services_section .w30{
        justify-content: center;
    }
    .client_circle h2, .success_section h2 {
        margin-top: 0;
    }
    .slider-container {
        width: 100%;
    }
    .services_section .w20 {
        width: 20%;
    }
    .single_plan button.anim1 {
        margin: 0;
    }
    .pricing_section h2 {
        font-size: 30px;
    }
    .price_pkg ul {
        width: 90%;
        padding: 0;
    }
    .price_pkg h3 {
        font-size: 20px;
    }
    .price_pkg h3::before {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    
    .circle_2 {
        padding: 40px 0;
    }

    .circle_2 .w10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .price_pkg h3 a::after {
        display: none;
    }
}

@media (max-width: 440px) {
    .planwork_section .single_plan {
        flex-direction: column;
        align-items: center;
    }
    .planwork_section .single_plan div.w50 {
        width: 90%;
    }
    .planwork_section .single_plan div.w50 img {
        width: 100%;
        max-height: none;
    }
    .planwork_section .single_plan div.w50 h2 {
        margin: auto;
        margin-top: 12px;
    }
}