 body {
            background-color:  white;
            margin: 0;
            font-family: 'Roboto Flex', sans-serif;
        }
        .whatsnew, h2 {
            font-family: 'Fjalla One', sans-serif;
        }
        .luv {
              font-family: 'Gothic A1', sans-serif;
              font-size: 10px;
        }
        .navbar {
         background-color: black;
    padding: 5px 10px;

    color: white;
    overflow: hidden;
    border-bottom: 1px solid red; /* do i like this*/
    position: fixed;
    width: 100%; /* Change width to 100% */
    z-index: 9999999;
    top: 0;
        }
        #content1 p {
            font-family: 'Gothic A1', sans-serif;
        }
        .milogo {
            float: left;
            margin-right: 40px;
              margin-left: 20px;
/*            width: 100px;*/
        }
        .milogo img {
            height: 50px;

        }
        .luv {
            transition: 0.2s ease-in;
            text-decoration: none;
            color: white;
               font-size: 12px;
        }
        .luv:hover {
            color: red;
            text-decoration: none;
        }
        .search-bar {
            float: left;
            width: 50%;
            margin-top: 10px;
            margin-right: 20px;
        }
        input[type="text"] {
            padding: 5px;
            padding-left: 20px;
            margin: 0;
            width: 100%;
            border: 2px solid red;
            border-radius: 50px;
        }
        nav {
            float: right;
            margin-right: 30px;
            margin-top: 12px;
               font-size: 12px;


        }
        nav a {
            color: black;
            text-decoration: none;
            margin-left: 20px;
               font-size: 12px;
            color: white;
        }
        nav a:hover {
            text-decoration: underline;
        }
        #content1 {
            width: 1310px;
            top: 120px;
            height: 400px;
            border: 2px solid black;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

        .carousel {
            width: 100%;
            height: 100%;
            display: flex;
            transition: transform 0.4s ease-in-out;
            position: relative;
        }
        .carousel-item {
            min-width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
        }
        .carousel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .carousel-text {
            width: 30%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            position: absolute;
            top: 0;
            right: 0;
            padding: 20px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            transition: opacity 0.5s;
            opacity: 0;
        }
        .active .carousel-text {
            opacity: 1; 
        }
        .carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-color: rgba(255, 255, 255, 0.5);
            text-align: center;
            line-height: 30px;
            cursor: pointer;
            transition: background-color 0.3s;
            border-radius: 50%;
            font-size: 20px;
            color: black;
        }
        .carousel-control:hover {
            background-color: rgba(255, 255, 255, 0.8);
        }
        .carousel-prev {
            left: 0;
        }
        .carousel-next {
            right: 0;
        }
.content2 {
    width: 1450px;
    margin: 0 auto;
/*    border: 1px solid black;*/
    position: relative;
    top: 150px;
    text-align: center;
}

.item {
    display: inline-block;
    width: 200px;
    margin: 8px;
    vertical-align: top;
  
}
.item img:hover {
  box-shadow: 0 0 11px rgba(35,55,33,.4); 
}

.item img {
width: 200px;
    height: 200px;
    object-fit: cover;
     transition: box-shadow .4s;

  background: #fff;
}

.item h3 {
    margin: 0;
    font-size: 18px;
}

.item p {
    margin: 0;
    font-size: 16px;
    color: #666;
}
.trending {

    text-align: left;
    margin-left: 78px;
}

.itema {
    display: inline-block;
    width: 305px;
    height: 305px;
    margin: 10px;
    vertical-align: top;
    position: relative;
}
.overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
            background-color: rgba(255, 0, 0, 0.45);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .itema:hover .overlay {
        opacity: 1;
    }

    .overlay h1,
    .overlay button {
        margin: 5px;
    }


.itema img {
width: 305px;
    height: 305px;
    object-fit: cover;
         transition: box-shadow .4s;
  background: #fff;

}
.itema img:hover {
  box-shadow: 0 0 11px rgba(35,35,33,1); 
}

.itema h3 {
    margin: 0;
    font-size: 18px;
}
.ovh1 {
    color: black;
}

.itema p {
    margin: 0;
    font-size: 16px;
    color: #666;
}
.whatsnew {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    margin-left: 72px;
}
.trending {
    text-align: left;
    font-weight: bold;
    margin: 0;
    color: red;
}
.buyme a {
    color: white;
}

