@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;900&family=Lato:wght@400;700;900&display=swap');
body{
    font-family: Hanken Grotesk;
}
.hero{
    background-image: url(https://i.ibb.co/y85jXzP/dp-hero.jpg
    );
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    width: 100%;
}
.logo{
    padding: 32px 0 0 50px;
}
header{
    display: flex;
    justify-content: space-between;
}
nav{
    display: inline-block;
    padding-top: 55px;
}
.nav-link{
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    padding-right: 30px;
    
}
.nav-link span:hover{
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
}
.join{
    display: inline-block;
    padding-top: 55px;
    padding-right: 55px;
    font-weight: 900;
}
.login{
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
}
.login:hover{
    text-decoration: none;
    color: rgb(173, 34, 55);;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
}
.description{
    margin: 150px 0 0 160px;
    
}
h1{
    font-size: 4rem;
    font-weight: 900;
    color: #ffffff;
}
p.profile{
    color: #ffffff;
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 1rem !important;
    margin-top: 15px;
}
.perks{
    background-color: #E47F8D;
    width: 100%;
    height: 400px;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
}
.chance{
    font-weight: 900;
    width: 150px;
    margin-top: 160px;
    margin-left: 160px;
    color: #ffffff;
}
.cokepic{
    display: block;
    width: 400px;
    height: 300px;
    object-fit: contain;
    margin-top: 50px;
    filter: drop-shadow(1px 1px 2px #000000);
    -webkit-filter: drop-shadow(1px 1px 2px #000000);
    -moz-filter: drop-shadow(1px 1px 2px #000000);
}
.scan{
    color: #ffffff;
    width: 600px;
    font-size: 44px;
    font-weight: 900;
    margin-top: 100px;
    margin-right: 100px;
}
.signup{
    display: block;
    color: rgb(173, 34, 55);;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    padding: 18px 40px;
    border-radius: 30px;
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
    font-weight: 900;
    margin-top: 30px;
    text-align: center;
}
.signup:hover{
    background-color: #F5DFCA;
    border: 2px solid #F5DFCA;
}
.mid-row{
    background-color: #AD2237;
    width: 100%;
    height: 400px;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    /* position: relative; */
}
.mid-left{
    width: 40%;
    margin-left: 160px;
}
.swag{
    color: #ffffff;
    padding-top: 30px;
    font-size: 24px;
    line-height: 2rem;
}
.clothes{
    display: flex;
    width: 60%;
}
.shirt{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* position: absolute; */
    /* left: 700px; */
    /* margin-bottom: 50px; */
    filter: drop-shadow(1px 1px 2px #000000);
    -webkit-filter: drop-shadow(1px 1px 2px #000000);
    -moz-filter: drop-shadow(1px 1px 2px #000000);
    overflow: hidden;
    
}
.hoodie{
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* position: absolute; */
    /* left: 1050px; */
    margin-bottom: 50px;
    filter: drop-shadow(1px 1px 2px #000000);
    -webkit-filter: drop-shadow(1px 1px 2px #000000);
    -moz-filter: drop-shadow(1px 1px 2px #000000);
    overflow: hidden;
    
}
.bottom-row{
    background-color: #000000;
    width: 100%;
    height: 400px;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
}
.two-cokes{
    display: flex;
}
.bottom-coke{
    display: block;
    width: 300px;
    height: 400px;
    object-fit: cover;
    padding-left: 160px;
}
.bottom-diet{
    display: block;
    width: 300px;
    height: 400px;
    object-fit: cover;
    padding-right: 50px;
}
.low-right{
    width: 590px;
    margin-right: 110px;
}
.divider{
    background-color: #ffffff;
    width: 100%;
    height: 1.5px;
}
.top-footer, .bottom-footer{
    background-color: #900D2C;
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    font-weight: 900;
    padding: 40px 40px 50px 50px;
}
.logo-col{
    padding-right: 40px;
}
.small-logo{
    width: 70px;
    padding: 0 0 10px 0;
}
.footer-col{
    padding-right: 100px;
    line-height: 2rem;
}
.sell{
    line-height: normal;
}
.icon-size{
    width: 24px;
    margin-right: 30px;
}
.space{
    justify-content: space-between;
    font-size: .8rem;
    font-weight: normal;
}
@media only screen and (min-width: 1401px) and (max-width: 1920px){
    h1{
        font-size: 4.5rem !important;
    }
    p.profile{
        font-size: 1rem !important;
    }
}
@media only screen and (max-width: 1400px){
    .hero{
        background-image: url(https://i.ibb.co/y85jXzP/dp-hero.jpg
        );
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 100%;
        width: 100%; 
    }
    .header{
        width: auto;
    }
    .perks{
        width: auto;
    }
    h1{
        font-size: 4.5rem;
    }
    p.profile{
        font-size: 1rem;
    }
    .scan{
        margin-right: 0;
    }
    .shirt{
        object-fit: contain;
    }
    .shirt{
        object-fit: contain;
    }.hoodie{
        object-fit: contain;
    }
    .two-cokes{
        width: 50%;
    }
    .low-right{
    width: 50%;
    margin-right:  0;
    padding-right: 20px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1080px){
    .hero{
        background-repeat: no-repeat !important;
        background-size: cover !important;
        min-height: auto;
        width:auto;
    }
    header{
        width: 100%;
    }
    .logo{
        padding: 32px 20px 0 20px;
    }
    .logo img{
        width: 75px;
    }
    nav{
        font-size: .55rem;
    }
    .nav-link{
        padding-right: 10px;
    }
    .join{
        width: auto;
    }
    /* .login{
        
    } */
    .description{
        margin: 47px 40px 0 27px;
    }
    .description h1{
        font-size: 4rem !important;
    }
    p.profile{
        font-size: .8rem !important;
        line-height: 1rem;
    }
    .perks{
        width: 100%;
        padding: 10px;
        height: 100%;
        }
    .chance{
        width: auto;
        font-size: 1rem;
        margin-left: 20px;
    }
    .cokepic{
        width: 100%;
        margin-right: 220px;
        margin-top: 0;
    }
    .scan{
        width: 100%;
        font-size: 30px;
        margin-right: 0;
    }
    .mid-row{
        width: 100%;
    }
    .mid-left{
        width: 100%;
        margin-left: 20px;
    }
    .signup{
        margin-top: 10px;
    }
    .clothes{
        display: flex;
        height: fit-content;
        /* margin-top: 100px; */
        /* margin-right: 50px; */
    }
    .shirt{
        width: auto;
        object-fit: contain;
    }
    .hoodie{
        width: auto;
        object-fit: contain;
    }
    .bottom-row{
        width: 100%;
    }
    .low-right{
        width: 45%;
        margin-right: 31px;
    }
    .two-cokes{
        display: flex;
        width: 55%;
        padding: 30px 0;
    }
    .bottom-coke{
        padding: 0;
        width: 50%;
        height: 300px;
    }
    .bottom-diet{
        width: 50%;
        height: 300px;
    }
    .top-footer{
        width: auto;
        margin: 0 auto;
        padding: 0px;
        justify-content: space-evenly;
    }
    .logo-col{
        padding-left: 20px;
        padding-top: 12px;
    }
   .footer-col{
    padding-right: 40px;
   }
   h6{
    font-size: .7rem;
   }
}
@media only screen and (max-width: 640px){
    .hero{
        background-repeat:no-repeat !important;
        background-size: cover !important;
        min-height: 100%;
        width:auto;
    }
    header{
        width: auto;
    }
    .logo{
        padding: 32px 0 0 10px;
        margin-bottom: 20px;
    }
    nav{
        display: none;
    }
    .join {
        padding-right: 10px;
    }
    .description{
        margin: 0 10px;
    }
    .description h1{
        font-size: 2.5rem;
    }
    .perks{
        display: block;
    }
    .chance{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .three-cokes{
        display: none;
    }
    .scan{
        padding: 30px 0 0 0;
        width: 100%;
        text-align: center;
        font-size: 2.3rem;
        margin: 0;
    }
    .signup{
        margin: 0 auto;
    }
    .lower{
        margin-top: 50px !important;
    }
    .mid-row{
        width: 100%;
        display: block;
    }
    .mid-left{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .clothes{
        display: none;
    }
    .bottom-row{
        width: 100%;
        display: block;
    }
    .two-cokes{
        display: none;
    }
    .low-right{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .top-footer{
        display: block;
        text-align: center;
    }
    .icons{
        display: flex;
        justify-content: center;
    }
    .footer-col, .logo-col{
        padding: 0;
    }
    .sell{
        padding-bottom: 20px;
    }
    br{
        display: none;
    }
}

