textarea{
    resize: none;
}

/* Popup */

.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F29E30;
    z-index: 99999;
}

.popup-form .popup-content {
    padding: 50px 30px;
    width: 100%;
    height: fit-content;
    position: relative;
    max-width: 1500px;
    margin: auto;
}

.popup-form .popup-content h2{
    line-height: 40px !important;
    text-transform: capitalize;
}

.popup-form .popup-content p{
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.popup-form .popup-content ul{
    margin-bottom: 0;
    padding-left: 0;
}

.popup-form .popup-content ul li{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    list-style-type: none;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.popup-form .popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    line-height: 0;
    cursor: pointer;
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
}

textarea{
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Satoshi-Medium" !important;
}

::placeholder{
    font-size: 18px !important;
}