@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: "Poppins", sans-serif;
}
input, button, a , input::placeholder , span , b {
    font-family: "Open Sans", serif;
}
button {
    cursor: pointer;
}
.loginpart {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.btn { 
    background: #6100ff; 
    color: #fff; 
    padding: 12px 10px; 
    border-radius: 125px; 
    border: none; 
    text-transform: uppercase; 
    font-weight: 750; 
    font-size: 16px; 
}
.int::placeholder {  
    font-weight: 700; 
    color: #aaaaaa; 
}
.int { 
    padding: 13px 13px 13px 18px; 
    font-weight: 700; 
    color: #aaaaaa; 
    border-radius: 125px; 
    outline: none; 
    border: none; 
}
.headertext > h2 {
    color: #fff;
    font-weight: 550;
    font-size: 26px;
}
.dont > span {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.dont > span > a {
    color: #d98f18;
    text-decoration: none;
}
@media only screen and (min-width: 786px) {
    .headertext {
         margin: 15px 20px;
    }
    .loginpart {
        padding: 20px;
    }
    .dont {
        margin: 0 15px;
    }
    .dont > span {
        font-size: 18px;
    }
    #loginForm {
        margin: 50px 27%;
    }
    #cardContainer > div > img {
        width: 85px;
    }
    .header > h2 {
        font-family: "Manufacturing Consent", system-ui;
        font-weight: 400;
        font-size: 30px;
    }
    .header > img {
        width: 50px;
        height: 50px;
        border-radius: 125px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .header {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        margin:  0 0 25px 0;
        gap: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

@media only screen and (max-width: 600px) {
    #loginForm {
        margin: 25px 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .dont > span {
        font-size: 18px;
    }
    #cardContainer > div > img {
        width: 90px;
    }
    #cardContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 18px;
    }
    #cardContainer > div {
        width: calc(49% - 16px);
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        align-items: center;
        gap: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 25px;
    }
    .header > h2 {
        font-family: "Manufacturing Consent", system-ui;
        font-weight: 400;
        font-size: 30px;
    }
    .header > img {
        width: 50px;
        height: 50px;
        border-radius: 125px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .header {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        margin:  0 0 25px 0;
        gap: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 15px 0 10px 0;
    }
    .footerlinks {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        color: #180122;
    }
    .footerlinks > i {
        font-size: 20px;
    }
    .footerlinks > p {
        text-decoration: none;
        font-size: 15px;
    }
    .whatsapp {
        background: #25d366;
        padding: 10px;
        text-decoration: none;
        color: #fff;
        font-size: 24px;
        width: 32px;
        height: 33px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 30px;
        bottom: 12%;
    }
    .install-prompt {
      position: fixed;
      top: 20px;
      right: 20px;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 1001;
    }
    
    .install-btn {
      background: #667eea;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      cursor: pointer;
      margin-left: 10px;
    }
    
    .close-install {
      background: #e74c3c;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      cursor: pointer;
      margin-left: 5px;
    }
    .desktop-nav { 
        display: none;
    }
    #orderContainer {
        flex-direction: column;
    }
    i { overflow: hidden; }
}
