

:root{
    --dutch-blue: #005f98;
    --dutch-orange: #E99F41;
    --dutch-yellow: #f8e052;
    --shadow-primary: 2px 2px 12px 2px rgba(78, 55, 219, 0.17);
    --shadow: 2px 0px 12px 2px rgba(189, 189, 189, 0.2);
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin: 0 auto; */
    position: fixed;
    box-shadow: var(--shadow);
    z-index: 10;
    background: white;
}

.container{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    padding: 10px 20px;
}

.menu-links{
    width: 345px;
    display: flex;
    align-items: center;
    /* border: solid 5px red; */
}

.menu-link{
    margin-right: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dutch-blue);
    text-transform: uppercase;
    cursor: pointer;
}

.menu-link:last-child{
    margin: 0;
}

.hamburger{
    display: none;
    font-size: 2rem;
}

.logo-section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    /* border: solid 2px red; */
}

.dutch-bros__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    cursor: pointer;
}

.navigation{
    display: flex;
    align-items: center;
    gap: 40px;
    /* border: solid 2px red; */
}

.nav-btn{
    font-size: 1.5rem;
    color: var(--dutch-blue);
    cursor: pointer;
}

.nav-btn:last-child{
    margin: 0;
}

@media screen and (max-width: 1250px) {
    .logo-section{
        width: 350px;
    }

    .menu-links{
        justify-content: center;
    }

    .navigation{
        margin-right: 50px;
    }
    
    .menu-link{
        display: none;
    }

    .hamburger{
        display: flex;
    }
}

@media screen and (max-width: 1024px){

    .menu-links{
        justify-content: start;
        width: 300px;
    }

    .navigation{
        margin-right: 0;
    }
}

@media screen and (max-width: 764px){

    .menu-links{
        justify-content: start;
        width: 50px;
    }

    .logo-section{
        justify-content: center;
        width: 150px;
    }

    .dutch-bros__logo{
        padding-left: 20px;
        width: 100px;
    }
    
    .navigation{
        margin-right: 0;
        gap: 20px;
    }
}

/* Magic Dutch Section */
.magic-dutch__section{
    padding-top: 7rem;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width: 100%;
    height: 800px;
    background: linear-gradient(180deg, rgba(252,126,135,1) 0%, rgba(250,185,39,1) 100%);
    overflow: hidden;
}

.md-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
}

.magic-dutch__shake{
    display: flex;
    justify-content: flex-start;
    width: 0;
    position: relative;
}

.magic-dutch__header--img-1{
    position: absolute;
    width: 700px;
    left: 0;
}

.blended-rebel__txt{
    font-size: 3rem;
    position: absolute;
    font-weight: 1000;
    color: white;
    text-shadow: 6px 8px 0px #005F98;
    top: 500px;
    right: -550px;
}

.magic-dutch__middle{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.magic-dutch__header h1{
    font-size: clamp(2rem, 10vw, 5.5rem); 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 1000;
    color: white;
    text-shadow: 6px 8px 0px #005F98;
    margin-bottom: 30px;
}

.magic-dutch__subtitle p{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(0.8rem, 5vw, 2rem); 
    font-weight: 600;
    color: white;
    text-shadow: 2px 3px 0px #005F98;
    margin-bottom: 20px;
}

.magic-dutch__header--img-2{
    width: 700px;
    position: absolute;
    left: -700px;
}

.md-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 3.5rem;
    background: #52abde;
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 30px;
    border: 2px solid white;
    z-index: 2;
}

.md-btn a{
    
}

.shake-txt{
    font-size: 3rem;
    position: absolute;
    font-weight: 1000;
    color: white;
    text-shadow: 6px 8px 0px #005F98;
    left: -520px;
    top: 500px;
}

@media screen and (max-width: 1500px){
    .magic-dutch__shake img{
        display: none;
    }
    .blended-rebel__txt{
        display: none;
    }
    .shake-txt{
        display: none;
    }
}

