@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    background: white;
}

.container{
    width: 100%;
    background: white;
}

.header{
    width: 100%;
}

.header nav{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.6s;
    padding: 10px 50px;
    z-index: 2;
}

.header nav img{
    width: 80px;
    transition: 0.6s;
}

.header nav ul{
    width: 60%;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
}

.header nav ul li a{
    font-weight: 500;
    color: #1761a0;
    text-decoration: none;
}

.header nav ul li a:hover{
    color: #3a3a3a;
}

.banner{
    width: 100%;
    height: 100vh;
    background: url(../img/start_background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.banner img{
    width: 600px;
}

.header nav.sticky{
    padding: 0px 50px;
    background: #fff;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    position: relative;
}

.menu-toggle input{
    position: absolute;
    width: 30px;
    height: 25px;
    left: -1px;
    top: -3px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.menu-toggle span{
    display: block;
    width: 28px;
    height: 3px;
    background-color: #1761a0;
    border-radius: 3px;
    transition: all 0.5s;
}

.menu-toggle span:nth-child(2){
    transform-origin: 0 0;
}

.menu-toggle span:nth-child(4){
    transform-origin: 0 100%;
}

.menu-toggle input:checked ~ span:nth-child(2){
    background-color: #3a3a3a;
    transform: rotate(45deg) translate(-1px, -1px);
}

.menu-toggle input:checked ~ span:nth-child(4){
    background-color: #3a3a3a;
    transform : rotate(-45deg) translate(-1px, 0);
}

.menu-toggle input:checked ~ span:nth-child(3){
    opacity: 0;
    transform : scale(0);
}

.menu-toggle input:checked{
    left: 0;
}

.title-text{
    width: 40%;
    display: flex;
    flex-direction: column;
}

.title-text-h1{
    font-weight: 700;
    font-size: 50px;
    color: #1761a0;
    font-family: 'Noto Sans', sans-serif;
}

.title-text-h3{
    line-height: 37px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 20px;
    color: #3a3a3a;
    font-family: 'Roboto', sans-serif;
}

.links{
    margin-top: 5px;
    display: flex;
}

.links h3 a{
    text-decoration: none;
    color: #1761a0;
}

.links h3 a:hover{
    color: #3a3a3a;
    border-bottom: 2px solid #3a3a3a;
}

.promo-button{
    margin-right: 15px;
}

.links span{
    margin-right: 15px;
}

.about-background{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
}

.about-section{
    margin-top: 2rem;
    max-width: 80%;
    margin-left: 10%;
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
	align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.about-text{
    width: 100%;
    text-align: justify;
    color: #3a3a3a;
    font-size: calc(9px + 1vw);
}

.luis-shoe-store{
    color: #1761a0;
    font-weight: bold;
}

.about-text-p1{
    font-family: 'Noto Sans', sans-serif;
}

.about-title{
    margin-top:2.5rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #1761a0;
}

.about-image img{
    width: 100%;
}

.services{
    margin-top: 2rem;
    max-width: 80%;
    margin-left: 10%;
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2rem;
	align-items: flex-start;
    justify-content: center;
    text-align: center;
    border: 5px solid #3a3a3a;
    border-radius: 30px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.services-title{
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    color: #3a3a3a;
    font-size: calc(7px + 0.65vw);
}

.services-text{
    font-family: 'Noto Sans', sans-serif;
    color: #3a3a3a;
    font-size: calc(7px + 0.6vw);
}

.services img{
    width: 50px;
}

.promo-background{
    margin-top: 6rem;
    width: 100%;
    background-image:linear-gradient(rgba(23,97,160,0.6), rgba(23,97,160,0.6)),url(../img/black\ shoes.jpg) ;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.promo-title{
    margin-top: 2.5rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: white;
}

.promo-section{
    text-align: center;
    margin-top: 2rem;
    max-width: 80%;
    margin-left: 10%;
}

.promo-text{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
}

.promo-end{
    color: white;
    margin-top: 2rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
}

.promo-section .luis-shoe-store{
    color: white;
}

.countdown{
    margin-top: 10px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding-bottom: 3rem;
    
}

.countdown span{
    display: block;
    font-size: 20px;
}

.countdown div{
    padding : 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 5px;
    opacity: 0.7;
    background: #000;
}

.new-shoes-background{
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}

.new-shoes-title{
    margin-top: 4rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #1761a0;
}

.new-shoes-section{
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box{
    width: 300px;
    height: 500px;
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 2px 10px 12px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
    margin: 20px 10px;
}

.new-shoes-image-area{
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 50%;
    border-radius: 10px;
}

.box:hover .new-shoes-image-area img{
    transform: scale(1.2);
}

.new-shoes-image-area img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.new-shoes-text{
    padding: 0 10px;
    height: 50%;
    width: 100%;
}

.new-shoes-text-title{
    margin-top: 1rem;
    color: #1761a0;
}

.new-shoes-text-brand{
    color: #1761a0;
    font-size: 16px;
}

.new-shoes-text-details{
    margin-top: 0.5rem;
    font-size: 13.5px;
}

.collections-background{
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.collections-title{
    margin-top: 4rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #1761a0;
}

.men-shoes-section{
    margin-top: 2rem;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),url(../img/men\ shoes.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.woman-shoes-section{
    width: 100%;
    background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),url(../img/women\ shoes.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.collections-background h2{
    margin-top: 2rem;
    color: #1761a0;
    font-size: 30px;
}

.collections-box-section{
    padding: 2rem 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.collections-box-section a{
    text-decoration: none;
}

.collections-box{
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.5s ease;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 10px 12px rgba(0,0,0,0.5);
}

.c1{
    background: url(../img/men\ dress\ shoes.png);
    background-position: center;
    background-size: cover;
}

.c1:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/men\ dress\ shoes.png);
    background-position: center;
    background-size: cover;
}

.collections-box:hover h3{
    color: #fff;
}

.c2{
    background: url(../img/men\ sport\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c2:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/men\ sport\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c3{
    background: url(../img/men\ casual\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c3:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/men\ casual\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c4{
    background: url(../img/men\ slip\ on.png);
    background-position: center;
    background-size: cover;
}

.c4:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/men\ slip\ on.png);
    background-position: center;
    background-size: cover;
}

.c5{
    background: url(../img/women\ dress\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c5:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/women\ dress\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c6{
    background: url(../img/women\ sport\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c6:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/women\ sport\ shoes.jpg);
    background-position: center;
    background-size: cover;
}

.c7{
    background: url(../img/women\ high\ heels.webp);
    background-position: center;
    background-size: cover;
}

.c7:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/women\ high\ heels.webp);
    background-position: center;
    background-size: cover;
}

.c8{
    background: url(../img/women\ boots.jpg);
    background-position: center;
    background-size: cover;
}

.c8:hover{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/women\ boots.jpg);
    background-position: center;
    background-size: cover;
}

.collections-box h3{
    padding-bottom: 10px;
    color: #3a3a3a;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.testimonies-background{
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonies-title{
    margin-top: 4rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #1761a0;
}

.testimonies-details-container{
    margin-top: 2rem;
    max-width: 80%;
    border: 2px solid black;
    border-radius: 20px;
}

.testimony-details-content{
    border-radius: 20px;
    width: 100%;
    height: 250px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.testimony-details-content p{
    font-size: 20px;
    color: #3a3a3a;
}

.testimony-details-content h4{
    font-size: 18px;
    color: #1761a0;
}

.testimony-details-content h5{
    font-size: 13px;
    color: #3a3a3a;
}

#testimony-1-content, #testimony-2-content, #testimony-3-content{
    display: none;
}

.show{
    display: flex !important;
}

.testimonies-photo{
    margin-top: 1.5rem;
}

.testimonies-photo div{
    display: flex;
}

.testimonies-photo div div{
    opacity: 0.5;
    cursor: pointer;
    margin: 10px;
    transition: 0.5s ease;
}

.testimonies-photo div div:hover{
    transition: 0.5s ease;
    opacity: 1 !important;
}

.testimonies-photo div div img{
    border: 2px solid #1761a0;
    border-radius: 50px;
    width: 70px;
}

.testimony-opacity{
    opacity: 1 !important;
}

.contact-background{
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #1761a0;
}

.contact-title{
    margin-top: 4rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.contact-section{
    max-width: 90%;
    margin-left: 5%;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    text-align: center;
    color: #fff;
    padding-bottom: 2rem;
}

.contact-section h4{
    font-size: 20px;
}

.contact-location h5{
    font-size: 17px;
}

.contact-time h4{
    line-height: 25px;
}

.contact-time-specific{
    font-size: 15px;
}

.contact-details{
    margin-top: 1rem;
}

.social-media-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-icon img{
    transition: 0.5s ease;
    margin: 0 10px;
    width: 40px;
}

.social-media-icon img:hover{
    transition: 0.5s ease;
    transform: scale(1.3);
}

.information-icon{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.information-icon div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.information-icon div img{
    width: 40px;
    line-height: 0;
}

.information-icon div span{
    margin-left: 15px;
    font-weight: 500;
}

.phone-information{
    margin-top: 1rem;
}

@media screen and (max-width:1220px){
    .banner img{
        width: 500px;
    }
    
    .testimony-details-content{
        height: 325px;
    }
}

@media screen and (max-width: 1105px){
    .contact-section{
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-social-media, .contact-information{
        margin-top: 3rem;
    }

    .information-icon{
       align-items: center;
    }
}

@media screen and (max-width:1010px){

    .about-text{
        width: 100%;
        text-align: left;
        color: #3a3a3a;
        font-size: calc(9px + 1vw);
    }

    .banner img{
        width: 400px;
    }

    .title-text-h1{
        font-size: 40px;
    }

    .title-text-h3{
        font-size: 18px;
        line-height: 30px;
    }

    .links h3 a{
        font-size: 18px;
    }

    .about-title{
        font-size: 30px;
    }

    .promo-title{
        font-size: 30px;
    }

    .new-shoes-title{
        font-size: 30px;
    }

    .collections-title{
        font-size: 30px;
    }

    .testimonies-title{
        font-size: 30px;
    }

    .contact-title{
        font-size: 30px;
    }

    .collections-background h2{
        font-size: 25px;
    }

    .promo-text{
        font-size: 25px;
    }

    .promo-end{
        font-size: 22px;
    }
}


@media screen and (max-width: 825px){
    .about-section{
        grid-template-columns: 1fr;
    }

    .title-text-h1{
        font-size: 30px;
    }

    .title-text-h3{
        font-size: 16px;
        line-height: 27px;
    }

    .links h3 a{
        font-size: 16px;
    }

    .banner img{
        width: 300px;
    }

    .header nav.sticky{
        padding: 0px 10px;
    }

    .header nav{
        padding: 10px 10px;
    }

    .header nav ul{
        width: 80%;
    }

    .header nav{
        justify-content: space-around;
    }

    .services{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
    }

    .testimony-details-content p{
        font-size: 17px;
    }

    .testimony-details-content h4{
        font-size: 15px;
        color: #1761a0;
    }
    
    .testimony-details-content h5{
        font-size: 12px;
        color: #3a3a3a;
    }

    .testimonies-photo div div img{
        width: 55px;
    }
}

@media screen and (max-width: 630px){
    .box{
        width: 200px;
        height: 400px;
    }

    .new-shoes-text-title{
        font-size: 16px;
    }

    .new-shoes-text-brand{
        font-size: 14px;
    }

    .new-shoes-text-details{
        font-size: 10px;
    }

    .promo-background{
        margin-top: 6rem;
    }

    .new-shoes-background{
        margin-top: 6rem;
    }

    .services img{
        width: 40px;
    }

    .banner{
        flex-direction: column;
        justify-content: center;
        
    }

    .banner img{
        order: 1;
        width: 250px;
    }

    .title-text{
        margin-top: 30px;
        width: 70%;
        order: 2;
        text-align: center;
    }
    
    .links{
        margin: 15px auto;
    }

    .header nav img{
        width: 70px;
        margin-left: 1rem;
    }

    .menu-toggle{
        margin-right: 1rem;
        display: flex;
        margin-bottom: 10px;
    }

    .menu-toggle input.change-width{
        width: 20px;
    }

    .header nav{
        justify-content: space-between;
        padding: 5px 0;
    }

    .header nav.sticky{
        padding: 0px;
    }

    *{
        z-index: 1;
    }

    .header nav ul{
        position: absolute !important;
        right: 0;
        top: 0;
        width: 80%;
        height: 100vh;
        justify-content: space-evenly;
        flex-direction: column;
        z-index: -1;
        background-color: white;
        transform: translateX(100%);
        transition: all 1s;
        opacity: 0;
    }

    .header nav ul.slide{
        transform: translateX(0);
        opacity: 1;
    }

    .about-title{
        font-size: 25px;
    }

    .promo-title{
        font-size: 25px;
    }

    .collections-title{
        font-size: 25px;
    }

    .testimonies-title{
        font-size: 25px;
    }

    .contact-title{
        font-size: 25px;
    }

    .collections-background h2{
        font-size: 22px;
    }

    .promo-text{
        font-size: 20px;
    }

    .promo-end{
        font-size: 19px;
    }

    .countdown{
        font-size: 20px;
        padding-bottom: 2rem;
        
    }
    
    .countdown span{
        font-size: 17px;
    }
    
    .countdown div{
        padding : 10px;
        margin: 4px;
    }

    .new-shoes-title{
        font-size: 25px;
    }

    .testimony-details-content{
        height: 390px;
    }

    .testimony-details-content p{
        font-size: 14px;
    }

    .testimony-details-content h4{
        font-size: 13px;
        color: #1761a0;
    }
    
    .testimony-details-content h5{
        font-size: 10px;
        color: #3a3a3a;
    }

    .testimonies-photo div div img{
        width: 45px;
    }

    .contact-section h4{
        font-size: 16px;
    }
    
    .contact-location h5{
        font-size: 14.5px;
    }

    .contact-time h5{
        font-size: 13px;
    }

    .social-media-icon img{
        width: 30px;
    }

    .contact-time-specific{
        font-size: 13.5px;
    }

    .information-icon div img{
        width: 30px;
    }

    .information-icon div span{
        margin-left: 10px;
        font-size: 15px;
    }

    .contact-section{
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-time{
        margin-top: 3rem;
    }
}

 @media screen and (max-height: 550px){
    .banner{
        height: 700px;
    }

    /* .banner img{
        width: 70vh;
        padding-bottom: 40px;
    }

    .title-text{
        padding-bottom: 40px;
    }

    .title-text-h1{
        font-size: 5vh;
    }

    .title-text-h3{
        font-size: 16px;
        line-height: 27px;
    } */
} 

@media screen and (max-height: 400px){
    /* .banner img{
        width: 250px;
        padding-bottom: 30px;
    }

    .banner{
        align-items: flex-end;
    }

    .title-text{
        padding-bottom: 30px;
    }

    .title-text-h1{
        font-size: 25px;
    }

    .title-text-h3{
        font-size: 15px;
        line-height: 22px;
    } */

}

@media screen and (max-width: 375px){
    .services{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.25rem;
    }

    .services img{
        width: 30px;
    }

    .about-title{
        font-size: 23px;
    }

    .promo-background{
        margin-top: 4rem;
    }

    .promo-title{
        font-size: 23px;
    }

    .collections-title{
        font-size: 23px;
    }

    .testimonies-title{
        font-size: 23px;
    }

    .contact-title{
        font-size: 23px;
    }

    .collections-background h2{
        font-size: 20px;
    }

    .promo-text{
        font-size: 18px;
    }

    .promo-end{
        font-size: 17px;
    }

    .countdown{
        font-size: 30px;
        flex-direction: column;      
    }

    .countdown div{
        display: none;
    }

    .new-shoes-background{
        margin-top: 4rem;
    }

    .countdown div:first-child{
        display: block;
        width: 80%;
        padding: 10px;
    }
    
    .countdown span{
        font-size: 16px;
    }
    
    .countdown div{
        padding : 7px;
        margin: 3px;
    }

    .banner img{
        width: 200px;
    }

    .title-text-h1{
        font-size: 25px;
    }

    .title-text-h3{
        font-size: 15px;
        line-height: 22px;
    }

    .links h3 a{
        font-size: 15px;
    }

    .links{
        margin: 10px auto;
    }

    .title-text{
        width: 90%;
    }

    .new-shoes-title{
        font-size: 23px;
    }

    .collections-box{
        width: 200px;
        height: 200px;
    }

    .collections-box h3{
        font-size: 18px;
    }

    .testimony-details-content{
        height: 400px;
        padding: 1rem;
    }

    .testimony-details-content p{
        font-size: 12.5px;
    }

    .testimony-details-content h4{
        font-size: 11.5px;
        color: #1761a0;
    }
    
    .testimony-details-content h5{
        font-size: 9px;
        color: #3a3a3a;
    }

    .testimonies-photo div div img{
        width: 35px;
    }

    .contact-section h4{
        font-size: 15px;
    }
    
    .contact-location h5{
        font-size: 13px;
    }

    .contact-time h5{
        font-size: 12px;
    }

    .social-media-icon img{
        width: 25px;
    }

    .contact-time-specific{
        font-size: 12px;
    }

    .information-icon div img{
        width: 25px;
    }

    .information-icon div span{
        font-size: 12px;
    }
}
