/* main tags start */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Kumbh Sans';
    box-sizing: border-box;
}

:root {
    --MAINCOLOR: #1750bd;
    --TEXTCOLOR: #706C83;
}

.container {
    font-family: 'Kumbh Sans';
}

/* main tags start */

/* RESPONSIVE HEADER SECTION start */
.site-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
    color: white;
}

.site-header-back {
    background-color: #140E1D;
}

.site-logo img {
    width: 250px;
}

.top-links ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
    font-size: 16px;
    margin-top: 5px
}

.top-links ul li {
    cursor: pointer;
    list-style: none;
}

.top-links ul li:hover {
    color: #05acee;
}

.top-icons {
    display: flex;
    gap: 30px;
    margin-top: -20px;
}

.top-icons a {
    text-decoration: none;
    color: white;
}

.checkbtn {
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    margin-left: 350px;
    margin-top: -35px;
}



.nav-mobile {
    display: none;
}

#check:checked~.nav-mobile {
    display: block;
}

.nav-mobile {
    position: absolute;
    top: 4.5rem;
    left: 0;
    background: #140E1D;
    z-index: 1;
    width: 200px;
    margin-top: -20px;
}

.nav-mobile a {
    color: #fff;
    padding: 1rem 1.5rem;
    display: block;
    text-decoration: none;
}

.dropdown-hamburger input {
    display: none;
}



@media only screen and (max-width: 992px) {
    .checkbtn {
        display: block;
        font-size: 5rem;
        position: absolute;
        top: 30px;
        left: 40px;
    }

    .nav-mobile {
        top: 170px;
        width: 100%;
    }

    .nav-mobile a {
        font-size: 1.1rem;
        padding: 2rem 3rem;
    }
}

@media screen and (min-width:575px) {
    .dropdown-hamburger {
        display: none;
    }
}

@media screen and (max-width:445px) {
    .checkbtn {
        font-size: 1.5rem;
        color: white;
        cursor: pointer;
        margin-left: 300px;
        margin-top: 28px;
    }
}

@media screen and (max-width:373px) {
    .checkbtn {
        font-size: 1.5rem;
        color: white;
        cursor: pointer;
        margin-left: 250px;
        margin-top: 28px;
    }
}

@media screen and (max-width:990px) {
    .top-links ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width:740px) {
    .top-icons {
        display: none;
    }
}

@media screen and (max-width:990px) {
    .top-links ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width:775px) {
    .top-links ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width:575px) {
    .top-links ul {
        display: none;
    }
}



@media screen and (max-width:517px) {
    .top-links ul {
        display: none;
    }
}


/* RESPONSIVE HEADER SECTION end */

/* main first section start */

