/*Jumbotron Desktop*/

.jumbotron-billboard {
    color: white;
    background: url("../images/search_background.png") repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    margin-top: 3.9rem;
}
.jumbotron {
    position: relative !important;
    padding: 2.5rem 0rem;
    border-radius: 0rem;
}
.cross-icon {
    padding-right: 0.4rem;
    width: 1.2rem;
}
.jumbotron-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-page-div .form-group {
    margin-bottom: 1.3rem !important;
    height: 2.7rem;
}

.jumbotron-content .text {
    margin-bottom: 0rem !important;
}
.jumbotron-content .text p {
    padding: 1rem 0rem 0rem 1.2rem;
    font-size: 1.2rem;
}
/* .jumbotron-search-box {
    margin-top: 2rem;
} */
.jumbotron-search-box .input-group-prepend {
    pointer-events: none;
}
.jumbotron-search-box .input-group-text {
    background-color: white;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    border-right: 0 solid transparent;
    padding: 0.89rem 0.8rem 0.91rem 0.9rem;
}
.jumbotron-search-box .form-control {
    border-left: 0 solid transparent;
    padding: 1.7rem 0rem;
    resize: none;
    outline: none;
    border: none;
    border-top-left-radius: 0.1rem !important;
    background-color: white !important;
}
.jumbotron-search-box .form-control:focus {
    box-shadow: none;
}

.jumbotron-search-box .search-btn:hover {
    box-shadow: 0 3px 5px 0 #3886689c, 0 6px 10px 0 #53cd9e4d;
}
.jumbotron-search-box .search-btn {
    color: white;
    background-color: #53cd9e;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem;
}
.jumbotron-search-box .search-btn:focus {
    box-shadow: none;
}
.jumbotron-search-box .search-btn:focus {
    box-shadow: none;
}
.input-group-text {
    background-color: white !important;
    border: none !important;
    padding: 0.95rem 0.75rem 0.95rem 1rem !important;
}
.input-group-text img {
    width: 1.1rem;
}
.swiper {
    width: 500px;
    height: 100%;
    /* height: 50px; */
    text-align: center;
    margin-bottom: 2rem;
}
.slider-list {
    font-size: 2rem; cursor: pointer;text-decoration:underline;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.slider-list-data {
    font-size: 2rem; cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.swiper-container {
    display: flex;
    justify-content: center;
    height: 80px;
    margin-bottom: 1rem;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
    display: none;
}

.header-text {
    font-size: 2rem;
    text-align: center;
    display: flex;
}

.li-style {
    height: 100%;
    font-size: 2.25rem;
    cursor: pointer;
}
.li-container {
    height: 70px;
}
.mobile-input {
    display: none;
}
.desktop-input {
    display: block;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .slider-list, .header-text,.slider-list-data {
        font-size: 1.75rem;
        justify-content: center;
        align-items: start;
    }
    .swiper-container {
        margin-top: 1rem;
        flex-direction: column;
        height: 153px;
        margin-bottom: 0;
    }
    .swiper {
        width: 300px;
    }

}
/*Jumbotron Desktop end*/
/*Jumbotron Tablet and Mobile*/
@media screen and (min-width: 425px) and (max-width: 768px) {
    .li-container {
        height: 50px;
    }
    .li-style {
        font-size: 1.2rem;
    }
    .swiper-container {
        margin-top: 1rem;
        flex-direction: column;
        height: 153px;
        margin-bottom: 0;
    }
    .slider-list,.slider-list-data{
        justify-content: center;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .jumbotron-content {
        flex-direction: column;
    }
    .jumbotron-content .text p {
        padding-left: 0rem !important;
    }
    .navbar .navbar-nav .nav-item .sellBusiness:hover {
        box-shadow: none !important;
    }
}
/*Jumbotron  Tablet and Mobile end*/
/*HomePage Table */
.table-container .section1 {
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.table-container .section1 .row {
    margin-left: -16px;
}
.table-container .section1 .nav-link {
    padding: 0.3rem 0.8rem;
}
.table-container .section1 .nav-link img {
    margin-bottom: 0.175rem;
}

.table-container .section1 .col1 {
    display: inline-flex;
    justify-content: start;
    align-items: center;
}
.table-container .section1 .col1 h3 {
    margin: 0rem;
}
.table-container .section1 .col2 {
    display: inline-flex;
    justify-content: end;
    align-items: center;
}
.table-container .section1 .col2 ul li a {
    color: black;
}
.table-container .section1 .col2 ul li .active {
    background-color: #f4f4f4;
    color: black;
    margin: 0rem 0.2rem;
}
.table-container .section2 table th {
    font-weight: normal;
    font-size: 0.8rem;
    pointer-events: none;
}
.table-container .section2 table td:not(:first-child),
.table-container .section2 table th:not(:first-child) {
    text-align: center;
}
.table-container .section2 table td:first-child + td + td,
.table-container .section2 table td:first-child + td + td + td {
    width: 125px;
}
.table-container .section2 table td:first-child {
    width: 300px;
}
.table-container .section2 table td:first-child + td + td span,
.table-container .section2 table td:first-child span,
.table-container .section2 table td:first-child + td + td + td span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.table-container .section2 table td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    font-size: 0.813rem;
}
.table-container .section2 table td .view-count {
    background-color: #def0d8;
    color: #5f9b4b;
    padding: 0.2rem 0.8rem;
    border-radius: 1.5rem;
}
.table th {
    padding: 0.75rem 0rem;
}
tr:hover {
    background-color: white;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 6%),
        0px 0px 11px 2px rgb(0 0 0 / 6%);
}
tr:hover td {
    cursor: pointer;
}

tr td:first-child {
    border-left-style: solid;
}
/*Gallery Cards*/
.table-container .section2 .card {
    margin-top: 1rem;
    font-family: Helvetica;
    box-shadow: none !important;
    transition: transform 0.2s ease;
    margin-bottom: 1.5em;
    border: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%) !important;
    cursor: pointer;
    height: 22rem;
    border-radius: 18px;
}

.table-container .section2 .card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 1rem;
    padding: 0.2rem 0.5rem 0.8rem 0.5rem;
}
.table-container .section2 .card:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 1rem !important;
}
.table-container .section2 .card:hover .card-body {
    background-color: white !important ;
}
.table-container .section2 .card:hover .card-body button {
    color: white !important;
    background-color: #137ddf !important  ;
}
.table-container .section2 .card:hover .card-body .card-text {
    font-size: 1rem;
}
.table-container .section2 .card .card-body .table-text {
    font-size: 0.85rem;
    display: flex;
    padding: 0px !important;
    text-align: left;
    flex-direction: column;
    margin-bottom: 0.5rem;
    list-style-type: none;
}
.table-container .section2 .card .card-body .table-text li {
    margin-bottom: 0.2rem;
    font-size: 0.813rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 200px;
    margin: 0 auto;
}
.table-container .section2 .card .card-body .card-subtitle {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.table-container .section2 .card .card-body button {
    border: 1px solid #137ddf !important;
    background-color: white !important;
    outline: none;
    border-radius: 1.5rem;
    text-transform: capitalize;
    border: none;
    outline: none;

    padding: 0.5rem 2rem;
}
/*Gallery Cards End*/

/*Pagination*/
.pagination {
    margin-top: 0.8rem;
}
.pagination a {
    border-radius: 0.3rem;
    margin-right: 0.75rem;
    color: #707070;
    background-color: #f4f4f4;
}

.pagination a:hover {
    color: black;
    background-color: white;
}
.pagination .view-all {
    border: none !important;
    color: #137ddf !important;
    background-color: transparent !important;
    margin-left: 2rem;
}
/*Pagination end*/
#signUpModal .invalid-feedback {

    font-size: 67% !important;
}
.password-field {
    margin-bottom: 0.2rem;
}
/*Signup-Modal*/

