/* Responsive */
@media(min-width: 1600px) and (max-width: 2000px) {
    body.body {
        background: transparent linear-gradient(180deg, #000101 56%, #00000000 56%) 0% 0% no-repeat padding-box;
    }

    .agrim-header {
        width: 100%;
        padding: 35px 0;
    }

    .content-wrapper {
        position: absolute;
        top: 45%;
        left: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 90px;
        z-index: 3;
    }

    .card-wrapper {
        width: 350px;
    }

    .contact-section {
        padding: 172px 0;
        background: url('../images/logo/leadership-logo.png') no-repeat 35% 55%,
            url('../images/contact-us-bg.webp') no-repeat right center/cover;
        color: #fff;
        background-size: 25%, 60%;
        height: 100vh;
        display: flex;
        align-items: flex-end;
    }

    .agrim-metrics {
        background: url('../images/counter-bg.webp') center bottom no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 150px 0;
        height: 60vh;
        display: flex;
        position: relative;
        color: white;
        align-items: center;
    }
}

@media(max-width: 1368px) {

    body.body {
        background: transparent linear-gradient(180deg, #000101 46%, #00000000 47%) 0% 0% no-repeat padding-box;
    }

    #agrimNav {
        display: flex;
        gap: 100px;
    }

    .process-nav {
        width: 75%;
        max-width: 1300px;
        overflow: hidden;
        margin: 0 auto;
        border-left: 4px solid #E31E24;
        border-right: 4px solid #E31E24;
        /* margin-top: 10%; */
    }

    .card-box {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 10px;
        margin: 0px 80px;
    }

    .card-wrapper {
        width: 300px;
    }

    .leader-content {
        width: 90%;
    }

    h2 {
        font-size: 30px;
    }

    .tile-title {
        top: 85px;
    }

    .tile-content {
        top: 165px;
    }

    .tile-content h3 {
        font-size: 18px;
    }

    .tile-content p,
    .tile-content ul li {
        font-size: 12px;
    }
}

@media(max-width: 1280px) {
    body.body {
        background: transparent linear-gradient(180deg, #000101 50%, #00000000 50%) 0% 0% no-repeat padding-box;
    }

    #agrimNav {
        display: flex;
        gap: 70px;
    }

    .card-box {
        margin: 0px 40px;
    }

    .tile-title h2 {
        font-size: 30px;
    }

    .tile-content {
        top: 190px;
    }

    .slide-overlay ul li {
        font-size: 12px;
    }
}

@media(max-width: 1200px) {

    #agrimNav {
        display: flex;
        gap: 40px;
    }

    .carousel {
        height: 300px;
    }

    .leader-content {
        width: 100%;
        margin-top: 30%;
    }

    .image-slider {
        width: 100%;
        height: 420px;
        left: 85px;
    }

    .leader-content p {
        font-size: 14px;
        line-height: 1.7;
        /* color: #333; */
        padding: 0px 0%;
    }

    /* .leader-nav {
        bottom: 6%;
    } */

    .leader-content.description {
        width: 100%;
        margin: 0;
        padding: 0px 80px;
    }

    .leader-nav {
        position: absolute;
        bottom: 25px;
        display: flex;
        gap: 10px;
        right: 20%;
    }

    .leader-content {
        width: 100%;
        margin-top: 5%;
    }

    .card-wrapper {
        width: 270px;
    }

    .item {
        width: 240px;
        height: 280px;
    }
}

@media(max-width: 1024px) {

    body.body {
        background: transparent linear-gradient(180deg, #000101 50%, #00000000 50%) 0% 0% no-repeat padding-box;
    }

    #agrimNav {
        gap: 20px;
    }

    .header-nav ul {
        gap: 15px;
    }

    .leader-content {
        width: 100%;
        margin-top: 5%;
    }

    .carousel {
        width: 90%;
    }

    h2 {
        font-size: 30px;
    }

    /* .industry-tiles {
        height: 50vh;
    } */

    .card-wrapper {
        width: 335px;
    }

    .tile-content {
        top: 200px;
    }

    .tile-content h3 {
        font-size: 18px;
    }

    .tile-content p,
    .tile-content ul li {
        font-size: 12px;
    }

    .tile-content .source {
        margin-bottom: 10px;
    }

    .carousel {
        height: 350px;
    }

    .item {
        width: 230px;
        height: 340px;
    }

    [data-position="5"] {
        transform: scale(0.5) translateX(900px);
        z-index: 1;
    }
}

