@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Centering the container and defining widths */
html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
h1 {
    font-family: 'Anton', sans-serif;
    color: white;
    font-size: 5em;
    line-height: 1em;
    font-weight: 400;
    text-align: right;
    margin: 0;
}
input::-webkit-input-placeholder {
    color: #333;
}
/* Firefox */
textarea::-moz-placeholder {
    color: #333;
    opacity: 1; /* For older Firefox versions */
}

/* Internet Explorer */
textarea:-ms-input-placeholder {
    color: #333;
}

/* Microsoft Edge */
textarea::-ms-input-placeholder {
    color: #333;
}

/* General placeholder selector (fallback) */
textarea::placeholder {
    color: #333;
}
.fas {
    font-family: "Font Awesome 6 Free";
    font-size: 3em;
    font-weight: 900;
    margin-top:30px;
}
body {
    font-family: 'Poppins', sans-serif;
    background: radial-gradient(circle at 24.1% 68.8%, rgb(22, 22, 22) 0%, rgb(0, 0, 0) 99.4%);
    font-size:17px;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 4px rgb(255 255 255 / 16%);
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(241 241 241);
    border-bottom: 2px solid #cccccc;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #817f7d;
    font-size: 0.8em;
}
.iti__flag-container {
    position: absolute;
    padding-top: 0px !important;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100% !important;
}
 input[name="fullName"] {
            margin-top: 0; /* Remove the top margin for the Full Name field */
        }
/* modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#msform input:focus, #msform select:focus, #msform textarea:focus {
    border-color: #cccccc !important; /* Set border color to #cccccc */
    outline: none; /* Remove the default outline */
}
.left {
    width: 22%;
    text-align: right;
}
select#position {
    padding: 0px 15px;
}
p.success {
    background: white;
    padding: 3em;
    border: 1px solid white;
    box-shadow: 0 0 15px 4px rgb(255 255 255 / 16%);
    border-radius: 2px;
    font-size: 1.2em;
}
h2.subtitle {
    font-family: 'Anton', sans-serif;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}
#msform .action-button {
    width: 138px;
    background: #1c1c1c;;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 14px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px white;
}


h2.fs-title.required-label.top {
    margin-top: 20px;
    text-transform: uppercase;
}
#msform {
    width: 595px;
    text-align: center;
    position: relative;
    margin: 53px 140px;
}
h1.mh {
     font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 1.2em;
    text-align: center;
}
h2.mhh {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
li {
    font-size: 0.8em;
}
p {
    margin-top: 0px !important;
    font-size: 0.8em;
}
#msform input, #msform select, #msform textarea {
    padding: 15px;
    background: #f1f1f1;
    border-bottom: 3px solid #ccc;
    border-right: 0px;
    border-top: 0px;
    height: 52px;
    border-radius: 0px;
    border-left: 0px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 0.9em;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.footer {
    color: white;
    height: 19px;
    padding: 20px 20px 0px 20px;
    text-align: center;
    font-size: 0.9em;
}
select#position {
    padding: 0px 15px;
    margin-top: 5px;
}
textarea#moreInfo {
    height: 150px;
    resize: none;
}
.container {

    display: flex;
    justify-content: center;
    align-items: center;
   min-height: 95vh; /* Use min-height to ensure it covers at least the viewport height */
    padding: 0 20px; /* Optional padding */
    box-sizing: border-box;
}
.checkbox-container {
    text-align: left;
    margin: 10px 10px;
    align-items: center;
    font-size: 0.85em !important;
}
p.termsc {
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    line-height:1.5em;
}
a#openTerms {
    color: black;
}a#openPrivacy {
    color: black;
}
.phone-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.fs-title:first-of-type {
    margin-top: 30px;
    text-align: left;
}
.fs-title:not(:first-of-type) {
    margin-top: 30px;
    text-align: left;
}
.fs-title {
    font-size: 0.8em;
    font-weight: 400;
    color: #2c3e50;
    text-align: left;
    margin-bottom: 5px;
}


.fs-title {
    font-size: 0.8em;
    font-weight: 400;
    color: #2c3e50;
    text-align: left;
    margin-bottom: 10px;
}

.form-container {
    width: 40%;
    text-align: right;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* Hide the container on mobile */
@media (max-width: 767px) {
    .container {
        display: block;
    }

    .left, .form-container {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

input#terms {
    padding: 0px !important;
    display: flex;
    width: 3%;

}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 4px rgb(255 255 255 / 16%);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}
.podcast-m {
    background: black;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (min-width: 767px) {
    .podcast-m {
        display: none;
    }
}
@media (max-width: 767px) {
    .podcast {
        display: none;
    }
}
@media (max-width: 767px) {
    h1 {
        font-family: 'Anton', sans-serif;
        color: white;
        letter-spacing: -1px;
        font-size: 5.5em;
        margin: 60px 0px 6px 0px;
        font-weight: 400;
        line-height: 1em;
        text-align: center;
    }
h2.subtitle {
     font-family: 'Anton', sans-serif;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 0em;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 4px rgb(255 255 255 / 16%);
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}
#msform {
    width: 99%;
    text-align: center;
    position: relative;
    margin: 0px
}
.footer1 {
    font-size: 0.9em;
}
    #msform input, #msform select, #msform textarea {
        background: #f1f1f1;
        border-bottom: 3px solid #ccc;
        border-right: 0px;
        border-top: 0px;
        height: 50px;
        border-radius: 0px;
        border-left: 0px;
        width: 100%;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
        font-size: 0.8em;
        margin-bottom: 30px;
    }
.checkbox-container {
    text-align: left;
    margin: 20px 10px;
    display: flex;
    align-items: center;
    font-size: 0.85em !important;
}
#msform .action-button {
    width: 138px;
    background: #1c1c1c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px 0px 5px;
    text-decoration: none;
    font-size: 14px;
}

    textarea#moreInfo {
        height: 140px;
        resize: none;
        margin-bottom: 0px;
    }
}