/* ============================================================
   CURVA — RESPONSIVE: HOME (index.html)
   Hero, hero slider, Why Choose Us, Newsletter.
   Load after responsive-common.css.
   ============================================================ */

   @media (max-width:1199.98px){

    .why-heading{
        font-size: 52px;
}

    .hero-left h1{
        font-size: 62px;
}

    .hero-left p{
        font-size: 17px;
}

}

@media (max-width:991.98px){

    .hero{
        padding: 60px 0;
        /* fixed backgrounds cause jump/scroll bugs on mobile browsers */
        background-attachment: scroll;
        text-align: center;
}

    .hero-left h1{
        font-size: 48px;
        margin: 20px 0;
}

    .hero-left p{
        margin-left: auto;
        margin-right: auto;
}

    .hero-buttons{
        justify-content: center;
        flex-wrap: wrap;
}

    .hero-features{
        justify-content: center;
        margin-top: 30px;
        gap: 22px;
}

    .hero-right{
        margin-top: 45px;
}

    .hero-shirt{
        max-width: 360px;
}

    .why{
        padding: 60px 0;
}

    .why-heading{
        font-size: 38px;
}

    .why-description{
        font-size: 16px;
}

    .why-card{
        padding: 35px 22px;
}

    .icon-circle{
        width: 88px;
        height: 88px;
}

    .icon-circle i{
        font-size: 34px;
}

    .why .row > [class*="col-"]{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px;
}

    .newsletter{
        padding: 55px 0;
}

    .newsletter-content{
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
}

    .newsletter-content h2{
        font-size: 34px;
}

}

@media (max-width:767.98px){

    .hero-left h1{
        font-size: 40px;
}

    .hero-left p{
        font-size: 16px;
        max-width: 100%;
}

    .hero-buttons{
        flex-direction: column;
        width: 100%;
}

    .hero-buttons a{
        text-align: center;
        width: 100%;
}

    .why-heading{
        font-size: 30px;
}

    .why-top-text{
        font-size: 13px;
}

    /* Swap the card grid for the bullet-list / detail-panel layout
       on mobile only. */
    .why-cards-grid{
        display: none;
}

    .why-mobile-interactive{
        display: flex;
        align-items: stretch;
        gap: 14px;
}

    .why-bullet-list{
        flex: 0 0 40%;
        display: flex;
        flex-direction: column;
        gap: 4px;
}

    .why-bullet-item{
        all: unset;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 10px;
        border-radius: 10px;
        font-size: 13.5px;
        font-weight: 600;
        line-height: 1.3;
        color: #777;
        transition: .25s ease;
}

    .why-bullet-item:hover{
        color: #111;
        background: #f7f7f7;
}

    .why-bullet-dot{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d0d0d0;
        flex-shrink: 0;
        transition: .25s ease;
}

    .why-bullet-item.active{
        color: #111;
        background: #f2f8f4;
}

    .why-bullet-item.active .why-bullet-dot{
        background: #d90429;
        box-shadow: 0 0 0 4px rgba(22,128,61,.15);
}

    .why-bullet-panel-wrap{
        flex: 1;
        position: relative;
        min-height: 210px;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 16px;
        padding: 26px 20px;
}

    .why-bullet-panel{
        display: none;
}

    .why-bullet-panel.active{
        display: block;
        animation: whyPanelFadeIn .35s ease;
}

    .why-bullet-panel-icon{
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: rgba(22,128,61,.08);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
}

    .why-bullet-panel-icon i{
        font-size: 22px;
        color: #d90429;
}

    .why-bullet-panel h5{
        font-size: 16px;
        font-weight: 700;
        color: #111;
        margin: 0 0 8px;
}

    .why-bullet-panel p{
        margin: 0;
        font-size: 13.5px;
        line-height: 1.7;
        color: #666;
}

    @keyframes whyPanelFadeIn{
        from{
            opacity: 0;
            transform: translateY(6px);
    }
        to{
            opacity: 1;
            transform: translateY(0);
    }
}

    .newsletter-content h2{
        font-size: 28px;
}

    .newsletter-form{
        flex-direction: column;
        border-radius: 16px;
}

    .newsletter-form input{
        padding: 16px;
        text-align: center;
}

    .newsletter-form button{
        padding: 16px;
}

}

@media (max-width:575.98px){

    .hero-left h1{
        font-size: 34px;
}

    .new-drop{
        font-size: 12px;
        padding: 7px 14px;
}

    .hero-features{
        gap: 16px;
        font-size: 14px;
}

    .hero-shirt{
        max-width: 280px;
}

    .why-card h4{
        font-size: 22px;
}

    .why-card p{
        font-size: 15px;
}

    .newsletter-icon{
        width: 64px;
        height: 64px;
}

    .newsletter-icon i{
        font-size: 28px;
}

}

.newsletter-form{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    border: 1px solid #ddd;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.newsletter-form input{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 58px;
    padding: 0 18px;
    border: 0 !important;
    outline: none !important;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: 14px;
}

.newsletter-form button{
    flex: 0 0 auto !important;
    width: 130px;
    height: 58px;
    border: 0 !important;
    background: #e4002b;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
}

.newsletter-form button:hover{
    background: #c90025;
}

@media (max-width:400px){

    .newsletter-form input{
        height: 52px;
        padding: 0 13px;
        font-size: 12px;
}

    .newsletter-form button{
        width: 105px;
        height: 52px;
        font-size: 12px;
}

}

@media (max-width:340px){

    .newsletter-form input{
        padding: 0 10px;
        font-size: 11px;
}

    .newsletter-form button{
        width: 90px;
        font-size: 11px;
}

}