@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }

body{
    font-family: 'Poppins', sans-serif !important;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    margin: 0;
    padding: 0;
    color:var(--color-Body-Text-olor) !important;
}
:root{
    --color-Purple: #556EE6;
    --color-Yellow: #F1B44C;
    --color-Green: #34C38F;
    --color-Off-White: #F4F4F4;
    --color-Dark-Purple: #2A3142;
    --color-Light-Purple: #D4DBF9;

    /* Fonts Colors Used: */

    --color-Body-Text-olor: #495057;
    --color-H2: #495057;
    --color-H1: #556EE6;

    /*Border color*/
    --color-ionput-border:#B2C7D5;

    /*lato*/
    --font-lato :'Lato', sans-serif;
}
ul{
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}
table {
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto;
}
header{
    position: relative;
    opacity: 1;
    z-index: 0;
    top: 0px;
    left: 0px;
    background-color: #2a3142;
}
.contact_btn{
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 5px ;
    background-color: var(--color-H1);
    color:#fff;
    font-size: 22px;
    font-weight: 700;
    font-family: var( --font-lato);
    border: 1px solid  var(--color-H1) !important;
    padding: 10px;
    text-transform: capitalize;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}
.contact_btn:hover{
    border: 1px solid  var(--color-Green) !important;
    color:#fff;
    background-color: var(--color-Green);
}



