@font-face {
    font-family: "roboto";
    src: url("fonts/Roboto-Regular.ttf");
}

* {
    font-family: "roboto";
}

.bg-color-red {
    background-color: #c10000;
}

.bg-color-blue {
    background-color: #04016d;
}

.bg_colo {

    /* background-color:rgba(135, 6, 6, 0.5); */


    /* color-mix:(in lch, peru 40%, lightgoldenrod); */
    /* background: linear-gradient(to top,
            rgb(228, 138, 138) 0%,
            #e46868 75%,

            rgb(228, 138, 138) 100%); */
    background-repeat: repeat-y;
    background-size: cover;
    background-color: #c10000;
    color: white;

}

.logo {
    background-image: url("images/logo/myjet.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 250px;
}

.logosmall {
    background-image: url("images/logo/myjet.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 75%;
}

.logo_admin {
    background-image: url("images/logo/myjet.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 15px 50px 30px 5px;
    border: #c10000;
    height: 300px;


    margin: 12%;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 75%;
    height: 300px;
}

.admin_head {
    margin-top: 2%;
    font-size: 200%;
    text-align: center;
    font-weight: bolder;

}

.inputfeld {
    background-color: #f9bfbf;
    border-radius: 8px;
    border: none;
    padding: 12px 15px;
    margin: 10%;
    margin-top: 2%;
    margin-bottom: 0%;
    width: 80%;
}

@media(min-width:1000px) {
    .inputfeld {
        width: 50%;
        margin: 25%;
        margin-top: 2%;
        margin-bottom: 0%;
    }

    .admin_head {
        margin-top: 1%;
        font-size: 200%;
        text-align: center;
        font-weight: bolder;

    }

    .logo_admin {
        margin: 12%;
        margin-top: 1%;
        margin-bottom: 1%;
        width: 75%;
        height: 300px;
    }

}

.btn-admin {
    width: 40%;
    height: max-content;
    margin: 30%;
    margin-top: 2%;
    margin-bottom: 4%;
    color: wheat;
    background-color: #c10000;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #c10000;
}

@media (max-width:490px) {
    .btn-admin {
        width: 60%;
        margin: 20%;
        margin-top: 5%;
        margin-bottom: 4%;
    }

    .logosmall {
        height: 70px;


    }
}

.clock {
    font-size: 25px;
}

.label_admin {
    padding-top: 10%;
}

.label_admin:hover{
    letter-spacing: 2px;
    font-weight: bolder;
    cursor: pointer;
}

.backgroungimg {

    background-image: url("images/logo/myjet.png");
    background-repeat: no-repeat;
    padding-top: 30%;
    background-size: cover;
    background-position: center;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.hight {
    padding: -30%;
}

.clock-font {
    font-style: inherit;
    text-shadow: 0 0 10px #060505;
}

.head {
    font-size: 180%;
    font-weight: bold;
    transition-delay: 100ms;
    letter-spacing: 2.4px;
}

.addlogo {
    src: url(images/logo/myjet.png);
    border-radius: 0%;
    width: 120px;
}

@media (max-width:400px) {
    .addlogo {
        width: 80px;
    }


}


.text {
    overflow: hidden;
    /* border-right: 4px solid #36f0ed; */
    font-size: 38px;
    white-space: nowrap;
    /* font-family: monospace; */
    width: 15ch;
    animation: typing 4s steps(15), cursor 0.75s step-start infinite;
    text-align: center;
}

@keyframes cursor {
    0% {
        border-color: #36f0ed;
    }

    50% {
        border-color: transparent;
    }

    100% {
        border-color: #36f0ed;
    }
}

@keyframes typing {
    from {
        width: 0%;
    }

}

.textarea {
    resize: none;
}

.admin_img{
    /* background-image: url(images/logo/myjet.png); */
    
    /* background-color: hsl(89, 81%, 63%); */
    background-image: linear-gradient(rgb(250, 82, 82),rgb(250, 122, 141),rgb(253, 228, 228));
    background-size: contain;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    /* opacity: 0.7; */
}

.iputrs {
    width: 50%;
    color: rgb(250, 249, 249);
    background-color: #c10000;
    border: none;
    border-radius: 4px;
    outline: none;
    letter-spacing: 2px;
}


.selector {
    width: 50%;
    height: 27px;
    color: rgb(250, 249, 249);
    background-color: #c10000;
    border: none;
    border-radius: 4px;
    outline: none;
    letter-spacing: 2px;
}

@media (max-width:500px) {
    .iputrs {
        width: 100%;
    }

    .selector {
        width: 100%;
    }
}

.profile:hover {
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
}

.textunderline {
    text-decoration: underline;
    height: -12px;
}

.user-infor {
    position: absolute;
    top: 10%;
    right: 3%;
    width: 320px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.52s;
}

.user-infor.open-menu {
    position: absolute;
    max-height: 400px;
}

.center.open-menu {
    margin-top: 40%;
}

.searchblock {
    display: none;
}

.user-div {
    border: #525252;
    box-sizing: border-box;
    background-color: #fff;
    margin: 10px;
    padding: 20px;
}

.user-li {
    display: flex;
    align-items: center;
}

.link-user-go {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 12px 0;
}

.link-a {
    color: #525252;
    text-decoration: none;
    transition: tranform 0.5s;
}

.link-a:hover {
    color: #c10000;
    text-shadow: 0 0 2px #060505;
    transform: translateX(5px);
}

.field-icon {
    float: right;
    margin-left: -34px;
    padding-right: 13px;
    margin-top: -34px;

}

.picture {
    width: 100%;
    height: 100px;
}

.cart-div {
    height: 450px;
    width: 230px;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;

}

.imgsize {
   
    border-radius: 8px;
    width: 100%;
    height: 185px;
    flex-direction: column;
    flex: 1;
}

.imgsize:hover {
   
    transform: scale(1.2);
    flex-grow: inherit;
}

@media screen and (max-width:500px) {
    .cart-div {
        width: 95%;
        height: 580px;
    }

    .imgsize {
        height: 300px;
    }
}

@media screen and (min-width:769px) {
    .cart-div {
        margin-top: 20px;
        width: 20%;
        height: 550px;
    }

    .imgsize {
        height: 250px;
    }
}


@media (max-width:1300px) {
    .cart-div {
        margin-top: 10px;
        width: 90%;
        height: 380px;
    }

    .imgsize {
        height: 90%;
    }
}



@media (max-width:2400px) {
    .cart-div {
        margin-top: 0px;
        width: 90%;
        height: 380px;
    }

    .imgsize {
        height: 40%;
    }
}



.bottom {
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

.search-bar {
    width: 85%;
    height: 45px;
    margin: 0%;
    border-radius: 5px 0px 0px 5px;
    display: inline-block;
    outline: none;
    font-size: large;
    padding-left: 3px;
    border-color: whitesmoke;

}

.search-bar:hover {
    outline: none;
    border-color: #c10000;
    cursor: pointer;
}

.logo-heder {

    width: 100%;
}

.sanpserach {
    width: 100%;
    display: inline-block;
    height: 45px;

}

.sanpserach:hover {
    border: 5px 5px #c10000;
    border-color: #c10000;
    background-color: #c10000;
    cursor: pointer;
    color: #04016d;
    font-weight: bold;
    letter-spacing: 1px;
}

.advancesearch:hover {
    letter-spacing: 1px;
    font-weight: bold;
    color: #04016d;
    cursor: pointer;
}

.spunderline {
    text-decoration-line: underline;
    text-decoration-style: double;
}

.singleviwe {
    padding-top: 5%;
    padding-bottom: 5%;
    margin: auto;
    align-items: center;
    height: auto;
    max-height: 175px;
    width: 100%;

}



.imgcart:hover {
    color: #c10000;
    font-weight: bold;
}

.carticon {
    height: 32px;
    background-image: url(images/logo/cartico.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.empty-cart {
    text-shadow: 0 0 4px #818181;
    color: gray;
    font-size: 100px;
    text-align: center;
}

@media (max-width:500px) {
    .empty-cart {
        font-size: 50px;
    }

    .singleviwe {
        height: auto;
        max-height: 65px;

    }
}

.bg_color {
    background-color: #f9f9f9;
}

.boxshadowcss {
    border-radius: 14px;
    box-shadow: 3px 5px 10px #888888;
}

.boxshadowcss:hover{
    transform: scale(1.07);
    box-shadow: 3px 5px 10px #a9bfff;
}

.star-color {
    color: #ffe234;
}

.invoiceHeaderImage {

    src: url(images/logo/myjet.png);
    height: 150px;
}

html {
    scroll-margin: unset;
}

.textshadow {
    text-shadow: 2px 2px #6b6a6a;
}

#imgsrc {
    width: 90%;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
}

figure {
    width: 45%;
}

img {
    width: 65%;
}

@media (max-width:500px) {
    img {
        width: 100%;
    }
}

figcaption {
    text-align: center;
    margin-top: 10px;

}

.msgboxregss {

    text-align: center;
    color: #c10000;
    font-weight: bold;
}