.body_div{
    background: url("img/bg.svg");
    margin-bottom: 20px;
    background-color: #00081C;
}
.red{
    background: url("img/arrow_big.svg");
    background-repeat: no-repeat; 
    background-position: 0px -300px;
}
@media (max-width:700px) {
    .red{
        background-position: 0px -130px;
        background-size: auto 34%;
    }
}
.get_btn{
    background-color: #27CDAB;
    color: #00081C;
    border-radius: 25px;
    padding: 10px 30px;
    border: 0px;
    font-family: 'Poppins';
    font-weight: 700;
}
.nav_div{
    display: flex;
    justify-content: space-between;
}
.main_div {
    text-align: center;
    padding: 60px 0; 
}
.main_div h1{
    color: #fff;
    text-align: center;
    width: 80%;
    margin: auto;
    font-family: 'Poppins';
}
.main_div h2{
    text-align: center;
    color: #00FFCB;
    font-family: 'Poppins';
    font-weight: 700;
    margin-top: 30px;
}
.main_div p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins';
    margin-top: 20px;
}
.get_btn_1{
    background-color: #27CDAB;
    color: #00081C;
    border-radius: 25px;
    padding: 10px 50px;
    border: 0px;
    font-family: 'Poppins';
    font-weight: 700;
    margin-top: 120px;
}
.main_div h3{
    color: #fff;
    font-family: 'Poppins';
    margin-top: 50px;
}
.main_div h3 img{
    padding-right: 10px;
}
.form_capital {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    margin: auto;
    margin-bottom: 100px;
    margin-top: 80px;
    border-radius: 50%;
}
.form_capital h2{
    font-weight: bold;
}
.lb_cap{
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.inp_cap{
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 2px solid #1C2849;
    border-radius: 25px;
    margin-bottom: 25px;
    padding:10px 20px;
}
.inp_cap:focus{
    border: 2px solid #d1cdcd;
    outline:none;
}
::placeholder{
    color: #95A1BF;
}
.sub_btn{
    background-color: #27CDAB;
    color: #00081C;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    border: 0px;
    font-family: 'Poppins';
    font-weight: 700;
    margin-top: 35px;
}
.inp_cap_div{
    text-align: left;
}
input[type="checkbox"]:checked {
    accent-color: #27CDAB;
}
input[type="checkbox"]:checked::before {
   color: #27CDAB;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align:left;
}
.select-box {
    background-color: #000;
    color: #95A1BF;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #1C2849;
    cursor: pointer;
    width: 100%;
    margin-bottom: 25px;
}
.select-box:focus{
    border:1px solid white;
}
.select-items {
   position: absolute;
   background-color: #00012B;
   border-radius: 15px;
   border:1px solid white;
   display: none;
   z-index: 99;
   width: 100%;
   margin-top: -5px;
}
.select-items div {
   color: white;
   padding: 10px 20px;
   border-radius:15px;
   cursor: pointer;
}
.select-items div:hover {
   background-color: #02033D;
}
.select-items div:last-child {
   border-bottom: none;
}
.custom-select.active .select-items {
   display: block;
}
.thankyou{
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    margin-top: 15%;
    margin-bottom: 15%;
}
.thankyou p{
    margin: auto;
    opacity: 0.7;
}
.text {
    opacity: 0;
    transition: opacity 1s ease;
    position: absolute;
    text-align:center;
    width: 100%;
  }
  .visible {
    opacity: 1;
  }
@media (min-width:992px) {
    .nav_div{
        padding: 40px 40px;
    }
    .main_div h1{
        font-size: 56px;
        font-weight: 700;
    }
    .main_div h2{
        font-size: 64px;
    }
    .main_div h3{
        font-size: 18px;
    }
    .form_capital {
        width: 40%;
        padding: 40px;
        background: radial-gradient(circle, #090149 0%, #00081C 70%);
    }
    .form_capital h2{
        font-size: 40px;
    }
    .thankyou h2{
        font-weight: bold;
        font-size: 56px ;
    }
    .thankyou p{
        font-size: 14px;
        width: 290px;
    }
    .thankyou img{
        height: 90px;
    }
}
@media (max-width:992px) {
    .nav_div{
        padding: 10px 10px;
    }
    .get_btn,.get_btn_1,.inp_cap,.lb_cap,.select-box,.sub_btn,.inp_cap_div{
        font-size: 14px;
    }
    .nav_div img{
        height: 60px;
    }
    .main_div h1{
        font-size: 32px;
        padding-top: 30px;
    }
    .main_div h2{
        font-size: 40px;
    }
    .main_div h3{
        font-size: 14px;
    }
    .form_capital {
        width: 95%;
        padding: 20px;
        background: radial-gradient(circle, #090149 0%, #00081C 40%);
    }
    .form_capital h2{
        font-size: 32px;
    }
    .thankyou h2{
        font-size: 40px ;
    }
    .thankyou p{
        font-size: 12px;
        width: 200px;
    }
    .thankyou img{
        height: 60px;
    }
}
