@font-face {
    font-family: 'Century Gothic Paneuropean';
    src: url('fonts/CenturyGothicPaneuropean-Regular.ttf') format('truetype'), url('fonts/CenturyGothicPaneuropean-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

p {
    /* font-family: 'Century Gothic Paneuropean', sans-serif !important; */
}

.main_sent_box label {
    margin: 15px 0px;
}

.Email_container {
    margin: auto;
    margin-bottom: 15px;
}

a {
    color: #000;
}

.main_sent_box form {
    display: block;
}

.main_sent_box button {
    width: 30%;
}

#header_top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #000 !important;
    background: #ffffff12;
}

.Email_container input {
    width: 100%;
}

.Email_container {
    width: 30%;
}

button {
    color: #ffff !important;
}

@media screen and (min-width:300px) and (max-width:767px) {
    .main_sent_box button {
        width: 100% !important;
    }
}

.lang_form_control {
    display: block;
    width: 101px;
    height: 40px;
    padding: 5px 17px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background: #f7f7f7;

}

@media (max-width: 576px) {
    .lang_form_control {
        width: 80px;
        height: 32px;
        padding: 5px 10px;
        font-size: 12px;
    }
}

.relative_video_section {
    position: relative;
}

.absulate_section {
    position: absolute;
    height: 811px;
    width: 906px;
    right: 46px;
    top: 76px;
    z-index: 8;
}








.navbar,
.navbar-band {
    padding: 0;
}


.border_section {
    position: relative;
    width: 100%;
    height: 0.5px;
    background:
        linear-gradient(to right,
            #4b4b4b 0%,
            #4b4b4b 33%,

            transparent 33%,
            transparent 66%,

            #4b4b4b 66%,
            #4b4b4b 100%),
        repeating-linear-gradient(to right,
            #4b4b4b 0 6px,
            transparent 6px 12px);

    background-size:
        100% 2px,
        33% 2px;

    background-position:
        0 0,
        33% 0;

    background-repeat:
        no-repeat,
        repeat-x;
}

.join_section {
    text-align: center;
    color: #333;
    padding: 60px 0px;
    position: relative;
    background: #fff;
}

h3 {
    font-weight: 800;
    font-size: 28px;
    color: #333;
}

.join_icon .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.join_icon i {
    color: #fff;
    background: #F6006F;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.join_icon i:hover,
/* .join_icon a:hover, */
.btn:hover,
.btn:active,
.btn:focus,
.btn a {
    color: #fff !important;
    background: #F6006F !important;
}

.join_icon p {
    color: #212124;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Century Gothic Paneuropean', sans-serif;
}

.btn-theme {
    font-size: 20px;
    padding: 12px 19px;
    background: #F6006F;
    border-radius: 7px;
    border: none;
    outline: none;
    color: #fff;
}

.btn-theme:hover {
    background: #db0264 !important;
}

.navbar-brand,
.navbar-brand:active,
.navbar-brand:focus,
.navbar-brand:hover {
    border: none;
    outline: none;
}

.comon_heading {
    padding: 0px 50px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
}

.club_box {
    background: #5f5f5f69;
    backdrop-filter: blur(4px);
    padding: 46px;
    border-radius: 30px;

}

.testimonial_box {
    background: #ffffff0f;
    backdrop-filter: blur(4px);
    padding: 36px;
    border-radius: 30px;
}


.testimonial_title {
    color: #fff;
    padding-bottom: 25px;

}

.testimonial_box p {
    color: #fff;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 400;
}


.custom-form-card {
    background: #fff;
    padding: 36px;
    border-radius: 30px;
    text-align: end;
    margin: auto;
    max-width: 398px;
}

@media (max-width: 991px) {
    .custom-form-card {
        max-width: 100%;
    }
}

.custom-input {
    height: 58px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #00000030;
}

.custom-input:focus {
    box-shadow: none;
}

/* Wrapper */
.input-with-label {
    position: relative;
    margin-top: 10px;
}

/* Left attached label */
.inline-label {
    position: absolute;
    top: -9px;
    left: 12px;
    background: #ffffff;
    padding: 0 6px;
    font-size: 14px;
    line-height: 13.92px;
    color: #212124;
    z-index: 2;
    border-radius: 5px;
}

.input-with-label input {
    padding-left: 12px;
}

/* Focus effect */
.custom-input:focus {
    border-color: #e85aa0;
}

.italic_box {
    padding-top: 70px;
    max-width: 480px;
}

@media (max-width: 1199px) {
    .italic_box {
        max-width: 100%;
    }
}

.border-top-section {
    border-top: 1px solid #00000026;
}

.footer_bottom_right_changed {
    text-align: right;
}

.footer_bottom_right_changed ul li {
    list-style-type: none;
    color: #333;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    z-index: 3;
}

.footer_bottom_right_changed ul li a {
    color: #333;
    text-decoration: underline dashed 0.5px;
}

.text_upp {
    text-transform: uppercase;
    font-weight: 800;
}

.collapse:not(.show) {
    display: block !important;
    float: right;
    padding-right: 15px;
}


.border-top-section {
    padding: 30px 0px;
}

@media (max-width: 1599px) {
    .border-top-section {
        padding: 30px 76px;
    }
}

@media (max-width: 1199px) {
    .border-top-section {
        padding: 30px 0;
    }
}

.arrow_wrapper {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 5;
}

.arrow_wrapper_icon {
    margin-top: 10px;
    height: 80px;
    width: 80px;
    text-align: center;
    background: #515151e8;
    padding: 13px;
    border-radius: 50%;
    margin: auto;
}

.arrow_wrapper_icon i {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}



/* .language-select-wrapper {
    position: relative;
    display: inline-block;
}

.language-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.language-select-wrapper::after {
    content: "⌄";
    position: absolute;
    right: 14px;
    top: 13px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
} */


.language-select-wrapper {
    position: relative;
    display: inline-block;
}

.language-select {
    appearance: none;
    /* hide native arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    /* space for icon */
}

.language-select-wrapper i.ph {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* don’t block clicks */
    font-size: 16px;
    color: #333;
}

.hidden_section {
    height: 927px;
    width: 100%;
    background: #000;
}

.title_128 {
    font-size: 128px;
    line-height: 116px;
    font-weight: 400;
    color: #000;
    text-transform: unset !important;
    font-weight: 400;
    font-family: impact;
    margin-bottom: 56px;
}

.at_skill_para {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    max-width: 800px;
    text-align: center;
    margin: auto;

}

.mail_box_inner b {
    font-size: 30px;
    line-height: 80px;
    font-weight: 400;
}

.mail_box_inner p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400
}

/* .mail_box_wrapper {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    background-color: #fff;
    overflow: hidden;
}
.mail_box_wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/formbg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transform-origin: center;
    z-index: 0;
}
.mail_box_wrapper>* {
    position: relative;
    z-index: 1;
} */












#privee_banner {
    z-index: 9 !important;
}

.section {
    z-index: 99 !important;
}

#header_top {
    z-index: 999 !important;
    backdrop-filter: blur(4px);
}

