Files
2026-04-28 15:13:50 +02:00

134 lines
2.7 KiB
CSS

/********************************************
***** Landing Page STYLES - START **********
********************************************/
.th-landing-page-content{
text-align: center;
padding: 40px;
background-color: #f9fafb;
min-height: 100vh;
}
.th-icon-wrap{
display: inline-block;
background: linear-gradient(to top, #F2EBF7 , #FFFFFF );
padding: 45px;
border-radius: 50%;
}
.th-desc-head{
color: #555555;
max-width: 600px;
margin: 10px auto 30px;
line-height: 2rem;
}
.th-get-started-btn{
background-color: #facc15;
border: none;
color: #000000;
padding: 15px 50px;
border-radius: 20px;
cursor: pointer;
border: none;
min-width: 200px;
text-decoration: none;
}
.th-read-more{
background: linear-gradient(to right, #FEFFFF 50%, #FFF8DE);
margin-top: 40px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
}
.th-read-more button{
background-color: #6F53F6;
color: #ffffff;
padding: 15px 20px;
border-radius: 6px;
cursor: pointer;
border:none
}
.th-read-more p{
margin-top: 20px;
font-weight: 700;
font-size: 18px;
}
.th-sub-content{
background: linear-gradient(to right, #FEFFFF 50%, #FFF8DE);
margin-top: 40px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
}
.th-sub-content p{
color: #6b7280;
}
.th-sub-content h2{
font-size: 24px;
font-weight: bold;
}
.th-diff-box-wrap{
display: flex;
gap: 20px;
justify-content: center;
margin-top: 20px;
padding: 10px 25px;
}
.th-diff-box {
background-color: #ffffff;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
width: 50%;
}
.th-diff-box ul{
text-align: left;
color: #6b7280;
margin-top: 10px;
list-style: none;
}
.th-diff-box button{
background-color: #a855f7;
color: #ffffff;
width: 100%;
padding: 10px;
border-radius: 6px;
margin-top: 10px;
}
.th-diff-box-content{
display: flex;
justify-content: space-between;
align-items: center;
}
.th-diff-box-content h3{
font-weight: 600;
text-align: left;
padding-inline-start: 40px;
}
.th-diff-box-content li{
display: flex;
align-items: baseline;
gap: 8px;
}
.th-diff-box-content p{
color: #1F2937;
margin: 5px 1px;
}
.th-btn-box{
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
gap: 25px;
}
.th-btn-box a{
background-color: #6F53F6;
color: #ffffff;
padding: 15px 20px;
border-radius: 6px;
cursor: pointer;
border:none;
min-width: 200px;
text-decoration: none;
}