* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: regular;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf);
}

@font-face {
    font-family: medium;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf);
}

@font-face {
    font-family: bold;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf);
}

@font-face {
    font-family: light;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Light.ttf);
}

body {
    font-family: regular;
}

#main {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url(../assets/coming-soon-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    max-width: 1400px;
    margin: auto;
}

.landing_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}



.landing_center {
    position: relative;
}

.landing_center .logo {
    border-radius: 28.003px;
    border: 1px solid #62686D;
    background: #283036;
    background-blend-mode: luminosity;
    box-shadow: 0 2.8px 14.422px 0 rgba(98, 101, 255, 0.15);
    display: flex;
    padding: 16px 70px;
    justify-content: center;
    align-items: center;
    display: table;
    margin: auto;
}

.landing_center .logo img {
    width: 150px;
}

.title {
    position: relative;
    margin: 32px 0px;
}

.title h2 {
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 101%;
}

.title p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-top: 16px;
}

.input_section {
    position: relative;
    margin: 60px 0px;
}

.input_container {
    width: 700px;
    margin: auto;
}

.input_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_section .input_left {
    width: calc(100% - 200px);
}

.input_section .input_left input {
    border-radius: 28.5px;
    border: 1px solid #62686D;
    background: #283036;
    backdrop-filter: blur(22px);
    color: #CDCDCD;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    padding: 8px 32px;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}

.input_section .input_left input:focus {
    outline: none;
    border: 1px solid #fff;
}

.input_section .input_right {
    position: relative;
}

.common_btn {
    border-radius: 40px;
    background: #6265FF;
    display: inline-flex;
    padding: 18px 45px;
    justify-content: flex-end;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer;
    height: 55px;
    box-sizing: border-box;
}

.list_section {
    position: relative;
}

.list_section ul {
    display: flex;
    justify-content: space-between;
}

.list_section ul li {
    margin: 0px 10px;
    list-style: none;
    width: calc(25% - 20px);
}

.list_section ul li .icon {
    width: 74px;
    height: 74px;
}

.list_section ul li .icon img {
    width: 100%;
}

.list_section ul li .text {
    position: relative;
    margin-top: 16px;
}

.list_section ul li .text h3 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
}

.list_section ul li .text p {
    color: #CDCDCD;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}




/*********** input validation error messages starts ***************/
.input_section .input_left input.error {
    border: 1px solid #fff;
}

.error_msg {
    position: absolute;
    bottom: -20px;
    color: #ffffff;
    font-size: 13px;
    display: none;
    font-family: light;
}



.loaderCls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #5fa1e2;
    border-radius: 40px;
    display: none;

}

.loaderCls:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../assets/Preloader.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.status_message {
    position: absolute;
    padding: 16px 30px;
    padding-left: 50px;
    z-index: 10;
    background: #494949;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    margin: auto; 
    right: 0;
    left: 0;
    top: 10px;
    transition: all 0.3s ease-in-out;
    width: 300px;
    display: flex;
    top: -100px;
    opacity: 0;
    visibility: hidden;
}
.status_message.active{
    top: 20px;
    opacity: 1;
    visibility: visible;
}

.status_message p {
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
}

.status_message::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-position: 0px;
    background-size: 18px;
    background-repeat: no-repeat;
}

.status_message.success {
    background-color:#2e7d32;
}

.status_message.error {
    background-color: #d32f2f;
}

.status_message.success::before {
    background-image: url(../assets/checked.png);
}

.status_message.error::before {
    background-image: url(../assets/warning.png);
}

/*********** input validation error messages ends ***************/



/*********** media screens starts here ***************/