@media screen and (max-width: 574px){
    .magic-dutch__middle{
        flex-direction: column;
    }
    .magic-dutch__shake img{
        display: flex;
    }
    .magic-dutch__header--img-1{
        top: 280px;
        left: 30px;
    }
    .magic-dutch__header--img-2{
        top: 320px;
        left: -740px;
    }
    .blended-rebel__txt{
        display: flex;
        top: 550px;
    }
    .shake-txt{
        display: flex;
        top: 550px;
    }
}

@media screen and (max-width: 412px){
    .magic-dutch__header--img-1{
        top: 280px;
        left: -10px;
    }
    .magic-dutch__header--img-2{
        top: 320px;
        left: -650px;
    }
    .blended-rebel__txt{
        display: flex;
        top: 550px;
        left: 260px;
        z-index: 2;
        font-size: 2rem;
    }
    .shake-txt{
        display: flex;
        top: 550px;
        left: -340px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 360px){
    .blended-rebel__txt{
        left: 190px;
    }
    .shake-txt{
        left: -300px;
    }
}

/* ====== drivethru section ====== */

.drivethru-fav__section{
    margin-top: 100px;
    overflow: hidden;
}

.drivethru-container{
    width: 1280px;
    margin: 0 auto;
}

.drivethru-header{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dutch-blue);
}

.drivethru-header span{
    position: relative;
    top: -20px;
    font-size: 2.3rem;
    padding-right: 20px;
}

.drivethru-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.drivethru-box{
    cursor: pointer;
}

.drivethru-img__box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dutch-blue);
    width: 365px;
    height: 210px;
    border-radius: 25px;
    position: relative;
    box-shadow: var(--shadow);
    margin-bottom: 100px;
    transition: transform 250ms;
    padding: 10px;
}

.drivethru-img__box:hover{
    transform: scale(0.95);
}

#img-box__1{
    background: var(--dutch-yellow);
}

#img-box__2{
    background: var(--dutch-orange);
}

#img-box__3{
    background: var(--dutch-blue);
}

.drivethru-box__line{
    width: 330px;
    height: 180px;
    /* background: red; */
    border: 3px solid white;
    border-radius: 25px;

}

.drivethru-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    position: absolute;
    left: 0;
}

.drivethru-img__2{
    width: 440px;
    height: 300px;
}

.drivethru-title{
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dutch-blue);
}

.drivethru-btn{
    display: flex;
    justify-content: center;
}

.drivethru-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: 200px;
    height: 60px;
    background: var(--dutch-blue);
    color: white;
    border-radius: 35px;
    transform: all 0.3s ease-in-out;
}

.drivethru-btn a:hover{
    background: #004a79;

}

@media screen and (max-width: 1439px){
    .drivethru-content{
        transform: scale(0.95);
    }
    .drivethru-header{
        margin-bottom: 90px;
    }
    .drivethru-img__box:hover{
        transform: none;
    }
}

@media screen and (max-width: 1279px){
    .drivethru-container{
        width: 100%;
        /* overflow: hidden; */
    }
    .drivethru-content{
        transform: scale(0.65);
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        /* overflow: hidden; */
    }
    .drivethru-header{
        margin-bottom: 10px;
    }
    .drivethru-box{
        padding-right: 80px;
    }
    .drivethru-img__box:hover{
        transform: none;
    }
    .drivethru-box:nth-last-child(1){
        padding-right: 0;
    }
    .drivethru-box:nth-last-child(3){
        padding-left: 0;
    }
}

@media screen and (max-width: 1023px){
    .drivethru-content{
        transform: scale(0.45);
    }
    .drivethru-header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .drivethru-header h1{
        margin-bottom: 20px;
    }
    .drivethru-img__box:hover{
        transform: none;
    }
}

@media screen and (max-width: 767px){
    .drivethru-container{
        /* width: 100%; */
    }
    .drivethru-header{
        display: flex;
        justify-content: flex-start;
        align-items:flex-start;
        margin-bottom: 50px;
    }
    .drivethru-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between;
        align-items: center; */
        margin: 0;
        margin-bottom: 40px;
        transform: scale(0.95);
    }
    .drivethru-box{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }
    .drivethru-img__box:hover{
        transform: none;
        
    }
    .drivethru-content{
        /* width: clamp(200px, 50% + 20px, 800px); */
    }
    .drivethru-title{
        /* display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 100px;
        padding-left: 100px; */
        position: relative;
        top: -50px;
    }
    #img-box__2{
        order: 2;
    }
    .drivethru-title{
        display: flex;
        flex-direction: column;
        align-items:start;
    }
    .dutch-faves{
        left: -50px;
        margin-left: 20px;
    }
    .coffee-classics{
        left: -40px;
    }
}

