img {
    max-width: 100%;
}

img {
    max-width: 100%;
}

body {
    font-family: "Inter", sans-serif !important;
}

:root {
    --main-color: #81acff;
    --sidebar-bg: #1c1f21;
    --grey-text: #67696b;
    --grey-textcolor: #C4C4C4;
    --sidebartext-active: #292c2f;
    --sidebar-border: #2c74ff;
    --dark-bg: #101213;
    --white-color: #ffffff;
    --red-bg: #ff2c6b;
    --purple-secondary: #81acff;
    --modal-bg: rgba(16, 18, 19, 0.50);
    --pink-text: #FF6190;
    --dark-puprle: #1F65ED;
    --light-yellow: #f7ff9c;
    --light-yellow2: #ebf484;
    --lightblue-bolor: #C3D7FF;
    --selectdropdown-bg: #282c2f;
}

.dark_bg {
    background-color: var(--sidebar-bg);
    min-height: 100vh;
}

header.landing_header {
    padding: 50px 0;
}

.landing_header li a {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 400;
    display: inline-block;
}

.landing_header li a:hover {
    color: var(--sidebar-border);
}

.landing_header li {
    margin: 0 0 0 63px;
}

.main_btn_blue {
    background-color: var(--sidebar-border);
    color: var(--white-color);
    font-weight: 300;
    margin-right: 0;
    font-size: 16px;
    border-radius: 100px;
    padding: 13px 32px;
    transition: .3s ease;
}

.landing_header li a.main_btn_blue:hover {
    color: var(--white-color);
    transform: translateY(-5px);
    transition: .3s ease;
}

.hero_section h1 {
    font-size:40px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1.4;
}

.hero_section h1 span {
    color: var(--light-yellow);
}

.short_content p {
    width: 70%;
    margin: auto;
    color: var(--grey-textcolor);
    font-size: 22px;
    font-weight: 300;
}

.hero_section {
    padding: 80px 0;
}

.hero_section .main_btn_blue {
    width: 280px;
    display: inline-block;
    margin: 39px 0 0 0;
    font-weight: 500;
    transition: .3s ease;
}

.hero_section .main_btn_blue:hover {
    transform: translateY(-5px);
    transition: .3s ease;
}

.info_img img.center_img {
    width: 100%;
}

.info_img {
    width: 82%;
    padding: 23px;
    margin: auto;
    border: 2px solid var(--grey-text);
    border-radius: 24px;
}

.info_img1 {
    position: absolute;
    left: -163px;
    top: -49px;
    display: flex;
    align-items: start;
}

.info_img1 p {
    position: relative;
    top: 77px;
    left: -25px;
}

.info_img2 {
    position: absolute;
    right: -82px;
    top: 16%;
}

.info_img2 img {
    box-shadow: 3.4039456844329834px 27.231565475463867px 96.44512939453125px 0px #000;
    border-radius: 17px;
    min-width: 314px;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


.info_img3 {
    position: absolute;
    right: -30px;
    bottom: -152px;
    display: flex;
    align-items: flex-end;
}

.info_img3 p {
    position: relative;
    top: -44px;
    right: -22px;
}

.info_img4 {
    position: absolute;
    left: -8%;
    top: 40%;
    display: flex;
    align-items: center;
}

.info_img4 p {
    position: relative;
    top: -49px;
    right: 24px;
}

.info_img p {
    font-family: 'Nanum Brush Script', cursive !important;
    color: var(--white-color);
    font-weight: 300;
    text-align: center;
    font-size: 32px;
    max-width: 173px;
    line-height: 1.2;
}

.channel_section {
    background: #1252CE;
    padding: 40px 0 11px;
    margin: 160px 0 110px;
}

.channel_section h2 {
    font-weight: 500;
    font-size: 22px;
    color: var(--white-color);
}

.sub_title h2 {
    font-size: 48px;
    color: var(--white-color);
    font-weight: 500;
}

.sub_title p {
    font-size: 22px;
    font-weight: 300;
    color: var(--grey-textcolor);
}

.solution_box {
    background-color: var(--sidebartext-active);
    border-radius: 16px;
    padding: 23px;
    transition: .3s ease;
    height: 100%;
}

.solution_box:hover {
    transform: translateY(-5px);
    transition: .3s ease;
}

.solution_box h3 {
    font-weight: 500;
    font-size: 22px;
    color: var(--white-color);
}

.solution_box p {
    font-weight: 300;
    font-size: 16px;
    color: var(--grey-textcolor);
    min-height: 49px;
}

.solution_box .main_btn_blue {
    min-width: 168px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 32px;
    margin-top: 25px;
}

.tools_section {
    padding: 90px 0;
}

.tools_section .accordion-button {
    background-color: var(--sidebartext-active);
    border-radius: 16px !important;
    border: 2px solid transparent;
    color: var(--white-color);
    font-weight: 400;
    padding: 32px 15px 32px 26px;
    box-shadow: none !important;
    font-size: 17px;
}

.tools_section .accordion-button[aria-expanded="true"] {
    color: var(--main-color);
}

.tools_section .accordion-item.active {
    border: 2px solid var(--sidebar-border);
}

.tools_section .accordion-item.active.active_accor {
    border: 2px solid transparent;
}

.tools_section .accordion-item.active .tools_section .accordion-body {
    border: 2px solid transparent;
}

.tools_section .accordion-item {
    border: 0;
    border-radius: 16px !important;
    margin-bottom: 16px;
    background-color: var(--sidebartext-active);
    box-shadow: none !important;
}

.tools_section .accordion-body {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px 32px 26px;
    color: var(--white-color);
}

.tools_section .accordion-button::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--dark-bg);
    background-image: url('../images/plus1.svg');
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center;
}

