@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Dosis:wght@200;300;400;500;600;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat: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&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,900&family=Raleway: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sen:wght@400;700;800&display=swap');

body{
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.p-mo{
  padding: 0px;
}
.header-top .nav-link {
  display: block;
  padding: 0rem 1rem;
}
.btn{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0E0E0E;
  border-color: #FFD600;
  height: 56px;
  width: 195px;
  padding: 15px 0px;
  border-radius: 0px;
  background: #ffcd2914;
  transition: all 0.3s;
  text-transform: capitalize;
}
.btn-light-yellow{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0E0E0E;
  border-color: #FFD600;
  background: transparent;
  transition: all 0.3s;
  border-radius: 0px;
  transition: all 0.3s;
  margin-right: 20px;
}
.header-top .btn-yellow {
  background: transparent;
  transition: all 0.3s;
  width: 195px;
  text-align: center;
  height: 56px;
}
.btn-yellow .button--skoll {
  overflow: hidden;
  border-radius: 0%;
  color: #fff;
  width: 195px;
  height: 56px;
  padding: 0;
  font-weight: 500;
}
.btn-light-yellow .button--skoll {
  overflow: hidden;
  border-radius: 0%;
  width: 195px;
  height: 56px;
  padding: 0;
  font-weight: 500;
}
.header-top {
  height: 100px;
  padding: 14px 0px;
  background: #fff;
}
/* #spline{*/
/*    visibility: visible;*/
/*    display: block;*/
/*    height: 503px !important;*/
/*    width: 668px !important;*/
/*}*/
.home-animation .home-animation-box{
    height: 656px;
    width: 670px;
    float: right;
}
.home-animation {
    height: 700px;
    width: 700px;
    float: right;
    position: absolute;
    top: 0px;
    right: 51px;
}
.home-banner-left-content h1{
  font-family: 'Roboto';
  font-size: 56px;
  line-height: 67px;
  color: #002A5D;
  font-weight: 500;
  text-transform: capitalize;
}
.home-banner-left-content p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #265186;

}
.scroll-faqs p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #265186;
  text-align: center;
}
.scroll-faqs .line{
  height: 32px;
  width: 1px;
  background: #D0D0D0;
  margin: auto;
}
.scroll-faqs{
  width: 300px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.button--skoll::before {
  content: '';
  background: #FFD600;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 0%;
  transform: translate3d(0,0,0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.button--skoll {
  overflow: hidden;
  border-radius: 0%;
  color: #fff;
  width: 146px;
  height: 56px;
  padding: 0;
  font-weight: 500;
}
.button {
  background: #002A5D;
  transition: .3ms all;
}
.button--skoll span{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.home-banner-bg {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0 4rem;
}
.home-banner-left-content{
    width: 571px;
    max-width: 100%;
}
.card-details h4{
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #002A5D;
  text-align: center;
}
.card-details p{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #265186;
  text-align: center;
}
.next-level-section .card img{
  height: 104px;
  width: 104px;
  margin: auto;
}
.next-level-section .card{
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  width: 364px;
  max-width: 100%;
  margin: auto;
}
.next-level-section h2{
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #002A5D;
  text-align: center;
  margin-bottom: 16px;
}
.next-level-section .next-level-content p{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #265186;
  text-align: center;
  width: 749px;
  margin: auto;
  max-width: 100%;
}
.next-level-content{
  margin-bottom: 2.5rem;
}
.next-level-section .button--skoll {
  overflow: hidden;
  border-radius: 0%;
  color: #fff;
  width: 231px;
  max-width: 100%;
  height: 56px;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 2rem;
}
.next-level-section{
  padding: 3rem 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.icon-and-title{
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.icon-and-currency{
  display: flex;
  width: 100%;
  flex-direction: row;
}
.empowerment-suit-title h2{
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #002A5D;
  text-align: center;
  margin-bottom: 16px;
}
.empowerment-suit-title{
  padding-top: 3rem;
}
.empowerment-content-left h3{
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #002A5D;
  text-align: left;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.empowerment-content-left p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #265186;
}
.empowerment-content-left {
  width: 520px;
  max-width: 100%;
}
.easy-business-magement{
  width: 395px;
  max-width: 100%;
}
.empowerment-suit img{
    box-shadow: 0px 18px 74px 0px rgba(0, 0, 0, 0.2), 0px 16px 34px 0 rgba(0, 0, 0, 0.19);
    height: 480px;
    width: 493px !important;
    float: right;
    max-width:100%;
}
.swift-digitals-content h2{
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #002A5D;
  text-align: left;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.swift-digitals-content p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #265186;
}
.easy-business-magement h2{
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #002A5D;
  text-align: left;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.easy-business-magement p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #265186;
}
.empowerment-suit{
  padding: 4rem 0;
}
.swift-digitals-content{
  width: 489px;
  max-width: 100%;
}
.swift-digital {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F4F4;
  padding: 4rem 0;
}
.swift-digital img{
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.2), 0px 16px 34px 0 rgba(0, 0, 0, 0.19);
  width: 526px;
  height: 498px;
  max-width: 100%;
}
.easy-business-magement-top img {
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.2), 0px 16px 34px 0 rgba(0, 0, 0, 0.19);
  width: 683px !important;
  height: 358px;
  float: right;
  max-width:100%;
}
.easy-business-magement-top{
  padding: 5rem 0;
}
.tab-panel-home {
  width: 688px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.tab-panel-home a{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  color: #1D7874;
}
.tab-panel-home .active{
  color: #002A5D;
}

.test-out-at-free{
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  height: 600px;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #002A5D;
  border-radius: 0px;
  transition: border-color 0.3s ease;
  height: 59px;
  margin-bottom: 32px;
  background: transparent;
  color: #002A5D;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;

}
.form-group label {
  position: absolute;
  left: 19px;
  top: 17px;
  font-size: 14px;
  color: #002A5D;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.form-group input:focus {
  outline: none;
  border: 2px solid #002A5D;
  box-shadow: none;
  background: transparent;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -12px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #002A5D;
  background-color: #F4F4F4;
  padding: 4px 18px;
  border-radius: 4px;
  left: 8px;
}
.test-last-home{
  text-align: center;
  margin-bottom: 2rem;
}
.test-last-home h2{
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #002A5D;
  text-align: center;
  text-transform: capitalize;
}
.test-last-home p{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #265186;
}
/* -------------------------------footer------------------------------ */
.footer {
  position: relative;
  height: 320px;
  padding: 4rem 0;
}
.footer-link h4{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFD600;
  text-align: end;
}
.footer-link p{
  text-align: end;
  margin-bottom: 0px;
}
.footer-link p a{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #F4F4F4;
  text-align: end;
}
.footer-logo p{
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #F4F4F4;
  text-align: left;
}
.p-copy{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFD600;
  text-align: center;
}
.footer-p-copy{
  background: #002a5dab;
  padding: 24px 0px;
  height: 72px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.footer-logo img{
    margin-bottom:16px;
}
.button--skoll span {
    display: block;
    position: relative;
    color: #002A5D;
    transition: .3ms all;
}
.button--skoll:hover span{
    color:#FFD600;
}
.button--skoll > span {
    overflow: hidden;
    mix-blend-mode: unset;
}
.btn-light-yellow .button {
    background: #ffd6000d;
    transition: .3ms all;
    border: 1px solid #FFD600;
}
.btn-light-yellow:hover .button {
    background: #ffd6004d;
}
.btn-light-yellow .button--skoll::before {
    background: #ffd6000d;
}
.button--skoll span {
    color: #0E0E0E;
}
.btn-light-yellow .button--skoll:hover span {
    color: #0E0E0E;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    background: #F4F4F4;
    width: 1920px;
    max-width: 100%;
    height: 600px;
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){}
@media only screen and (min-width: 1081px) and (max-width: 1152px){}
@media only screen and (min-width: 2162px) and (max-width: 2880px){}
@media only screen and (min-width: 1921px) and (max-width: 2160px){}