@media screen and (max-width: 710px){
    .coffee-classics{
        left: -20px;
    }
}

@media screen and (max-width: 676px){
    .drivethru-img__box{
        transform: scale(0.85);
        position: relative;
        left: -20px;
    }
    .drivethru-img__box:hover{
        transform: none;
    }
    #img-box__2{
        position: relative;
        right: -40px;
        left: 0;
    }
}

@media screen and (max-width: 644px){
    .drivethru-img__box{
        transform: scale(0.80);
    }
    .drivethru-img__box:hover{
        transform: none;
    }
    
}

@media screen and (max-width: 612px){
    .drivethru-img__box{
        transform: scale(0.75);
        
    }
    .drivethru-img__box:hover{
        transform: none;
    }
    .coffee-classics{
        /* left: -100px; */
    }
}

@media screen and (max-width: 460px){
    .drivethru-header{
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .drivethru-img__box{
        transform: scale(0.60);
        left: -50px;
        margin-bottom: 30px;
    }
    .drivethru-img__box:hover{
        transform: none;
    }
    #img-box__2{
        right: -50px;
        left: 0;
    }
    .drivethru-title{
        top: -20px;
        
    }
    .dutch-faves{
        left: -100px;
    }
    .coffee-classics{
        left: -100px;
    }
}

@media screen and (max-width: 400px){
    .drivethru-header{
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    .drivethru-img__box{
        transform: scale(0.55);
        left: -60px;
        margin-bottom: 0;
        
    }
    .drivethru-img__box:hover{
        transform: none;
    }
    .drivethru-title{
        font-size: 1.5rem;
        top: -10px;
    }
    #img-box__2{
        transform: scale(0.50);
        right: -50px;
    }
    .dutch-faves{
        left: -140px;
    }
    .coffee-classics{
        left: -120px;
    }
}

/* ====== dutch section ======  */

.dutch-section{
    width: 100%;
    margin-top: 80px;
    /* width: 100%; */
    background-color: var(--dutch-blue);
    padding: 40px 0 ;
    overflow: hidden;
}

.dutch-section__container{
    width: 100%;
}

