body {
    background-color:#effcd6;
    }

.content-wrapper {
    
    margin-inline: auto;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 12rem auto;
    gap: 2rem;
    
}


.tiptoe-logo img {
    max-width: 10rem;
    padding-left: 1rem;
    padding-bottom:  3.5rem;
}


.main-navigation ul {

    list-style-type: none;
    margin: 0;
    padding: 0;


}

.main-navigation a {
    color: rgb(1, 70, 1);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    margin-bottom: 0.7rem;
    padding: 0.7rem;
    background-color: #afd961;
    
}

  
.main-navigation a:hover {
    background-color: #fbe32c;
}

.main-navigation .current-page {
    border-left: 3px solid orange;
}




.container {
    padding: 2rem;
    margin-top: 5rem;
    margin-right: 6rem;
    
    
}

.slider-wrapper {
    position: relative;
    max-width: 55rem;
    margin: 0 auto 
}

.slider {
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0% 0.25);
    border-radius: 0.5rem;
}

.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    }

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    
}

.slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fbd52d;
    opacity: 0.75;
    transition: opacity ease 250ms;
    
}

.slider-nav a:hover {
    opacity: 5;
}

.slider {

    display: flex;

    aspect-ratio: 16 / 11;

    overflow-x: auto;

    scroll-snap-type: x mandatory;

    scroll-behavior: smooth;
   
    -webkit-overflow-scrolling: touch; 

}

.slider img:nth-child(1){
    display:block;
}


.slider::-webkit-scrollbar {

    display: none; 

}


.mambo{
	display: flex;
}

.mambo section.container{
	flex: 0 0 85%;
}

.mambo1{
	display: flex;
}





.products {
    margin-top: 12rem;
    margin-left: 3rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-gap: 50px; 
    max-width: 800px; 
    width: 100%;
    
}


.new-arrival {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;

  
}


.new-arrival img {
    height: auto;
    flex: 1 1 200px;
    border-radius: 8px;
    transition: transform 0.3s;
   
}


.new-arrival  .shoes:hover {
    transform: scale(1.05); 
}

.shoes {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: 160px; 
    text-align: center; 
    border: 1px solid white; 
    padding: 10px; 
    border-radius: 8px; 
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: auto  ;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:normal;

}


.shoeslabel {
    margin-top: 8px; 
    font-weight: bold; 
    color: #333;
    
}



.shoes img {
    width: 100%; 
    height: auto; 
    border-radius: 4px; 
}


.shoeslabel {
    margin-top: 8px; 
    font-weight: bold; 
    color: #333;
    
}



.menshoes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3rem;

  
}


.menshoes img {
    height: auto;
    flex: 1 1 200px;
    border-radius: 8px;
    transition: transform 0.3s;
    
   
}


.menshoes .shoes1:hover {
    transform: scale(1.05); 
}


.shoes1 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: 160px; 
    text-align: center; 
    border: 1px solid white; 
    padding: 10px; 
    border-radius: 8px; 
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: auto  ;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:normal;
    
    

}


.shoes1 img {
    width: 100%; 
    height: auto; 
    border-radius: 4px; 
    
}


.shoeslabel1 {
    margin-top: 8px; 
    font-weight: normal; 
    text-align: left;
}


    
.womenshoes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3rem;
    

  
}


.womenshoes img {
    height: auto;
    flex: 1 1 200px;
    border-radius: 8px;
    transition: transform 0.3s;
   
}





.womenshoes .shoes2:hover {
    transform: scale(1.05); 
}


.shoes2 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: 160px; 
    text-align: center; 
    border: 1px solid white; 
    padding: 10px; 
    border-radius: 8px; 
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: auto  ;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:normal;

}


.shoes2 img {
    width: 100%; 
    height: auto; 
    border-radius: 4px; 
}


.shoeslabel2 {
    margin-top: 8px; 
    font-weight: bold; 
    color: #333;
    text-align: left;
}








h1 {
    margin-left: 7rem;
    
    margin-top: 3rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
}

.separator {
    border: none;                
    border-top: 1px solid #ccc; 
    height: 2px;                
    margin-bottom: 2.5rem;            
}

a {
    text-decoration: none;  
    color: inherit;        
    
}

.separator1 {
    border: none;                
    border-top: 1px solid #ccc; 
    height: 2px;                
    margin-bottom: 1px;  
    margin-top: 3rem;          
}


.arrow {
    width: auto;
    height: auto;
}

.arrow a{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.policy {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-right: 1%;
}


.arrow img{
    width: 5%; 
    height: auto; 
    margin-top: 1rem;
     
}




.side1{
	text-align: right;
}

.side2{
	flex: 0 0 30%;
}

.side2 ul li{
	display: inline-block;
	margin-right: 0.9rem;	
	list-style: none;
}

.side2 ul li a:hover{
	color: #fbe32c;
}



main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
    margin: 0;
    font-family: Arial, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.login-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 300px; 
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
}

.input-group input:focus {
    border-color: #4CAF50; 
    outline: none; 
}

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.login-button:hover {
    background-color: #45a049; 
}

.footer {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.footer a {
    color: #4CAF50;
    text-decoration: none;
}




.mambo2{
	display: flex;
}

.mambo2 section.aboutus1{
	flex: 0 0 85%;
}

.aboutus1{
    margin-top: 15rem;
    margin-right: 5rem;
    margin-left: 5rem;
}

.paragraph {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.2rem;
    text-justify: auto;
}



.aboutus0 {
    font-size: 2.5rem;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: bold;
}










.mobile-navigation {
    display: none;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateX(0);
    transition: 1s;
}

.mobile-navigation a {
    color: white;
}







@media (max-width: 650px) {
    .content-wrapper {
        grid-template-columns: auto;
        margin-top: 0;
    }
    
    .tiptoe-logo img {
        display: block;
    }

    .container {
        margin-top: 0px;
        width: 17rem;
        align-items: right;
        margin-right: 1px;
    }
    
    .main-navigation a {
        text-align: center;
    }
    
    .mobile-navigation {
        display: block;
    }
    
    .desktop-navigation {
        display: none;
    }

    .mambo {
        flex-direction: column;
       }

    .new-arrival {
        flex-direction: column;  
        gap: 3rem;     
        align-items: center;
    }

    .shoes {
        width: 7rem; 
    }
    .policy {
        font-size: 10px;
        align-items: center;
    }
      
    .mambo1 {
        flex-direction: column;
        margin-top: 0;

    }

    .menshoes {
        flex-direction: column;
    }

    .womenshoes { 
        flex-direction: column;
        

    }

    .mambo2 {
        flex-direction: column;
        margin-top: 0;
        
    }


    .hidden {
        transform: translateX(-100vw);
        transition: 1s;
    }
  
}

h4 {
    margin-top: 0;
    margin-left: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

