/* Start Custom Fonts CSS */@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('../fonts/tonfont-100.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('../fonts/tonfont-200.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('../fonts/tonfont-300.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('../fonts/tonfont-400.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../fonts/tonfont-500.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../fonts/tonfont-600.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('../fonts/tonfont-700.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('../fonts/tonfont-800.woff2') format('woff2');
}
@font-face {
	font-family: 'TonFont';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('../fonts/tonfont-900.woff2') format('woff2');
}
/* End Custom Fonts CSS */

body, html {
    margin: 0;
    padding: 0; 
    font-family: "TonFont", "Barlow Condensed", serif;
    color: #35424a;
}

.slogan-icon{
    color:#00E100; 
    font-size:50px !important;
    font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 0,
    'opsz' 24;
}

body {
    background-color: #f4f4f4;
}

.banner {
    background-color: #20252A;
    color: white;
    padding: 20px 0;
}

.banner-text {
    padding-right: 20px;
}

.banner-image img {
    max-width: 100%;
    height: auto;
}

footer {
    background: #35424a;
    color: #ffffff;
}

.carousel-item {
    padding: 20px 0;
}

.card {
    margin: 10px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-card{
    padding:20px;
    border-radius: 10px;
    border: solid 1px green;
    min-height: 360px;
}

.plan-card-highlight{
    background-color: #20252A;
    color: white;
}

.plan-title{
    color: #00C700;
    font-size: 30px;
    font-weight: 700;
}

.font-heading {
    font-family: "TonFont", "Barlow Condensed", serif;
}

.plann-tax {
    font-size: 20px;
    font-weight: 700;
}

.plan-description{
    font-size: 18px;
    font-weight: 400;
}

.plann-tax small{
    font-size: 15px;
    font-weight: 700;
}

.plann-tax .plan-tax-value {
    font-size: 22px;
    color: #00C700;
}

.plan-card .btn{
    background-color: #00C700;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
}

.banner-text h1 span{
    color: #00C700;
    font-weight: 700;
}

.text-green{
    color: #00C700;
}

.bold-500{
    font-weight: 500;
}

.bold-100{
    font-weight: 100;
}

.bold-200{
    font-weight: 200;
}

.bold-300{
    font-weight: 300;
}

.bold-400{
    font-weight: 400;
}

.bold-600{
    font-weight: 600;
}   

.bold-700{
    font-weight: 700;
}

.bold-800{
    font-weight: 800;
}

.bold-900{
    font-weight: 900;
}

.font-12{
    font-size: 12px;
}

.font-14{
    font-size: 14px;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-22{
    font-size: 22px;
}

.font-24{
    font-size: 24px;
}

.font-26{
    font-size: 26px;
}

button:focus { outline:0 !important; }

.font-roboto{
    font-family: "Roboto", sans-serif;
}

.owl-stage{
    margin: 0 auto;
}

.btn-request-machine{
    background-color: rgba(0,235,51,1);
    border-radius: 50px;
}

.btn-request-machine:hover{
    background-color: rgba(0,204,44,1);
}

.fill-current {
    fill: #000;
}

.machine-card svg{
    width: 25px;
    height: 25px;
}