:root {
    --color-white: #fff;
    --color-white-100: rgba(255, 255, 255, 0.1);
    --color-white-200: rgba(255, 255, 255, 0.2);
    --color-white-400: rgba(255, 255, 255, 0.4);
    --color-white-800: rgba(255, 255, 255, 0.8);
    --color-white-900: rgba(255, 255, 255, 0.9);
    --color-black: #1e1e1e;
    --color-black-100: rgba(0, 0, 0, 0.1);
    --color-black-50: rgba(211, 197, 197, 0.39);
    --color-black-200: rgba(0, 0, 0, 0.2);
    --color-black-500: rgba(0, 0, 0, 0.5);
    --color-black-600: rgba(0, 0, 0, 0.6);
    --color-blue-800: #007ff7;
    --app-color-white: rgb(252, 255, 251);
}

#monterey {
    width: 100%;
    user-select: none;
    font-family: "Lexend", sans-serif;
    overflow: hidden;
    height: 95vh;
    position: relative;
    background: url(/desktop/background/comp.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#monterey .session {
    position: absolute;
    background-color: var(--color-black-600);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity ease 2s;
}

#monterey .session[aria-visible="0"] {
    opacity: 0;
}

#monterey .session[aria-hidden="1"] {
    display: none;
}

#monterey .session .session__wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 30px 0px;
}

#monterey .session .session__wrapper:hover {
    cursor: pointer;
}

#monterey .session .session__wrapper img {
    width: 20%;
    height: auto;
    border-radius: 50px;
}

#monterey .session .session__wrapper:hover img {
    transform: scale(1.1)!important;
}

#monterey .session .session__wrapper .h4 {
    color: white;
    font-weight: 600;
}


#monterey button, #monterey input {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

#monterey h2 {
    letter-spacing: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 982px) {
    #monterey .ios-hidden {
        display: none!important;
    }
}
    
#monterey li.app_name {
    display: none;
    font-weight: 900 !important;
}
    
#monterey li > ul {
    display: none;
    position: absolute;
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 100%;
    font-weight: 600;
    padding: 4px;
    min-width: 200px;
    background: var(--color-white-400);
    backdrop-filter: blur(11px);
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.363);
}
    
#monterey li:hover > ul {
    display: flex;
}
    
#monterey li > ul > li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}

#monterey li > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#monterey li > ul > li > button {
    color: var(--color-white);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-weight: 100;
    padding: 4px 8px;
    border-radius: 5px;
    transition: 80ms;
    font-size: 14px;
}
    
#monterey li > ul > li > button:hover {
    color: var(--color-white);
    background: var(--color-blue-800);
}
    
#monterey li > ul > li > button:active {
    background-color: #0063f7;
}
    
#monterey li > .menu__container {
    display: none;
    position: absolute;
    align-items: center;
    flex-direction: column;
    width: 380px;
    min-height: 400px;
    border-radius: 20px;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(224, 222, 222, 0.349);
    backdrop-filter: blur(11px);
    border: 1px solid rgba(70, 50, 77, 0.308);
    box-shadow: 0 7px 15px rgba(26, 26, 26, 0.24);
    overflow: hidden;
    padding: 15px;
}
    
#monterey li:hover .menu__container {
    display: flex;
}
    
#monterey li > .menu__container > .grid__controling {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-gap: 10px;
}
    
#monterey li > .menu__container > .grid__controling .control_center--grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(44, 44, 44, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.178);
    overflow: hidden;
    border-radius: 12px;
}
    
#monterey .menu__container > .grid__controling .col-5 {
    grid-row-start: 4 span;
    grid-column-start: 2 span;
}
    
#monterey .menu__container > .grid__controling .col-7 {
    grid-row-start: 2 span;
    grid-column-start: 2 span;
}
    
#monterey .menu__container > .grid__controling .col-3 {
    grid-row-start: 2 span;
}
    
#monterey .menu__container > .grid__controling .col-12 {
    grid-row-start: 2 span;
    grid-column-start: 4 span;
}
    
#monterey .menu__container > .grid__controling .col-12--music {
    grid-row-start: 2 span;
    grid-column-start: 4 span;
}
    
