body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

input,
button,
a {
    font-family: 'Outfit', sans-serif;
}

ul {
    list-style: none;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn {
    padding: 12px 36px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

.btn img {
    width: 20px;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle,.btn-primary:hover,.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #22246c;
    border-color: #22246c;
}

.btn-primary {
    background: #2E3192;
    border-color: #2E3192;
}
.btn-white {
    background: #fff;
    border-color: #fff;
    color: #2E3192;
}

.text-gray {
    color: #6D6E71;
}

.heading {
    font-size: 80px;
    font-weight: 600;
}

.para {
    font-size: 24px;
}
.para-lg {
    font-size: 38px;
}

.subheading {
    position: relative;
    font-size: 30px;
    color: #2E3192;
    padding-left: 58px;
    margin-bottom: 20px;
}

.subheading:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #2E3192;
    position: absolute;
    left: 0;
    top: 18px;
}

.mheading {
    font-size: 70px;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
}
.section-padding {
    padding: 120px 0;
}
/* Header */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 999;
}

header .navflex {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 40px;
    background: #fff;
    border-radius: 22px;
    position: relative;
}

header .navflex nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .navflex nav .navlinks {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

header .navflex nav .navlinks a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

header .navflex .logo {
    display: inline-block;
    width: 100%;
    max-width: 330px;
}

header .navflex .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.menu-toggle {
    display: none;
}
.nav-menu.show {
  display: flex;
}
/* Banner */
.banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0 60px;
}

.banner .bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.banner .content {
    position: relative;
    color: #fff;
    text-align: center;
}

.emailwrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 16px;
}

.emailwrap input {
    border: none;
    padding: 0 14px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
}




.count-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0;
}

.count-wrap .count-box {
    width: 46%;
}

.count-wrap .count-box .count {
    font-size: 80px;
    color: #2E3192;
    font-weight: 600;
}

.count-wrap .count-box .count-para {
    color: #6D6E71;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 400;
}

.why-atrack-img {
    margin-top: 80px;
    padding-right: 80px;
}

.platform-sec {
    position: relative;
        overflow: hidden;
}

.platform-sec .bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.platform-sec  .container {
    position: relative;
}
.feature-wrap {
    margin-top: 60px;
    padding-bottom: 100px;
}


.feature-wrap .slick-list {
    margin-right: -20vw;
}
.feature-wrap .feature-box {
    height: 500px;
    width: 750px;
    position: relative;
    margin-right: 30px;
}

.feature-wrap .feature-box img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    border-bottom-right-radius: 14px;
}

.feature-wrap .feature-box .content {
    padding: 20px;
    background: #ffffffd9;
    border-radius: 20px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.feature-wrap .feature-box .content .feature-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 18px;
}

.feature-wrap .feature-box .content .feature-heading .icon {
    width: 40px;
    height: 40px;
}

.feature-wrap .feature-box .content .feature-para {
    margin-bottom: 0;
    font-size: 24px;
    color: #6D6E71;
}


.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border: 1px solid #0E0F2C;
    background: transparent;
    border-radius: 12px;
    font-size: 0;
}
.slick-arrow:after {
    content: '';
    background-size: contain;
    width: 24px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slick-prev:after {
    background-image: url('../img/arrow-left.svg');
}
.slick-next:after {
    background-image: url('../img/arrow-right.svg');
}

.slick-prev {
    margin-right: 90px;
}

.slick-arrow:focus {
    background: #2E3192;
}
.slick-arrow:focus:after {
    filter: invert(1);
}


.form {
    padding: 60px 40px;
    background: #F0F0FF;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px #00000017;
}

.form-control {
    border: 1px solid #6d6e7138;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 300;
    color: #000;
}

.form-group {
    margin-bottom: 24px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2E3192;
    background: #2e31921a;
    color: #000;
}

.form-checkout {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #6D6E71;
}

.form-checkout input {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.form-checkout .consent-label {
    position: relative;
    top: -6px;
}

.form button {
    width: 100%;
    justify-content: center;
}

.work-cards {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    justify-content: center;
}

.work-cards .inner {
    padding: 30px 24px;
    border: 1px solid #A7A9E0;
    text-align: center;
    width: 41%;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    /* 👈 Makes it show hand icon */
}

.work-cards .inner h4 {
    color: #2E3192;
    font-size: 28px;
    text-transform: uppercase;
}

.work-cards .inner img {
    max-width: 100%;
    margin-bottom: 20px;
}

.work-cards .inner p {
    margin-bottom: 0;
    font-size: 24px;
    color: #6D6E71;
    line-height: 1.1;
    font-weight: 300;
}

.work-cards .inner:hover {
    box-shadow: 0px 0px 10px 0px #00000033;
    transform: translateY(-4px);
}

.form-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 350px;
    margin-bottom: -240px;
}
.form-sec .form {
    background: #fff;
}
.form-sec .container {
    position: relative;
}
.form-sec .bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.auto-modal .modal-header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 11;
}

