.spl-Heder {
    width: 1440px;
    height: 597px;
    margin-top: 60px;
    gap: 70px;
}
.spl-main-nav {
    width: 1440px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
    padding-left: 100px;
}
.spl-main-nav-logo {
    width: 229px;
    height: 58px;
    margin-right: 100px;
}
.spl-main-nav-wrapper-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spl-main-nav-wrapper-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.spl-main-nav-wrapper-menu ul a.spl-Home {
    width: 54px;
    height: 28px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    color: #000000;
    margin-right:40px;
    text-decoration: none;
}
.spl-main-nav-wrapper-menu ul a.spl-Features {
    width: 79px;
    height: 28px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    color: #000000;
    text-decoration: none;
    margin-right: 40px;
}
.spl-main-nav-wrapper-menu ul a.spl-Booking-Form {
    width: 125px;
    height: 28px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    color: #000000;
    text-decoration: none;
    margin-right: 40px;
}
.spl-main-nav-wrapper-menu ul a.spl-Integrations {
    color: #000000;
    text-decoration: none;
    margin-right: 40px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    width: 125px;
    height: 28px;
}
.spl-main-nav-wrapper-menu ul a.spl-Pricing {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    width: 62px;
    height: 28px;
    color: #000000;
    text-decoration: none;
    margin-right: 40px;
}
.spl-main-nav-wrapper-menu ul a.spl-Demo {
    width: 54px;
    height: 28px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    color: #000000;
    text-decoration: none;
    /*margin-right: 40px;*/
}
.spl-main-nav-button {
    width: 147px;
    height: 58px;
    color: #FFFFFF;
    border: none;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 14px;
    background: linear-gradient(90deg, #0B2367 0%, #0EAFF4 100%);
    margin-top: 5px;
}
.spl-Smart-Online-Booking-Made-Beautiful {
    width: 1440px;
    height: 469px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 80px;
}
.spl-text {
    width: 531px;
    height: 466px;
    gap: 35px;
}
.spl-text h1.spl-title {
    width: 531px;
    height: 216px;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    color: #000000;
}
.spl-text p.spl-subtitle {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    color: #000000;
}
.spl-button {
    width: 158px;
    height: 68px;
    gap: 10px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 35px;
    border-radius: 14px;
    background: #1AABEC;
    margin-top: 30px;
    border: none;

}
.spl-main section.spl-What-Slotifi-Is {

    width: 1240px;
    height: 188px;
    gap: 10px;
    margin-left: 97px;
    padding-top: 40px;
    padding-right: 115px;
    padding-bottom: 40px;
    padding-left: 115px;
    border-radius: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F5F5 ;
}
section.spl-What-Slotifi-Is.spl-slotify-title {
    width: 295px;
    height: 50px;
}