/* HEADER START */

#shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 40%;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 1200px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.header-top-rast {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-top-rast img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
}

.header-top-rast form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 450px;
    background-color: white;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
}

.header-top-rast form input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    outline: none;
    border: none;
}

.header-top-rast form button {
    outline: none;
    background-color: white;
    color: #2c3f5d;
    padding: 0 5px;
    border: none;
    cursor: pointer;
}

.header-top-chap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header-top-chap #alogin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    color: #2c3f5d;
    background-color: white;
    padding: 5px 15px;
    border: 2px solid #80808050;
    border-radius: 10px;
    -webkit-box-shadow: 1px 0px 20px 0px rgba(112, 0, 255, 0.1);
    -moz-box-shadow: 1px 0px 20px 0px rgba(112, 0, 255, 0.1);
    box-shadow: 1px 0px 20px 0px rgba(112, 0, 255, 0.1);
}

.header-top-chap #abasket {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #2c3f5d;
    padding: 8px;
    font-size: 20px;
    border: 2px solid #2c3f5d;
    border-radius: 10px;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    border-top: 1px dotted #2c3f5d;
    padding-top: 20px;
}

.header-bottom-rast {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-bottom-rast a {
    text-decoration: none;
    color: #2c3f5d;
    transition: all .5s;
}

.header-bottom-rast a:hover {
    color: red;
}

.header-bottom-chap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom-chap a {
    text-decoration: none;
    color: white;
    background-color: #2c3f5d;
    padding: 5px 15px;
    border-radius: 10px;
    border: 2px solid #2c3f5d;
}

/* HEADER END */

.header-top-rast form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}












/* HEADER MOBILE START */

.headerm {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    background-color: transparent;
}

.headerm-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1200px;
    gap: 10px;
    padding: 10px 0;
}

.headerm-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.headerm-rast {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
}

.headerm-rast-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
}

.headerm-rast-menu i {
    color: #2c3f5d;
    transform: translateY(-2px);
}

.headerm-rast-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.headerm-rast-logo img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.headerm-chap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.headerm-chap #abasket {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: red;
    padding: 6px;
    font-size: 16px;
    border: 2px solid red;
    border-radius: 10px;
}

.headerm-chap #alogin {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #2c3f5d;
    padding: 6px 8px;
    font-size: 16px;
    border: 2px solid #2c3f5d;
    border-radius: 10px;
}

.headerm-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 5px;
    width: 100%;
}

.headerm-bottom form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    border: 2px solid #80808050;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: white;
}

.headerm-bottom form input {
    width: 100%;
    background-color: unset;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 5px;
    color: #2c3f5d;
}

.headerm-bottom form input::placeholder {
    color: rgb(200, 200, 200);
}

.headerm-bottom form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.headerm-bottom form button {
    color: #2c3f5d;
    outline: none;
    background-color: unset;
    border: none;
    font-size: 16px;
    cursor: pointer;
}



.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 100;
    gap: 30px;
    padding: 15px;
    width: 80%;
    border-left: 2px solid #2c3f5d;
    background-color: white;
    height: 100vh;
    transition: all 1s;
}

.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #1A374D;
    gap: 5px;
    color: #2c3f5d;
    font-size: 18px;
}

.menu-top i {
    font-size: 25px;
    cursor: pointer;
    color: #2c3f5d;
}

.menu-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    overflow-y: auto;
}

.menu-btn a {
    text-decoration: none;
    color: #2c3f5d;
    font-weight: bold;
    font-size: 19px;
    transition: all .5s;
}
.menu-btn a:hover{
    color: red;
}

.menu-bg {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}

/* HEADER MOBILE END */







/* RESPONSIVE START */

@media screen and (max-width:850px) {

    header {
        display: none;
    }

    .headerm {
        display: flex;
    }

    .headerm-rast-menu {
        font-size: 32px;
    }

    .headerm-rast-logo {
        width: 70px;
    }

    .headerm-chap .loginheaderm,
    .headerm-chap .basketheaderm {
        font-size: 20px;
        padding: 12px;
    }

}

/* RESPONSIVE END */