.ct{
    margin-top: -80px;
}
.offcanvas-menu{
display: none;
}

.tc{
text-align: center;
font-size: 38px;
padding-bottom: 20px;
}
.tc::after{
    display: none;
}
.hero-landing{
    display: flex;
}
.hero-landing--right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    text-align: center;
    align-items: center;    
}
.hero-landing--tittle{
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none solid rgba(34,34,50);
    color: #222232;
}
.hero-landing--text {
    margin-bottom: 20px;
}
.hero-landing--button{
    display: inline-block;
    text-transform: capitalize;
    max-width: fit-content;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none solid rgb(255,255,255);
    text-align: center;
    padding-block-start: 16px;
    background-color: #222232;
    color: #fff;
    border-radius: 8px;
    height: 60px;
    padding-inline: 20px;
}
.hero-landing--button:hover{
    background-color: #ff7e00;
    color: #fff;
}
.hero-landing--span::before{
    font-size: 18px;
    padding-left: 4px;
}
.im{
   margin-right: 10px; 
   color: #ff7e00;
}

.ctb{
    display: flex;
    flex-direction: column;
}
.ctb a{
    margin-top: 40px;
    margin-inline:auto;
}

.footer-custom-align{
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .footer-custom-align{
        justify-content: center;
    }
    .hero-landing{
        flex-direction: column;
        row-gap: 20px;
    }
}