body{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: "Alan Sans", sans-serif;
    color: #86888d;
    margin: 0;
    padding: 0;
}
p,h1{
    margin: 0;
    color: inherit;
}
a{
    color: inherit;
}
button{
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: white;
    color: #2D3748;
    box-shadow: 1px -7px 20px rgba(0, 0, 0, 0.078);
}
nav{
    position: sticky;
    top: 0px;
    left: 0;
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    background-color: white;
}
.Left_Nav{
padding-left: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.Left_Nav p{
    font-size: 1.4rem;
    padding: 0 35px 0 0;
    font-weight: 900;
}
.Left_Nav ul{
    margin: 0;
    padding: 0;
    display: flex;
}
.Left_Nav li{
    padding: 0 25px;
    list-style: none;
    font-weight: 500 !important;
}
.Left_Nav a{
    text-decoration: none;
    color: inherit;
}

.first_nav_container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #EEEEEE ;
}

.first_nav_container input{
    position: relative;
    border: none;
    padding: 10px 5px;
    padding-right: 15px;
    border-radius: 10px;
    background-color: inherit ;
}

.first_nav_container input:focus{
    outline: none;
}
.first_nav_container img{
    width: 19px;
}

.Right_Nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Right_Nav div{
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Right_Nav .second_nav_container img{
    padding: 0 15px;
    width: 20px;
    height: 20px;
}








main{
    /* width: 100%; */
    height: 800px;
    background-color: #F5F7F9;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
}

main .first_main_container{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 290px  0;
}

.first_main_container .first_div{
    background-color: #DBEAFE;
    width:160px;
    padding:0 15px;
    border-radius: 10px;
    color: #195DD1;
    font-weight: 500;
}
.first_main_container .second_div{
    width: 430px;
}
.first_main_container .second_div h1{
    font-size: 3.4rem;
}
.first_main_container .second_div p{
    margin: 20px 0;
    font-size: 1.1rem;
}
.first_main_container .second_div h1 span{
    color: #195dd1c2;
}


.first_main_container .third_div{
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    gap: 20px;
}

.first_main_container .third_div button{

    padding: 15px 25px;
    color: inherit;
    font-family: inherit;
}

.first_main_container .third_div a:first-of-type button{
    background-color: #195dd1c2;
    color: white;


}

main .second_main_container{
    padding: 120px 0;
    width: 50%;
}
.second_main_container img{
    width: 592px;
    height: 592px;
    border-radius: 10px;
}





.featured_products{
    display: flex;
    flex-direction: column;
    height: 900px;
    
}
.featured_products_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.featured_products_header h2{
    font-size: 2.5rem;
}
.featured_products_header p{
    font-size: 1.1rem;
    width:550px;
    text-align: center;
}






/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/


.img_container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px;
}
.featured_products .img_container .imgs{
    width: 290px;
    height: 420px;
    box-shadow: 1px -7px 20px rgba(0, 0, 0, 0.078);
    border-radius: 10px;
    /* background-color: #2D3748; */
    overflow: hidden;
}
.img_container .imgs img{
    width: 280px;
    padding: 10px 5px;
}
.price_btn{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
   
}


.imgs .btn img{
    
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}
.imgs .info{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap:10px;
}

.btn{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    background-color: white;
    width:80px;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px -7px 20px rgba(0, 0, 0, 0.078);
    color: inherit;
    background-color: #195dd1c2;
    cursor: pointer;
}
.btn p{
    color: white;
    font-size: 1rem;
}
.btn button{
    border: none;
    box-shadow: none;
    height: inherit;
    padding: 0;
    background-color: transparent;
}

.info > p:first-child{
    font-size: 0.9rem;
}
.info > p:nth-child(2){
    font-size: 1.2rem;
    font-weight: 600;
}

.info .colors{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.info .colors div{
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgb(162, 162, 144);
}

.black{
    background-color: black;
}
.white{
    background-color: white;
}
.red{
    background-color: red;
}
.yellow{
    background-color: yellow;
}


.Nike_Air_Max .blue{
    background: linear-gradient(to bottom left,#98B7D3,#395A8D);
}
.Nike_Air_Max .brown{
    background-color: #8B6137;
}
.Nike_Air_Max .gray{
    background: linear-gradient(to bottom left,#C0C0C0,#393939);
}

.Travis_Scott .brown{
    background-color: #554538;
}
.Travis_Scott .wheat{
    background-color: wheat;
}





.imgs .Nike{
    margin-top: 45px   ;
}
.imgs{
    padding-bottom: 35px;
}
.price_btn > p{
    font-size: 1.2rem;
    font-weight: 600;
}
.price_btn span{
    font-weight: normal;
    font-size: 0.8rem;
    text-decoration: line-through;
    color: rgb(162, 162, 144);
    padding-left:5px ;
}

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/












.View_All_Products{
display: flex;
justify-content: center;
padding: 30px 0;
}

.View_All_Products button{
    box-shadow: 0px 0px 2px gray;
    font-family: inherit;
    color: inherit;
}





footer{
    height:320px;
    color: #e0e3ec;
    background-color: #606060;
}

.footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
}
.footer div:first-child{
    width:300px
}
.footer div:last-child{
    padding-right: 250px;
}
ul{
    
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer li:first-child{
    
    font-weight: 600;
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.footer ul li{
    color: #e0e3ec!important;
    padding: 5px 0;
    font-size: 0.9rem;
    color: #86888d;
}
.copyright{
    border-top: 2px solid #86888d;
    display: flex;
    justify-content: center; 
    align-items: center;   
    width: 100%;
    padding: 30px 0;
} 