.tractor-main-slider-container
{
    position: relative;
    width: 100%;
    overflow: hidden;    
}

.tractor-header__text
{
    position: absolute;
    color: white;
    text-align: center;
    z-index: 2;
}

.tractor-header__image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    position: relative;
    z-index: 0;

}


h1.tractor-title, h2.tractor-title
{
    font-weight: 600;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

h6.tractor-subtitle
{
    font-weight: 400;
    font-size: 17px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 0;
    margin-bottom: 36px;
}

.tractor-header__nav
{
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -30px;
    bottom: 0;
    width: 100%;

}

.tractor-header__nav.nav-fixed {
    position: fixed;
    top: 0;
    z-index: 999;    
    width: 100%;
    margin-top: 0;
}

.tractor-main-slider-container.nav-fixed
{
    margin-bottom: 58px;    
}



.tractor-header__nav_buttons
{
    background: #FFFFFF;
    border-radius: 14px;
    
}

.tractor-main-slider-container .splide__pagination
{
    bottom: 40px;
}

.tractor-header__nav_buttons a
{
    background: #005BAA;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    border-radius: 14px;
    display: inline-block;
    transition: color 0.3s ease;
}

.tractor-header__nav_buttons a:hover
{
    color: #fffdfdd2 !important;
}

.tractor-header__specs
{
    position: absolute;
    background: #FFFFFF2E;
    border-radius: 14px;
    display: flex;
    z-index: 2;
}

.tractor-header__spec
{
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

.tractor-header__spec_value
{
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;    
    margin: 0;
}

.tractor-header__spec_label
{
    font-weight: 400;
    font-size: 17px;
    line-height: 148%;
    letter-spacing: 0%;
    margin: 0;
}






@media only screen and (max-width : 600px) 
{
    .tractor-header__image{
        aspect-ratio: 10/17;
    }
/*
    .tractor-header__nav_buttons
    {
        display: flex;
        padding: 20px 100px;
        border-radius: 14px;
        gap: 20px;
    }
*/

    .tractor-header__text
    {
        top: 110px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        
    }

    .tractor-main-slider-container
    {
        margin-top: -85px;    
    }

    h1.tractor-title, h2.tractor-title
    {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    .tractor-subtitle
    {
        padding: 0 20px;
    }

    .tractor-header__nav_buttons
    {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        padding: 10px;
        background: #FFF;
        align-items: center;
    }

    .tractor-header__nav_buttons a
    {
        font-size: 14px;
        padding: 6px 10px;
    }

    .tractor-header__buttons .w-btn
    {
        font-size: 14px;
        padding: 12px 25px;
    }

    .tractor-header__specs
    {
        bottom: 96px;
        left: 5%;
        width: 90%;
        
        padding: 25px;
        gap: 10px;
        z-index: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tractor-header__spec_value
    {
        font-size: 36px;
    }

    .tractor-header__nav.nav-fixed {
        height: 60px;
    }

    .tractor-header__nav.nav-fixed .tractor-header__nav_buttons
    {
        margin-top: 0;
        padding: 0 10px 0 10px;
    }


}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .tractor-header__image{
        aspect-ratio: 16/9;
    }

    .tractor-header__text
    {
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tractor-main-slider-container
    {
        margin-top: -140px;    
    }

    h1.tractor-title, h2.tractor-title
    {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 8px;
        padding: 0 30px;
    }

    .tractor-subtitle
    {
        font-size: 16px;
        padding: 0 30px;
    }

    .tractor-header__nav_buttons
    {
        display: flex;
        padding: 12px 40px;
        border-radius: 14px;
        gap: 12px;
        margin-top: 18px;
    }

    .tractor-header__nav_buttons a
    {
        font-size: 15px;
        padding: 8px 24px;
    }

    .tractor-header__specs
    {
        bottom: 60px;
        right: 40px;
        padding: 32px;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .tractor-header__spec_value
    {
        font-size: 32px;
    }

    .tractor-header__spec_label
    {
        font-size: 15px;
    }

    .tractor-header__nav.nav-fixed {
        height: 60px;
    }
    .tractor-header__nav.nav-fixed .tractor-header__nav_buttons
    {
        margin-top: 0;
        padding: 10px;
    }

    
}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    .tractor-header__image{
        aspect-ratio: 1920/900;
    }

    .tractor-header__text
    {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tractor-main-slider-container
    {
        margin-top: -164px;    
    }

    h1.tractor-title, h2.tractor-title
    {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
        padding: 0 40px;
    }

    .tractor-subtitle
    {
        font-size: 17px;
        padding: 0 40px;
    }

    .tractor-header__nav_buttons
    {
        display: flex;
        padding: 16px 70px;
        border-radius: 14px;
        gap: 16px;
        margin-top: 20px;
    }

    .tractor-header__nav_buttons a
    {
        font-size: 16px;
        padding: 9px 50px;
    }

    .tractor-header__specs
    {
        bottom: 90px;
        right: 80px;
        padding: 40px;
        gap: 14px;
        flex-direction: column;
    }

    .tractor-header__spec_value
    {
        font-size: 40px;
    }

    .tractor-header__spec_label
    {
        font-size: 16px;
    }

    .tractor-header__nav.nav-fixed {
        height: 75px;
    }
    .tractor-header__nav.nav-fixed .tractor-header__nav_buttons
    {
        margin-top: 10px;
        padding: 10px;
    }

}


@media only screen and (min-width : 1381px) 
{
    .tractor-header__image{
        aspect-ratio: 2560/1263;
    }

    .tractor-header__text
    {
        top: 180px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tractor-main-slider-container
    {
        margin-top: -164px;    
    }

    h1.tractor-title, h2.tractor-title
    {
        font-size: 60px;
        line-height: 70px;
    }

    .tractor-header__nav_buttons
    {
        display: flex;
        padding: 20px 100px;
        border-radius: 14px;
        gap: 20px;
    }

    .tractor-header__nav_buttons a
    {
        font-size: 17px;
        padding: 10px 70px;
    }

    .main-tractor-main-slider-container
    {

    }



    .tractor-header__specs
    {
        bottom: 110px;
        right: 115px;    
        padding: 48px;
        gap: 16px;
        z-index: 2;
        flex-direction: column;
    }


    .tractor-header__spec_value
    {
        font-size: 46px;
    }
   

    .tractor-header__nav.nav-fixed {
        height: 88px;
    }


}