/* Popup CSS  Start*/
.popup3s {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup3s-content-bg {
    background-image: url(../images/form_bg.png);
    background-size: cover;
    background-position: center;
    max-width: 520px;
    background-repeat: no-repeat;
    /* background-color: #fefefe; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px; */
    /* margin: 20px; */
    border-radius: 30px;
    /* max-width: 400px; */
    filter: drop-shadow(0px 0px 20px #ff9f0a);
}

.popup3s-content {
    /* backdrop-filter: blur(5px); */
    /* background: #00000023; */
    /* padding: 40px; */
    /* border-radius: 50%; */
    /* min-width: 400px; */
    /* border-radius: 10px; */
}



.popup3s .close {
    z-index: 1;
    right: 2%;
    top: 2%;
    color: #000000;
    position: absolute;
    font-size: 20px;
    padding: 2px 8px 6px;
    border-radius: 50%;
    background: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: drop-shadow(2px 4px 6px black); */
}

::placeholder {
    font-family: sans-serif !important;
    font-size: 12px;
    color: rgb(40, 40, 40);
    opacity: 1;
}

.popup3s .close:hover,
.close:focus {
    color: #bd2223;
    text-decoration: none;
    cursor: pointer;
}

.popup3s form {
    display: flex;
    flex-direction: column;
    padding: 30px 80px;
}

.popup3s h4 {
    text-align: center;
    color: #BD2223;
    font-size: 20px;
}


.popup3s label {
    width: 100%;
    color: #BD2223;
    text-align: center;
    /* margin-bottom: 5px; */
}

/* .popup3s input[type="text"],
    input[type="email"],
    textarea {
        padding: 10px !important;
        margin-bottom: 10px;
        border: 1px solid #BD2223 !important;
        border-radius: 10px !important;
    } */

.popup3s button {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #BD2223;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.popup3s button:hover {
    background-color: #2e6a63;
}

/* Popup CSS  End*/

/* Form CSS Start */

.submit-field {
    cursor: pointer;
}

@font-face {
    font-family: "Raleway-Regular";
    src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(fontawesome-all.min.css) format("truetype");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Semibold";
    src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins-Light";
    src: url(../fonts/Poppins-Light.ttf) format("truetype");
}

.error_msg {
    background: red;
    color: white;
}

.crose {
    padding: 3% 3%;
}

.my_box {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 8px;
    left: 22px;
    height: 12px;
    width: 12px;
    border: 1px solid white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.my_box:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.click_link {
    font-family: 'Poppins-Medium';
    font-size: 17px;
    color: white;
    margin-top: 7%;
}

.click_link a {
    text-decoration: none;
    color: white;
}

.signup_title {
    font-family: 'Poppins-Semibold';
    color: #000;
    font-size: 33px;

}

.lottie-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}

.main-container {
    padding: 5% 5% 4% 5%;
}

.form_box {
    margin-top: 2%;
    /* padding: 5% 10%; */
    border-radius: 20px;
    background-color: white;
    filter: drop-shadow(2px 2px 5px gray);
    /* For browsers that do not support gradients */
    /* background-image: linear-gradient(to right, #4d5ceb, #420188); */
}

.back-button {
    /* width: 5%; */
    float: left;
    /* margin-top: 20px; */
    color: #BD2223;
    font-size: 18px;

}

.back-button:hover {
    color: #2e6861;
}

.close-button {
    /* width: 10%; */
    color: #BD2223;
    float: right;
    font-size: 18px;
    /* margin-top: 15px; */
}

.close-button:hover {
    color: #2e6861;
}

.inner-group {
    padding: 5px 50px 20px 50px;
}

.inner-group h4 {
    margin-bottom: 10px;
}

.inner-group p {
    margin-bottom: 20px;
}

.detail-inner-group {
    /* background: linear-gradient(0deg, #0009, #0009), url(../img/carousel/carousel_1.webp); */
    border-radius: 0px 10px 10px 0;
    background-size: cover;
    background-position: center;
}

/* 
    .img-section {
        padding: 50px;
        background-size: cover;
        min-height: 100%;
    } */

.sign_up {
    font-family: 'Poppins-Semibold';
    color: white;
    font-size: 18px;
    margin-bottom: 7%;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-icons input[type=submit] {
    color: #fff !important;
    margin-top: 20px;
    background-color: #BD2223;
    filter: drop-shadow(1px 2px 5px gray);
}

.input-icons input[type=submit]:hover {
    color: #fff !important;
    background-color: #a21e1f;
    filter: drop-shadow(1px 2px 5px gray);
}


.input-icons span {
    color: red;
    font-size: 12px;
    display: none;
}


.icon {
    color: #58595b;
    font-size: 19px;
    padding: 22px 21px 21px 48px;
    min-width: 40px;
    width: 30px;
    min-width: 30px;
}

.input-field {
    border: 1px solid #BD2223 !important;
    background: #ffffff78 !important;
    width: 100% !important;
    padding: 2px 5% !important;
    /* padding-left: 5% !important; */
    border-radius: 52px !important;
    outline: none !important;
    font-family: sans-serif;

}

.submit-field {
    font-family: 'Poppins-Regular';
    width: 54%;
    padding: 4px;
    border-radius: 52px;
    outline: none;
    border: none;
    background: white;
}

input,
input::placeholder {
    /* color: #ffffff; */
    font: 15px/2 'Raleway-Regular';
    font-weight: none;
}

input[type="date"] {
    text-transform: uppercase;
}


.eye_icon {
    font-size: 19px;
    margin-left: -40px;
    margin-top: 22px;
    color: #7a7a7a
}

.my_check {
    background: transparent;
}

.check_content {
    font-family: 'Poppins-Light';
    color: white;
    font-size: 13px;
    margin-left: 17%;
}

.forgot_pass {
    text-align: end;
}

.remember {
    text-align: start;
}

@media(max-width:388px) {
    .click_link {
        font-size: 12px;
    }
}

@media(max-width:1200px) {
    .check_content {
        font-size: 11px;
    }
}

@media(max-width:767px) {
    .input-field {
        padding-left: 10%;
    }

    .signup_title {
        font-size: 23px;
    }

    .check_content {
        margin-left: 14%;
        font-size: 14px !important;
    }

    .icon {
        padding: 22px 21px 21px 21px
    }

    .form_box {
        margin-top: 5%;
        padding: 6% 5%;
    }

    .main-container {
        padding: 5% 5% 10% 5%;
    }
}

@media(max-width:500px) {

    .popup3s-content {
        padding: 10px;
        background-position: bottom;
        min-width: 350px;
    }

    .form_box {
        padding: 6% 6%;
    }

    .check_content {
        margin-left: 14%;
    }
}

@media(max-width:472px) {
    .signup_title {
        font-size: 18px;
    }
}

@media(max-width:426px) {
    .check_content {
        font-size: 12px !important;
    }
}

@media(max-width:376px) {
    .check_content {
        margin-left: 18%;
        font-size: 10px !important;
    }
}

@media(max-width:337px) {
    .signup_title {
        font-size: 16px;
    }

    .signup_title {
        font-size: 20px;
    }
}

a:hover {
    text-decoration: none;
}

.pop_logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.pop_logo img {
    width: 60px;
    height: 60px;
}

/* Form CSS End */