

/* ЭКРАНЫ 1600-1800   */
@media (max-width: 1800px) {

.comform{
    margin-top:20px ;
    margin-bottom: 150px;
    width: 100%;
    display: flex;
    justify-content: center;

}

    
.rectangle-82 {
    width: 1300.161px;
    height: 101.044px;
    top: 5375.923px;
    border: 1px dashed #ffffff;
    z-index: 34;
  }
  .empty-83 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background-size: cover;
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  
  .empty-833 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background: url(./svg/joinanimation.gif)
      no-repeat center;
    background-size: cover;
    filter: blur(4px);
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  .rectangle-84 {
  
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  .type-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 17.709px;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
    white-space: nowrap;
    z-index: 179;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .rectangle-85 {
    
    width: 208.397px;
    height: 37.875px;
    
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    
  }
  .rectangle-85:hover{
    opacity: 50%;
    cursor: pointer;
  }
  .join-waitlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 24.197px;
    color: #ffffff;
    font-family: "Sometype Mono", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 177;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  
  .rectangle-84 {
    position: absolute;
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  
  .type-text-input {
    width: calc(100% - 35px);
    height: 100%;
    padding: 6px 17.709px;
    background: transparent;
    border: none;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
  }
  
  .type-text-input::placeholder {
    color: #636363;
  }
  
  .rectangle-85 {
    position: absolute;
    width: 208.397px;
    height: 37.875px;
    top: 30.422px;
    left: 1055.026px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rectangle-85:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  
  .notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-height: calc(5 * 60px);
    overflow: hidden;
    z-index: 100;
  }
  
  .notification {
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    min-width: 200px;
    font-family: "Sometype Mono", serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .notification.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .notification.hide {
    opacity: 0;
    transform: translateY(20px);
  }
  


    body {
        background-color: #0A0A0A;
      
        
    }
    .hm{
        display: none;
    }
    .headlogo {
        position: absolute;
        height: 100%;
        left: 200px;
        top: 15px;
       
    }
    html{
        justify-content: center;
        display: flex;
        align-content: center;
    }
    
    .headlogo img {
        width:110px;

    }
    
    .head {
        width: 100%;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .headd {
        justify-content: center;
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        background-image: none;
        background-color: #0A0A0A;
        background-repeat: no-repeat;
    }
    .headbutton1{
      display: block;

    }
    .headbutton{
      display: none; 
    }
    .headtext {
        margin-top:10px;
        width: 390px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    
    .headtext p {
        color: aliceblue;
        font-size: 14px;
        font-family: "Sometype Mono", serif;
        opacity: 50%;
        transition: opacity 0.3s;
    }
    
    .headtext p:hover {
        margin-top: -1px;
        opacity: 100%;
        border-bottom: 1px aliceblue solid;
    }
    
    a {
        text-decoration: none;
    }
    
    

    .dropdown {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 10px; 
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        flex-direction: column;
        border-radius: 5px;
        padding: 5px 0;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        pointer-events: none; /* Не мешает наведению */
    }
    
    .dropdown-menu a {
        display: block;
        padding: 8px 15px;
        color: black;
        font-size: 14px;
        font-family: "Sometype Mono", serif;
        transition: background 0.3s;
    }
    
    .dropdown-menu a:hover {
        background: #e0e0e0;
    }
    
    /* Показываем меню с задержкой */
    .dropdown:hover .dropdown-menu,
    .dropdown.active .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .headbutton {
        width: 138px;
        height: 21px;
        position: absolute;
        right: 152px;
        
    }
    .headbutton img{

        width:100px;
    }
    .mian {
        height: 1000px;
        width: 1920px;
    }
}



/* ЭКРАНЫ 1300-1400   */



@media (max-width: 1400px) {

    
    body {
        background-color: #0A0A0A;
        width: 1366px;
        
    }
    .hm{
        display: none;
    }
    .headlogo {
        position: absolute;
        height: 100%;
        left: 9.2%;
        top: 15px;
       
    }
    html{
        justify-content: center;
        display: flex;
        align-content: center;
    }
    
    .headlogo img {
        width: 90px;

    }
    
    .head {
        width: 100%;
        position: fixed;
        display: flex;
        justify-content: center;
    }
    
    .headd {
        justify-content: center;
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        background-image: none;
        background-repeat: no-repeat;
    }
    
    .headtext {
        margin-top: 1px;
        width: 340px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    
    .headtext p {
        color: aliceblue;
        font-size: 13px;
        font-family: "Sometype Mono", serif;
        opacity: 50%;
        transition: opacity 0.3s;
    }
    
    .headtext p:hover {
        margin-top: -1px;
        opacity: 100%;
        border-bottom: 1px aliceblue solid;
    }
    
    a {
        text-decoration: none;
    }
    
    

    .dropdown {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 10px; 
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        flex-direction: column;
        border-radius: 5px;
        padding: 5px 0;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        pointer-events: none; /* Не мешает наведению */
    }
    
    .dropdown-menu a {
        display: block;
        padding: 8px 15px;
        color: black;
        font-size: 14px;
        font-family: "Sometype Mono", serif;
        transition: background 0.3s;
    }
    
    .dropdown-menu a:hover {
        background: #e0e0e0;
    }
    
    /* Показываем меню с задержкой */
    .dropdown:hover .dropdown-menu,
    .dropdown.active .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .headbutton {
        width: 138px;
        height: 21px;
        position: absolute;
        right: 4.2%;
    
        
    }
    .headbutton img{

        width: 90px;
    }
    .mian {
        height: 1000px;
        width: 1920px;
    }

    
.comform{
    margin-top:20px ;
    margin-bottom: 150px;
    width: 100%;
    display: flex;
    justify-content: center;

}

    
.rectangle-82 {
    width: 1300.161px;
    height: 101.044px;
    top: 5375.923px;
    border: 1px dashed #ffffff;
    z-index: 34;
  }
  .empty-83 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background-size: cover;
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  
  .empty-833 {
    position: relative;
    width: 1298.874px;
    height: 93.551px;
    margin: 3.747px 0 0 0.64px;
    background: url(./svg/joinanimation.gif)
      no-repeat center;
    background-size: cover;
    filter: blur(4px);
    z-index: 35;
    mix-blend-mode: color-dodge;
  }
  .rectangle-84 {
  
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  .type-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 17.709px;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-decoration: underline;
    white-space: nowrap;
    z-index: 179;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .rectangle-85 {
    
    width: 208.397px;
    height: 37.875px;
    
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    
  }
  .rectangle-85:hover{
    opacity: 50%;
    cursor: pointer;
  }
  .join-waitlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 22px;
    top: 6.938px;
    left: 24.197px;
    color: #ffffff;
    font-family: "Sometype Mono", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 177;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  
  .rectangle-84 {
    position: absolute;
    width: 752.419px;
    height: 37.875px;
    top: 30.422px;
    left: 28.647px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 178;
  }
  
  .type-text-input {
    width: calc(100% - 35px);
    height: 100%;
    padding: 6px 17.709px;
    background: transparent;
    border: none;
    color: #636363;
    font-family: "Sometype Mono", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
  }
  
  .type-text-input::placeholder {
    color: #636363;
  }
  
  .rectangle-85 {
    position: absolute;
    width: 208.397px;
    height: 37.875px;
    top: 30.422px;
    left: 1055.026px;
    background: #090909;
    border: 1px solid #ffffff;
    z-index: 176;
    transition: opacity 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rectangle-85:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  
  .notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-height: calc(5 * 60px);
    overflow: hidden;
    z-index: 100;
  }
  
  .notification {
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    min-width: 200px;
    font-family: "Sometype Mono", serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .notification.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .notification.hide {
    opacity: 0;
    transform: translateY(20px);
  }
    
}


/* Медиа-запрос для мобильных устройств */
@media screen and (max-width: 1300px) {
    .stay{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .stay p{
        width: 80%;
        color: #000000;
        font-size: 53px;
        /* -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF; */
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 30px;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
    }
    
    

    .comform{
        margin-top:20px ;
        margin-bottom: 150px;
        width: 100%;
        display: flex;
        justify-content: center;
    
    }
    
        
    .rectangle-82 {
        width: 80%;
        height: 101.044px;
        border: 1px dashed #ffffff;
        z-index: 34;
        display: flex;
      }
      .empty-83 {
        display: flex;
        width: 100%;
        height: 93.551px;
        margin: 3.747px 0 0 0.64px;
        background-size: cover;
        z-index: 35;
        mix-blend-mode: color-dodge;
      }
      
      .empty-833 {
        
        width: 100%;
        height: 93.551px;
        margin: 3.747px 0 0 0.64px;
        background: url(./svg/joinanimation.gif)
          no-repeat center;
        background-size: cover;
        filter: blur(4px);
        z-index: 35;
        mix-blend-mode: color-dodge;
      }
  
      .type-text {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        height: 22px;
        top: 6.938px;
        left: 17.709px;
        color: #636363;
        font-family: "Sometype Mono", serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        text-decoration: underline;
        white-space: nowrap;
        z-index: 179;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      }
      .rectangle-85 {
        width: 208.397px;
        height: 37.875px;
        
        background: #090909;
        border: 1px solid #ffffff;
        transition: opacity 0.2s ease-in-out;
        
      }
      .rectangle-85:hover{
        opacity: 50%;
        cursor: pointer;
      }
      .join-waitlist {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 22px;
        color: #ffffff;
        font-family: "Sometype Mono", serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        margin-right: 35px;
        margin-bottom: 15px;
        white-space: nowrap;
        z-index: 177;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      }
      
      
      .rectangle-84 {
        position: absolute;
        width: 80%;
        height: 37.875px;
        top: 30.422px;
        left: 28.647px;
        background: #090909;
        border: 1px solid #ffffff;
        z-index: 178;
      }
      
      .type-text-input {
        width: calc(100% - 35px);
        height: 100%;
        padding: 6px 17.709px;
        background: transparent;
        border: none;
        color: #636363;
        font-family: "Sometype Mono", serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        text-decoration: underline;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        outline: none;
      }
      
      .type-text-input::placeholder {
        color: #636363;
      }
      
      .rectangle-85 {
        position: absolute;
        width: 100%;
        height: 37.875px;
        top: 120.422px;
        left: 0px;
        background: #090909;
        border: 1px solid #ffffff;
        z-index: 176;
        transition: opacity 0.2s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .rectangle-85:hover {
        opacity: 0.5;
        cursor: pointer;
      }
      
      .notification-container {
        position: fixed;
        bottom: 50%;
        right: 115px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        max-height: calc(5 * 60px);
        overflow: hidden;
        z-index: 100;
      }
      
      .notification {
        background: #ffffff;
        color: #000000;
        padding: 15px 20px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        min-width: 200px;
        font-family: "Sometype Mono", serif;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
      }
      
      .notification.show {
        opacity: 1;
        transform: translateY(0);
      }
      
      .notification.hide {
        opacity: 0;
        transform: translateY(20px);
      }
      

    .head {
        display: none;
    }
    .main{
        width: 410px;
    }
    /* Показываем headmobile */
    .headmobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        background: #0a0a0a; /* Светло-серый */
        padding: 0 20px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    
    }

    /* Логотип */
    .headmobile .headlogo img {
      margin-left:10px;
        width: 120px;
    }

    /* Бургер-иконка */
    .burger-icon {
        font-size: 20px;
        color: rgb(255, 255, 255);
        cursor: pointer;
    }

    /* Затемнение фона при открытии меню */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 900;
    }

    /* Выдвижное меню (ТЕПЕРЬ КОРРЕКТНОЕ!) */
    .menu-slide {
        position: fixed;
        top: 0;
        left: -100%; /* Меню спрятано за экраном */
        width: 100%;  /* Теперь занимает всю ширину */
        max-width: 430px; /* Ограничение */
        height: 100%;
        background: #0e0e0e; /* Сделал белым */
        box-shadow: 5px 0 10px rgba(243, 243, 243, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
        transition: left 0.4s ease-in-out;
        z-index: 1001;
    }
    
    /* Активное состояние (меню выехало слева) */
    .menu-slide.active {
        left: 0;
    }

    /* Ссылки внутри меню */
    .menu-slide a {
        font-size: 16px;
        font-family: "Sometype Mono", serif;
        color: rgb(255, 255, 255);
        text-decoration: none;
        padding: 15px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        transition: background 0.3s;
    }

    /* Эффект при наведении */
    .menu-slide a:hover {
        background: #e0e0e0;
    }

    /* Кнопка закрытия (перенёс влево) */
    .close-btn {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 30px;
        cursor: pointer;
        color: rgb(255, 255, 255);
    }

    /* Контент после хедера не перекрывается */
    .content {
        margin-top: 50px;
    }
    /* Стили для выпадающих списков */
.dropdown-mobile {
    width: 100%;
    text-align: center;
}

.dropdown-mobile a {
    font-size: 16px;
    font-family: "Sometype Mono", serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 15px;
    display: block;
    transition: background 0.3s;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

/* Стили для скрытых элементов подменю */
.dropdown-content {
    display: none;
    background: #f1f1f1;
    overflow: hidden;
}

.dropdown-content a {
    padding: 10px;
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: background 0.3s;
}

.dropdown-content a:hover {
    background: #e0e0e0;
}

/* Открытый список */
.dropdown-content.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

/* Анимация появления */
@keyframes fadeIn {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 300px;
    }
}

.hm{
    display:unset
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 230px;
}
.footer{
    width: 80%;
    
    height: 230px;
}
.footercontent{
   height: 200px;
   border: white 2px solid;
   display: flex;
}
.underfooter{
    border: white 2px solid;
    justify-content: end;
    width: 100%;
    height: 30px;
    background-color: white;
    font-family: "Sometype Mono", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.underfooter p{
    padding-left: 0px;
}

.f1{
width: 25%;
color: aliceblue;
display: flex;
flex-direction: column;
font-family: "Sometype Mono", serif;
font-size: 9px;
margin-left: 15px;
margin-top: 35px;
}

.f1 p{
font-family: "Sometype Mono", serif;
font-size: 13.385px;
font-style: normal;
font-weight: 400;border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
font-size: 9px;
padding-bottom: 5px;
}

.f1 a{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #757575;
}
.f1 a:hover{
        
        color: #e9e9e9;
}

.f2{
    width: 25%;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    font-family: "Sometype Mono", serif;
    font-size: 9px;
    margin-top: 35px;
    }
    
    .f2 p{
    font-family: "Sometype Mono", serif;
    font-size: 13.385px;
    font-style: normal;
    border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
    font-weight: 400;
    font-size: 9px;
    padding-bottom: 5px;
    }
    
    .f2 a{
        margin-top: 5px;
    margin-bottom: 5px;
        color: #757575;
    }
    .f2 a:hover{
           
            color: #e9e9e9;
    }




    .main{
        width: 370px;
    }
.f3{
    width: 25%;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    font-family: "Sometype Mono", serif;
    font-size: 9px;
    
    margin-top: 35px;
    }
    
    .f3 p{
    font-family: "Sometype Mono", serif;
    font-size: 13.385px;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
    padding-bottom: 5px;
    }
    
    .f3 a{
        margin-top: 5px;
    margin-bottom: 5px;
        color: #757575;
    }
    .f3 a:hover{
            
            color: #e9e9e9;
    }


    .f4{
        width: 25%;
        color: aliceblue;
        display: flex;
        flex-direction: column;
        font-family: "Sometype Mono", serif;
        font-size: 9px;
        
        margin-top: 35px;
        }
        
        .f4 p{
        font-family: "Sometype Mono", serif;
        font-size: 13.385px;
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        padding-bottom: 5px;
        border-bottom: 1px rgba(255, 255, 255, 0.548) solid;
        }
        
        .f4 a{
            margin-top: 5px;
    margin-bottom: 5px;
            color: #757575;
        }
        .f4 a:hover{
                
                color: #e9e9e9;
        }

}



    @media (max-width: 375px)
    {
    
    .headtext {
        display: none;
    }

    .menu-icon {
        display: flex;
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .menu-toggle:checked ~ .headtext {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #0A0A0A;
        padding: 20px 0;
    }

    .headtext a {
        padding: 10px 0;
        text-align: center;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown > input {
        display: none;
    }

    .dropdown > input:checked ~ .dropdown-menu {
        display: flex;
    }

    
}



@media (max-width: 550px)  {
    .stay{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .stay p{
        width: 85%;
        color: #000000;
        font-size: 30px;
        /* -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF; */
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 15px;
        color: #0A0A0A;
        text-shadow: 
            -0.7px -0.7px 0 rgb(255, 255, 255), 
            0.7px -0.7px 0 rgb(255, 255, 255), 
            -0.7px 0.7px 0 rgb(255, 255, 255), 
            0.7px  0.7px 0 rgb(255, 255, 255);
    }
    
}