#monterey .grid__controling .control_center--grid button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
    transition: all 120ms ease-in-out;
    font-family: "Lexend", sans-serif;
}
    
#monterey .menu__container > .grid__controling input[type="range"] {
    -webkit-appearance: none;
    overflow: hidden;
    outline: none;
    display: flex;
    align-items: center;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 20px;
}
    
#monterey .menu__container > .grid__controling input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 2rem;
    width: 2rem;
    background-color: rgba(255, 255, 255, 0.658);
    box-shadow: -1px 1px 5px -1px rgba(0, 0, 0, 0.548);
    border-radius: 50px;
    border: 1px solid rgba(185, 179, 179, 0.459);
}
    
#monterey .menu__container > .grid__controling input[type="range"]::-webkit-slider-runnable-track {
    margin: 10px;
    padding: 5px 0;
    box-shadow: 5px 0 10px rgba(97, 96, 96, 0.486);
    background: rgba(255, 255, 255, 0.247);
    border-radius: 50px;
}
    
#monterey .grid__controling .control_center--grid button p {
    display: block;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}
    
#monterey .grid__controling .control_center--grid button svg {
    background-color: var(--color-blue-800);
    padding: 5px;
    border-radius: 50%;
    margin: 0 5px;
}
    
#monterey .grid__controling .control_center--grid button:focus {
    background: var(--color-blue-800);
    color: var(--color-white);
}
    
#monterey .grid__controling .control_center--grid .musicPlayer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#monterey .dock {
    display: flex;
    align-items: center;
    position: absolute;
    padding: 0.2rem 0.5rem 0 0.5rem;
    bottom: 3%;
    left: 50%;
    height: 65px;
    transform: translateX(-50%);
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-200);
    border-radius: 14px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.555);
    z-index: 10;
}

#monterey .dock .point {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    display: none;
    animation: top-to-bottom 0.3s;
    transition: 0.3s;
    margin: 0;
}
    
#monterey .dock .column {
    width: 1px;
    height: 45px;
    margin: 0 4px;
    background: var(--color-white-400);
}
    
#monterey .dock .icon {
    position: relative;
    display: grid;
    place-items: center;
    background: none;
    border: none;
    outline: none;
    transition: all 0.3s;
    transform: translate3d(0px, 0%, 0px);
    -webkit-tap-highlight-color: transparent;
}
    
#monterey .dock .icon::after {
    font-size: 15px;
    position: absolute;
    background-color: white;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 95px;
    height: 25px;
    font-weight: 550;
    padding: 1em;
    border-radius: 10px;
    clip-path:polygon(0 100%,0 0,100% 0,100% 100%,min(100%,50% + 1em) 100%,50% calc(100% + 1em),max(0%  ,50% - 1em) 100%);
}

#monterey .dock .icon.no-png-margin:hover img {
    width: 5.5rem;
}

#monterey .dock .icon.no-png-margin::after {
    top: -35%;
}
    
#monterey .dock .icon:nth-child(1):hover::after {
    content: "TPA";
}
    
#monterey .dock .icon:nth-child(2):hover::after {
    content: "Launchpad";
}
    
#monterey .dock .icon:nth-child(3):hover::after {
    content: "Dictionnary";
}

#monterey .dock .icon:nth-child(4):hover::after {
    content: "Music";
}
    
#monterey .dock .icon:nth-child(5):hover::after {
    content: "Mail";
}
    
#monterey .dock .icon:nth-child(6):hover::after {
    content: "Photos";
}
    
#monterey .dock .icon:nth-child(7):hover::after {
    content: "Calculator";
}
    
#monterey .dock .icon:nth-child(8):hover::after {
    content: "Notes";
}
    
#monterey .dock .icon:nth-child(9):hover::after {
    content: "Terminal";
}
    
#monterey .dock .icon img {
    width: 3.6rem;
    transition: 0.2s;
    transform: translateY(-2.5px);
}
    
#monterey .dock .icon:hover img {
    margin: 0 0 40px 0;
    width: 7.1rem;
}
    
