* {
    padding: 0;
    margin: 0;
}

body {
    background: #F9F9F9;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.container {
    width: 550px;
}

img {
    max-width: 100% !important;
}

a {
    text-decoration: none !important;
}

h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    /* or 111% */
    font-feature-settings: 'liga' off;
    /* Text/Neutral/50 */
    color: #0F0F0F;
}

h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    /* identical to box height, or 117% */
    text-align: center;
    font-feature-settings: 'liga' off;
    /* Text/Neutral/50 */
    color: #0F0F0F;
}

h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    font-feature-settings: 'liga' off;
    /* Text/Neutral/50 */
    color: #0F0F0F;
}

p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    font-feature-settings: 'liga' off;
    /* Text/Neutral/40 */
    color: #57585C;
}

.btn-pri {
    background: rgb(228, 59, 44);
    border-radius: 8px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 16px 41px; */
    gap: 10px;
    width: 196px;
    height: 62px;
    border-radius: 4px !important;
    border: 1px solid rgba(0,0,0,0.1);

}

.btn-pri:hover {
    background-color: #cd291a !important;;
    border: 1px solid #cd291a !important;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
border-radius: 4px;
border-radius: 4px;
    
}

.banner-btns-box a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-align: center;
    font-feature-settings: 'liga' off;
    /* Text/Neutral/10 */
    color: #FFFFFF;
}

.btn:hover {
    background-color: #b79ae9;
    border-color: #b79ae9;
}

.wrapper {
    background-image: url("https://images.clickfunnels.com/a0/a40fb62b1f48f3a682427db3ecb6ec/vis_thumb.png");
    height: auto;
    width: 100%;
    background-repeat: repeat repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.main-card {
    width: 100%;
    margin-top: 130px;
    margin-bottom: 500px;
}

.top-card {
    background: black;
    padding: 18px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    border-bottom: 4px solid rgb(65, 71, 76);
}

form {
    width: 80%;
    margin-left: 52px;
}

.bottom-card {
    background: rgba(46, 49, 52, 0.9);
}

.top-heading h2 {
    text-align: center;
    color: rgb(228, 59, 44);
    font-size: 48px;
    font-weight: 700;
    font-family: sans-serif;
    margin-top: 12px;
    margin-bottom: 2px !important;
}

.sec-head {
    color: #fff;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700 !important;
    padding: 29px 10px 18px 10px;

    margin-left: 7px;
    /*! margin-top: 10px; */
}

.third-heading {
    text-align: center;
    color: rgba(255, 255, 255, 0.47);
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 500 !important;
    margin-bottom: 12px;
    margin-left: 8px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 24px .75rem !important;
    height: 24px !important;
    line-height: 18px !important;
    border-radius: 3px !important;


}

.form-control::placeholder {

    color: rgba(79, 78, 78, 0.47) !important;
}
.form-control:focus {
    border: 1px solid #42B0E2 !important;
    box-shadow: 0 0 0 0rem;

}
.form-floating {
    margin-bottom: 16px;
    border-radius: 5px !important;


    width: 430px;
    margin-left: 8px;
}

.form-floating img {
    position: absolute;
    margin-top: 16px;
    right: 11px;
    font-size: 24px;
}

.get-btn {
    font-size: 27px;
    line-height: 39px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    width: 430px !important;
    margin-left: 9px;
}

.foter-items li a {
    color: #c0bdbdf8;
}

.foter-items li p {
    color: #fff;
    margin-left: 8px;
}

.foter-items li a:hover {
    text-decoration: underline !important;
}

.spam {
    color: rgba(255, 255, 255, 0.47);
}

.bottom-card {
    border-radius: 0px 0px 10px 10px
}

.containerInner {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer{
    color: #fff;
    padding-top: 100px;
padding-bottom: 40px;
outline: none;
margin-top: 500px;
  }
  .footer-wedget a{
    color: rgba(255, 255, 255, 0.62);
    
  }

  .footer-wedget a:hover{
    color: rgba(255, 255, 255, 0.62);
    text-decoration: underline !important;
  }

  