/* ==========================================================
   ZYTRIX RESPONSIVE ENGINE
   File: responsive.css
   Project: wealth.hi-systems.africa
   Version: 0.1

   Philosophy

   Desktop First
   Institutional
   Spacious
   Predictable
==========================================================*/


/* ==========================================================
   1600px
==========================================================*/

@media screen and (max-width:1600px){

.container{

    width:min(92%,1280px);

}

}



/* ==========================================================
   1440px
==========================================================*/

@media screen and (max-width:1440px){

.display{

    font-size:5.5rem;

}

.hero-title{

    font-size:4.2rem;

}

.section{

    padding:100px 0;

}

}



/* ==========================================================
   1200px
==========================================================*/

@media screen and (max-width:1200px){

.grid-4{

    grid-template-columns:

    repeat(2,1fr);

}

.metrics{

    grid-template-columns:

    repeat(2,1fr);

}

.footer-grid{

    grid-template-columns:

    repeat(2,1fr);

}

.split{

    gap:48px;

}

}



/* ==========================================================
   1024px
==========================================================*/

@media screen and (max-width:1024px){

.grid-3{

    grid-template-columns:

    repeat(2,1fr);

}

.split{

    grid-template-columns:

    1fr;

}

.hero{

    min-height:auto;

    padding-top:160px;

    padding-bottom:120px;

}

.hero-content{

    text-align:center;

}

.hero-actions{

    justify-content:center;

}

}



/* ==========================================================
   900px
==========================================================*/

@media screen and (max-width:900px){

.grid-2{

    grid-template-columns:

    1fr;

}

.cards{

    grid-template-columns:

    1fr;

}

.features{

    grid-template-columns:

    1fr;

}

.metrics{

    grid-template-columns:

    1fr;

}

.footer-grid{

    grid-template-columns:

    1fr;

}

.nav-links{

    display:none;

}

.hero-title{

    font-size:3.5rem;

}

.display{

    font-size:4rem;

}

}



/* ==========================================================
   TABLET
==========================================================*/

@media screen and (max-width:768px){

.section{

    padding:80px 0;

}

.section-lg{

    padding:110px 0;

}

.container{

    width:92%;

}

.navbar-inner{

    height:72px;

}

.hero{

    padding-top:140px;

}

.hero-title{

    font-size:3rem;

    letter-spacing:-1px;

}

.hero-subtitle{

    font-size:1rem;

}

.hero-actions{

    flex-direction:column;

    align-items:center;

}

.btn{

    width:100%;

    max-width:340px;

}

h2{

    font-size:2.2rem;

}

h3{

    font-size:1.5rem;

}

.info-card{

    padding:28px;

}

.card{

    padding:28px;

}

.metric{

    padding:28px;

}

.metric-value{

    font-size:2.3rem;

}

.table{

    display:block;

    overflow-x:auto;

}

}



/* ==========================================================
   MOBILE
==========================================================*/

@media screen and (max-width:600px){

body{

    font-size:15px;

}

.display{

    font-size:3rem;

}

.hero-title{

    font-size:2.5rem;

}

.hero-subtitle{

    font-size:.95rem;

}

.section{

    padding:64px 0;

}

.section-sm{

    padding:48px 0;

}

.section-lg{

    padding:90px 0;

}

.badge{

    padding:10px 16px;

    font-size:.78rem;

}

.info-card{

    padding:24px;

}

.card{

    padding:24px;

}

.icon-box{

    width:56px;

    height:56px;

}

.logo{

    gap:12px;

}

.logo-mark{

    width:36px;

    height:36px;

}

}



/* ==========================================================
   SMALL MOBILE
==========================================================*/

@media screen and (max-width:480px){

.hero-title{

    font-size:2.1rem;

}

h2{

    font-size:1.8rem;

}

h3{

    font-size:1.25rem;

}

.lead{

    font-size:1.05rem;

}

.btn{

    padding:16px 20px;

}

.metric-value{

    font-size:2rem;

}

.metric-label{

    font-size:.82rem;

}

.faq-item{

    padding:20px;

}

.callout{

    padding:24px;

}

.footer{

    text-align:center;

}

}



/* ==========================================================
   EXTRA SMALL
==========================================================*/

@media screen and (max-width:360px){

.hero-title{

    font-size:1.8rem;

}

.display{

    font-size:2.4rem;

}

.container{

    width:94%;

}

.info-card{

    padding:20px;

}

.card{

    padding:20px;

}

.section{

    padding:56px 0;

}

}



/* ==========================================================
   LARGE SCREENS
==========================================================*/

@media screen and (min-width:1800px){

.container{

    width:min(1500px,88%);

}

.hero-title{

    font-size:6rem;

}

.display{

    font-size:8rem;

}

.section{

    padding:150px 0;

}

}



/* ==========================================================
   ULTRA WIDE
==========================================================*/

@media screen and (min-width:2200px){

.container{

    width:min(1700px,84%);

}

.hero-title{

    font-size:7rem;

}

.display{

    font-size:9rem;

}

}



/* ==========================================================
   LANDSCAPE MOBILE
==========================================================*/

@media screen and (max-height:500px)
and (orientation:landscape){

.hero{

    min-height:auto;

    padding-top:120px;

    padding-bottom:80px;

}

.section{

    padding:60px 0;

}

}



/* ==========================================================
   PRINT
==========================================================*/

@media print{

.navbar,
.hero-actions,
.btn,
.footer{

    display:none;

}

body{

    background:white;

    color:black;

}

*{

    box-shadow:none !important;

}

}