/*desktop view css*/
.your-smart-way {
    background-color: #000000;
    background-image: url(../images/top-banner-bg.png);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 500px;
}
p {
    font-family: 'Nunito';
    font-size: 16px;
    line-height: 1.6;
}
.your-smart-way-left h1.smart-text {
    color: #fff;
    font-family: Nunito;
    font-size: 46px;
    font-weight: 800;
    padding-top: 30px;
}

.your-smart-way-left p.mt-3 {
    font-weight: 400;
    width: 86%;
}
.your-smart-way-left .two-btn-add img {
    width: 160px;
    height: 60px;
    margin-top: 25px;
}
.your-smart-way-left .brand-logo img {
    width: 55%;
}

.your-smart-way-right img {
    width: 100%;
    margin-top: 40px;
}

.your-smart-way a.become-partner {
    background: #ff00ee;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    color: #fff;
    text-decoration: none;
    font-family: "Nunito";
    font-size: 16px;
    font-weight: 700;
}
.your-smart-way .become-btn-right {
    display: flex;
    justify-content: flex-end;
    width: 93%;
    padding-top: 25px;
}
.your-smart-way i.bi.bi-person-plus {
    font-size: 22px;
    margin-top: 3px;
}

.your-smart-way span.line-add {
    padding: 0px 8px;
}
.star-img {
    margin-top: -83px;
    margin-bottom: 25px;
}
.meet-world-around {
    background-color: #000000;
}
.smart-meet-sec {
    background-image: url(assets/images/meet-bg-img.png);
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: center;
}

.meet-world-around h1.smart-text {
    text-align: center;
    color: #fff;
    font-family: Nunito;
    font-size: 40px;
    font-weight: 800;
    padding-top: 30px;
}

.meet-world-around p.text-center {
    padding-top: 20px;
    width: 68%;
    margin: auto;
    line-height: 1.8;
}
.your-smart-way a.become-partner:hover {
    background: #0092fa;
}
.meet-world-around .card-option {
    background: #380034;
    color: #fff;
    border-radius: 15px;
    padding: 75px;
    width: 93%;
    transition: all 0.4s ease;
    cursor: pointer;
}
.meet-world-around .card-option:hover {
    background: linear-gradient(135deg, #5b0060, #380034);
    color: #fff;
    transform: scale(1.05) rotate(-1deg);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.meet-world-around .card-option.card-option-blue {
    background: #0092fa;
}
.meet-world-around .inner-card-add .card-option img {
    width: 50%;
    margin-bottom: 20px;
}

.meet-world-around .inner-card-add .card-option h5 {
    font-size: 20px;
    font-family: "Nunito";
    font-weight: 700;
}

.meet-world-around .inner-card-add {
    padding-bottom: 50px;
}

.login-or-register h1.smart-text.text-white {
    text-align: left;
}

.login-or-register .phone-mockup img {
    width: 650px;
}

.login-img-two img {
    float: right;
}
.login-register-add {
    height: 560px;
}
.login-register-add.align-items-center.login-img-three {
    margin-bottom: 150px;
}
.sortix-footer .sortix-footer-first img {
    width: 50%;
    padding-bottom: 30px;
}

.sortix-footer .sortix-footer-first i {
    background: #ff00ee;
    border-radius: 100px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.sortix-footer .sortix-footer-first a {
    text-decoration: none;
}
.sortix-footer .sortix-footer-first i:hover {
    background: #0092FA;
}
.sortix-footer p.text-center {
    width: 75%;
    margin: auto;
    line-height: 1.8;
    padding-bottom: 15px;
    color: #fff;
    padding-top: 0px;
    font-family: 'Nunito';
    font-size: 16px;
}
.sortix-footer .apple-btns-add {
    width: 68%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sortix-footer h6.text-white {
    font-size: 18px;
    font-family: "Nunito";
    font-weight: 700;
    padding-bottom: 15px;
}

.sortix-footer .sortix-footer-second {
    padding-left: 84px;
}

.sortix-footer .sortix-footer-third {
    padding-left: 84px;
}

.sortix-footer .list-unstyled li a {
    line-height: 2.1;
}

.sortix-footer .list-unstyled li a:hover {
    color: #0092fa !important;
}

 @media only screen and (max-width: 767px) {

.your-smart-way-left h1.smart-text {
    color: #fff;
    font-size: 40px;
}
.your-smart-way-left p.mt-3 {
    font-weight: 400;
    width: 100%;
}
.brand-logo {
    padding-top: 40px;
}
.your-smart-way .become-btn-right {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 25px;
}
.your-smart-way {
    background-image: url(assets/images/top-banner-bg.png);
    background-size: cover;
    background-position: top;
    padding-bottom: 0;
}

.meet-world-around p.text-center {
    width: 100%;
}

.smart-meet-sec {
    background-image: url(assets/images/meet-bg-img.png);
    background-size: contain;
}

.login-register-add {
    height: auto;
}
.login-or-register .phone-mockup img {
    width: 100%;
}
.meet-world-around h1.smart-text {
    font-size: 25px;
    padding-top: 40px;
    text-align: center !important;
}
.meet-world-around .star-img {
    margin-top: -43px;
    margin-bottom: 25px;
}
.meet-world-around .star-img img {
    width: 14%;
}

.meet-world-around p.text-center {
    padding-top: 0px;
    margin-bottom: 20px !important;
}

.sortix-footer p.all-reserved-text {
    margin-bottom: 0px !important;
}
.meet-world-around .inner-card-add {
    padding-bottom: 0px;
}

p {
    text-align: center;
    font-size: 14px;
}
.meet-world-around .card-option {
    border-radius: 15px;
    padding: 60px;
    width: 100%;
}

.sortix-footer {
    padding-left: 10px;
}
.sortix-footer .sortix-footer-second {
    padding-left: 10px;
}
.sortix-footer .sortix-footer-third {
    padding-left: 10px;
}

.login-register-add.align-items-center.login-img-three {
    margin-bottom: 50px;
}

.login-or-register .login-register-add.align-items-center.login-img-three p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px !important;
}
.login-or-register p.text-white.mb-5.pt-3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.sortix-footer-first {
    padding-left: 5px;
}

.sortix-footer p.text-white {
    text-align: left;
}

.two-btn-add {
    justify-content: center;
    margin-top: 0px !important;
}
.login-img-two {
    display: flex;
    flex-direction: column-reverse;
}

.sortix-footer .apple-btns-add {
    width: 60%;
}

.sortix-footer h6 {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 10px;
}


}