#monterey .dock .icon:hover + .icon img {
    width: 5.6rem;
    margin: 0 0 25px 0;
}
    
#monterey .dock .icon img:active {
    filter: brightness(0.6) drop-shadow(0 0 10px #2c2c2c);
}
    
#monterey .container__window {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    display: flex;
}
    
#monterey .window {
    min-width: 70%;
    max-width: 80%;
    height: 430px;
    border-radius: 1rem;
    background: transparent;
    box-shadow: 0 20px 30px var(--color-black-500);
    border: 1px solid #ffffff34;
    animation: zoom-out 0.3s;
    z-index: 10;
    touch-action: none;
    transition: 110ms;
    position: relative;
}

#monterey .container__window .window-show {
    display: block;
}

#monterey .container__window .window-hide {
    display: none;
}

#monterey .window .content {
    overflow-y: auto;
}

#monterey .window .content .h4 {
    font-weight: bold;
}
    
#monterey .window__taskbar {
    height: 12%;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    background-color: var(--app-color-white);
}
    
#monterey .window__taskbar--actions {
    display: flex;
    align-items: center;
}
    
#monterey .window__taskbar:hover button::after {
    color: #000;
}
    
#monterey .window__taskbar--actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    padding: 8px;
    border-radius: 50%;
    transition: 0.4s;
}
    
#monterey .window__taskbar--actions button:not(:last-child) {
    margin-right: 8px;
}
    
#monterey .window__taskbar--actions button:nth-child(1) {
    background-color: #ff5f56;
}
    
#monterey .window__taskbar--actions button::after {
    display: block;
    font-size: 14px;
    color: transparent;
    font-weight: 900;
}
    
#monterey .window__taskbar--actions button:nth-child(1)::after {
    content: "×";
}
    
#monterey .window__taskbar--actions button:nth-child(1):hover {
    background-color: #fc3c32;
}
    
#monterey .window__taskbar--actions button:nth-child(2) {
    background-color: #ffbd2e;
}
    
#monterey .window__taskbar--actions button:nth-child(2)::after {
    content: "−";
}
    
.window__taskbar--actions button:nth-child(2):hover {
    background-color: #ffa600;
}

#monterey .window__taskbar--actions button:nth-child(3) {
    background-color: #27c93f;
}
    
#monterey .window__taskbar--actions button:nth-child(3)::after {
    content: "⤡";
}
    
#monterey .window__taskbar--actions button:nth-child(3):hover {
    background-color: #12aa29;
}
    
#monterey .window__taskbar--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
#monterey .window__taskbar--content h2 {
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
}
    
#monterey .terminal .window__taskbar {
    height: 8%;
}
    
/*when terminal content is overflowing */
#monterey .terminal .window__taskbar.is_overflow {
    position: relative;
    z-index: 99;
}
    
#monterey .terminal_content {
    width: 100%;
    height: 92%;
    padding: 16px;
    background-color: rgba(5, 5, 99, 0.63);
    backdrop-filter: blur(12px);
    color: rgb(235, 235, 235);
    font-size: 20px;
    font-family: "Roboto Mono", monospace;
    overflow-y: scroll;
}
    
#monterey .color_green {
    color: green;
}
    
#monterey .color_blue {
    color: #1f48ff;
}
    
#monterey .window__taskbar--right {
    height: 100%;
    background-color: transparent;
    float: right;
    display: flex;
    align-items: center;
}
    
@media screen and (max-width: 900px) {
    #monterey .window__taskbar--right {
        width: 70%;
    }
}

#monterey .Customize__icon {
    display: flex;
    align-items: center;
}

#monterey .Customize__icon span {
    border: 1px solid rgba(204, 200, 200, 0.412);
    border-radius: 9px;
    transition: 0.2s;
    padding: 5px;
}
  
#monterey .window .content {
    width: 100%;
    height: 92%;
    display: flex;
}

#monterey .notes .content__sidebar {
    width: 30%;
    height: 100%;
    background: var(--color-white-400);
    backdrop-filter: blur(1rem);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: scroll;
    background-color: transparent;
}
    