.auto-modal .modal-header .btn-close {position: absolute;right: 40px;margin: 0;top: 40px;opacity: 1;border-radius: 50%;border: 1px solid #000;}

.auto-modal .modal-body {
    padding: 80px;
    text-align: center;
}

.auto-modal .modal-body .mheading {
    /* font-size: 50px; */
    margin-top: 30px;
}

.auto-modal .modal-content {
    border-radius: 50px;
}

.auto-modal .modal-dialog.modal-lg {
    max-width: 1240px;
    padding: 0 16px;
}

.footer {
    background-image: url('../img/footer.png');
    background-size: cover;
    background-position: top center;
    padding: 220px 0 60px;
    text-align: center;
    color: #fff;
    position: relative;
}

.footer .mheading {
    color: #fff;
    margin-bottom: 20px;
}

.footer .emailwrap {
    margin: 60px 0;
}

.footer .logo-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer .logo-wrap .menu-foot {
    display: inline-flex;
    gap: 16px;
}

.footer .logo-wrap .menu-foot a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}

.footer .logo-wrap .social {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.footer .logo-wrap .social img {
    max-width: 100%;
}

.footer .copyright {
    margin-bottom: 0;
    margin-top: 40px;
    font-weight: 200;
}


@media (max-height: 700px) and (min-height: 550px) {
    .banner {
        padding: 160px 0 60px;
    }
    .heading {
        font-size: 60px;
    }

}
@media (max-width: 1599px) {
    .feature-wrap .feature-box {
        height: 380px;
        width: 560px;
        margin-right: 20px;
    }

    .feature-wrap .feature-box img {
        border-radius: 30px;
        border-bottom-right-radius: 8px;
    }

    .feature-wrap .feature-box .content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .feature-wrap .feature-box .content .feature-para {
        font-size: 18px;
    }

    .feature-wrap .feature-box .content .feature-heading {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .auto-modal .modal-body .mheading {
        font-size: 50px;
    }

    .auto-modal .modal-body .para-lg {
        font-size: 28px;
    }
}
@media (max-width: 1399px) {
    .work-cards .inner h4 {
        font-size: 22px;
    }

    .work-cards .inner p {
        font-size: 18px;
    }
    .work-cards {
        gap: 20px;
    }
}
@media (max-width: 1199px) {
   
    .form-control {
        padding: 8px 14px;
        border-radius: 6px;
    }

    .form-group {
        margin-bottom: 14px;
    }

    .form {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .slick-prev {
        margin-right: 60px;
    }
    .slick-arrow {
        height: 50px;
        width: 50px;
    }
    .feature-wrap {
        padding-bottom: 80px;
        margin-top: 40px;
    }
    .feature-wrap .feature-box {
        height: 320px;
        width: 480px;
    }
    .mheading {
        font-size: 44px;
    }

    .subheading {
        font-size: 20px;
        padding-left: 38px;
    }

    .subheading:before {
        width: 28px;
        top: 12px;
        height: 2px;
    }

    .para {
        font-size: 18px;
    }

    .why-atrack-img {
        margin-top: 40px;
        padding-right: 40px;
    }

    .count-wrap .count-box .count {
        font-size: 60px;
    }

    .count-wrap {
        gap: 20px;
    }

    .count-wrap .count-box .count-para {
        font-size: 20px;
    }
    .section-padding {
        padding: 60px 0;
    }
    header .navflex .logo {
        max-width: 240px;
    }

    header .navflex nav .navlinks a {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }
 .form-sec {
        padding: 120px 0 300px;
    }
}
@media (max-width: 991px) {
    .work-cards .inner {
        width: 48%;
    }

    .work-cards {
        flex-wrap: wrap;
    }
    .footer .logo-wrap .menu-foot a {
        font-size: 16px;
    }

    .footer .logo-wrap .menu-foot {
        gap: 12px;
    }

    .footer .logo-wrap .social {
        gap: 10px;
    }

    .footer .logo-wrap .social img {
        width: 34px;
    }

    .footer {
        padding: 160px 0 40px;
    }
    .form {
     margin-top: 30px;
    }
    .heading {
        font-size: 50px;
    }
    .para {
        font-size: 18px;
    }

    .menu-toggle {
        display: inline-block;
    }
    .menu-toggle img {
        width: 30px;
    }
    header .navflex nav {
        min-width: 320px;
        max-width: 320px;
        background: #fff;
        padding: 20px;
        border-radius: 16px;
        position: absolute;
        right: 0;
        top: 90px;
        flex-wrap: wrap;
        display: none;
        transition: all 0.3s ease;
    }

    header .navflex nav .navlinks {
        flex-wrap: wrap;
    }

    header .navflex nav .navlinks li {
        width: 100%;
    }

    header .navflex nav .btn {
        width: 100%;
    }

   
}
@media (max-width: 767px) {
    .auto-modal .modal-body {
        padding: 20px;
    }

    .auto-modal .modal-body .logo-sign {
        width: 100px;
    }
    .auto-modal .modal-body .mheading {
        font-size: 30px;
    }

    .auto-modal .modal-body .para-lg {
        font-size: 18px;
    }

    .auto-modal .modal-body .work-cards .inner {
        width: 100%;
    }

    .auto-modal .modal-content {
        border-radius: 20px;
    }

    .auto-modal .modal-header .btn-close {
        right: 14px;
        top: 14px;
    }
    .work-cards {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 20px;
    }

    .work-cards .inner img {
        width: 70px;
    }

    .work-cards .inner h4 {
        font-size: 18px;
    }

    .work-cards .inner {
        padding: 20px 16px;
    }

    .work-cards .inner p {
        font-size: 16px;
    }
    .footer .logo-wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding: 16px 0;
    }

    .footer .logo-wrap .menu-foot a {
        width: 100%;
    }

    .footer .logo-wrap .menu-foot {
        flex-wrap: wrap;
    }

    .footer .emailwrap {
        margin: 20px 0;
    }

    .footer .copyright {
        margin-top: 20px;
    }
    header .navflex {
        padding: 16px 22px;
    }
    .emailwrap {
        flex-wrap: wrap;
    }

    .emailwrap input {
        padding: 14px 10px;
        width: 100%;
    }
    .banner {
        height: auto;
        padding: 140px 0 100px;
    }

    .emailwrap .btn {
        white-space: nowrap;
        width: 100%;
        justify-content: center;
    }
    .heading {
        font-size: 38px;
    }
    .mheading {
        font-size: 32px;
    }
    .para {
        font-size: 18px;
    }
    .subheading {
        font-size: 24px;
        padding-left: 40px;
    }
    .subheading:before {
        width: 30px;
        height: 3px;
        top: 14px;
    }
    .count-wrap .count-box {
        width: 100%;
    }
    .count-wrap .count-box .count {
        font-size: 48px;
    }
    .count-wrap .count-box .count-para {
        font-size: 20px;
    }
    
    .feature-wrap .feature-box {
               width: 100%;
        height: auto;
    }
    .feature-wrap .slick-list {
        margin-right: 0;
    }
    .feature-wrap .feature-box .content .feature-para {
        font-size: 14px;
        line-height: 1.1;
    }

    .feature-wrap .feature-box .content .feature-heading {
        font-size: 20px;
    }

    .feature-wrap .feature-box .content .feature-heading .icon {
        width: 30px;
        height: 30px;
    }
    
}