.tools_section .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus1.svg');
}

.accordian_img img,
.accordian_img {
    height: 100%;
}

.accordion-content {
    display: none;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.see_more {
    font-weight: 400;
    font-size: 15px;
    color: var(--white-color);
    background-color: var(--sidebartext-active);
    border-radius: 100px;
    padding: 12px 39px;
}

.blog_box1 .blog_head {
    width: 100%;
    height: 490px;
    overflow: hidden;
    border-radius: 16px;
}

.blog_box1 .blog_head:hover img {
    transform: scale(1.1);
    transition: .3s ease;
}

.blog_box1 .blog_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.blog_body h6 {
    font-weight: 300;
    font-size: 16px;
    color: var(--grey-textcolor);
}

.blog_body h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--white-color);
}

.blog_body p {
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_head a {
    position: absolute;
    right: 20px;
    top: 14px;
}

.blog_head a svg {
    width: 65px;
}

.small_blog1 .blog_box1 .blog_head {
    max-height: 318px;
}

.small_blog1 .blog_body h6 {
    font-size: 14px;
}

.small_blog1 .blog_body h3 {
    font-size: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small_blog1 .blog_body p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small_blog1 .blog_body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 11px;
}

.small_blog1 .blog_body:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(28, 30, 32, 0.00) 0.01%, #131415 100%);
    width: 100%;
    height: 100%;
    border-radius: 0 0 16px 16px;
}

.custmr_box {
    border-radius: 16px;
    padding: 32px 32px 54px 32px;
    transition: .3s ease;
}

.custmr_box:hover {
    transform: translateY(-5px);
    transition: .3s ease;
}

.custmr_box h3 {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 500;
}

.custmr_box h6 {
    font-size: 15px;
    color: var(--white-color);
    font-weight: 400;
}

.custmr_box p {
    font-size: 17px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 0;
}

.customers_section .row .col-md-4:first-child .custmr_box {
    background-color: var(--dark-puprle);
}

.customers_section .row .col-md-4:nth-child(2) .custmr_box {
    background-color: var(--light-yellow2);
}

.customers_section .row .col-md-4:last-child .custmr_box {
    background-color: var(--sidebartext-active);
}

.customers_section .row .col-md-4:nth-child(2) .custmr_box h3,
.customers_section .row .col-md-4:nth-child(2) .custmr_box h6,
.customers_section .row .col-md-4:nth-child(2) .custmr_box p {
    color: var(--dark-bg);
}

.customers_section {
    padding: 70px 0 50px;
}

.channel_section.companies_section {
    background-color: var(--sidebartext-active);
    margin: 46px 0 82px;
}

.channel_section.companies_section img {
    opacity: .5;
    filter: sepia(64%) hue-rotate(200deg) saturate(10%);
}