@media(max-width: 996px) {

    .agrim-header {
        padding: 20px 0px
    }

    .header-logo img {
        height: 70px;
        width: auto;
    }

    .header-inner {
        flex-direction: row;
        gap: 15px;
        margin: 0px;
    }

    #icon3 {
        display: block;
    }

    .header-nav ul {
        gap: 20px;
    }

    .header-cta.mobile {
        display: block;
    }

    .desktop-cta {
        display: none;
    }

    .dot-menu {
        display: grid;
    }

    nav.header-nav {
        position: absolute;
        top: 110px;
        left: -100%;
        width: 50%;
        height: 100vh;
        background: #000000d9;
        transition: all 0.3s ease-in-out;
        z-index: 99;
    }

    nav.header-nav.show {
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    .header-nav a {
        font-size: 24px;
    }

    nav.nav-expand {
        width: 100%;
    }

    .platform-btn img {
        width: 40px;
        height: auto;
    }

    #agrimNav {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .nav-divider {
        display: none;
    }

    nav.header-nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding-left: 46px;
    }

    .hero-wrap {
        /* height: 80vh; */
        overflow: hidden;
        position: relative;
    }

    .footer-col {
        padding: 20px 70px;
    }

    .footer-heading {
        font-size: 24px;
    }

    .footer-text {
        font-size: 18px;
    }

    .platform-box {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .popup-box {
        min-width: 130px;
    }

    .agrim-section {
        margin: 0px 100px;
    }

    .card-wrapper {
        width: 255px;
    }

    .card-box {
        margin: 0px 20px;
    }

    .card-title {
        margin-bottom: 45px;
    }

    .contact-section {
        padding-top: 160px;
    }

    .tile.active {
        flex: 15;
        filter: brightness(100%);
    }

    .leadership-left-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .tab-buttons {
        display: flex;
        flex-direction: row;
        gap: 34px;
    }
}

@media(max-width: 768px) {

    .contact-section {
        padding: 120px 0;
        background: url('../images/logo/leadership-logo.png') no-repeat 60% 30%,
            url('../images/contact-us-bg.webp') no-repeat 70% 70%/cover;
        color: #fff;
        background-size: 70%, 100%;
    }

    nav.header-nav {
        position: absolute;
        top: 80px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #000000de;
    }

    body.body {
        background: transparent linear-gradient(180deg, #000101 41%, #00000000 40%) 0% 0% no-repeat padding-box;
    }

    .agrim-metrics {
        height: 100vh;
    }

    .card-title {
        margin-bottom: 50px;
    }

    .left-info {
        padding-left: 20px;
    }

    .leader-card {
        width: 45%;
        text-align: center;
    }

    body.contact-page {
        background: #000101;
    }

    body.about-page {
        background: transparent;
    }

    .agrim-header {
        padding: 24px 0px;
    }

    .platform-btn img {
        width: 35px;
        height: auto;
    }

    .content-wrapper {
        top: 55%;
    }

    .hero-title {
        font-size: 30px;
    }

    .header-logo img {
        height: 45px;
        width: auto;
    }

    .hero-wrap {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .hero-content {
        gap: 70px;
    }

    .feature-wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }

    .corner.tl {
        top: 10px;
    }

    .corner.tr {
        top: 10px;
    }

    .corner.bl {
        bottom: 10px;
    }

    .corner.br {
        bottom: 10px;
    }

    .card-box {
        margin: 0px 20px;
    }

    .card-wrapper {
        width: 290px;
    }

    .popup-form {
        width: 100%;
    }


    .process-nav {
        width: 90%;
    }

    .popup-grid {
        flex-direction: column;
        gap: 30px;
    }

    .popup-divider {
        height: 2px;
        width: 80%;
    }

    .agrim-section {
        margin: 10px;
    }

    .leadership-left-wrapper {
        margin-bottom: 50px;
    }


    .footer-col {
        padding-left: 10px;
    }

    .footer-copy,
    .footer-disclaimer {
        text-align: center !important;
    }

    .contact-container {
        flex-direction: column;
        padding: 0px 40px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        margin-bottom: 40px;
    }

    .industry-tiles {
        height: 80vh;
    }

    .item {
        width: 140px;
        height: 180px;
    }

    [data-position="5"] {
        transform: scale(0.5) translateX(555px);
        z-index: 1;
    }

    .image-slider {
        width: 100%;
        height: 325px;
        left: 10px;
    }

    .carousel {
        height: 180px;
    }

    .leader-content.description {
        width: 100%;
        margin: 0;
        padding: 0px 0px;
    }

    .tile {
        flex: 1;
    }

    .tile.active {
        flex: 10;
    }

    .platform-popup {
        max-width: 90%;
        width: 90%;
        padding: 40px 10px;
    }

    .form-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .disclaimer-box {
        width: 85%
    }
}