.signup-modal .modal-header,
.login-modal .modal-header {
    border: none !important;
}
@media screen and (min-width: 320px) and (max-width: 425px) {
    .signup-modal {
        padding-right: 14rem !important;
    }
}
.signup-modal .modal-header button,
.login-modal .modal-header button {
    box-shadow: none !important;
    outline: none;
    border: none;
}
.signup-modal .modal-body,
.login-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f254e;
}
.signup-modal .modal-body .section1,
.login-modal .modal-body .section1 {
    width: 20rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.signup-modal .modal-body .section1 img,
.login-modal .modal-body .section1 img {
    width: 12rem;
    margin-left: 2rem;
}
.login-modal .modal-body .section1 img {
    margin-left: 3.1rem !important;
}
.signup-modal .modal-body .section2,
.login-modal .modal-body .section2 {
    width: 20rem;
    margin: 0 auto;
}
.signup-modal .modal-body .section2 .textfield,
.login-modal .modal-body .section2 .textfield {
    box-shadow: 3px 4px 8px 3px rgba(0, 0, 0, 0.075),
        3px 6px 20px 1px rgba(0, 0, 0, 0.034) !important;
    border-radius: 0.3rem;
    border: none !important;
    padding: 1.1rem;
    margin-bottom: 0.3rem;
}
.signup-modal .modal-body .section2 button,
.login-modal .modal-body .section2 button {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
    padding: 0.6rem 0;
}
.signup-modal .modal-body .section1 .heading {
    font-size: 2.5rem;
    margin-top: 2rem;
}
.signup-modal .modal-body .section2 p,
.login-modal .modal-body .section2 p {
    font-size: 1.5rem;
}
.signup-modal .modal-body .section2 .join-btn,
.login-modal .modal-body .section2 .login-btn {
    background-color: #137ddf;
    color: white;
}
.signup-modal .modal-body .section2 .login-btn,
.login-modal .modal-body .section2 .join-btn {
    border: 1px solid #137ddf;
    color: #137ddf;
    font-size: 0.99rem;
    background-color: white;
    padding: 0.55rem 0rem;
}
.signup-modal .modal-body .section2 button:hover,
.login-modal .modal-body .section2 button:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2),
        0 6px 10px 0 rgba(214, 214, 214, 0.19);
}
.signup-modal .modal-footer,
.login-modal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0rem 2.7rem;
}
.login-modal .modal-footer .text-muted,
.signup-modal .modal-footer .text-muted {
    font-size: 0.85rem !important;
}
.login-modal .modal-body .section1 ul {
    list-style-type: none;
    padding: 2rem;
    line-height: 2rem;
    list-style-position: outside;
}
.login-modal .modal-body .section1 ul li i {
    color: #137ddf !important;
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.login-modal .modal-body .section1 ul li {
    margin-top: 0.5rem;
}
.login-modal .modal-body .section1 ul li span {
    font-size: 1rem;
}
.login-modal .modal-body .section2 .forgot-password-btn {
    margin: -1rem 0rem !important;
    float: right;
}
.login-modal .modal-body .section2 .forgot-password-btn button {
    outline: none;
    border: none;
    background-color: transparent;
    color: #137ddf;
    font-size: 0.8rem;
}
.login-modal .modal-body .section2 .forgot-password-btn button:hover {
    box-shadow: none;
    text-decoration: underline !important;
}
/*Signup Modal tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    input::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 3;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .signup-modal .modal,
    .login-modal .modal {
        margin-top: 1rem !important;
    }
    .signup-modal .modal-body,
    .login-modal .modal-body {
        flex-direction: column;
    }
    .seller-section1 {
        margin-top: 1rem;
    }

    input::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 3;
    }
}
/*Signup Modal tablet end*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-input {
        display: block;
    }
    .desktop-input {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
    .li-container {
        height: 40px;
    }
    .li-style {
        font-size: 1rem;
    }
    .signup-modal .modal-body .section2,
    .signup-modal .modal-body .section1,
    .login-modal .modal-body .section2,
    .login-modal .modal-body .section1 {
        width: 18rem;
    }

    .signup-modal .modal-body .section1 .heading,
    .login-modal .modal-body .section1 .heading {
        font-size: 1.6rem !important;
        margin-top: 1rem;
    }
    .signup-modal .modal,
    .login-modal .modal {
        padding-top: 3.5rem !important;
    }
    .signup-modal .modal-footer,
    .login-modal .modal-footer {
        margin: 0rem 1.2rem !important;
    }
    input::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 3;
    }
    .table-container .card-upper-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table-container .section2 .card {
        width: 20rem;
    }
}
@media screen and (max-width: 320px) {
    .signup-modal .modal-body .section2,
    .signup-modal .modal-body .section1,
    .login-modal .modal-body .section2,
    .login-modal .modal-body .section1 {
        width: 14rem;
    }
}
/*Forgot Password Modal*/
.forgot-password-modal .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 4rem;
}
.forgot-password-modal .modal-header,
.forgot-password-modal .modal-footer {
    border: none;
}
.forgot-password-modal .modal-body p {
    color: #0f254e;
    font-size: 2rem;
    text-align: center;
}
.forgot-password-modal .modal-body .textfield {
    box-shadow: 3px 4px 8px 3px rgba(0, 0, 0, 0.089),
        3px 6px 20px 1px rgba(0, 0, 0, 0.034);
    border-radius: 0.3rem;
    border: none;
    padding: 1.1rem;
}
.forgot-password-modal .modal-body button {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
    padding: 0.6rem 0;
}
.forgot-password-modal .modal-body .reset-btn {
    background-color: #137ddf;
    color: white;
}

