@import url('https://fonts.cdnfonts.com/css/calibri-light');

* {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

body {
	max-width: 450px;
	margin: 0 auto;
	height: 100vh;
	background: #fff;
	direction: ltr;
	min-height: 100vh;
	display: block;
	padding: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

.top-header{
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-header .logo-container{
    width: fit-content;
    display: block;
}

.top-header .logo-container img{
    width: 78px;
    height: 78px;
}

.top-header .logo-container p{
    color: #557E39;
    text-align: center;
    font-family: Calibri;
    font-size: 0.40rem;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
}

.top-header .brand-container{
    display: block;
}

.top-header .brand-container .brand{
    color: #49742B;
    font-family: Calibri;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.top-header .brand-container .brand-description{
    color: #5A5A5C;
    font-family: Calibri;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.img-main{
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.service-description{
    color: #5A5A5C;
    text-align: justify;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    letter-spacing: 0.14px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.service-description-2{
    color: #5A5A5C;
    text-align: justify;
    font-family: Calibri;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
    letter-spacing: -0.6px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

main .form-cta{
    color: #000;
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin-top: 10px;
}

.service-price{
    color: #000;
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.main-btn{
    border-radius: 12px;
    background: #56922E;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: Calibri;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-style: none;
    outline: none;
    width: 80%;
    margin-top: 5px;
}

.platform-text{
    color: #49742B;
    text-align: center;
    font-family: Calibri;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 123.529% */
}

.img-platform{
    width: 65%;
    margin:0 auto;
    display: block;
    margin-top: 20px;
}

/* .platform-titr-main{
    color: #000 !important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
} */

.platform-titr{
    color: #5A5A5C;
    font-family: Calibri;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 150% */
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
}

.platform-description{
    color: #5A5A5C;
    text-align: justify;
    font-family: Calibri;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
    letter-spacing: -0.15px;
    width: 90%;
    margin: 0 auto;
}

nav {
	background: #E8E8E8;
	width: 90%;
	padding: 10px 0;
	border-radius: 12px;
    margin: 0 auto;
    margin-top: 10px;
}

nav ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	width: 90%;
	justify-content: space-between;
	margin: 0 auto;
}

nav ul li {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

nav ul li img {
	align-self: center;
	width: 35px;
	height: 35px;
	overflow: hidden;
	display: flex;
}

nav ul li div {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #5A5A5C;
}

.text-margin{
    margin-top: 20px !important;
}

footer{
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.information{

    color: #5A5A5C;
    font-family: Calibri;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
}

.information-text{
    margin-top: 0 auto;
    color: #5A5A5C;
    text-align: justify;
    font-family: Calibri;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: -0.15px;
    width: 100%;
    margin: 0 auto;
}

.information-text a{
    color: #8C8CFF;
    font-family: Calibri;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.link-container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.link-container .link{
    color: #49742B;
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    cursor: pointer;
}

.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-body {
    background: white;
    color: #000;
    padding: 20px;
    border-radius: 8px;
    overflow-y: scroll;
    max-width: 300px;
    max-height: 400px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close-modal-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f44336;
    border: none;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
}

.modal-content{
    border: none;
    width: 95%;
    direction: ltr;
    text-align: left;
    padding: 0;
}

.img-plus{
    width: 135px;
    height: 23.59px;
    display: block;
    margin:0 auto;
    margin-top: 20px;
}

.item-text{
    margin:0 auto;
    display: block;
    color: #5A5A5C;
    text-align: center;
    font-family: Calibri;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
}


.bold{
    font-weight: 700;
}

.margin{
    margin-top: 10px;
}



/* box new */

.box-n1{
    width: 90%;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: ltr;
}
.box-n1 h2{
    color: #5A5A5C;
text-align: justify;
font-family: 'Calibri';
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 22.5px;
margin-bottom: 15px;
}
.box-n1 p{
    color: #5A5A5C;
font-family: 'Calibri';
font-size: 15px;
font-style: normal;
font-weight: 400;
/* line-height: 16.5px; */
line-height: 22.5px;
letter-spacing: -0.6px;
text-align: justify;
}
.box-n2{
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: ltr;
}
.box-n2 > div{
width: 22%;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-n2 > div > img{
width: 100%;
    border-radius: 12px;
}

.box-n2 > div > h3{
    color: #000;
    text-align: center;
    font-family: 'Calibri';
    /* font-size: 12px; */
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
}







