* {
    margin: 0;
    padding: 0;
    font-family: MyFont;
    box-sizing: border-box;
}

@font-face {
    font-family: MyFont;
    src: url(../fonts/BricolageGrotesque-Light.ttf);
}

body {
    background: linear-gradient(135deg, #ffa96f, #ffb37f);
    height: 100%;
}

html {
    scrollbar-width: none;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 4rem;
    font-weight: bold;
}

.all-help {
    position: absolute;
    display: flex;
    align-items: center;
    left: 120px;
}

.help {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #f8f8f88c;
    padding: 20px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.iconehelp {
    position: absolute;
    display: flex;
    left: 75px;
    padding: 8px;
    background-color: #ff000049;
    border-radius: 10px;
}

.iconehelp i {
    cursor: pointer;
}

.all-help i {
    cursor: pointer;
}

#vip1 {
    color: #9e7609;
}

#surplace1 {
    color: #35a4b3ff;
}

#anniv1 {
    color: #c21c98;
}

.showHelp {
    opacity: 1;
    transform: translateY(0);
}

.image-logo img {
    width: 6%;
}

.all {
    margin: 70px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 1%;
    font-size: 1.2rem;
    font-weight: bold;
}

.all-box-calendrie {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.box {
    height: 13em;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    background-color: #fff4d6;
    transition: .4s;
    overflow: scroll;
    scrollbar-width: none;
}

#weekend {
    background-color: #dbc9a6;
    opacity: 0.5;
    cursor: not-allowed;
}

.fa-plus {
    font-size: 13px;
    color: rgb(202, 107, 70);
    cursor: pointer;
    transition: .3s;
}

.fa-plus:hover {
    font-size: 20px;
    transform: scale(1.04);
}

.box:hover {
    background-color: #faddaa;
    color: #ff9d5c;

}

.copyright {
    margin: 10px;
    color: #6e2604;
}

.all-popup {
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e3d2a8;
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
}

form {
    display: grid;
    gap: 8px;
}

.model {
    position: absolute;
    top: 5px;
    background-color: #f5c3a2;
    padding: 20px;
    border-radius: 20px;
    width: 30vw;
    box-shadow: rgba(236, 223, 104, 0.4) 5px 5px, rgba(228, 161, 61, 0.3) 10px 10px, rgba(233, 166, 78, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.show {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.inputss {
    display: grid;
    gap: 7px;
    font-size: 1.2em;
}

.closed {
    padding: 14px 29px;
    border-radius: 10px;
    border: none;
    background-color: #a3684c;
    color: white;
    cursor: pointer;
}

.closed:hover {
    background-color: #834a2f;
}

.btn-add {
    padding: 14px 29px;
    border-radius: 10px;
    border: none;
    background-color: #65c24e;
    color: white;
    cursor: pointer;
}

.btn-add:hover {
    background-color: #4fa33a;
}

input {
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #f5e6dc;
}

select {
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #f5e6dc;
}

.blur {
    filter: blur(5px);
    pointer-events: none;
}

.insidedays {
    display: flex;
    justify-content: space-between;
}

#resev {
    background-color: #9e7609;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

#mydiv {
    background-color: #949208;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width : 888px) {
    .all-box-calendrie {
        display: grid;
        grid-template-columns: 1fr;
    }

    .days {
        display: grid;
        grid-template-columns: 1fr;
    }

    .title {
        text-align: center;
        font-size: 2.4em;
    }

    .help {
        font-size: 8px;
        width: 200px;
        gap: 8px;
    }

    .all-popup {
        width: 100%;
        height: 100%;
    }

    .model {
    position: absolute;
    top: 5px;
    background-color: #f5c3a2;
    padding: 20px;
    border-radius: 20px;
    width: 90vw;
}
}

#delet {
    border: none;
    background-color: #c90000;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    color: rgb(250, 250, 250);
    margin: 3px;
}

#edit {
    border: none;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    color: rgb(15, 117, 1);
    margin: 3px;
}

.task {
    cursor: pointer;
}