.buyme{
    padding: 10px 10px;
    width: 100px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid white;
    background: black;
    display: inline-block;
    background: linear-gradient(to right, red 0%, red 50%, black 50%, black 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.3s;
}
.buyme:visited {
    color: white;
}
.buyme:hover{
    background-position:0 0;
}
.content2 h3 {
    font-size: 16px;
}

.sellme{
    padding: 5px 5px;
    width: 70px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    border: 1px solid yellow;
    background: black;
    text-decoration: ;
    display: inline-block;
    background: linear-gradient(to right, black 0%, black 50%, red 50%, red 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.3s;
}
.sellme:visited {
    color: white;
        text-decoration: none;
}
.sellme:hover{
    background-position:0 0;
    color: yellow;
        text-decoration: none;
}
#new, #also-new, #ims, #beyy {
    margin: 0 auto;
       width: 110px;
}
#beyy {
    width: 150px;
    margin-top: 10px;
}
#new {
    margin-bottom: 20px;
    margin-top: 10px;
}
#also-new {
/*    width: 120px;*/
}
  .maincont1 {
        width: 750px;
        height: 800px;
        overflow: hidden;
        float: left;
        background-size: cover; /* Repeat background image */
        background-position: center;
        border-right: 3px solid red;
        background-image: url('https://assets.vogue.com/photos/612cf498ebc0c06f5e1ef7b5/master/w_2240,c_limit/00001-Area-Fall-RTW-21.jpg'); /* Path to background image */
    }
    p {
        margin: 0;
    }
    .form-container {
        padding: 20px; /* Add padding to the form container */
    }
    .suform {
    display: inline-block;
    float: right;
    margin-right: 150px;
    font-size: 18px;
    text-align: center;
/*    border: 2px solid red;*/
    width: 400px;
    margin-top: 180px;
    
  /*  padding: ;
    border: 1px solid red;*/

    }
    .suform label {
        text-align: left;
        margin-left: -250px;
    }
    .suform img {
        height: 150px;
        text-align: left;
     display: block; /* Make the image a block element */
    margin: 0 auto; 
    margin-bottom: -50px;
    margin-top: -50px;


    }

    input {
        width: 300px;
        height: 10px;
        padding: 10px;
        margin-top: 10px;
        border: 1px solid red;
    }
    #lamail {
        margin-left: -280px;
    }
    #subb {
    padding: 10px;
    margin-top: 30px;
    width: 100px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid white;
    width: 320px;
    background: black;
    display: inline-block;
    background: linear-gradient(to right, red 0%, red 50%, black 50%, black 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.3s;
}
#subb:visited {
    color: white;
}
#subb:hover{
    background-position:0 0;
    }
#mandeulgi {
    margin-top: 10px;
    font-size: 16px;
}
.lalink {
    text-decoration: none;
    color: brown;
    transition: 0.6s ease-in-out;
}
.lalink:hover {
    color: red;
}
.trending {
    color: red;
}
 .container {
        width: 700px;
        top: 400px;
        margin: 0 auto;
    }

.danger {
        color: red;
    }


  input[type="text"], input[type="number"], input[type="email"], input[type="username"], input[type="password"]{
        border: 1px solid grey;
        border-radius: 0px;
        margin-top: 10px;
        padding: 10px 0px;
        text-align: center;
        width: 100%;
           
        }
        select {
            width: 100%;
            box-sizing: border-box; /* Include padding and border in the width */
            /* Additional styling (optional) */
             padding: 10px 0px;
             text-align: center;
           
        }
         input:focus, select:focus {
            border-color: red; 
            outline: none; 
        }
      
button {
    padding: 10px 10px;
    margin: 0 auto;
    width: 100px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid white;
    background: black;
    display: block;
    background: linear-gradient(to right, red 0%, red 50%, black 50%, black 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s;
}
button:visited {
    color: white;
}
button:hover{
    background-position:0 0;
    cursor: pointer;
}
.desc-box {
    height: 200px;
}
 .emailnest {
            width: 600px;
            background-color: white;
            margin: 0 auto;
            padding: 10px;
            text-align: center;
        
            border: 1px solid red;
            margin-top: 200px;
        }
   input[type="email"].is-invalid {
        border-color: red;
    }

    select.is-invalid {
        border-color: red;
    }

    .comment-box.is-invalid {
        border-color: red;
    }

    .invalid-feedback {
        display: none;
        color: red;
    }

.search-bar.custom-search-bar {
    float: left;
    width: 50%;
    margin-top: 10px;
    margin-right: 20px;
}
#soldout {
    padding: 10px 10px;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid white;
    background: black;
    display: inline-block;
    cursor: not-allowed;
    opacity: 0.5; /* Dim the button to indicate it's disabled */
    pointer-events: none; /* Disable pointer events on the button */
}

#soldout:hover {
    transition: none;
}