/*desktop view css*/
body {
    font-family: "Nunito";
}

.navbar .custom-btn span {
    font-weight: 800;
}

.navbar .hero-section {
    background: linear-gradient(90deg, #d63384, #0d6efd);
    min-height: 90vh;
    position: relative;
    overflow: hidden;
}

.navbar .hero-section::before {
    content: "";
    background: url("../images/crowd.jpg") center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.navbar .custom-btn {
    background-color: #ff00ff;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: bold;
    width: 192px;
    display: flex !important;
    justify-content: center;
}

.navbar .custom-btn .divider {
    border-left: 1px solid #fff;
    height: 20px;
}
.navbar i.bi.bi-person-plus {
    font-size: 22px;
    margin-top: 3px;
}
nav.navbar a.navbar-brand.fw-bold {
    width: 20%;
}
nav.navbar img.logo-sortiz-add {
    width: 100%;
}
nav.navbar ul.navbar-nav.mb-2.mb-lg-0 {
    gap: 15px;
    width: 78%;
    text-align: center;
    display: flex;
    justify-content: center;
}

nav.navbar a.nav-link {
    color: #1c1c1e;
    font-family: "Nunito";
    font-weight: 700;
}

nav.navbar button.btn.custom-btn:hover {
    background: #0092fa;
}
nav.navbar a.nav-link:hover {
    color: #0092fa;
}

section.hero-section {

     background: url('../images/hero-banner-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center;
}

.hero-section h1 {
    font-size: 55px;
    font-weight: 800 !important;
}
.hero-section p {
    font-size: 18px;
    width: 52%;
    margin: auto;
    font-weight: 600;
    padding: 10px 0;
}
.hero-section a.contact-us-btn {
    border-radius: 100px;
    color: #ff00ee;
    font-weight: 700;
    height: 55px;
    display: flex;
    align-items: center;
    width: 14%;
    margin: auto;
    border: none;
    justify-content: center;
}
i.bi.bi-arrow-right {
    padding-left: 8px;
}

.hero-section a.contact-us-btn:hover {
    background: #0092fa;
    color: #fff;
}

.about-sortiz .custom-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #f0f;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}
.about-sortiz .check-icon {
    color: #0d6efd;
}
.about-sortiz .contact-btn {
    background-color: #0d6efd;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    height: 55px;
    margin: auto;
    border: none;
    width: 28%;
}
.about-sortiz .contact-btn:hover {
    background-color: #ff00ff;
}
.about-sortiz-right small.text-uppercase {
    color: #1c1c1c;
    font-weight: 600;
}

h2 {
    font-weight: 700;
    font-size: 50px;
    color: #1c1c1c;
}

.about-sortiz-right strong {
    font-size: 22px;
    color: #1c1c1c;
}

.about-sortiz-right p.small {
    padding-left: 30px;
    width: 90%;
    font-size: 16px;
}

.about-sortiz-right small.text-uppercase img {
    padding-left: 10px;
}
.about-sortiz {
    padding: 65px 0px;
}
.how-it-works {
    background: url("../images/how-it-work-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 65px 0;
}

.create-your-event .step-number {
    width: 60px;
    height: 60px;
    background-color: #0092fa;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.create-your-event .image-stack {
    position: relative;
    display: inline-block;
}

.create-your-event .image-stack img {
    position: relative;
    border-radius: 12px;
    z-index: 1;
    width: 100%;
}

.create-your-event-left h5 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 10px;
}
.create-your-event-left p {
    padding-right: 60px;
}
.create-your-event {
    padding: 25px 0px;
}
.create-your-event.two {
    background: #f4f4f4;
    padding-bottom: 0px;
}

.create-your-event.two .create-your-event-left p {
    padding-right: 0px;
}

.create-your-event.two .create-your-event-left.text-right {
    padding-left: 50px;
}
.create-your-event.three {
    background: #fff;
}

.talk-about-your-event .form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    color: black;
}
.talk-about-your-event .form-control {
    border-radius: 50px;
    border: solid 1px #1c1c1c;
    padding: 13px;
    box-shadow: none;
}
.talk-about-your-event textarea.form-control {
    border-radius: 30px;
}
.talk-about-your-event .btn-custom {
    background-color: #0092fa;
    color: white;
    border-radius: 50px;
    width: 100%;
    height: 55px;
    margin-top: 25px;
    font-weight: 700;
    font-size: 18px;
}
.talk-about-your-event .info-section h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.talk-about-your-event .info-section h2 {
    font-weight: bold;
    color: #fff;
    padding: 10px 0px;
    width: 80%;
}
.talk-about-your-event .info-section p {
    width: 92%;
}
.talk-about-your-event .info-section i {
    margin-right: 8px;
    font-size: 20px;
}
.talk-about-your-event {
    background: #0092fa;
    padding: 30px 0px;
}

.talk-about-your-event label.form-label {
    color: #1c1c1c;
    font-weight: 700;
}
.info-section.talk-about-right {
    color: #ffff;
    padding-left: 50px;
}
.info-section.talk-about-right img {
    padding-left: 10px;
}

.talk-about-your-event .info-section h2 {
    font-weight: bold;
    color: #fff;
    padding: 10px 0px;
}
.talk-about-your-event p.time-text-add {
    padding-top: 20px;
    width: 100%;
}
.create-your-event .step-number:hover {
    background-color: #ff00ff;
}

.talk-about-your-event .btn-custom:hover {
    background-color: #ff00ff;
}

.create-your-event.three .create-your-event-left p {
    padding-right: 50px;
}
.talk-about-your-event .form-control::placeholder {
    color: #1c1c1c;
}

.sortix-footer {
    padding-top: 60px;
}

.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;
}
.sortix-footer-first p {
    width: 75%;
}

.time-setting-add {
    display: flex;
    align-items: center;
    gap: 8px;
}



@media only screen and (max-width: 767px) {
    p {
        text-align: center;
        font-size: 14px;
    }
    .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;
    }

nav.navbar a.navbar-brand.fw-bold {
    width: 45%;
}

button.navbar-toggler {
    box-shadow: none !important;
    padding: 11px;
}

nav.navbar ul.navbar-nav.mb-2.mb-lg-0 {
    gap: 5px;
    width: 98%;
    text-align: right;
    display: flex;
    justify-content: center;
}
.navbar .custom-btn {
    width: 192px;
    display: flex !important;
    justify-content: center;
    float: right;
}

nav.navbar .container {
    padding: 0px;
}
nav.navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.hero-section h1 {
    font-size: 40px;
}

.hero-section p {
    width: 100%;
}

section.hero-section {
    height: 460px;
}

.hero-section a.contact-us-btn {
    height: 52px;
    width: 60%;
}

.about-sortiz {
    padding: 40px 0px;
    text-align: center;
}

.about-sortiz-left img {
    margin: auto;
    width: 100%;
    padding-left: 30px;
}
.about-sortiz-right {
    padding-top: 30px;
}
h2 {
    font-weight: 700;
    font-size: 28px;
    color: #1c1c1c;
}

.about-sortiz .contact-btn {
    height: 52px;
    width: 60%;
}


.how-it-works p {
    width: 96%;
    margin: auto;
}

.create-your-event {
    text-align: center;
    padding: 0px 0px;
}

.create-your-event .step-number {
    margin: auto;
    margin-bottom: 20px;
}

.create-your-event-left p {
    padding-right: 0px;
}

.create-your-event-right {
    padding-top: 40px;
}


.create-your-event .image-stack img {
    position: relative;
    border-radius: 12px;
    z-index: 1;
    width: 85%;
}

.create-your-event.two .create-your-event-left.text-right {
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

.create-your-event.two .create-your-event-left p {
    padding-right: 0px;
    width: 100%;
    margin: auto;
}

.create-your-event.three .create-your-event-left p {
    padding-right: 0px;
}

.create-your-event-left {
    padding-top: 0px;
}

.create-your-event-right {
    padding-top: 25px;
}
.talk-about-your-event {
    background: #0092fa;
    padding: 1px 0px;
}

.talk-about-your-event .form-container .row {
    display: block;
    text-align: left;
}

.input-msg-add {
    text-align: left;
}


.talk-about-your-event .form-container {
    padding: 20px;
    color: black;
}

.talk-about-your-event label.form-label {
    padding-top: 15px;
}

.talk-about-your-event .input-msg-add {
    margin-top: -15px;
}

.talk-about-your-event .btn-custom {
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

.talk-about-your-event .info-section p {
    width: 85%;
    margin: auto;
    padding-top: 0px;
}
.info-section.talk-about-right {
    color: #ffff;
    padding-left: 0px;
}

.talk-about-your-event .info-section h2 {
    width: 80%;
    margin: auto;
}
.talk-about-your-event .btn-custom {
    width: 100%;
    height: 52px;
}

.sortix-footer .sortix-footer-second {
    padding-left: 10px;
    text-align: left;
    margin-bottom: 0px !important;
}
.sortix-footer h6.text-white {
    padding-bottom: 15px;
    text-align: left;
}
.sortix-footer p.text-center {
    width: 100%;
}

.sortix-footer .sortix-footer-first img {
    width: 50%;
    padding-bottom: 10px;
    display: flex;
}
.sortix-footer {
    padding-top: 30px;
    padding-left: 0px;
}
.create-your-event.two.new-evenet-add {
    overflow: hidden;
}
.time-setting-add {
    display: block;
    padding-top: 10px;
}
.info-section.talk-about-right {
    padding-left: 0px;
    padding-right: 0px;
}
.create-your-event.three .row.align-items-center {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}


}
