.upselling {
    font-family: "cabin";
    background-color: #19012b;
    margin-top: 60px;
}
.banner{
    background-color: #f7edff;
    /* height: 500px; */
    display: flex;
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding: 20px 0;
}
/* .typo{
    border: 1px solid black;
} */
.typo h1{
    font-size: 80px;
    color: #4b0082;
}
.trynow{
    padding: 20px 80px;
    border-radius: 19px;
    background-color: #d090ff;
    border: none;
    font-size: 23px;
    font-weight: 600;
    color: #4b0082;
    cursor: pointer;
    margin-top: 50px;
    box-shadow: 2px 2px 3px rgba(49, 49, 49, 0.8);
}
.trynow:hover{
    color:#f7edff;
    background-color: #4b0082;
}
.bookus{
    padding: 20px 50px;
    border-radius: 19px;
    background-color: #4b0082;
    border: none;
    font-size: 23px;
    font-weight: 600;
    color: #f7edff;
    cursor: pointer;
    margin-left: 15px;
    box-shadow: 0 3px 8px rgba(178, 70, 255, 0.3);
}
.bookus:hover{
    background-color: #d090ff;
    color: #4b0082;
}
@media (max-width: 992px) {
    .typo h1 {
        font-size: 3.5rem;
    }

    .trynow,
    .bookus {
        font-size: 1rem;
        padding: 15px 35px;
        margin-top: 20px;
    }
    .upselling-logo{
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .banner {
        text-align: center;
        height: auto;
    }
    .trynow{
        padding: 15px 55px;
    }
    .bookus {
        margin-left: 15px;
        margin-top: 10px;
    }
    .upselling-logo{
        width: 70% !important;
        max-width: 200px !important;
    }
}
@media (max-width: 576px) {
    .banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        text-align: center;
        padding: 10px;
        overflow: hidden;
    }

    .typo h1:first-child {
        font-size: 3rem;
        /* margin-bottom: 10px; */
        margin-top: 40px;
    }
    .typo h1:last-child {
        font-size: 3rem;
        margin-bottom: 20px;
        /* margin-top: 40px; */
    }

    .trynow,
    .bookus {
        width: 80%;
        font-size: 1rem;
        padding: 10px 0;
        margin: 8px auto;
        display: block;
        margin-top: 18px;
    }

    .upselling-logo {
        width: 80% !important; /* Try 40%, 50%, or 60% depending on what looks best */
        height: 90% !important;
        margin-top: 10px;
    }

    .img {
        margin-top: 10px;
        padding: 0;
    }

    .typo {
        padding: 0;
        margin: 0;
    }
}
@media screen and (min-width:270px) and (max-width:520px) {
    .upselling-logo {
        width: 80% !important; /* Try 40%, 50%, or 60% depending on what looks best */
        height: 90% !important;
        margin-top: 10px;
    }
}

.upselling-logo {
    width: 100%;
    max-width: 450px !important;
    height: 450px;
    border-radius: 50%;
    padding: 50px 0;
    display: block;
    margin: 0 auto;
}
/* .img{
    border: 1px solid black;
} */
.para{
    color: #f7edff;
    font-size: 32px;
}
@media (max-width: 992px) {
    .para{
        font-size: 25px;
    }
}
@media (max-width: 768px) {
    .para{
        font-size: 20px;
    }
}
.benefits{
    color: #f7edff;
    font-size: 30px;
    /* border: 1px solid white; */
}
.benefits h3{
    font-size: 45px;
}
.benefits span{
    margin-right: 15px;
}
.benefits p{
    margin-left: 100px;
}
@media (max-width: 992px) {
    .benefits p{
        margin-left: 30px;
    }
    .benefits {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .benefits p{
        margin-left: 30px;
    }
    .benefits h3{
        font-size: 32px;
    }
    .benefits {
        font-size: 17px;
        text-align: left;
    }
}
@media (max-width: 576px) {
    .benefits {
      font-size: 14px;
      text-align: left;
    }
    .benefits h3{
        font-size: 32px;
    } 
}
.keyfeature{
    color: #f7edff;
    font-size: 30px;
    margin-top: 80px;
}
.keyfeature h3{
    font-size: 45px;
}
.keyfeature span{
    margin-right: 15px;
}
.keyfeature p{
    margin-left: 100px;
}
@media (max-width: 992px) {
    .keyfeature p{
        margin-left: 30px;
    }
    .keyfeature {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .keyfeature p{
        margin-left: 20px;
    }
    .keyfeature h3{
        font-size: 32px;
    }
    .keyfeature {
        font-size: 16px;
        text-align: left;
    }
}
@media (max-width: 576px) {
    .keyfeature {
      font-size: 13px;
      text-align: left;
    }
    .keyfeature h3{
        font-size: 32px;
    }  
}
.getstart{
    display: block;
    background-color: #d090ff;
    color: #4b0082;
    padding: 20px 80px;
    border-radius: 20px;
    font-size: 32px;
    font-weight: 600;
    margin: 100px auto;
    align-items: center;
    justify-content: center;
    border: 0;
    /* margin-bottom: 100px; */
    box-shadow: 0 2px 3px rgba(184, 183, 183, 0.7);
}
.getstart:hover{
    background-color: #eaceff;
    color: #4b0082;
}
@media (max-width: 992px) {
    .getstart{
        padding: 10px 50px;
    }
}
@media (max-width: 768px) {
    .getstart{
        font-size: 22px;
        padding: 10px 30px;
    }
}
@media (max-width: 576px) {
    .getstart{
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 10px;
    }
}

.navbar-cont .logo, 
.navbar-cont .logo .logo-img {
    border: none !important;
    outline: none !important;
}