@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo img {
    width: auto;
    height: 70px;
}

.login-btn a {
    padding: 15px 45px;
    background: #02121d;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    z-index: 0;
    vertical-align: middle;
    border-radius: 50px;
    border: 2px solid #02121d;
}
.login-btn a:hover{
       background: transparent;
    border: 2px solid #02121d;
    color: #02121d;
}

.login-btn a:hover::before{
    height: 100%;
    transition: all 0.5s ease;
}
.price-bg {
      position: relative;
}
.section-heading h2{
    font-size: 3rem;
}






.logo-sec::before {
    content: "";
}
.img-rocket2 img {
    width: auto;
    height: 150px;
}
.img-rocket1 img {
    width: auto;
    height: 150px;
}
.sec-tittle h2 {
        color: #02121d;
    padding: 10px 0;
    font-size: 3rem;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;

}
.plan span {
    border-top: 5px solid #fb571f;
    padding: 5px 25px;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    background: #ffb752;
    position: absolute;
    left: 0;
    top: 27px;
    color: #000;
}
.feature-img {
    border-radius: 9px;
    background: #4aa5c81c;
}
.feature-img img {
    width: auto;
    height: 250px;
}

.img-rocket2 {
    position: absolute;
    left: 50px;
    bottom: -60px;   
}
.img-rocket1 {
    position: absolute;
    top: -35px;
    right: 50px;
}
section.joinsec {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
        background-color: #02121d;
}


.main-banner {
    overflow: hidden;
    position: relative;
    display: flex;
   background: url(../images/banner.jpg)no-repeat;
   background-position: center;
   background-size: cover;
    align-items: center;
    min-height: 100vh;
    z-index: 0;

}

.banner-content h4{
font-size: 14px;
    color: #dadada;
    letter-spacing: 6px;
    font-family: 'Poppins';
    font-weight: unset;
}
.banner-content h2{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.banner-content h5 {
      font-weight: 600;
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-family: "Rajdhani", sans-serif;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;

}

.banner-content p{
    color: #fff;
    margin-top: 20px;
}

.feature-item.bg2 {
    background: #fff;
}
.feature-item.bg2 h2{
    color: #ffc107;
}
.feature-item.bg2 .feature-plan{
 background-color: #ffc107;
    box-shadow: 0px 6px 6px 1px #fd4f6426;
}

section.form-login {
    width: 100%;
    height: 100vh;
}


.feature-item.bg3 {
    background: #fff;
}
.feature-item.bg3 h2{
    color: #8f8d8d;
}
.feature-item.bg3 .feature-plan{
  background-color: #8f8d8d;
    box-shadow: 0px 6px 6px 1px #8f8d8d40;
}
.price-sec{
    position: relative;
}
.price-sec::after{
    position: absolute;
    bottom: -137px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: url(../images/icon/wave.svg);
}

.pricingTable-header h3 {
    box-shadow: 0px 4px 8px #ffc1072e;
    position: absolute;
    top: -23px;
    color: #fff;
    right: 10px;
    background: #ffc107;
    font-size: 20px;
    padding: 10px 35px;
    font-weight: 200;
    border-radius: 10px 0;
}
.feature-item {
        margin: 58px 0;
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 48px #dddddd47;
    border-radius: 17px;
  
}

.feature-item.bg-2 {
    background: #ffc5cd;
}


.feature-title h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}


.feature-plan {
    top: -34px;
    box-shadow: 0px 6px 6px 1px #00a99d2e;
    color: #fff;
    background: #ff008a;
    position: absolute;
    padding: 10px 24px;
    border-radius: 12px;
}

.login-bg{
    background: url(../images/log-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-dashboard {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 48px #0000000d;
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.login-form {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    padding-left: 40px;
}

.login-form.user{
    background: url(../images/user.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.login-form.password{
    background: url(../images/password.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.back-home img {
    filter: invert(1);
}
.back-home {
    width: 40px;
    height: 40px;
    background: #000;
    position: absolute;
top: 5px;
    right: 6px;
    z-index: 11;
    border-radius: 50px;
    padding: 8px;
}
.line {
    width: 100%;
    height: 2px;
    background: #00a99d;
    margin: 10px 0;
}
.line2 {
    width: 100%;
    height: 2px;
    background: #ffc107;
    margin: 10px 0;
}
.line3 {
    width: 100%;
    height: 2px;
    background: #8f8d8d;
    margin: 10px 0;
}
.btn.signin {
    color: #fff;
    background: #000;
    width: 100%;
    padding: 11px;
}

h3.form-title {
   color: #000000;
    font-weight: 800;
    margin: 15px 0;
}
.form-banner{
    background: #f9f9f9;
}

.fot-bg {
    left: -25px;
    position: absolute;
    bottom: 0;
}

.fot-bg img {
    width: auto;
    height: 189px;
}
.form-sec{
    padding: 50px 0;
}

.row.billing_details{
    row-gap: 30px;
}