.contact_section label {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-textcolor);
    display: block;
    margin-bottom: 10px;
}

.contact_section .form-group {
    margin-bottom: 22px;
}

.contact_section input {
    background-color: var(--sidebar-bg);
    font-size: 16px;
    border: 2px solid var(--grey-textcolor);
    border-radius: 4px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    height: 52px;
    padding-left: 15px;
    color: var(--white-color);
}

.contact_section .main_btn_blue {
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    margin-top: 24px;
}

.contact_section .main_btn_blue:hover {
    transform: translateY(-5px)
}

.contact_section h3 {
    font-size: 35px;
    font-weight: 300;
    color: var(--white-color);
}

.contact_section h2 {
    font-size: 42px;
    font-weight: 500;
    color: var(--white-color);
}

.contact_section p {
    font-size: 18px;
    font-weight: 300;
    color: var(--grey-textcolor);
}

.padding1_left {
    padding-left: 40px;
}

.contact_section {
    padding: 0 0 50px;
}

footer {
    padding: 40px 0;
}

footer .footer_line1 {
    width: 101px;
    height: 2px;
    background-color: var(--sidebar-border);
}

footer h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-top: 28px;
}

footer a {
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    margin-top: 16px;
    display: block;
}

.accordian_img img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 90%;
    /* height: 100%; */
    transform: translate(0, -50%)scale(1.1);
    opacity: 0;
    transition: .6s ease;
}

.accordian_img img[aria-expanded="true"] {
    opacity: 1;
    transition: .6s ease;
    transform: translate(0, -50%)scale(.9);
}

.accordian_img {
    min-height: 380px;
}

.accordian_img img.active_img {
    position: unset;
    transform: unset;
    opacity: 1;
}


@media (max-width:1480px) {
    .info_img p {
        font-size: 26px;
        max-width: 138px;
    }

    .info_img1 p {
        left: -25px;
    }

    .info_img img {
        max-width: 65%;
    }

    .info_img1 {
        left: -98px;
        top: -23px;
    }

    .info_img img.center_img {
        max-width: 100%;
    }

    .info_img3 {
        right: -113px;
    }
}

@media (max-width:1399.98px) {
    .info_img2 img {
        min-width: 241px;
    }

    .info_img2 {
        right: -95px;
    }
}

@media (max-width:1199.98px) {
    .hero_section h1 {
        font-size: 36px;
    }

    .short_content p {
        font-size: 17px;
        width: 86%;
    }

    .info_img2 img {
        min-width: 200px;
    }

    .info_img2 {
        right: -124px;
    }

    .info_img img {
        max-width: 51%;
    }

    .info_img p {
        font-size: 20px;
        max-width: 104px;
    }

    .info_img1 p {
        left: -20px;
        top: 50px;
    }

    .info_img4 p {
        top: -25px;
        right: 17px;
    }

    .info_img3 {
        right: 0;
        justify-content: end;
    }

    .channel_section li {
        width: 25%;
    }

    .sub_title h2,
    .contact_section h2 {
        font-size: 33px;
    }

    .solution_box h3,
    .sub_title p,
    .custmr_box p,
    .contact_section p {
        font-size: 16px;
    }

    .solution_box p,
    .small_blog1 .blog_body p,
    .blog_body h6,
    .small_blog1 .blog_body h6,
    .custmr_box h6 {
        font-size: 13px;
    }

    .small_blog1 .blog_body h3,
    .custmr_box h3,
    footer h3 {
        font-size: 17px;
    }

    .blog_head a svg {
        width: 48px;
    }

    .small_blog1 .blog_box1 .blog_head {
        max-height: 260px;
    }

    .blog_box1 .blog_head {
        height: 406px;
    }

    .solution_box .main_btn_blue,
    .tools_section .accordion-body,
    .blog_body p,
    footer a {
        font-size: 14px;
    }

    .blog_body h3,
    .contact_section h3 {
        font-size: 23px;
    }

}