@media screen and (max-width: 1800px) {
    .container {
        max-width: 1376px;
    }

    .title h2 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 1276px;
    }

    .landing_center .logo img {
        width: 140px;
    }

    .title h2 {
        font-size: 70px;
    }

    .title p {
        font-size: 17px;
    }

    .list_section ul li .text p {
        font-size: 16px;
    }

    .list_section ul li .text h3 {
        font-size: 22px;
    }

    .list_section ul li .icon {
        width: 60px;
        height: 60px;
    }

    .input_section {
        margin: 50px 0px;
    }

    .common_btn {
        font-size: 15px;
    }

    .input_section .input_left input {
        font-size: 16px;
    }

    .input_section .input_left input,
    .common_btn {
        height: 52px;
    }

}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 1190px;
    }

    .title h2 {
        font-size: 60px;
    }

    .title p {
        font-size: 16px;
    }

    .landing_center .logo {
        padding: 13px 60px;
    }

    .landing_center .logo img {
        width: 130px;
    }

    .list_section ul li .icon {
        width: 56px;
        height: 56px;
    }

    .list_section ul li .text h3 {
        font-size: 20px;
    }

    .list_section ul li .text p {
        font-size: 14px;
        margin-top: 10px;
    }

    .input_section .input_left input,
    .common_btn {
        height: 48px;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: none;
        width: 90%;
        margin: auto;
    }

    .title h2 {
        font-size: 50px;
    }

    .title p {
        font-size: 15px;
    }

    .landing_center .logo img {
        width: 120px;
    }

    .list_section ul li .icon {
        width: 50px;
        height: 50px;
    }

    .list_section ul li .text {
        margin-top: 12px;
    }

    .list_section ul li .text h3 {
        font-size: 18px;
    }

    .list_section ul li .text p {
        font-size: 13px;
    }

    .input_section .input_left input,
    .common_btn {
        height: 44px;
        font-size: 15px;
    }

    .input_section {
        margin: 40px 0px;
    }

}

@media screen and (max-width: 1024px) {
    .input_section {
        margin: 60px 0px;
    }
}

/* For screens up to 999px */
@media screen and (max-width: 999px) {
    .container {
        width: 92%;
    }


    .input_container {
        width: 96%;
    }

}

/* For screens up to 768px */
@media screen and (max-width: 768px) {
    .title {
        margin: 70px 0px;
    }

    .input_section {
        margin: 100px 0px;
    }
}

@media screen and (max-width: 700px) {

    .input_section {
        margin: 50px 0px;
    }

    .title {
        margin: 50px 0px;
    }

    .landing_center .logo img {
        width: 110px;
    }

    .title h2 {
        font-size: 40px;
    }

    .title p {
        font-size: 14px;
    }

    .input_section .input_left input,
    .common_btn {
        font-size: 14px;
    }

    .common_btn {
        padding: 18px 36px;
    }

    .input_section .input_left input {
        padding: 8px 26px;
    }

    .input_section .input_left {
        width: calc(100% - 170px);
    }

}

@media screen and (max-width: 650px) {

    .input_section .input_left input,
    .common_btn {
        font-size: 13px;
    }

    .list_section ul li .icon {
        width: 46px;
        height: 46px;
    }

    .list_section ul li .text h3 {
        font-size: 16px;
    }

    .list_section ul li .text p {
        font-size: 12px;
    }

    .list_section ul {
        display: block;
    }

    .list_section ul li {
        width: calc(50% - 20px);
        float: left;
    }

    .list_section ul li:nth-of-type(1),
    .list_section ul li:nth-of-type(2) {
        margin-bottom: 16px;
    }

    .input_section {
        margin: 40px 0px;
    }

    .title {
        margin: 40px 0px;
    }

}

@media screen and (max-width: 550px) {
    .title h2 {
        font-size: 34px;
    }

    .title p {
        font-size: 13px;
    }

    .landing_center .logo img {
        width: 100px;
    }

    .landing_center .logo {
        padding: 13px 50px;
    }

    .input_section .input_left input {
        padding: 8px 18px;
    }

    .input_section .input_left input,
    .common_btn {
        font-size: 12px;
    }

    .input_section .input_left {
        width: calc(100% - 140px);
    }

    .common_btn {
        padding: 8px 30px;
    }
}

@media screen and (max-width: 450px) {

    .input_section .input_left input,
    .common_btn {
        height: 40px;
    }

    .list_section ul li:nth-of-type(1),
    .list_section ul li:nth-of-type(2) {
        margin-bottom: 16px;
        min-height: 140px;
    }

    .title h2 {
        font-size: 30px;
    }

    .landing_center .logo {
        padding: 12px 40px;
    }

    .landing_center .logo img {
        width: 90px;
    }

    .common_btn {
        font-size: 12px;
        padding: 6px 22px;
    }

    .list_section ul li .text p {
        font-size: 11px;
    }

    .input_section .input_left {
        width: calc(100% - 120px);
    }

    .input_section .input_left input,
    .common_btn {
        height: 38px;
    }

    .status_message{
        width: 94%;
        box-sizing: border-box;
    }
}
/*********** media screens starts ends ***************/