@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:wght@300;400&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    font-family: 'Roboto',sans-serif;
}
html{
    font-size: 62.5%;
}
@keyframes blink {
   from{
    transform:scale(.9) ;
   }
   to{
    transform:scale(1.0) ;
   }
}
p{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
footer a:hover{
    text-decoration: none;
    color: #d3d3d3;
}
:root{
    --primary-color:#153963;;
    --secondary-color:#D80A38;
    --other-color:#d03779;
    --text-color:#1c66bc;
}
/* utility class */
.container{
    max-width: 120rem!important;
    margin-inline: auto;
}

.bottom__caption>h1{
 color: var(--text-color);
 font-size: 3rem;
 word-spacing: .2rem;
 font-weight: bolder;
margin-bottom: 0;
text-align: center;
font-family: 'Roboto',sans-serif;
padding-block: 1rem;
}
.flex{
display: flex;

}

/* logo design */
.logo__container{
    width: 35%;
    margin-inline: auto;
}
.logo__container>img{
max-width: 12rem;
padding-block: 1rem;
}
.top__header>h1{
     background-color: rgba(247, 247, 250, 0.941);
     font-size: 2rem!important;
}
/* graph-section */
.graph__section img,.lifePlanner__section img{
height: 100%;
max-width: 100%;
object-fit: cover;
}
.graph__section>h1{
    font-size: 3rem;
    position: absolute;
    left: 15%;
    top: 20%;
    color: var(--primary-color);

}
.graph__section>h1>span{
    color: var(--other-color);
    font-weight: 700;
}
/* form-section */
.form__section{
 background-color: rgba(247, 247, 250, 0.941);
    padding-block: 4rem;
}
form{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 2rem;
    align-items: center;
    justify-items: center;
    padding-block: 5rem;
    background-color: white;
    padding-bottom: 13rem;
    box-shadow: 2px 5px 10px rgb(238, 238, 238);
    border-radius: 1rem;
}
input::placeholder,select>option,select{
    font-size: 1.5rem;
}

/*#industry option{*/
/*    font-size: 2.0rem;*/
/*}*/
select{
    margin-bottom:2rem;
     font-size: 1.5rem;
}

input,select{
    padding: 1.1rem 1rem;
    width: 38rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.submit__container{
   grid-column: 1/2;
   grid-row: 4;
   margin-top: 3rem;
   margin-right: 40%;
}
.submit__container button{
    border: none;
    background-color: transparent;
    transform: all .7s ease-in-out;
}
.submit__container button:hover{
    transform: scale(1.1);
    transition-duration: 0.1s;
}
 .submit__container button:active{
    transform: scale(0.9);
  }
  .submit--button img{
   animation: blink  1s linear infinite alternate;
  }

 .submit--button :hover img{
    transform: scale(1.1);

 }
 .submit--button:active{
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(195, 131, 222);
 }
.submit__container img{
    width: 15rem;
    background: transparent;
}
.secondar--color{
    color: var(--secondary-color) !important;
    font-size: 3rem!important;
}
/*  lifePlanner-Section  */

/* join-section */
.join__section{
    color: white;
}
.join__section--inner{
    background-color: white;

}
.finacial__back,.nonfinacial__back{
    background-color: var(--primary-color);
    flex: 1;
    font-size: 2rem;
    padding: 2rem 4rem 5rem;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}
.join__section--inner h2{
    margin-bottom: 3rem;
    text-decoration: underline;
}
.offer__caption>h1{
background-color: #ae306d!important;
color: white;
}
.offer__section>ul>li{
    color:var(--text-color) ;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
.offer__section{
    color: var(--text-color);
}
.offer__section>ul{
    padding-block: 5rem;
    padding-left:10rem;
}
.section__boxes{
    background-color: var(--primary-color);
    padding: 5rem;
}

.box__container{
    justify-content: center;
    column-gap: 2rem;
    margin-block: 5rem;
}
.section__boxes .box{
    background-color: #6FB2FF;
    padding: 2rem 1rem;
    width: 20rem;
    text-align: center;
    font-size: 1.3rem;
}
.box h2{
    font-size: 2.5rem;
    font-weight: 700;
}
.box p{
    font-size: 1.8rem;
    font-weight: 600;
}
.section__boxes h1{
 color: white;
 font-size: 5rem;
 text-align: center;
 line-height: 1.3;
 font-weight: 700;
 word-spacing: 1rem;
 position: relative;

}
.section__boxes h1::after{
    content: "";
    display: block;
    height: .4rem;
    width: 28rem;
    margin-inline:auto;
    background:#D80A38;
}
.section__boxes>p{
 font-size: 1.8rem;
 color: white;
 word-spacing: .3rem;
 line-height: 2.7rem;
 text-align: justify;
}
/* before-after section */
.before__section{
    background-color: var(--other-color);
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}
.before__section-inner{
    margin-block: 6rem;
    flex: 1;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary-color);
    color: white;
    font-size: 1.5rem;
}
.before__section-inner>img{
    max-width: 80%;
    margin-top: -4rem;
}
.before__section-inner>h1{
    font-weight: 600;
    margin-block: .7rem;
}
.before__section-inner ul{
    margin-block: 2rem;
    padding-inline: 1.5rem;
}
.before__section-inner ul>li{
    line-height: 3rem;
    font-size: 2.5rem;
    font-weight: 500;
}
.submit--button{
display: flex;
justify-content: center;
}
.submit--button img{
    width: 30rem;
    border: none;
    margin-top: 2rem;
}
.testimonial{
    background-color:rgba(247, 247, 250, 0.941);
}
.testimonial>h1{
   background-color: white;
   color: var(--primary-color);
   line-height: 3rem;
   padding-block: 2rem;
   font-size: 3rem;
   text-align: center;
   font-weight: 700;
}
.testimonial__inner{
 justify-content: center;
 gap: 2rem;

}
.item{
    color: var(--primary-color);
    margin-top: 5rem;
    flex-direction: column;
    padding-inline: 3rem;
    padding-bottom: 2rem;
    text-align: justify;
    background-color: white;
    height: 100%;
    /* font-size: 1.8rem; */
    box-shadow: 2px 2px 4px rgb(195, 195, 195);
}
.item h2{
    font-weight: 700;
    margin-left: 1rem;
}
.testimonial__card_img{
align-items: center;
margin-bottom: 1.5rem;
}
.testimonial__card_img + p{
    font-size: 1.8rem;
}
.testimonial__card img{
    width: 10rem!important;
}
.owl-carousel{
    padding-inline: 4rem;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.owl-stage{
    display: flex;
    justify-content: center;
}
.owl-next img{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5rem;}

.owl-prev img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5rem
}
/* about-section-start */
.about__section{
    justify-content: space-evenly;
    margin-block:3rem ;
}
.about__section_content{
    width: 50%;
    line-height: 3rem;
    font-size: 1.9rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify!important;
    flex-direction: column;
    padding-block:3rem ;
    padding-inline: 5rem;
    color: var(--primary-color);

}
.top__para{
align-self: flex-start;
}
.about__section_content h1{
    font-size: 3rem;
    font-weight: 700;
    align-self: flex-start;

}
.about__section__image {
    width: 45%;
    padding-block:3rem ;
    display: flex;
    justify-content: end;
}
.about__section__image img{
    width: 60%;
    min-width: 80%;
    object-fit: cover;
}
/* footer-start */
.footer-widget-wrap {
    padding-top: 6rem;
    padding-bottom: 5rem;
    padding-inline: 2rem;
}
.site-footer  {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    color:white;
}
footer li{
    list-style: none;
}
footer a{
    text-decoration: none;
     color: #d3d3d3;;
}
.widget ul, .widget ol,ul.address-list  {
    margin: 0;
    padding: 0;
}
.site-footer, .site-footer table th, .site-footer table td, .site-footer .widget.widget_calendar table {
    color: #d3d3d3;
}
.top-footer p, .top-footer a {
    font-size: 1.4rem;
}
.site-info-foot .img-box ,.widget-title{
    margin-bottom: 2.2rem;
}
.widget ul li, .widget ol li,.list-item,.social-group li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.social-profile.social-foot {
    width: 14rem;
}
.social-profile ul li {
    display: inline-block;
    list-style: none;
    line-height: 1;
}
.site-footer .social-profile ul li a {
    font-size: 2rem;
}
.social-foot ul li{
    padding: 1rem 1.4rem;
}
.widget-title::after{
    content: "";
    display: inline-block;
    height: .4rem;
    width: 3rem;
    margin-left: 1rem;
    vertical-align: middle;
    background:#D80A38;
}
@media(max-width:1200px) and (min-width:1000px){
    html{
        font-size: 55%;
    }
}
@media(max-width:1000px){
    html{
        font-size: 45%;
    }
    .flex{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .graph__section>h1,.lifePlanner__section>h1{
        font-size: 2rem;
    }
    .graph__section,.lifePlanner__section{
        max-height: 32%;
    }
    .testimonial__card,.about__section_content,.about__section__image {
        width: 100%;
    }
    form,.box__container>.box{
        display: block;
        text-align: center;
    }
    .box__container>.box{
        width: 80%;
        margin-bottom: 1rem;
    }
    .about__section__image{
        justify-content: center;
    }
    .box__container{
        align-items: center;
    }
    form>.form-group>input,form>.form-group>div{
        margin-bottom: 2rem;
    }
     form>.form-group>select{
         margin-bottom: 2rem;
    }
    .about__section {
        flex-direction: column-reverse;
    }
}

