@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{
    font-family: "Inter", sans-serif;
    border: none;  outline: none;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    box-sizing:  border-box;
}

*::selection{
  background-color: #1A66FB;
  color: white;
}

*:focus {
    outline: none;
}

body , html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar , .box-mobile::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  {
    background-color:  #f38604;
    outline: 1px solid #f38604;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

a , a:hover{
    text-decoration: none;
    color: var(--black);
}
ul{
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,span{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}

span,a,li,p {
    font-size: 16px;
    margin-bottom: 0;
}

.container{
    max-width: 1170px
}

section{
    padding: 60px 0;
}

ul.header__wrap {
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    align-items: center;
    border-bottom: 1px solid grey;
    padding-bottom: 15px;
}

ul.header__wrap li a {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 16px;
}

ul.header__wrap li a svg {
    background-color: #1A66FB;
    padding: 10px;
    color: white;
    clip-path: circle(48%);
}

ul.header__wrap li a p {
    font-size: 13px;
    font-weight: 400;
}

ul.header__wrap li a span {
    font-size: 16px;
    line-height: 0;
    font-weight: 600;
}
.banner__wrap .bnr-content h2 {
    font-size: 20px;
    font-weight: 600;
    background-color: #1A66FB;
    display: block;
    width: max-content;
    text-align: center;
    margin: auto;
    color: white;
    padding: 5px 25px;
    border-radius: 5px;
}
.banner__wrap .bnr-content h5 {
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
}

.banner__wrap .bnr-content h5 span {
    font-size: 45px;
    font-weight: 700;
    color: #2166f7;
}

.banner__wrap .bnr-content h4 {
    font-size: 60px;
    letter-spacing: -2px;
    font-style: italic;
    line-height: 65px;
    text-align: center;
    color: #747474;
    font-weight: 700;
    max-width: 800px;
    margin: auto;
}

.banner__wrap .bnr-img {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.banner__wrap .bnr-img .award {
    position: absolute;
    top: 0;
    left: 25%;
    top: -25px;
}

img.award-1 {
    max-width: 70%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

strong.offer-txt {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    display: block;
    margin: auto;
    text-align: center;
    color: #2166f7;
}

.banner__wrap .bnr-content a , .steps__wrap  a ,.faq__wrap a{
    font-size: 23px;
    display: block;
    text-align: center;
    font-weight: 700;
    background-color: #2766f3;
    width: max-content;
    margin: auto;
    color: white;
    padding: 8px  20px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.banner__wrap .bnr-content a:hover {
    background-color: black;
}
.banner__wrap .bnr-content strong {
    display: block;
    text-align: center;
}

img.award {
    display: block;
    margin: 20px auto 0 auto;
}

.c-review {
    max-width: 770px;
    margin: auto;
}

.c-review .review-content {
    display: flex;
    align-items: center;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 300px;
    gap: 20px;
    margin-top: 20px;
}

.c-review .review-content h6 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #747474;
    letter-spacing: -1px;
    line-height: 32px;
}

.c-review .review-content span {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    display: block;
    padding-top: 10px;
    color: #2c66ef;
    font-weight: 500;
    padding-right: 80px;
}

section.about__wrap {
    background-color: #2c66ef;
}

section.about__wrap h5 , .promise h5 , .money__back h5{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: white;
    letter-spacing: -1px;
    text-transform: uppercase;
}

section.about__wrap ul {
    background-color: white;
    padding: 30px 40px;
    margin-top: 20px;
}

section.about__wrap ul li {
    font-size: 18px;
    line-height: 23px;
    list-style: disc;
    padding: 7px 0;
    font-weight: 600;
    font-style: italic;
}

section.about__wrap ul li strong {
    color: #3066eb;
    font-style: italic;
}


.steps__wrap h5 , .testimonial__wrap h5 , .fobes__wrap h5 , .get-started h1 , .faq__wrap h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
}

.steps__wrap p , .testimonial__wrap p , .fobes__wrap p{
    font-size: 25px;
    text-align: center;
}

.steps__wrap .content {
    width: 370px;
    height: 270px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    margin-top: 30px;
     transition: all .3s linear;
}

.steps__wrap .content span {
    font-size: 25px;
    font-weight: 700;
    color: #3066eb;
}

.steps__wrap .content p {
    font-size: 16px;
    line-height: 21px;
}
.steps__wrap h6 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    color: #747474;
    padding: 20px 0;
}
.steps__wrap strong {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
}
.steps__wrap .content:hover {
    background-color: #3066eb;
    color: white;
    transform: translateY(-10px);
    transition: all .3s linear;
}

.steps__wrap .content:hover span {
    color: white;
}
.steps__wrap .content:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(136deg) brightness(101%) contrast(90%);
}
section.testimonial__wrap {
    background-color: #F5F5F5;
}

.testi__box {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

.testi__box p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    padding: 15px;
    margin-bottom: 20px;
}

.testi__box.top__wrap {
    margin-top: -45px;
}

.testi__box .star-re {
    position: absolute;
    max-width: 106px;
    top: 10px;
    content: '';
    left: 10px;
}
.promise {
    background-color: #2c66ef;
}
.promise p {
       font-size: 25px;
    text-align: center;
    color: white;
}

.promise h4 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
   
}
.promise .left-content h4 {
     color: red;
}
.promise .right-content h4 {
     color: #47CE17;
}
.promise .left-content , .promise .right-content {
    background-color: white;
    padding: 30px;
    margin-top: 25px;
}

