@import 'index-framework.css';

body{
    font-family:monospace;
    font-weight:400;
    font-size:16px;
    line-height:26px;
    color: #000000;
    -webkit-font-smoothing:antialiased;
}
header, section {
    overflow: hidden;
}
nav{
    width:100%
}

a, button {
  cursor: pointer;
  transition: all 0.25s;
}
a:hover, button:hover {
  text-decoration: none;
}
a:active, button:active, a:focus, button:focus {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    font-weight: 900;
    font-family: Rubik;
}
h1, h2 {
    font-size: 58px;
    line-height: 70px;
}
h1.small, h2.small {
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
}
.container{
    position:relative;
}
::-webkit-selection{
    background:#3A9DDF;
    color:#fff;
}
::selection {
    background: #3A9DDF;
    color: #fff;
}
@media (max-width: 1199.98px) {
    header[class^="pt-"], section[class^="pt-"], header[class*=" pt-"], section[class*=" pt-"] {
        padding-top: 80px;
    }

    header[class^="pb-"], section[class^="pb-"], header[class*=" pb-"], section[class*=" pb-"] {
        padding-bottom: 80px;
    }
    h1, h2 {
        font-size: 52px;
        line-height: 62px;
    }
    h1.small, h2.small {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 991.98px) {
    h1, h2 {
        font-size: 42px;
        line-height: 52px;
    }
    h1.small, h2.small {
        font-size: 32px;
        line-height: 42px;
    }
    .text-adaptive.f-22 {
        font-size: 20px;
        line-height: 30px;
    }
@media (max-width: 767.98px) {
    h1, h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h1.small, h2.small {
        font-size: 26px;
        line-height: 36px;
    }
    .text-adaptive.f-22 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width:575.98px){
    h2{
        font-size:26px;
        line-height:36px
    }
    h2.small{
        font-size:22px;
        line-height:32px
    }
}
@media (max-width:1199.98px){
    .feature_2[class*=" pb-"]{
        padding-bottom:30px
    }
    .feature_2 .description{
        margin-top:20px
    }
}
h1, h2, h3, h4, h5, h6 {
     -webkit-margin-before: 0;
     -webkit-margin-after: 0;
     margin: 0;
     font-weight: 900;
     font-family: Rubik;
}}