#monterey .notes .content__sidebar .note {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: var(--color-white-800);
    font-size: 16px;
    outline: none;
    color: var(--color-black);
    transition: all 0.2s;
    display: flex;
    flex-flow: column;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    overflow: hidden;
}

#monterey .notes .content__sidebar .note.note-show {
    background-color: var(--color-white-400);
}

#monterey .notes .content__sidebar .note span {
    font-size: 14px;
}
    
#monterey .notes .body__content {
    width: 70%;
    height: 100%;
    border-top: 1px solid #e0e2e1;
    background-color: var(--app-color-white);
}
    
#monterey .notes .body__content .note {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    display: none;
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    padding: 16px;
}

#monterey .notes .body__content .note.note-show {
    display: flex;
}
    
#monterey .launchpad {
    display: none;
    animation: opacity 300ms;
    width: 100%;
    height: 100%;
    background-color: transparent;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: -10;
}
    
#monterey .apps-container {
    width: 90%;
    height: 60%;
    margin: 0 auto;
    display: grid;
    grid-row-gap: 10px;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% 25% 25%;
}
    
#monterey .launchpad .child-launchpad {
    display: flex;
    place-items: center;
    flex-direction: column;
}
    
#monterey launchpad .child-launchpad img {
    width: 80px;
}
    
@media screen and (min-width: 1200px) {
    #monterey .launchpad .apps-container {
        padding-top: 70px;
        grid-row-gap: 70px;
    }
    #monterey .launchpad .child-launchpad img {
        width: 100px;
    }
    #monterey .launchpad .child-launchpad span {
        font-size: 21px;
    }
}

#monterey .launchpad .child-launchpad:active {
    animation: vibrate 0.1s ease-in forwards infinite alternate;
    transition: transform 0.1s cubic-bezier(0.42, 0, 1, 0.2);
}
    
#monterey .launchpad .child-launchpad span {
    color: #fff;
}

#monterey ::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1px solid rgba(51, 49, 49, 0.137);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
    
#monterey ::-webkit-scrollbar {
    width: 11px;
}
    
#monterey ::-webkit-scrollbar-thumb {
    background: #b1b1b8;
    border-radius: 10px;

}
    
#monterey .calculator {
    width: 20rem;
    max-width: 100%;
    height: 25rem;
    max-height: 80%;
    background: var(--color-black-500);
    backdrop-filter: blur(1rem);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem var(--color-black-500);
    border: 1px solid var(--color-white-200);
    animation: zoom-out 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}
    
#monterey .calculator__top {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
}
    
#monterey .calculator__top--taskabr {
    height: 40px;
    padding: 0 2px;
    display: flex;
    align-items: center;
}
    
#monterey .calculator__top--taskabr button {
    position: relative;
    width: 1px;
    height: 1px;
    padding: 8px;
    border-radius: 50%;
    margin-left: 8px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
#monterey .calculator__top--taskabr button:nth-child(1) {
    background-color: #ff6059;
}
    
#monterey .calculator__top--taskabr button:nth-child(1):hover {
    background-color: #fc3c32;
}
    
#monterey .calculator__top--taskabr button:nth-child(2) {
    background-color: #ffbd2e;
}
    
#monterey .calculator__top--taskabr button:nth-child(2):hover {
    background-color: #ffa600;
}
    
#monterey .calculator__top--taskabr button:nth-child(3) {
    background-color: #28c941;
}
    
#monterey .calculator__top--taskabr button:nth-child(3):hover {
    background-color: #12aa29;
}
    
#monterey .calculator__top--taskabr button::after {
    display: block;
    font-size: 14px;
    color: transparent;
    font-weight: 900;
    position: absolute;
}
    
#monterey .calculator__top--taskabr:hover button::after {
    color: #000;
}
    
#monterey .calculator__top--taskabr button:nth-child(1)::after {
    content: "×";
}
    
#monterey .calculator__top--taskabr button:nth-child(2)::after {
    content: "−";
}
    
#monterey .calculator__top--taskabr button:nth-child(3)::after {
    content: "⤡";
}
    
#monterey .calculator__top--output {
    flex: 1;
    color: var(--color-white);
    font-size: 2rem;
    text-align: right;
    border: none;
    background: transparent;
    padding: 0 0.8rem;
}
    