.dutch-bros__boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dutch-box__header{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.dutch-box__header span{
    margin-left: 10px;
}

.dutch-img__1{
    border-right: 20px solid var(--dutch-yellow);
    border-bottom: 20px solid var(--dutch-yellow);
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.dutch-img__2{
    width: 520px;
    border-radius: 50px;
    border-bottom: 20px solid var(--dutch-yellow);
    border-radius: 50px;
}

.dutch-img__3{
    border-top-right-radius: 0;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-left: 20px solid var(--dutch-yellow);
    border-bottom: 20px solid var(--dutch-yellow);

}

.dutch-bros__box-img{
    width: 540px;
    height: 540px;
    object-fit: cover;
    margin-top: 30px;
}


.dutch-box__para{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: white;
    font-weight: 600;
}

.dutch-box__para span{
    margin-left: 5px;
}

.dutch-box__btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.dutch-box__btn a{
    text-decoration: none;
    background: var(--dutch-yellow);
    color: var(--dutch-blue);
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.dutch-terms__conditions{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
}
.dutch-terms__conditions a{
    color: white;
    margin-left: 5px;
}



@media screen and (max-width: 1670px){
    .dutch-bros__box-img{
        width: 500px;
        height: 500px;
        transition: 0.1s ease-out;
    }
}

@media screen and (max-width: 1548px){
    .dutch-bros__box-img{
        width: 480px;
        height: 480px;
    }
}

@media screen and (max-width: 1500px){
    .dutch-bros__box-img{
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1420px){
    .dutch-bros__box-img{
        width: 430px;
        height: 430px;
    }
}

@media screen and (max-width: 1358px){
    .dutch-bros__box-img{
        width: 410px;
        height: 410px;
    }
}

@media screen and (max-width: 1296px){
    .dutch-bros__box-img{
        width: 390px;
        height: 390px;
    }
}

@media screen and (max-width: 1232px){
    .dutch-bros__box-img{
        width: 370px;
        height: 370px;
    }
}

@media screen and (max-width: 1170px){
    .dutch-bros__box-img{
        width: 340px;
        height: 340px;
    }
}

@media screen and (max-width: 1084px){
    .dutch-bros__box-img{
        width: 320px;
        height: 320px;
    }
}

@media screen and (max-width: 1026px){
    .dutch-bros__box-img{
        width: 300px;
        height: 300px;
    }
    .dutch-terms__conditions{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        line-height: 1.5;
        padding: 10px;
    }
}

@media screen and (max-width: 964px){
    .dutch-bros__box-img{
        width: 280px;
        height: 280px;
    }
    .dutch-box__header{
        display: flex;
        flex-direction: column;
    }
    .dutch-img__1{
        border-right: 10px solid var(--dutch-yellow);
        border-bottom: 10px solid var(--dutch-yellow);
    }
    
    .dutch-img__2{
        border-bottom: 10px solid var(--dutch-yellow);
    }
    
    .dutch-img__3{
        border-left: 10px solid var(--dutch-yellow);
        border-bottom: 10px solid var(--dutch-yellow);
    }
    
    .dutch-box__para{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1.5;
    }
    
}

@media screen and (max-width: 884px){
    .dutch-bros__box-img{
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 788px){
    .dutch-bros__box-img{
        width: 230px;
        height: 230px;
    }
}

@media screen and (max-width: 768px){
    .dutch-bros__boxes{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .dutch-bros__box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }
    .dutch-box__header{
        flex-direction: row;
    }
    .dutch-box__para{
        flex-direction: row;
    }
    .dutch-img__1{
        width: 350px;
        height: 350px;
        border: 10px solid var(--dutch-yellow);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-radius: 50px;
    }
    
    .dutch-img__2{
        width: 350px;
        height: 350px;
        border-radius: 50px;
        border: 10px solid var(--dutch-yellow);
        border-radius: 50px;
    }
    
    .dutch-img__3{
        width: 350px;
        height: 350px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-radius: 50px;
        border: 10px solid var(--dutch-yellow);
    }

    #dutch-box__3{
        margin-bottom: 20px;
    }

    .dutch-box__btn{
        
    }

    .dutch-box__btn a{
        font-size: 0.9rem;
    }
    
}

@media screen and (max-width: 395px){
    .dutch-bros__box-img{
        width: 320px;
        height: 320px;
    }
}

/* ====== Footer ====== */
.footer-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.footer-img{
    cursor: pointer;
    width: 280px;
    margin-bottom: 20px;
}

.link-section{
    display: flex;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--dutch-blue);
    margin-bottom: 80px;
}

.link-section a{
    text-decoration: none;
    
}

.link-section__1{
    margin-right: 30px;
}

.link-section__link{
    color: var(--dutch-blue);
    margin-right: 30px;
}

.link-section__link:nth-last-child(1){
    margin: 0;
}

.download-app__title{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dutch-blue);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 20px 10px 20px;
}

.download-app__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.download-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-bottom: 50px;
}

.small-link_section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.small-link_section a{ 
    text-decoration: none;
}

.small-link{
    margin-right: 50px;
    margin-bottom: 10px;
    color: var(--dutch-blue);
    font-weight: 500;
    font-size: 1rem;
    font-weight: 600;
}

.donotshare{
    font-size: 0.8rem;
    color: var(--dutch-blue);
    margin-bottom: 30px;
}

.social-link__section{
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

.social-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--dutch-blue);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.dutch-all-rights{
    font-size: 0.8rem;
    color: var(--dutch-blue);
    cursor: pointer;
}

@media screen and (max-width: 1132px) {
    .link-section__1{
        display: flex;
        flex-direction: column;
    }
    .link-section__2{
        display: flex;
        flex-direction: column;
    }

    .link-section__link{
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 540px){
    .small-link__section-1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .small-link__section-2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}