.forgot-password-modal .modal-body .back-btn {
    border: 1px solid #137ddf;
    color: #137ddf;
    font-size: 0.99rem;
    background-color: white;
    padding: 0.55rem 0rem;
}
.login-modal .login-list li {
    list-style-image: url("../images/checked.svg");
    margin: 0.3rem;
}
.seller-list li {
    list-style-image: url("../images/checked.svg");
    margin: 0.3rem 1.1rem;
}

.login-modal .login-list li span {
    margin-top: -11rem !important;
}
#set-password {
    box-shadow: 3px 4px 8px 3px rgba(0, 0, 0, 0.075),
        3px 6px 20px 1px rgba(0, 0, 0, 0.034);
    border-radius: 0.3rem;
    padding: 0.1rem 1.5rem 0.1rem 0rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    height: 2.6rem;
}
.field:focus {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none !important;
    box-shadow: none !important;
}
#set-password .field {
    border: none;
    outline: none;
    padding-left: 1rem;
}
#set-password .input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
}
#set-password .input-group-addon i {
    color: black !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important ;
}
hr {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .nav-item .sellBusiness:hover {
    color: #137ddf !important;
    background-color: white;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
        3px 6px 20px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
}
.table-container .section1 .col2 ul li a:hover {
    background-color: #f4f4f4;
    color: black;
}
