* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::placeholder {
    color: #4747478a !important;
    font-weight: 500;
}

:root {
    --c0: #231818;
    --c1: #591b59;
    --c2: #291454;
    --c3: #16472f;
}
video{
    height: 30vh;
}
body {
    margin: 0;
    /* height: 100vh; */
    display: grid;
    place-items: center;
background-color: #f5f7f8 !important;
    font-family: system-ui, sans-serif;
    color: #fff;
}


.navbar {
    
    background-color: #000;
    padding: 10px !important;
    width: 100%;
}

.navbar-brand img {
    height: 30px;
}

.nav-inner span {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}

.nav-right-links a {
    text-decoration: none;
    padding: 0px 25px;
    font-weight: 600;
    letter-spacing: 1.1px;
    font-size: 15px;
    color: #ececec;
}
.nav-right-links a:hover{
        padding: 1px 25px;
    border-bottom: 1px solid #fff;
}
.nav-right-links img{
    height: 25px;
}

/* banner */
.banner-out {
    justify-content: center !important;
    align-items: center;
}

.banner {
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 90vh;
    width: 100%;
}

.banner-left {
    height: 70vh !important;
    padding: 40px 0px;
    border-radius: 25px 0px 0px 25px;
    text-align: center;
    background-color: #000;
}

.banner-left span , .stats h5{
    font-weight: 700;
    background: -webkit-linear-gradient(left, #debe95, #c69f73, #ac8459);
    /* background-clip: text; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stats h4{
    color: #f0f0f0 !important;
}

.banner-left h1 {
    font-size: 2rem !important;
    font-weight: 800;
    color: #fff;
}

.banner-left h5 {
    font-size: 20px;
    color: #eeeeee;
}

.badges {
    padding: 20px 40px;
    padding-top: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.badges p {
    color: #efefef;
    /* padding: 14px 20px; */
    font-size: 15px;
    /* margin: 10px; */
    letter-spacing: 1px;
    font-weight: 400;
}

/* 
.stats {
    display: flex;
    width: 100%;
} */

.banner-right {
    height: 70vh !important;
    padding: 30px 50px !important;
    /* border: 1px solid #afafafae; */
    border-radius: 0px 25px 25px 0px;
    background-color: #ffffff;
}

.banner-right h1 {
    font-size: 37px !important;
    font-weight: 700;
    line-height: 48px !important;
    color: #000000;
}

.banner-right p {
    color: #c1c1c1;
    font-size: 16px;
}

.banner-right h4 {
    display: flex;
    flex-direction: row;
    font-size: 19px;
    color: #e81919 !important;
}

.banner-right h4::before,
.banner-right h4::after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #333;
    margin: auto 10px;
}

.switch-a {
    text-decoration: none;
    color: #fff;
}

.input-field {
    text-align: left;
    color: #000000;
}

.form-control {
    background-color: transparent !important;
    border-radius: 15px !important;
    border: 1px solid #ababab3c !important;
    font-size: 14px !important;
    transition: all .35s ease;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: transparent !important;
    color: #e5e5e5 !important;
}

.form-control:focus {
    /* box-shadow: none !important; */
    border: 1px solid #000000 !important;
    box-shadow: 0px 0px 2px 1px #000000 !important;
}

.veri-buton {
    border-radius: 15px !important;
    border: 1px solid #000000 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    width: 100%;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 1px 2px 10px 1px #3b3b3bab;
}

.form-div p {
    color: #121212;
    font-size: 14px;
}
.form-div h3{
    font-size: 25px;
    text-align: left;
    margin: 10px;
    padding: 5px 0px;
    border-bottom: 2px solid #000; 
    width: 12%;
}
.form-div h3:hover{
   cursor: pointer;
}
.form-div p a {
    color: #8e3717;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #6f6f6f;
}

.fogo a {
    color: #8e3717;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.fogo {
    margin-bottom: 5px;
    padding: 20px 5px;
    width: 100%;
    text-align: right;
}


#error-msg {
    color: red;
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 1px solid #ff7c7c;
}

.hide {
    display: none;
}

.phone-input {
    color: #000 !important;
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

.input {
    color: #000000 !important;
    padding: 15px 20px !important;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: #8e3717;
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #000;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}

@media screen and (max-width:768px) {
    .banner-left {
        display: none !important;
    }

    .banner-right {
        max-width: 60% !important;
    }

    .form-control {
        font-size: 12px !important;
    }
}
@media screen and (max-width:425px) {
    .banner-left {
        display: none !important;
    }

    .banner-right {
        max-width: 90% !important;
    }

}

@media screen and (max-width:1024px) {
 

    .banner-left h1 {
        font-size: 1.2rem !important;
        font-weight: 700;
        color: #fff;
    }

    .banner-left h5 {
        font-size: 12px;
        color: #acb2b9;
    }

    .badges {
        padding: 10px 0px;
    }

    .stats h4{
        font-size: 14px;
    }

    .stat h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }

    .stat p {
        letter-spacing: 1px;
        color: #b4b4b4;
    }

    .banner-right {
        padding: 20px 20px !important;
        border: 1px solid #afafafae;
        border-radius: 25px;
        /* background-color: #9797972d; */
    }

    .banner-right h1 {
        font-size: 22px !important;
    }
    .banner-right h3{
        font-size: 16px;
    }
}