#monterey .input {
    width: 100%;
    height: 70%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 20% 20% 20% 20% 20%;
}
    
#monterey .input .button {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid rgba(95, 95, 95, 0.336);
}
    
#monterey .r-radius {
    border-bottom-right-radius: 15px;
}
    
#monterey .large {
    grid-column-start: span 2;
    border-bottom-left-radius: 15px;
}
    
#monterey .operator {
    background-color: #fd9e2a;
    color: #fff;
}
    
#monterey .number {
    background-color: #d6d6d6;
    color: rgb(0, 0, 0);
}
    
#monterey .operator-2 {
    background-color: #ccc9c9;
    color: rgb(0, 0, 0);
}
    
#monterey .dictionary .content {
    padding: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

#monterey .dictionary .content .h5, #monterey .dictionary .content .h4 {
    margin-bottom: 0;
    margin-top: 1rem;
} 

#monterey .dictionary .content hr {
    margin: 0.1rem 0;
}

#monterey .desktop__view {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: exclusion;
}

#monterey .desktop__view .desktop__sublayer {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#monterey .desktop__view .desktop__sublayer .sublayer__text {
    font-family: 'Courier New';
    display: flex;
    padding: 30px 50px;
    color: white;
    width: 77%;
    color: white;
}

#monterey .desktop__view .directory {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

#monterey .desktop__view .directory img {
    width: 77px;
    height: auto;
}

#monterey .desktop__view .directory[aria-label="who-we-are"] {
    top: 27%;
    left: 25%;
}

#monterey .desktop__view .directory[aria-label="what-we-value"] {
    top: 20%;
    left: 80%;
}

#monterey .desktop__view .directory[aria-label="what-makes-us-different"] {
    top: 57%;
    left: 63%;
}

#monterey .desktop__view .directory.directory__focus span,
#monterey .desktop__view .directory:hover span {
    background-color: var(--color-white-200);
}

#monterey .desktop__view .directory span {
    color: white;
    white-space: nowrap;
}

#monterey .container__window .directory .content {
    padding: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

#monterey .window.window__small {
    min-width: 35%;
    max-width: 40%;
}

#monterey .dock button[aria-label="app-group-text"] {
    animation: jump 2s both infinite;
}

#monterey .dock button[aria-label="app-group-text"] img {
    width: 2.9rem;
    border-radius: 10px;
}

#monterey .dock button[aria-label="app-group-text"] img:hover {
    border-radius: 20px;
    width: 5.9rem;
}

#monterey .launchpad .child-launchpad[aria-label="app-group-text"] img {
    padding: 11px;
    border-radius: 30px;
}


@media screen and (max-width: 982px) {
    #monterey .window.window__small, #monterey .window {
        min-width: 80%;
        max-width: 90%;
    }

    #monterey .desktop__view .directory[aria-label="what-we-value"] {
        top: 20%;
        left: 60%;
    }

    #monterey .desktop__view .directory[aria-label="what-makes-us-different"] {
        top: 60%;
        left: 40%;
    }

    #monterey .dock {
        bottom: 3%;
        left: 50%;
        height: 65px;
        border-radius: 20px;
    }

    #monterey .dock .icon {
        padding: 0px 5px;
    }

    #monterey .dock .icon::after {
        display: none;
    }

    #monterey .dock .icon:hover img {
        margin: 0;
        width: 3.6rem;
    }

    #monterey .dock button[aria-label="app-group-text"] img:hover {
        border-radius: 20px;
        width: 2.9rem;
    }

    #monterey .desktop__view .desktop__sublayer .sublayer__text {
        padding: 15px;
        width: 100%;
    }
}

@keyframes jump {
    0% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
    
@keyframes to-top-bottom {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(-3px);
    }
    75% {
        transform: translateY(-21px);
    }
    100% {
        transform: translateY(0px);
    }
}
    
@keyframes vibrate {
    0% {
        transform: rotate(9deg);
    }
    100% {
        transform: rotate(-9deg);
    }
}
    
@keyframes top-to-bottom {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}
    
@keyframes opacity {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