.top-row span {
    color: var(--MAINCOLOR);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.top-row h2 {
    font-size: 45px;
    font-weight: 700;
    margin-top: 30px;
}

.top-row p {
    color: #706C83;
    font-size: 16px;
    line-height: 1.8;
}

.top-row img {
    border-radius: 6px;
    cursor: pointer;
}

.box-info {
    display: flex;
    position: absolute;
    width: 256px;
    height: 72px;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    margin-top: -55px;
    margin-left: 20px;
    justify-content: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.last-img {
    display: none;
}

@media screen and (max-width:767px) {
    .first-img {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .last-img {
        display: block;
    }
}

@media screen and (max-width:1400px) {
    .box-info {
        display: flex;
        position: absolute;
        width: 220px;
        height: 62px;
        background-color: white;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        margin-top: -55px;
        margin-left: 20px;
        justify-content: center;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}

@media screen and (max-width:1200px) {
    .box-info {
        display: flex;
        position: absolute;
        width: 170px;
        height: 65px;
        background-color: white;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        margin-top: -55px;
        margin-left: 20px;
        justify-content: center;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}

@media screen and (max-width:993px) {
    .box-info {
        display: flex;
        position: absolute;
        width: 120px;
        height: 65px;
        background-color: white;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        margin-top: -25px;
        margin-left: 20px;
        justify-content: center;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}

@media screen and (max-width:767px) {
    .box-info {
        display: flex;
        position: absolute;
        width: 205px;
        height: 65px;
        background-color: white;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        margin-top: -25px;
        margin-left: 20px;
        justify-content: center;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}

@media screen and (max-width:500px) {
    .box-info {
        display: flex;
        position: absolute;
        width: 170px;
        height: 65px;
        background-color: white;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        margin-top: -25px;
        margin-left: 20px;
        justify-content: center;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}

@media screen and (max-width:440px) {
    .box-info {
        display: flex;
        position: absolute;
        width: 140px;
        height: 65px;
        background-color: white;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        margin-top: -25px;
        margin-left: 20px;
        justify-content: center;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }
}





/* main first section end */

/* main features section start */

/* features section start */
.features span {
    color: var(--MAINCOLOR);
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
}

.features h2 {
    color: #000222;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 20px;
}

.feature-box {
    position: relative;
    height: 380px;
    background-color: white;
    border-radius: 5px;
    text-align: center;

}

.feature-box-logo img {
    width: 250px;
    border-radius: 6px;
    cursor: pointer;
}

.feature-box-title h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    
}


.feature-box-info {
    height: 86px;
    margin-top: 20px;
    color: #706C83;
    font-size: 16px;
}

.feature-box:hover {
    background-color: var(--MAINCOLOR);
    color: white;
    cursor: pointer;
}

.feature-box:hover .feature-box-title {
    cursor: pointer;
}

.feature-box:hover .feature-box-info {
    color: white;
}

@media screen and (max-width:996px) {
    .feature-box-logo img {
        width: 100px;
        border-radius: 6px;
        cursor: pointer;
    }


    .feature-box-title {
        margin-top: 20px;
        font-size: 15px;
    }

    .feature-box-info {
        height: 30px;
        margin-top: 5px;
        color: #706C83;
        font-size: 12px;
    }
}

@media screen and (max-width:763px) {
    .feature-box {
        height: 300px;
    }
}


@media screen and (max-width:576px) {
    .feature-box-logo img {
        width: 200px;
        border-radius: 6px;
        cursor: pointer;
    }

    .feature-box-info {
        height: 30px;
        margin-top: 20px;
        color: #706C83;
        font-size: 16px;
    }
}

/* features section end */

/* rectangles area start */

.rectangle {

    height: 98px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rectangle:hover .rectangle-icon {
    background-color: #05acee;
}

.rectangle-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px;
}


.rectangle-text h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    width: 225px;
}

/* rectangles area end */

/* services area start */

.services-area-back {
    width: 100%;
    height: 580px;
    background-color: #140E1D;
    position: relative;
}


.services-title-area {
    text-align: center;
    position: absolute;

}

.services-title-area span {
    color: var(--MAINCOLOR);
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
}

.services-title-area h2 {
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-top: 20px;
}


.service-boxes-area {
    margin-top: 200px;
}

.service-box {
    height: 242px;
    border: 1px solid #362c43;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;


}

.service-box:hover {
    border: 1px solid var(--MAINCOLOR);
}

.service-box-header h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.service-box-text {
    color: #a19ea5;
    font-size: 16px;
    margin-top: -20px;
}

@media screen and (max-width:992px) {
    .service-box-header h4 {
        color: white;
        font-size: 15px;
        font-weight: 700;
    }
}

@media screen and (max-width:767px) {
    .service-box {
        height: 140px;
        border: 1px solid #362c43;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        margin-top: 10px;

    }

    .service-box-header h4 {
        color: white;
        font-size: 15px;
        font-weight: 700;
    }
}

@media screen and (max-width:576px) {
    .service-box {
        width: 150px;
        height: 120px;
        border: 1px solid #362c43;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        margin-top: 10px;

    }
}

@media screen and (max-width:465px) {
    .service-box {
        width: 100px;
        height: 145px;
        border: 1px solid #362c43;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        margin-top: 10px;

    }
}

/* services area end */

/* about area start */




.picture-1 {

    border-radius: 30px;
}

.picture-2 {

    margin-top: 100px;
    margin-left: -50px;
    border: 15px solid white;
    border-radius: 30px;
}



.about-info-area span {
    color: var(--MAINCOLOR);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
}

.about-info-area h2 {

    font-weight: 700;
    margin-top: 20px;
}

.about-info-1 {
    color: #706C83;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 20px;
}

.about-info-2 {
    color: #706C83;
    line-height: 1.5;
    font-size: 16px;

}

.about-info-2 img {
    margin-top: 20px;
}

.about-icons-area {
    height: 138px;
    margin-left: 360px;
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-icon {
    display: flex;
    gap: 20px;
}

.about-icon h5 {
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width:400px) {
    .about-info-2 {
        color: #706C83;
        line-height: 1.5;
    }
}

/* about area end */

/* slider area start */

.container {
    max-width: 1200px;
    width: 95%;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
    background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -25px;
}

.slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .image-item {
    width: 300px;
    height: 70px;
    object-fit: contain;
}

.container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .slider-wrapper .image-list .image-item {
        width: 200px;
        height: 70px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }
}

/* slider area end */

/* news & blog area start */

.news-title {
    font-size: 45px;
    font-weight: 700;
}

.news-text {
    color: #706C83;
    font-size: 16px;
    line-height: 1.8;
}

.news-boxes-area {
    margin-top: 50px;
}

.news-box {
    border-radius: 6px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.08);
}

.news-box img {
    height: 215px;
    object-fit: cover;
}

.news-box-title h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 30px;
    margin-left: 20px;
}

.news-box-info {
    font-size: 16px;
    color: #706C83;
    margin-top: 20px;
    margin-left: 20px;
}

.news-box-button {
    width: 150px;
    height: 50px;
    background-color: var(--MAINCOLOR);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    margin-left: 75px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
}


@media screen and (max-width:1200px) {
    .news-box img {
        width: 600px;
        height: 300px;
    }
}

@media screen and (max-width:556px) {
    .news-box img {
        width: 450px;
        height: 200px;
    }

    .news-box {
        margin: 30px;
    }
}

@media screen and (max-width:500px) {
    .news-box img {
        width: 400px;
        height: 200px;
    }

    .news-box {
        margin: 30px;
    }
}

@media screen and (max-width:450px) {
    .news-box img {
        width: 340px;
        height: 200px;
    }

    .news-box {
        margin: 30px;
    }
}

@media screen and (max-width:400px) {
    .news-box img {
        width: 300px;
        height: 200px;
    }

    .news-box {
        margin: 30px;
    }
}

@media screen and (max-width:350px) {
    .news-box img {
        width: 250px;
        height: 200px;
    }

    .news-box {
        margin: 30px;
    }
}


/* news & blog area end */

/* footer area start */

.footer-area-back {
    width: 100%;
    height: 770px;
    background-color: #140E1D;
    position: relative;
}



.footer-main {
    width: auto;
    height: 634px;
    margin-top: -100px;
}

.footer-top {
    height: 262px;
    border-bottom: 1px solid #25202e;
}

.footer-top-left {
    color: white;
    font-size: 55px;
    font-weight: 700;
}

.footer-top-left span {
    color: var(--MAINCOLOR);
}

.footer-form {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.footer-form input {
    border: none;
    background-color: #140E1D;
    width: 400px;
    height: 30px;
    color: #ccc;
    font-size: 20px;
}

.footer-form input::placeholder {
    color: white;
    font-size: 20px;
}

:focus {
    outline: none;
}

.footer-pictures-area {
    display: flex;
    gap: 25px;
    margin-top: 100px;

}

.footer-pic img {
    border-radius: 4px;
}

.copyright {
    color: #bbbdbe;
    font-size: 14px;
    margin-top: 20px;
}


.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo h2 {
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.footer-desc {
    color: #bbbdbe;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.footer-left-icons {
    display: flex;
    gap: 30px;
    margin-left: 20px;
    margin-top: 30px;
}

.footer-second ul li {
    list-style: none;
    color: #bbbdbe;
    line-height: 20px;
    margin-top: 30px;
    margin-left: -30px;
    cursor: pointer;
    transition: 0.5s ease;
}

.footer-second ul li:hover {
    color: var(--MAINCOLOR);
}

.info-boxes {
    color: #bbbdbe;
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer-title {
    font-size: 20px;
    color: white;
}

.footer-fourth p {
    color: #bbbdbe;
    margin-top: 20px;
}

.footer-fourth input {
    width: 300px;
    height: 60px;
    background-color: #1f1927;
    border: none;
    margin-top: 20px;
    color: white;
}

.footer-fourth input::placeholder {
    color: white;
}

.help-area {
    margin-top: 80px;
}

.help-area a {
    text-decoration: none;
    color: #bbbdbe;
    font-size: 13px;
    transition: 0.5s ease;
}

.help-area a:hover {
    color: white;
}

.footer-pic-bottom {
    float: right;
    margin-top: -165px;
}

@media screen and (max-width:992px) {
    .footer-area-back {
        width: 100%;
        height: 1000px;
        background-color: #140E1D;
        position: relative;
    }

    .footer-pic-bottom {
        float: right;
        margin-top: 10px;
    }

    .footer-form input {
        border: none;
        background-color: #140E1D;
        width: 200px;
        height: 30px;
        color: #ccc;
        font-size: 20px;
    }

    .footer-top-left {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .footer-area-back {
        width: 100%;
        height: 1100px;
        background-color: #140E1D;
        position: relative;
    }



    .footer-pic img {
        width: 50px;
    }

    .footer-pictures-area,
    .copyright {
        margin-left: 50px;
    }
}


@media screen and (max-width:576px) {

    .footer-pictures-area {
        margin-top: -5px;
        float: right;
    }

    .copyright {
        display: none;
    }

    .footer-left-icons :nth-child(1) {
        width: 12px;
    }

    .footer-left-icons {
        width: 16px;
    }


}

@media screen and (max-width:768px) {
    .footer-title {
        margin-top: 30px;
    }

}



/* footer area end */


/* main features section end */

/* PAGES STYLINGS start */

.software-solutions-area h1{
    color: var(--MAINCOLOR);
}

.contact-area h2{
    font-size: 3.5rem;
    font-weight: 700;
}

.contact-area p{
    color: #999;
    line-height: 2;
}

.blue-dot {
    height: 12px;
    width: 12px;
    background-color: var(--MAINCOLOR);
    border-radius: 50%;
    display: inline-block;

}

/* PAGES STYLINGS end */



/* dropdown test */