@media (max-width:991.98px) {
    /* .info_Section {
        overflow-x: hidden;
    } */

    .info_img img {
        max-width: 40%;
    }

    .info_img p {
        font-size: 17px;
        max-width: 93px;
    }

    .info_img2 img {
        min-width: 155px;
    }

    .info_img1 {
        left: -58px;
        top: -5px;
    }

    .info_img3 {
        bottom: -120px;
    }

    .info_img2 {
        right: -32px;
        display: inline-block;
        text-align: right;
    }

    .hero_section h1 br,
    .solution_box p br {
        display: none;
    }

    .hero_section h1 {
        font-size: 28px;
    }

    .short_content p {
        font-size: 15px;
        width: 100%;
    }

    .hero_section .main_btn_blue {
        width: 259px;
        font-size: 14px;
    }

    .channel_section h2 {
        font-size: 18px;
    }

    .sub_title h2,
    .contact_section h2 {
        font-size: 22px;
    }

    .solution_box h3,
    .sub_title p,
    .custmr_box p,
    .contact_section p,
    .tools_section .accordion-body {
        font-size: 13px;
    }

    .solution_box p {
        min-height: 21px;
    }

    .tools_section .accordion-button {
        font-size: 16px;
    }

    .channel_section {
        margin: 130px 0 82px;
    }

    .tools_section {
        padding: 77px 0;
    }

}

@media (max-width:767.98px) {

    .hero_section {
        padding: 49px 0;
    }

    br {
        display: none;
    }

    .sub_title h2,
    .contact_section h2 {
        font-size: 19px;
    }

    .blog_box1 .blog_head {
        height: 337px;
    }

    .info_img1 {
        top: -19px;
    }

    .info_img4 {
        left: -13%;
    }

    .info_img2 img {
        min-width: 127px;
    }

    .see_more {
        font-size: 13px;
        padding: 10px 31px;
    }

    .small_blog1 .blog_box1 .blog_head {
        max-height: 217px;
    }

    .info_img3 p {
        top: -11px;
        right: 1px;
    }

    .info_img3 {
        right: -20px;
        bottom: -96px;
    }

    .blog_head a {
        right: 17px;
        top: -5px;
    }

    .blog_head a svg {
        width: 37px;
    }

    .contact_section .row {
        flex-direction: column-reverse;
    }

    .padding1_left {
        padding: 0 0 30px 12px;
    }
}

@media (max-width:575.98px) {
    .menu_btn1 svg {
        width: 24px;
    }

    header.landing_header {
        padding: 32px 0;
    }

    .hero_section {
        padding: 10px 0 50px;
    }

    .channel_section h2 {
        font-size: 15px;
    }

    .info_img span {
        position: unset !important;
    }

    .landing_header li {
        margin: 0 0 0 19px;
    }

    .info_img span.info_img2 {
        position: absolute !important;
    }

    .info_img1 {
        top: -47px;
        left: -84px;
    }

    .info_img div {
        margin-top: 20px;
    }

    .info_img4 p {
        margin-top: -30px;
    }

    .info_img {
        padding: 13px;
        width: 91%;
        display: flex;
        flex-direction: column-reverse;
    }

    .info_img2 img {
        min-width: 91px;
        max-width: 99px;
    }

    .info_img p {
        font-size: 15px;
        max-width: 79px;
    }

    .info_img2 {
        right: 10px;
        top: 25%;
    }

    .info_img3 {
        margin-top: -40px;
    }

    .info_img3 p {
        margin-top: -20px;
    }

    .info_img1 img {
        margin-top: -15px;
    }

    .info_img p {
        position: unset !important;
        margin-bottom: 0 !important;
    }

    .landing_header li a,
    .contact_section label {
        font-size: 13px;
    }

    .hero_section h1 {
        font-size: 22px;
    }

    .channel_section li {
        width: 29%;
    }

    .blog_body h3,
    .contact_section h3 {
        font-size: 16px;
    }

    .tools_section .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 56%;
    }

    .landing_header li a.main_btn_blue {
        padding: 7px 18px;
    }

    .channel_section {
        margin: 55px 0 52px;
    }

    .tools_section {
        padding: 37px 0;
    }

    footer {
        padding: 18px 0;
    }

    .solution_box .main_btn_blue,
    .tools_section .accordion-body,
    .blog_body p,
    footer a {
        font-size: 13px;
    }

    .customers_section {
        padding: 26px 0 5px;
    }

    .channel_section.companies_section {
        margin: 46px 0 36px;
    }
}

@media (max-width:375.98px) {
    .info_img2 img {
        min-width: 70px;
        max-width: 70px;
        border-radius: 10px;
    }
}