 
/* Clean, low-specificity form that mimics the screenshot */
 .c7-wrap {
     max-width: 760px;
     margin: 0 auto;
}
 .c7-title {
     font-family: Merriweather, Georgia, serif;
     font-weight: 600;
     letter-spacing: .02em;
     font-size: 28px;
     margin: 0 0 24px;
     color: #1b1b1b;
}
 .c7-form {
     display: grid;
     gap: 15px;
}
 .c7-field {
     position: relative;
}
 .c7-field input, .c7-field textarea, .c7-field select {
     width: 100%;
     border: 2px solid black;
     padding: 22px 0 12px 12px;
     background: transparent;
     font: 16px/1.4 Cabin, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
     color: #000;
     outline: none;
     transition: border-color .2s, background-color .2s;
     resize:none;
     appearance: auto;
}
.c7-field select {
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 .c7-field select > option {
     color:black;
}
 .c7-field.required:after {
     display: block;
     content: '* required';
     color: #ff000078;
     position: absolute;
     top: 0px;
     right: 10px;
     font-size:10px;
}
 .c7-field textarea {
     resize: vertical;
     min-height: 120px;
}
 .c7-field input::placeholder, .c7-field textarea::placeholder {
     color: transparent;
}
/* Float label */
 .c7-field label {
     pointer-events: none;
     position: absolute;
     left: 8px;
     top: 0px;
     color: #000!important;
     transition: transform .15s ease, font-size .15s ease, top .15s ease, color .15s ease;
}
.c7-field input:focus label, .c7-field textarea:focus label {
     color:rgb(22, 22, 22);
}
.c7-field input:focus + label, .c7-field textarea:focus + label, .c7-field label {
     top: 0;
     font-size: 12px;
     color: #0D282C;
}
/* Feedback */
.c7-help {
    margin: 5px;
    font-size: 14px;
    color: #4a4a4a;
    min-height: 18px;
    border: 2px solid red;
    display: none;
}
#success-message {
    
    padding: 15px;
    margin: 0px 5px;
    position: relative;
    top: -15px;
    font-weight: 500;
}
.c7-help.ok {
     color: #0D282C;
}
 .c7-help.err {
     color: #b00020;
}
.btn-nav-menu {
    display: flex;
    flex-direction: column;
    flex:0;
    align-items: self-end;
    position: fixed;
    top: 15px;
    right: 15px;
    transition: right 0.3s ease;
}

ul#header-nav {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
}
.header-btn {
    top: 15%;
}
.header-btn.login {
    top: calc(67px + 15%);
}
.header-btn {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: unset;
    transform: unset;
    pointer-events: all;
    list-style: none;
}

.header-nav {
    display: none;
}
.menu-item .btn {
    width: -webkit-fill-available;
    text-align: right;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid white;
}
.header-nav-menu .menu-item {
    width: -webkit-fill-available;
}
body:not(.mobile) .btn-primary:focus, body:not(.mobile) .btn-primary:hover
{
    color: #000;
    background-color: #fff;
    border: 5px solid #fff;
    -webkit-box-shadow:unset;
    box-shadow: unset;
    
}
.menu-item .btn-primary:hover
{
    padding: 8px 25px;
}
.menu-item .btn-primary:not(:last-of-type){
    border-bottom:unset;
}
.buy-now {
    position: fixed;
    right: 15px;
    top: 90px;
    transition: right 0.3s ease;
}
.slide{
    right: -200px;
}
@media (max-width: 768px){
    /*.btn-nav-menu .btn {
        font-size: 12px;
        padding: 5px 15px;
    }*/

}
 @media (min-width: 992px){
     #join .heading-3 {
         font-size: 80px !important;
         line-height: 66px !important;
    }
     #join .contents h3 {
         font-size: 24px !important;
    }
   
}
 