*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-top: none;
    text-decoration: none;

}


body{
    background-color: #ffffff;
    color: #040404;
    font-family: "Sansation", Helvetica, sans-serif;
    margin:0;
    padding:0;
}
header,
header * {
  margin-top: 0;
  padding-top: 0;
}

#wrapper {
    margin-right: auto;
  background-color: #ffffff;
}

header{
    position: sticky;
    top: 0;
   background-color: #040404; 
   text-align: left;
   background-image: url(RDY-LOGO.png);
   background-size: 100px 60px;
   background-position: 97.5% 50%;
   background-repeat: no-repeat;
   z-index: 1000;
}

header a {
    text-decoration: none;
    color: white;
}

header a:link {
    color: white;
}

header a:visited {
    color: white;
}

h1{
    padding: 20px;
    font-family: "Special Gothic Expanded One", 'Times New Roman', serif;
    letter-spacing: 0.1em;
    color: #ffffff;
}
nav {
    display: flex;
    font-weight: lighter;
    font-size: 105%;
    gap: .5em;
    justify-content:space-between; 
    align-items:center;  
    padding-bottom: .5em;  
    padding-top: .75em;  
}

nav a{
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1em; 

}

nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 1em; 
}

nav li {
    border-bottom: 1px solid #000033;;
    text-align: center;
}
nav a {
    transition: color 0.3s ease;
}

nav a:link {
    color: #000033;
}
nav a:visited {
    color: #344873;
}

nav a:hover {
    color: #df3a61b1;
}

nav .icon {
    display: flex;
    gap: .5em;
    padding-bottom: .5em;
    padding-top: .5;  
    padding-left: .5em;
}
nav .icon a{
    font-size: 100%;
    color: #000033;
}
nav .icon a:hover {
    color: #d74141b1;
}

menu {
    display: none;
    cursor: pointer;
    width: 34px;
}

menu .bar{
    flex-basis: 100%;
    height: 4px;
    background-color: #111;
    margin: 3px;
}
main {
    padding: 10px 20px 100px 30px;
    display: block;
    overflow: auto;
    background-color: white;
}
 
main ul {
    list-style-image: url(marker.gif);
}

h2{
    color: #000033;
    font-family: "sansation", 'Times New Roman', Georgia;
    font-style: italic;
    padding-top: 1em;
    padding-bottom: 1em;
}

h3{
    font-family: "sansation", 'Times New Roman', Georgia;
    color: #000033;
}

footer {
    display: flex;
    justify-content:space-between; 
    align-items:self-start;      
    padding: 2em;
    background-color: #ffffff;
    color: 040404;
    font-family: "Sansation", 'Times New Roman', serif;
    font-size: 75%;
    margin-top: 100px;
}

#ContactUs, #QuickLinks, #FollowUs{
    width: 75px;
}
div a {
    transition: color 0.3s ease;
}
div a{
    text-decoration: none; 
}

div a:link {
    color: #040404;
}
/* For QuickLinks - Ensure visited links are black */
#QuickLinks a:link,
#QuickLinks a:visited {
    color: #040404; /* Dark gray color */
}

/* For Nav - Ensure visited links are dark blue */
nav a:link,
nav a:visited {
    color: #000033; /* Dark blue color */
}

/* Hover effects for QuickLinks */
#QuickLinks a:hover {
    color: #df3a61b1; /* Hover color */
}

/* Hover effects for Nav */
nav a:hover {
    color: #df3a61b1; /* Hover color */
}


div a:hover {
    color: #888686b1;
}

.image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-container img {
    width: 49%;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 15px;
}

#contact {
    font-size: 90%;
}

.shop {
    text-align: center;
    margin-top: 50px;
    font-size: 2rem;
}
.collection {
    font-size: small;
    text-align: center;
    margin-bottom: 80px;
}

.products .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.products .box-container .box {
    flex: 1 1 20%;
    max-width: 300px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
    border: .1rem solid rgba(0,0,0,.1);
    position: relative;
    box-sizing: border-box;
}

.products .box-container .box .image {
    position: relative;
    text-align: center;
    padding-top: 1rem;
    overflow: hidden;
}

.products .box-container .box .image img {
    height: 17rem;
    max-width: 100%;
    object-fit: contain;
}

.products .box-container .box:hover .image img {
    transform: scale(1.1);
}

.products .box-container .box .image .icons {
    position: absolute;
    bottom: -7rem;
    left: 0;
    right: 0;
    display: flex;
}

.products .box-container .box:hover .image .icons {
    bottom: 0;
}