.promise ul li {
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
}

.promise ul {
    padding-top: 10px;
}
.fobes__wrap .content li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    font-style: italic;
}

.fobes__wrap .content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.fobes__wrap .content-right img {
    display: block;
    background-color: black;
}

.fobes__wrap .content-right div {
    background-color: #231f20;
    padding: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fobes__wrap .content-right strong {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
}

.fobes__wrap .content-right p {
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    padding: 10px 0;
    padding-right: 20px;
    padding-left: 20px;
}
.fobes__wrap .content-right {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-bottom: 5px;
}
section.get-started {
    background-color: #F5F5F5;
}

.get-started h4 {
    font-size: 30px;
    font-weight: 700;
    color: #1A66FB;
    padding: 15px 0;
}

.get-started .left-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.get-started .left-content ul li strong  , .get-started .right-content ul li strong{
    font-size: 16px;
    font-weight: 700;
}
.get-started .left-content ul li p , .get-started .right-content ul li p{
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 10px;
}
.get-started .right-content h4, .get-started .right-content h4 span {
    font-size: 30px;
    text-align: center;
}
 .get-started .right-content h4 span  {
    color: black;
 }
 .get-started form input {
    font-size: 14px;
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 1px solid #8080802e;
    margin-bottom: 10px;
    border-radius: 3px;
}

.get-started form button {
    font-size: 18px;
    font-weight: 700;
    background-color: #2166f7;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    color: white;
}
.get-started .form__plat {
    margin: 15px 0;
}
section.money__back {
    background-color: #2166f7;
}

.money__back strong {
    font-size: 25px;
    color: white;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 10px 0;
    display: block;
}

.money__back p {
    font-size: 18px;
    line-height: 24px;
    color: white;
}
.money__back a {
    font-size: 23px;
    display: block;
    text-align: left;
    font-weight: 700;
    background-color: white;
    width: max-content;
    margin: auto;
    color: black;
    padding: 8px 20px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 20px;
}
.img__client {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #272622;
}

.faq__wrap .accordion-button:not(.collapsed) {
   color: black;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.faq__wrap  .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.faq__wrap  .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.faq__wrap p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
section.footer__wrap {
    background-color: #212733;
}
.footer__wrap .contact li h4 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    letter-spacing: -1px;
}

.footer__wrap .contact li a {
    color: white;
}

.footer__wrap .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__wrap .contact li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: math-auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer__wrap .contact li a svg {
    font-size: 18px;
    color: #2c66ef;
}
.disclimer {
    background-color: #2c66ef;
    margin: 50px 0 20px 0;
    padding: 30px 0;
}

.disclimer strong {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-align: center;
    display: block;
}

.disclimer p {
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: 300;
}
section.footer__wrap {
    background-color: #212733;
    padding: 50px 0 0 0;
}

.copy-right li p , .copy-right li a {
    font-size: 14px;
    color: white;
    font-weight: 300;
}

.copy-right {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: black;
}

.slick-dots li:active {
  background-color: #2766f3;
}

.slick-dots li.slick-active button:before {
  background-color: #2766f3;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
}

form input[type="email"]{
  text-transform: lowercase;
}
form input[type="email"]::placeholder {
     text-transform: capitalize;
}