.row{
    display: flex;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.header-container{
    margin: 0 auto;
    padding: 22px 0;
    /* width: 87% !important; */
    max-width: 1403px !important;
}
.h_col_menu ul{
    display: flex;
    align-items: center;
    padding-right: 20px
}
.h_col_menu ul a{
    margin: 0 20px;
    color:#fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.h_col_menu ul a:hover,
.h_col_menu ul a.active{
    color:var(--color-H1)
}

  /***hero-section****/

.hero-section{
    position: relative;
    opacity: 1;
    z-index: 0;
    background-image: url(../images/hero-image.png);
    background-position: center center;
    background-size: cover;
}

.hero-section .container{
    max-width: 1313px;
}

.hero-section .hero_title span{
    display: inline-block;
    animation: .3s swift-up ease-in-out forwards;	
    /* overflow: hidden; */
  }
  
  .hero-section i{
    font-style: normal;
    position: relative;
    top: 55px;
    animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}
.ft-w-800{
    font-weight: 800;
}
.offset-1-c {
    margin-left: 5.333333%;
}
.hero_title{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 96px;
    text-transform: capitalize;
    text-shadow:  2px 2px 19px #000;
}
.contact-card{
    padding: 25px;
    border-radius: 10px !important;
}
.card_title{
    color: var(--color-H1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.contact-card .card_subtitle{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 8px;
    margin-top: 0px;
}
.contact-card input{
    border: 1px solid var(--color-ionput-border) !important;
    background-color: var(--color-Off-White) !important;
    padding: 7px 10px 10px 10px;
}
.contact-card .input::placeholder{
    color:#495057 !important;
    font-weight: 500;
}
.form_info{
    font-size: 11px;
    line-height: 16px;
}
.contact-card  .contact_btn{
    width: 64%;
    margin: 0 auto;
}


/**Guarantee section**/
.inner_titles{
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
    color:var(--color-H1)
}
.guarantee-sec{
    margin-top: 80px;
    margin-bottom: 80px;
}
.guarantee-sec p{
    font-size: 26px;
    line-height: 36px;
    margin: 35px 0;
}
.gua-row-wrap{
    max-width: 90% !important;
    margin: 0 auto;
}
.gua-row-wrap hr{
    margin: 40px 0;
    background: #495057;
    height: 1.5px !important;
}
.gua_row{
    display: flex;
    justify-content: space-around;
}
.gua_row .col__3{
    flex-basis: 33%;
    cursor: pointer;
}
.gua_row .col__3 h5{
    margin-top: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.gua_row .col__3 img{
    transition: all 0.5s ease;
}
.gua_row .col__3:hover img{
    transform: scale(1.2);
}

.future-sign .container{
    background-image: url(../images/about-section-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 27px;
    padding: 58px;

}
.future-sign h4{
    color:var(--color-Off-White);
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}
.future-sign p{
    color:var(--color-Off-White);
    font-size: 20px;
    line-height: 32px;
}


.gray-bg .container{
    background-color: #E3EBFC;
    border-radius: 24px;
    padding: 50px 61px;
}

.gray-bg .img_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 23px;
}
.gray-bg .img_wrap img{
    width: 100%;
    object-fit: cover;
}
.gray-bg ul{
    list-style-type: disc !important;
    padding-left: 40px !important;
}
@media(min-width:767px){
    .gray-bg.gray-bg_men ul{
        padding-left: 25px !important;
    }
}
.gray-bg ul p{
    font-family: var(--font-lato);
    font-size: 20px;
    font-weight: 500;
}

.learn-today .container{
    background-image: url(../images/cta-image.png);
    background-size: cover;
    border-radius: 24px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px;
    overflow: hidden;
    background-position: center;
}
.learn-today .container .contact_btn{
    width: 230px;
    margin: 0 auto;
}
.learn-today .container h5{
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--color-Off-White);
    margin-bottom: 25px;
}

footer{
    background-color: #2A3142;
}
footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer ul li a{
    color:#fff;
    text-decoration: none;
    font-family: var(--font-lato);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 45px;
    text-transform: uppercase;
}
footer ul li a:hover{
    color:var(--color-H1)
}
.copyright{
    background-color: #495057;
    color:#FFFFFF;
    padding: 20px 0;
}
.copyright span{
    font-family: var(--font-lato);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.video-container {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin: 18px auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
    background-image: url(../images/video-column.png);
    background-size: cover;
  }
  .video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-container video {
    width: 100%;
    height: 100%;
    border-radius: 9px;
  }
  
  .play-button-wrapper {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .play-button-wrapper .play-gif {
    cursor: pointer;
    pointer-events: auto;
  }
  .play-button-wrapper .play-gif svg {
    width: 100px;
    height: 100px;
    fill:var(--color-Green);
    stroke: ar(--color-Green);;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.9;
  }
  .play-button-wrapper.hide-playicon .play-gif {
    opacity: 0;
  }


 @media(min-width:1400px){
    body .container{
        max-width: 1183px;
    }
    body .inner-container.container{
        max-width: 1262px;
    }
} 

@media(min-width:1200px){
    .h_col_menu > ul{
        margin-right: 10% !important;
    }
    .contact-card-col{
        width: 36% !important;
    }
    .hero_title-col{
        width: 53% !important;
    }
} 

@media(min-width:992px) and (max-width:1200px){
    .contact-card-col{
        width: 36% !important;
    }
    .hero_title-col{
        width: 53% !important;
    }
    .hero_title {
        font-size: 33px;
        line-height: 41px;
        margin-bottom: 127px;
    }
}


@media(max-width:992px){
    .contact-card-col{
        width: 50% !important;
    }
    .hero-section> .container > .row{
        flex-direction: column-reverse;
    }
    .gray-bg ul p{
        font-size: 16px;
    }
    .offset-1-c{
        margin-left: 0;
    }
    .gua-row-wrap{
        max-width: 100% !important;
        margin: 0 auto;
    }
    .gua_row .col__3{
        flex-basis: 30%;
    }
    .gua_row .col__3 h5{
        margin-top: 25px;
        font-weight: 500;
        font-size: 18px;
    }
    .future-sign h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .future-sign p {
        font-size: 17px;
        line-height: 26px;
        margin: 0;
    }
}

@media(max-width:767px){
    .contact-card-col{
        width: 65% !important;
    }
    .hero_title {
        color: #fff;
        font-size: 33px;
        line-height: 44px;
        margin-bottom: 33px;
        text-transform: capitalize;
    }
    .gua_row {
        flex-wrap: wrap;
    }
    .gua_row .col__3{
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    footer ul li:first-child{
        flex-basis: 100%;
        text-align: center;
    }
    footer ul li:first-child img{
        margin: 0 auto;
    }
    footer ul{
        margin-bottom: 20px !important;
    }
    .play-button-wrapper .play-gif svg {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:575px){
    .contact-card-col{
        width: 100% !important;
    }
    .h_col_logo img {
        width: 91px;
    }      
    .h_col_menu ul a {
        margin: 0 10px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }
    .hero_title {
        color: #fff;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 33px;
        text-transform: capitalize;
    }
    .inner_titles{
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 39px;
    }
    .guarantee-sec p {
        font-size: 20px;
        line-height: 30px;
    }
    .future-sign .container{
        padding: 23px;
        width: 95%;
    }
    .gray-bg .container,
    .learn-today .container{
        width: 95%;
    }
    footer ul li a{
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        margin: 0 20px;
    }
    .copyright span{
        font-size: 12px;
    }
    .gray-bg .container{
        padding: 23px;
    }
   
}