.previee_video_button {
    bottom: 80px !important;

}

.privee_app {
    padding-left: 76px;
    padding-right: 76px;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .privee_app {
        padding-left: 0;
        padding-right: 0;
    }
}

.privee_app_wrapper::after {
    display: none !important;
}


.email_message_success {
    background: #fff;
    border: 0;
    text-align: left;
    color: green;
    font-weight: 500;
    padding-left: 0;
}

.email_message_error {
    background: #fff;
    border: 0;
    text-align: left;
    color: #f00;
    font-weight: 500;
    padding-left: 0;

}

.join_icon b {
    font-size: 20px;
    font-weight: 700;
    color: #212124;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.signup_middle {
    padding: 0px 25px;
}

.join_icon img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}

.video_absulate_content {
    text-align: center;
}

.video_absulate_content_title {
    font-size: 96px;
    margin-bottom: 45px;
}

.video_para p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    margin: auto;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    margin-bottom: 30px;
}

@media (max-width: 1599px) {
    .video_para p {
        margin-bottom: 10px;
    }
}

.email_message_error ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
}

.footer-wrapp {
    padding: 0 76px;
}

@media (max-width: 1199px) {
    .footer-wrapp {
        padding: 0 50px;
    }
}

.footer_section_left {
    max-width: 575px;
}

@media (max-width: 1199px) {
    .footer_section_left {
        max-width: 100%;
    }
}