.topNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_icon {
    display: none;
}

.topNav {
    background: linear-gradient(45deg, #06D3F9, #C342F8);
    padding: 10px 0;
}

.topNav_content a {
    display: flex;
    gap: 5px;
    color: var(--white-color);
    align-items: center;
}

.topNav_content a:hover {
    color: whitesmoke;
}

.topNav_content__left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.myNav {
    padding: 1rem 0;
    background-color: #000;
    border-bottom: 1px solid #595959;
}

.logo img {
    width: 100px;
}

.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul li a {
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
}

.menu ul {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.global_btn {
    background-color: var(--secondory-color);
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: max-content;
}

.global_btn i {
    height: 26px;
    width: 34px;
    font-size: 16px;
    border-radius: 7px;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
}

.banner_img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.banner_img {
    position: relative;
}

.banner_img::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner_content {
    position: relative;
}

.banner_info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    max-width: 1200px;
}

.banner_info h2 {
    font-size: 75px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    margin: 0 auto;
}

.banner_info p {
    font-size: 20px;
    max-width: 968px;
    margin: 0 auto;
    margin-top: 1rem !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.myBtn {
    margin-top: 2rem;
}

.banner_btn {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.banner_btn a:nth-child(2) {
    background-color: var(--main-color);
    color: #fff;
}

.slick-dots {
    line-height: 0 !important;
}

.slick-dots li button::before {
    display: none !important;
}

.banner_slider .slick-dots {
    bottom: 2.5rem;
}

.banner_slider .slick-dots li {
    height: 12px !important;
    width: 12px !important;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.banner_slider .slick-dots li.slick-active {
    background-color: var(--white-color);
    transition: .3s ease all;
}

.banner_slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/* brand_wrapper */
.brand_wrapper {
    padding: 30px 0;
    text-align: center;
    background-color: whitesmoke;
}

.brand_content h3 {
    font-weight: 600;
    font-size: 24px;
}

.global_content {
    margin-top: 2rem;
}

.brand_box {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.brand_box:hover img {
    mix-blend-mode: difference;
    transition: .4s ease;
}

.brand_box:hover {
    background-color: var(--main-color);
}

.slick-track {
    margin-bottom: 2px !important;
}

.brand_box img {
    width: 130px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* about_img */
.about_img img {
    width: 100%;
}

.about_content b {
    font-weight: 700;
    color: var(--secondory-color);
}

.about_content {
    padding-left: 2rem;
}

.about_content h2 {
    font-size: 34px;
    font-weight: 600;
    max-width: 450px;
    line-height: 1.4;
}

.about_content p {
    margin-top: 1rem;
}

.global_wrapper {
    padding: 50px 0;
}

/* our work */
.back_bg {
    background-color: var(--black-color);
}

.main_heading h3 {
    color: var(--white-color);
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
}

.work_box {
    margin-right: 12px;
    border: 1px solid #ccc;
    transition: .73s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.work_box__img img {
    width: 100%;
    height: 270px;
    transition: .73s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    object-fit: cover;
}

.work_box__img {
    position: relative;
}


.work_box:hover img {
    padding: 1rem;
    transition: .73s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.work_box__content {
    padding: 1rem;
}

.work_box__content span {
    font-weight: 500;
    color: #555;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 4px;
}

.work_box__content h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: var(--white-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.work_box__content a {
    display: flex;
    margin-top: 10px;
    color: orange !important;
    font-weight: 600;
}

.work_box__content p {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.work_box:hover {
    border-radius: 0.25rem;
    border: 0.5px solid #bcb8ff;
    background: linear-gradient(45deg, #06D3F9, #C342F8);
}

.work_slider .slick-next {
    right: 12px;
    top: -3rem;
}

.work_slider .slick-prev {
    left: inherit;
    right: 4rem;
    top: -3rem;
}

.slick-prev,
.slick-next {
    height: 32px !important;
    width: 32px !important;
    border-radius: 100%;
    background-color: var(--white-color) !important;
}

.slick-prev:before {
    content: url('../images/arrow-left.png') !important;
    opacity: 1 !important;
}

.slick-next:before {
    opacity: 1 !important;
    content: url('../images/arrow-right.png') !important;
}

.main_bg {
    background-color: var(--secondory-color);
}

.brand_box {
    margin: 0 12px;
    border: 1px solid #ccc;
}



.text-content {
    flex: 1 1 100%;
    max-width: 500px;
    position: sticky;
    top: 1rem;
}

.subheading {
    color: var(--secondory-color);
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.text-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}



.card-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    flex: 1 1 100%;
}

.card {
    background-color: #f4f1ea;
    padding: 30px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.card.primary {
    background: linear-gradient(45deg, #06D3F9, #C342F8);
    color: #fff;
}

.card img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
}

.card p {
    font-size: 16px;
    line-height: 1.5;
}

.card:hover {
    transform: translateY(-5px);
    color: #fff;
    background: linear-gradient(45deg, #06D3F9, #C342F8);
}

.why_content {
    display: flex;
    gap: 2rem;
}


/* cta_wrapper */
.cta_wrapper {
    background: linear-gradient(150deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cta.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
}

.cta_wrapper__content {
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.cta_wrapper__content h2 {
    font-size: 44px;
    font-weight: 700;
}

.cta_wrapper__content b {
    color: var(--main-color);
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.cta_wrapper__content p {
    margin-top: 1rem !important;
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* testimonials */
.main_heading h2 {
    font-weight: 600;
}

.testimonial_box {
    margin-right: 12px;
    border: 1px solid #ccc;
    padding: 30px;
    transition: .3s ease;
}

.testimonial_box__content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.testimonial_box:hover {
    background: linear-gradient(45deg, #06D3F9, #C342F8);
    color: #fff;
    transform: scale(1.03);
    transition: .3s ease;
}

.user_img img {
    height: 80px;
    width: 80px;
    border-radius: 100px;
    object-fit: cover;
}

.user_box {
    display: flex;
    margin-top: 2rem;
    gap: 1rem;
    align-items: center;
}

.user_info h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.user_info p {
    font-weight: 500;
    text-transform: capitalize;
    /* color: #444; */
    font-style: italic;

}

.rating {
    margin-bottom: 10px;
}

.rating i {
    color: gold;
}

.testimonial_slider .slick-dots {
    bottom: -3rem;
}




.testimonial_slider .slick-dots li.slick-active button:before {
    display: none !important;
}

.testimonial_slider .slick-dots li {
    width: 6px !important;
    height: 6px !important;
    aspect-ratio: 1 !important;
    margin: 0 2px !important;
}

.testimonial_slider .slick-dots li button {
    transition: all 0.5s ease-in;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 32px;
    background: rgba(182, 182, 182, 0.5) !important;
}

.testimonial_slider .slick-dots li.slick-active button {
    background: var(--secondory-color) !important;
    width: 1.5rem !important;
    transition: all 0.5s ease-in;
}

.testimonial_slider .slick-dots li.slick-active {
    width: 1.5rem !important;
}

.testimonial_slider .slick-dots li button::before {
    display: none !important;
}

.blogs_btn a {
    background-color: var(--white-color);
    padding: 5px 22px;
    color: #000 !important;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    gap: 6px;
    align-items: center;
}

.blogs_btn a:hover {
    background-color: var(--main-color);
}

.blogs_btn a i {
    transform: rotate(-45deg);
}



.mobileNav {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .4s ease all;
}

.mobileNav.active {
    transition: .4s ease all;
    right: 0;
}

.mobileNav_content {
    max-width: 400px;
    width: 100%;
    background-color: var(--black-color);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #312e2e;
}

.cancel_menu i {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

.mobile_menu ul li a {
    padding: 14px;
    text-transform: capitalize;
    display: flex;
    color: var(--white-color);
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #312e2e;
}

.dropdown_btn__list {
    height: 0;
    overflow: hidden;
}

.dropdown_btn.active .dropdown_btn__list {
    height: auto;
}

.dropdown_btn__list a:hover i {
    transform: translateX(10px);
}

.blogs_wrapper .work_box__content h3,
.blogs_wrapper .work_box__content p {
    color: #000;
}

.blogs_wrapper .work_box:hover .work_box__content h3,
.blogs_wrapper .work_box:hover .work_box__content span,
.blogs_wrapper .work_box:hover .work_box__content p {
    color: #fff !important;
}

.blogs_wrapper .work_box {
    margin-bottom: 24px;
    margin-right: 0;
}

.blogs_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.blogs_pagination a {
    padding: 2px 10px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #ccc;
}

.blogs_pagination a:hover {
    background-color: var(--black-color);
    color: #fff;
}

.active_btn {
    background-color: var(--secondory-color);
    color: #fff !important;
}

.details_img img {
    width: 100%;
}

.details_content h3 {
    margin-top: 1rem;
    font-size: 32px;
    text-transform: capitalize;
}

.details_content p,
.details_content ul li {
    margin-top: 1rem;
    list-style: disc !important;
}

.details_content ul {
    padding-left: 1.2rem !important;
}

@media(max-width:1440px) {
    .banner_info h2 {
        font-size: 38px;
    }

    .banner_img img {
        height: 630px;
    }

    .main_heading h3,
    .cta_wrapper__content h2 {
        font-size: 32px;
    }

    .user_info h3 {
        font-size: 15px;
    }

    .user_img img {
        height: 60px;
        width: 60px;
    }

    .user_box {
        gap: 10px;
    }

    .menu ul {
        gap: 2rem;
    }


    .card h3 {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .card-grid{
        margin-top: 1rem;
    }
    .menu_icon {
        display: block;
    }

    .header_btn {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .menu_icon img {
        width: 20px;
    }

    .menu ul {
        display: none;
    }

    .about_content {
        margin-top: 1.5rem;
        padding-left: 0;
    }

    .about_content h2 {
        max-width: 100%;
    }

    .why_content {
        flex-direction: column;
    }

    .cta_wrapper {
        padding: 100px 0;
    }
}


@media (max-width: 768px) {
    .details_content h3 {
        font-size: 20px;
    }

    .details_content p,
    .details_content ul li {
        font-size: 14px;
        margin-top: 7px;
        line-height: 25px;
    }

    .main_heading h2 {
        font-size: 24px;
    }

    .blogs_btn a {
        font-size: 14px;
    }

    .topNav_content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 3px;
    }

    .topNav_content a {
        font-size: 14px;
    }

    .global_wrapper {
        padding: 40px 0;
    }

    .global_content {
        margin-top: 1.5rem;
    }

    .banner_info h2 {
        font-size: 25px;
    }

    .banner_info {
        padding: 0 12px;
    }

    .banner_img img {
        height: 450px;
    }

    .logo img {
        width: 72px;
    }

    .brand_wrapper {
        padding: 25px 0;
    }

    .brand_content h3 {
        font-size: 18px;
    }

    .brand_box img {
        width: 90px;
    }

    .about_content h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .about_content b {
        font-size: 14px;
    }

    .about_content p {
        font-size: 15px;
        margin-top: 7px;
    }

    .banner_info p {
        font-size: 14px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .main_heading h3,
    .cta_wrapper__content h2,
    .text-content h1 {
        font-size: 24px;
    }

    .slick-prev,
    .slick-next {
        height: 25px !important;
        width: 25px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .work_slider .slick-next,
    .work_slider .slick-prev {
        top: -40px;
    }

    .work_slider .slick-prev {
        right: 48px;
    }

    .work_box__img img {
        height: 210px;
    }

    .work_box__content h3 {
        font-size: 18px;
    }

    .work_box__content p,
    .description,
    .card p,
    .cta_wrapper__content p,
    .testimonial_box__content p {
        font-size: 14px;
        margin-top: 4px;
    }

    .card h3 {
        margin-bottom: 0 !important;
        font-size: 16px;
    }

    .card img {
        height: 30px;
        width: 30px;
        margin-bottom: 1rem;
    }


    .text-content h1 {
        margin-bottom: 5px !important;
    }

    .myBtn {
        margin-top: 1.5rem;
    }

    .card,
    .testimonial_box {
        padding: 20px;
    }

    .work_box {
        margin-right: 4px;
    }

    .cta_wrapper {
        padding: 50px 0;
    }
}

@media (max-width: 576px) {
    .testimonial_slider .slick-dots {
        bottom: -32px;
    }

    .myNav.sticky {
        position: fixed;
        left: 0;
        top: 0;
        background-color: var(--black-color);
        z-index: 999;
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        transition: .4s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .myNav {
        transition: .4s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .cta_wrapper__content b {
        display: none;
    }

    .cta_wrapper__content h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .main_heading h3,
    .cta_wrapper__content h2,
    .text-content h1 {
        font-size: 21px;
        margin-top: 5px;
    }

    .topNav_content a,
    .user_info p {
        font-size: 12px;
    }
}

.topNav{
    display: none;
}