/* home page */

.info {
    list-style: none;
}

.info2 {
    display: flex;
    justify-content: space-between;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
}

.info2 a {
    background-color: #ff4500;
    color: #fff;
    padding: 10px 7px;
    border-radius: 6px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.info2 a:hover {
    background-color: #373534;
}

.log {
    border-radius: 50px;
    margin-bottom: 20px;
}

.bd {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: whitesmoke;
    color: #333;
}

/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #111;
}

nav h1 {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 1px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff4500;
}

/* Hero Section */
.subsec {
    background-image: url(../images/landing-image2.png);
    background-color: rgb(183, 69, 23);
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
    background-attachment: fixed;
}

.subsec h2 {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.subsec p {
    font-size: 1.2em;
    margin: 20px 0;
    color: #fff;
    font-weight: bold;
}

.subsec a {
    background-color: #e03e00;
    padding: 12px 30px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.subsec a:hover {
    background-color: #272422;
}

/* Featured Products */
.products {
    padding: 60px 20px;
    text-align: center;
}

.products h2 {
    color: #111;
    margin-bottom: 30px;
    font-size: 2em;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.product {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding-bottom: 10px;
}

.product:hover {
    transform: translateY(5px);
}

.product img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.product h4 {
    color: #111;
    font-size: 1.2em;
}

.product a {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.product a:hover {
    background: #453731;
}

/* About Section */
.about {
    background-color: #111;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.about h2 {
    font-size: 2em;
    margin-bottom: 15px;
    color: #ff4500;
}

.about p {
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
    font-size: 1.05em;
    margin-bottom: 25px;
}

.news {
    margin-top: 20px;
}

.newsh {
    font-size: 20px;
}

.subs {
    justify-items: center;
    justify-content: center;
    text-align: center;
}

.subs .home-news {
    width: 35vh;
    height: 5vh;
    margin-bottom: 10px;
    padding-left: 5px;
    border-radius: 6px;
    border: none;
    box-shadow: 2px 2px 10px gray;
}

/*.home-sub {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ff4500;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95em;*/


.subs .home-sub {
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    transition: background 0.3s;
}

.home-sub:hover {
    background-color: #363331;
}

/* Footer */
footer {
    background: #000;
    color: #bbb;
    text-align: center;
    padding: 20px;
    font-size: 0.95em;

}

footer a {
    color: #ff4500;
    text-decoration: none;
}

.info-ft {
    display: flex;
    justify-content: space-evenly;
}

.webname {
    margin-top: 35px;
    letter-spacing: 0.5em;
}

.quicklink2 {
    list-style: none;
    margin-right: 25px;
}

.quicklink2,
li {
    margin-bottom: 10px;
}

.addressinfo2 {
    list-style: none;
    text-align: center;
}


.socialsinfo2 {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    gap: 10px;
}

/* end */

/* sneakers */

.sneakerheader {
    background-color: blue;
}

.product h4,
h3 {
    margin-bottom: 10px;
}


/* Newsletter */

/*.subs {

    justify-items: center;
    justify-content: center;
    text-align: center;
}

.subs .home-sub {
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.subs .home-sub:hover {
    background-color: rgb(52, 46, 46);
}*/

/* sneakers end */


/* PARTNERS PAGE */

/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #756666;
    margin-bottom: 20px;
}

nav h1 {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 1px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff4500;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

header {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    letter-spacing: 1px;
}

header p {
    font-size: 1.1em;
    color: #bbb;
}

.container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.intro {
    text-align: center;
    margin-bottom: 40px;
}

.intro h2 {
    color: #111;
    margin-bottom: 10px;
    font-size: 1.8em;
    text-transform: uppercase;
}

.intro p {
    font-size: 1.05em;
    color: #555;
}

.partners-grid {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.partner {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 6px;
    width: 200px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.partner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.partner h4 {
    margin: 0;
    color: #111;
    font-size: 1em;
}

.partner p {
    color: #666;
    font-size: 0.9em;
}

.contact-btn {
    display: block;
    width: 220px;
    margin: 40px auto 0;
    padding: 12px;
    background-color: #ff4500;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    transition: background 0.3s ease;
}

.contact-btn:hover {
    background-color: #e03e00;
}

footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-size: 0.95em;
}

footer a {
    color: #ff4500;
    text-decoration: none;
}

/* PARTNERS PAG END */



/*cart page*/

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #111;
}

nav h1 {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 1px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff4500;
}

.shoppinginfo {
    box-shadow: 3px 3px 5px;
    background-color: #000;
    color: white;
    padding: 15px;
    font-size: 20px;
    margin-bottom: 20px;
}


.th1 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.td1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.td2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.td3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.td4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.td5 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.td6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.td7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.td7 a {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.td7 a:hover {
    background-color: #322b2b;
}

.deletebutton {
    margin-bottom: 20px;
    background: rgb(245, 28, 71);
    color: #fff;
    border-radius: 5px;
    transition: background 0.3s;
    padding: 5px 7px;
    border: none;
}

.deletebutton:hover {
    background-color: #2c2525;
}


/* About Page */

.info {
    list-style: none;
}

.info2 {
    display: flex;
    justify-content: space-between;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
}

.log {
    border-radius: 50px;
    margin-bottom: 20px;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #111;
}

nav h1 {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 1px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff4500;
}

.abtbd {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

header {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

header p {
    font-size: 1.1em;
    color: #bbb;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #e3dcdc;
    border-radius: 8px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.about-section {
    text-align: center;
    margin-bottom: 40px;
}

.about-section h2 {
    color: #111;
    margin-bottom: 10px;
    font-size: 1.8em;
    text-transform: uppercase;
}

.about-section p {
    font-size: 1.05em;
    color: #555;
}

.highlight {
    color: #ff4500;
    font-weight: bold;
}

.team-section {
    margin-top: 60px;
}

.team-section h3 {
    text-align: center;
    color: #111;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.team-members {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.member {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 6px;
    width: 250px;
    text-align: center;
}

.member img {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    margin-bottom: 10px;
    border: 2px solid #ff4500;
}

footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 12px;
    margin-top: 40px;
    font-size: 0.95em;
}

/* about page end*/


/*contact page*/

.info {
    list-style: none;
}

.info2 {
    display: flex;
    justify-content: space-between;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
}

.log {
    border-radius: 50px;
    margin-bottom: 20px;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #111;
}

nav h1 {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 1px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff4500;
}

.namebox,
.mailbox,
.phonebox,
.messagebox {
    color: white;
}

.sndmessage a {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 127px;
    border-radius: 5px;
    transition: background 0.3s;
}

.sndmessage a:hover {
    background-color: rgb(65, 56, 56);
}

.cnt {
    font-size: 1.5em;
    background-color: black;
    color: whitesmoke;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 50vh;
    width: 100%;
    margin-bottom: 30px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 50vh;
    width: 100%;
}

.gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

.mapouter a {
    display: block;
    font-size: 0.85em;
    text-align: center;
    padding: 5px 0;
    color: #6c757d;
    text-decoration: none;
}

.gme-generated-link {
    display: none !important;
}

.contactbd {
    background-color: transparent;
}

.formhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: center;
    margin-bottom: 35px;
}

.cntinfo-container {
    background-color: #666b70;
    color: rgb(255, 255, 255);
    /* box-shadow: 5px 5px 20px black; */
    border: none;
}

.namebox1,
.email,
.phonenumber,
.message {
    margin-bottom: 5px;
    text-align: center;
    justify-items: center;
    justify-content: center;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.cntname,
.cntmail,
.cntphone {
    width: 40vh;
    height: 25px;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgb(42, 39, 39);
    padding-left: 5px;
    border: none;
}

.cntmessage {
    width: 40vh;
    height: 25vh;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgb(42, 39, 39);
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}


.sndmessage {
    text-align: center;
    margin-bottom: 20px;
}

.sndmessage1 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: green;
    color: white;
    border: none;
}

.sndmessage1:hover:active {
    opacity: 0.5;
}

.cntaddress2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(226, 205, 205);
}

.cntphone2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(226, 205, 205);
}

.cntemail2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(226, 205, 205);
}

.cntsocials2 {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 12px;
    margin-top: 40px;
    font-size: 0.95em;
}

/*contact page end*/

/*login page*/
.logbd {
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    width: 300px;
}

.ltext {
    margin-top: 0;
}

.login-container .loginhead,
h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.login-container .uname,
.login-container .lgnpass {
    width: 93%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 6px gray;
}

.dnt {
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
}

.dnt2 a {
    padding-right: 20px;
    color: blue;
    text-decoration: none;
}

.login-container button {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
    padding: 12px 135px;
    border: none;
}

.login-container button:hover {
    background-color: #2c2525;
}

/*login page end*/



/* Sign Up */

.signbd {
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130vh;
}

.signup-container {
    background-color: #faf8f8;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    width: 450px;
}

.stext {
    margin-top: 0;
}

.signup-container .signuphead,
h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.4em;
}

.signup-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.signup-container .fname,
.signup-container .lname,
.signup-container .oname,
.signup-container .signmail,
.signup-container .signnum,
.signup-container .signpass,
.signup-container .signcpass {
    width: 95%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 6px gray;
}

.signup-container button {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
    border: none;
    padding: 12px 196px;
    font-size: 1em;
}

.signup-container button:hover {
    background-color: rgb(34, 34, 40);
}

.acnt {
    margin-top: 0px;
    color: rgb(24, 23, 23);
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}

.acnt2 a {
    color: blue;
    text-decoration: none;
}

/* sign up end */



/* details 1 */

/* details container*/

.details {
    margin: 10px;
    color: #252020;
    padding: 10px;
}

.size {
    font-weight: bold;
}

.details a {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.details a:hover {
    background-color: rgb(54, 47, 47);

}

.details .size {
    color: #ff4500;
}

.details .price {
    text-align: left;
}

/* sp container */

.sp-container .sp {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.spd {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding-bottom: 10px;
}

.spd:hover {
    transform: translateY(5px);
}

.spd a:hover {
    background-color: #373534;
}

.sp-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.spd a {
    display: inline-block;
    margin-bottom: 20px;
    background: #ff4500;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.spd img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.spd h4,
h3 {
    margin: 10px 0px;
}

.spd h4 {
    font-size: 1.3em;
}

/* details end */



/* Checkout */

.BA-container {
    background-color: rgb(243, 240, 240);
    height: 80vh;
    overflow: auto;
    border-radius: 5px;
    justify-content: center;
    text-align: justify;
    justify-items: center;
}

.BA {
    text-align: center;
}

.BA-infos {
    justify-content: center;
    display: block;
}

.BA-container .BA,
.BA-infos {
    padding-bottom: 10px;
}

.BA-container .FL,
.ST,
.PT,
.EP,
.next {
    margin-bottom: 20px;
}

.BA-infos .FL,
.ST,
.PT,
.EP,
label,
input {
    display: block;
    justify-content: baseline;
    justify-items: baseline;
    color: rgb(83, 81, 81);
}

.BA-infos input {
    width: 300px;
    height: 27px;
    border: none;
    border-radius: 6px;
}

.chfn,
.chln {
    margin-bottom: 7px;
}

.pc,
.tc {
    margin-bottom: 7px;
}

.pc input,
.tc input {
    width: 100px;
}

.EA,
.PN {
    margin-bottom: 7px;
}

.EP {
    margin-bottom: 1px;
}

.cb {
    display: flex;
    margin-bottom: 20px;
    margin-top: 0px;


}

.next a {
    padding: 7px 50px;
    background-color: #ff4500;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.next a:hover {
    background-color: #272422;
}

/* Checkout end */


/* Payment */

.PT-container {
    background-color: rgb(243, 240, 240);
    height: 80vh;
    max-width: 500vh;
    display: flex;
    justify-content: space-around;

}

.pt-grid .AC,
.NC,
.CN,
.EM,
.PD {
    margin-bottom: 20px;
}

.pt-grid label {
    display: block;
    margin-bottom: 5px;
    color: rgb(102, 100, 100);
}

.pt-grid .grid {
    width: 150%;
    height: 30px;
    padding-left: 6px;
    border-radius: 6px;
    border: none;
}

.EY {
    display: block;
    margin-bottom: 15px;
}

.EM .grid {
    width: 150px;
}

.ley .grid,
.lcvv .grid {
    width: 70px;
}

.EY .ley,
.lcvv {
    margin-bottom: 15px;
}

.pcb {
    display: flex;
    margin-bottom: 20px;
}

.pcb .sc {
    font-weight: normal;
    color: #3d3c3c;
}

.PD {
    margin-top: 50px;
}

.PD {
    background-color: #ff4500;
    padding: 7px 20px;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}

.PD:hover {
    background-color: #2c2525;
}

/* Payment end*/

/* Payment Confirmation */

.navc {
    margin-bottom: 50px;
}

.confirmation-container {
    background-color: rgb(243, 240, 240);
    height: 80vh;
    overflow: auto;
    margin-top: 0px;
}