.products .box-container .box .image .icons a {
    height: 3rem;
    line-height: 3rem;
    font-size: 0.9rem;
    width: 33.33%;
    background: black;
    color: #ffffff;
    text-align: center;
}

.products .box-container .box .image .icons a:hover {
    background: #333;
}

.products .box-container .box .content {
    padding: 1rem;
    text-align: center;
}

.products .box-container .box .content h3 {
    font-size: 1rem;
    color: #333;
}

.products .box-container .box .content .price {
    font-size: 1rem;
    color: #000033;
    font-weight:lighter;
    padding-top: .5rem;
}

.newArrive {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.container {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container form {
    width: 670px;
    height: 600px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    flex-wrap: wrap;
}

.container form h1 {
    color: black;
    font-weight: 700;
    line-height: 1;
    margin-top: 50px;
    width: 500px;
    text-align: left;
    margin-right: 160px;
    font-family: "Sansation", Helvetica, sans-serif;
}
.container form h3 {
    color: black;
    margin-bottom: 50px;
    width: 490px;
    text-align: left;
    margin-right: 130px;
    font-family: "Sansation", Helvetica, sans-serif;
    font-weight: 390;
    font-size: 13px;
}
.container form input {
    width: 300px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 13px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #040404;
    color: #040404;
}
.container form input::placeholder {
    color: #040404;
    font-family: "Sansation", Helvetica, sans-serif;
    font-weight: lighter;
}
.container form #lastName,
.container form #subject {
    margin-left: 20px;
}
.container form #firstName,
.container form #email {
    margin-bottom: 40px;
}
.container form h4 {
    color: #040404;
    font-weight: 300;
    width: 600px;
    margin-top: 20px;
    font-size: 13px;
    margin-right: 25px;
    padding-top: 10px;
}
.container form textarea {
    background: none;
    border: none;
    border-bottom: 2px solid #040404;
    color: #040404;
    font-weight: 200;
    font-size: 13px;
    padding: 10px;
    outline: none;
    min-height: 90px;
    max-height: 90px;
    min-width: 620px;
    max-width: 620px;
}
.container form #button {
    border: none;
    background: #fff;
    border-radius: 5px;
    margin-top: 50px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    width: 130px;
    height: 40px;
    padding: 0;
    margin-bottom: 30px;
    transition: 0.3s;
}

.container form #button:hover{
    background: #000;
    color: #fff;
    transition: .3s ease-in-out;
    font-size: 18px;
}
th {
    font-weight:bolder;
    border: 1px solid #040404;
}

table {
    width: 100%;
}

.sizeGuide {
    font-weight:bold;
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
}
.size-Guide {
    text-align: center;
}
caption{
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 19px;
    padding-left:25px;
}
.details {
    font-weight: bold;
    font-size: 15px;
    padding-left: 25px;
}
.description {
    font-size: 13px;
    width: 160px;
    margin-top: 10px;
    font-weight: lighter;
    padding-left: 25px;
}
td {
    border: 1px solid #040404;
    text-align: center;
}
table tr td {
    width:200px;
}
table tr th {
    width: 200px;
    height: 50px;
}

.faq {
    text-align: center;
    padding-top: 30px;
}

.faq-questions {
    padding-top: 40px;
    padding-left: 30px;
    font-family: "sansation", 'Times New Roman', Georgia;;
}

.faq-answers {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "sansation", 'Times New Roman', Georgia;
}
#homehero {
   height: 400px;
   background-image: url(home.png);
   background-size:cover;
   background-position: center;
   background-repeat: no-repeat;
}

#abouthero { 
    height: 600px;
    background-image: url(AboutUs4.JPG);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .5em;
}

video {
    width: 100%;
}

.sidebar{
    position: fixed;
    top: 0;
    right:0;
    height: 100vh;
    width: 200px;
    z-index: 999;
    background-color: white;
    box-shadow: -10px 0 10px rgba(0,0,0,.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 150px;
    gap: 1.5em;
}

.sidebar li {
    width: 100%;
    text-align: left;
}

.sidebar a{
    width: 100%;
}

@media (max-width: 1500px) {
    nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: .25em;
        justify-content:center;
        border: #040404;
    }
    nav li {
        border-bottom: none;
        text-align: center;
    }
    section {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (max-width: 1200px){
    .products .box-container {
        max-width: 960px;
    }
    .products .box-container .box{
        flex: 1 1 33%;
        max-width: 400px;
    }
}

@media (max-width: 992px){
    .products .box-container .box{
        flex: 1 1 50%;
        max-width: 500px;
    }
}

@media (max-width: 900px){
    .products .box-container .box{
        flex: 1 1 100%;
        max-width: none;
    }
    .hideOnMobile{
        display: none;
    }
}