
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background: linear-gradient(90deg,#fc0 0,#fc0 48%,#ffe57f 70%,#fff0b2);
    height: 130px   ;
}
.maincontainer {
    width: 90%;

}
.div-logonav {
    padding-top : 20px;
    padding-left: 50px;
}
.div-logonav img {
    height: 28px;
}
nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    justify-content: space-between;
}
.divzoj {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-right: 40px;
}
.divzoj div {
    color: #191919;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.divloup {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.limoranav {
    padding-left: 50px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panda {
    display: flex;
    align-items: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif,Verdana,sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}
.kok {
    display: flex;
    align-items: center;
    gap: 15px;    
}
.kok2 {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.kok2 div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
}
main {
    font-family: Arial, Helvetica, sans-serif;

}
.rede {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    color: #d40511;
    font-weight: bold;
}
.ila {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}
.submibtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.submibtn button {
    width: 200px;
    height: 35px;
    background-color: #d40511;
    margin-top: 30px;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}
.submibtn button:hover {
    opacity: 0.8;
}
.divunofooter {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    width: 90%;
    justify-content: space-between;
}
footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.containerhoo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #666;
    font-weight: 400;
    line-height: 1.5rem;
}
.engras {
    color: black;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 17px;
}
.feedbackimg {
    position: fixed;
    right: 0;
}
.divdosfooter {
    background-color: #f2f2f2;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
}

.ofbch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px;
    width: 72%;
    margin-bottom: 10px;
}
.bch {
    font-weight: bold;
    font-size: 14px;
}
.ofmch {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #666;
    margin-left: 30px;
    font-size: 14px;
}

.ofkch{
    color: #666;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}
#mobile {
    display: none;
}
.ofcopy {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #666;
}
form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.taken {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top : 10px;
    width: 40%;
}
.taken input {
    width: 95%;
    height: 30px;
    padding-left: 10px;
    font-size: 17px;
}
.wslk {
    margin-bottom: 20px;
    text-align: center;
    max-width: 50%;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#pin {
    width: 50%;
}
.hrio {
    display: none;
}
@media (min-width : 300px) and (max-width : 1000px) {
    .divzoj,.kok ,.kok2 {
        display: none;
    }
    .hrio {
        display: flex;
        margin-top: 50px;
        color: #f2f2f2;   
    }
    .divunofooter {
        margin-top: 10px;
    }
    .taken input {
        width: 94%;
    }
    .rede {
        font-size: 25px;
    }
    .divunofooter {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .containerhoo{
        align-items: center;
    }
    .divdosfooter {
        height: 100%;
        padding-bottom: 5px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .ofmch{
        flex-direction: column;
        gap: 5px;
    }
    .bch {
        font-size: 12px;
    }
    .taken {
        width: 90%;
    }
    .maincontainer {
        width : 100%;
    }
    header {
        height : auto;
    }
    .div-logonav {
        display: none;
    }
    nav {
        padding-top: 0px;
    }
    .limoranav{
        display: none;
    }
    #mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .imglo  {
        height: 45px;
    }
    .containerhoo,.divunofooter {
        gap: 5px;
    }
    .ofmch {
        display: none;
    }
    .ofbch {
        width: 95%;
        margin: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ofkch {
        margin-left: 5px;
    }
    .divunofooter{
        align-items: flex-start;
        gap: 15px;
    }
    .containerhoo{
        align-items: flex-start;
    }
    .dekhel {
        text-align: center;
        margin-top: 10px;
        color: #666;
        font-size: 16px;
    }
    .dekhelj {
        text-align: center;
        margin-top: 40px;
        font-size: 17px;
        color: #666;
        font-family: Arial, Helvetica, sans-serif;

    }
    .wslk {
        max-width: 100%;
        color: #666;
    }
}