/*!
Author:     Wady
Author URI: https://wady.sa
*/

/* General */
html {
    direction: rtl;
}

body {
    font-family: 'Tajawal', sans-serif;
}

textarea.form-control {
    box-shadow: none !important;
}

.form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.text-muted {
    font-size: 12px;
    margin: 0;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #212529;
}


/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #d9d8d8;
    border-radius: 0px;
}

/*::-webkit-scrollbar-thumb:hover {*/
/*	background: #d2d0d0;*/
/*}*/

::-webkit-scrollbar-thumb:vertical {
    background: #5A58FA;
}

ul {
    list-style-type: none;
}

main {
    background-color: #FFFFFF;
    min-height: 70vh;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    text-align: right;
}

.form-control,
.form-select {
    border: none;
    border-radius: 20px;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #9ba2ad;
}

select:focus>option:checked {

    background-color: #5A58FA !important;
    color: #FFFFFF !important;
}

.main_menu {
    border-block: 1px solid #eee;
}

a.nav-link.dropdown-toggle.show {
    color: #5A58FA;
}


form a.link {
    color: #000000;
    line-height: 50px;
}

.btn-submit {
    /*background-color: #E92C79;*/
    background-color: #5A58FA;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    min-width: 150px;
    height: 50px;
    border: none;
    margin-top: 20px;
    float: left;
    transition-duration: 0.5s;
}

.btn-submit:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}

.btn-search {
    background-color: #5A58FA;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 50px;
    width: 100%;
    border: none;
}

.btn-search-top {
    background-color: #5A58FA;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    ر
}

.btn-search:hover {
    background-color: #5A58FA;
    color: #FFFFFF;
    border-radius: 5px;
}

.btn-all {
    background-color: #5A58FA;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 10px;
    width: 140px;
    height: 40px;
    border: none;
    transition-duration: 0.5s;
    padding: 10px;
    margin: 4px;
}

.btn-all:hover {
    background-color: rgb(20, 207, 188);
    color: #FFFFFF;
}

li.breadcrumb-item a {
    color: #5A58FA;
}

.card {
    border: none;
    box-shadow: 0 0 5px 5px #00000005;
}

.card-header {
    border-bottom: none;
}

img.card-img-top {
    height: 140px;
    object-fit: cover;
}

textarea#comment {
    margin-bottom: 20px;
}


/* Header */
header .login span {
    font-size: 14px;
    color: black;
    margin-right: 5px;
}

header .user-icon a i {
    color: #5A58FA;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    border-right: 2px solid #cdcaca;
    font-size: 12px;
}

header .user-icon a span {
    color: #545454;
    font-size: 12px;
}

header .user-icon a:hover span {
    color: #5A58FA;
}

header .user-icon a.lang {
    font-size: 12px;
    color: #5A58FA
}

header .user-icon a.lang:hover {
    color: #545454;
}

header a.login i {
    color: #5A58FA;
}

header .navbar {
    background-color: #fff;
    /*border-top: solid 1px #FFF;*/
    /*box-shadow: 0 5px 20px #ebe9e9;*/
    /* overflow-x: auto; */
    padding: 10px 0;
    /* position: absolute; */
    /* top: 0;
    width: 100%; */
    /* z-index: 9999; */
}

header .btn.btn-banner {
    background-color: #5A58FA;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    border-radius: 50px;
    width: 175px;
    height: 50px;
    border: none;
}

header .btn.btn-banner:hover {
    border-radius: 5px;
}

header button.navbar-toggler {
    border: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-nav .nav-link {
    /* color: white; */
    padding: 1px 7px;
    font-size: 14px;
    font-weight: 600;
    width: max-content;
}

header .navbar-expand-md .navbar-collapse {
    justify-content: center;
}

/* header .dropdown-menu.show {
    display: flex;
} */

.logo img {
    width: 90px;
    max-width: 100%;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
    color: #5A58FA;
}


header .navbar ul.social {
    margin-bottom: 0;
}

header .navbar ul.social li {
    background-color: #EAEAEA;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.5s;
}

header .navbar ul.social li:hover {
    background-color: #5A58FA;
}

header .navbar ul.social li a {
    color: #565656;
    font-size: 11px;
}

header .navbar ul.social li:hover a {
    color: #FFFFFF;
}

header .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #fafafa;
    border: none;
    box-shadow: 0 0 5px #ddd;
}

.top-header {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
}

.sub-category {
    max-width: 100%;
    overflow: scroll;
    overflow-y: hidden;
}

.sub-category ul {
    display: flex;
    padding: 0 10px;
    width: max-content;
}

.sub-category ul li {
    font-size: 18px;
    padding: 0 10px;
}

.sub-category ul li:hover a {
    color: #5A58FA;
}

/* Footer */
footer {
    background-color: #F7F7F7;
}

.copyRight {
    background-color: #EDEEEE;
}

footer .menus {
    padding-top: 20px;
}

footer li {
    padding: 2px 5px;
}

footer .menus img {
    width: 100px;
}

footer .logo {
    align-self: center;
    max-width: 160px;
    margin: auto;
}

footer #apps {
    background-color: #5A58FA;
    color: #FFFFFF;
}

footer #widgets {
    background: #1E1E1E url("../images/bg-f.jpg") center;
    background-size: cover;
    color: #9A9A9A;
    padding: 70px 0;
}

footer #widgets h4 {
    color: #5A58FA;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 0;
}

footer #widgets p {
    font-size: 13px;
    text-align: justify;
}

footer #widgets .menu a {
    color: #9A9A9A;
    font-size: 13px;
    transition-duration: 0.5s;
}

footer #widgets .menu a:hover {
    color: #5A58FA;
}

footer #widgets .menu a::before {
    content: "\f100";
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    font-size: 10px;
    margin-left: 10px;
    float: right;
    padding-top: 7px;
}

footer #widgets .contact a {
    color: #9A9A9A;
    font-size: 13px;
    transition-duration: 0.5s;
}

footer #widgets .contact a:hover {
    color: #5A58FA;
}

footer #widgets .contact i {
    margin-left: 15px;
    font-size: 13px;
}

footer #widgets ul.social li {
    background-color: #393939;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    transition-duration: 1s;
}

footer .social li a:hover {
    color: #02EBAD;
}

footer #widgets ul.social li:hover {
    background-color: #5A58FA;
}

footer #widgets ul.social li a {
    color: #FFFFFF;
    font-size: 11px;
}

footer #copy {
    background-color: #5A58FA;
    color: #aeaeae;
    padding: 15px 0;
}

/* Search home */
#search-home {
    background: url("../images/bg-s.jpg") center;
    background-size: cover;
    border-radius: 5px;
}

#search-home h3 {
    padding: 50px 0 40px 0;
    color: #FFFFFF;
    font-size: 30px;
}

#search-home .box {
    background-color: #000000a1;
    border-radius: 5px;
    min-height: 200px;
    padding: 30px 50px;
    margin: 0;
}


#search-home .box .nav-pills .nav-link.active,
#search-home .box .nav-pills .show>.nav-link {
    background-color: #5A58FA;
    border-radius: 50px;
}

#search-home .box .nav-fill .nav-item .nav-link {
    color: #FFFFFF;
    font-weight: 600;
    transition-duration: 1s;
    font-size: 14px;
}

#search-home .box select.form-select {
    border: none;
    border-radius: 50px;
}

/* Categories home */
#categories-home .box {
    background-color: #FFFFFF;
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
}

/* #categories-home .col-md-2 {
    width: 20%;
} */

#categories-home .dropdown-toggle::after {
    display: none;
}

#categories-home .fa-arrow-left {
    color: #5A58FA;
    font-size: 12px;
}

#categories-home .dropdown-menu .fa-arrow-left {
    color: #a3a3a3;
}

#categories-home ul.dropdown-menu {
    border: none;
    inset: 5px 0 auto 0 !important;
    max-height: 235px;
    overflow-y: auto;
}

#categories-home .box .dropdown-toggle img {
    height: 30px;
}

/* banner */
.banner {
    background-size: cover;
    border-radius: 20px;
    padding: 30px 0;
    margin: 30px auto;
    min-height: 200px;
}

.banner h3 {
    background-color: #ffffffab;
    padding: 5px;
    margin: 2px 20px;
}

.banner h2 {
    background-color: #ffffffab;
    padding: 5px;
    color: #5A58FA;
    margin: 2px 5px;
}

.banner .btn.btn-banner {
    background-color: #5A58FA;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50px;
    width: 130px;
    height: 45px;
    border: none;
    transition-duration: 0.5s;
    margin-top: 10px;
}

.banner .btn.btn-banner:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}

/* Carousel-p */
.carousel-p img.card-img-top {
    height: 150px;
    object-fit: cover;
}

.carousel-p .owl-nav button.owl-next,
.carousel-p .owl-nav button.owl-prev {
    font-size: 40px;
    color: #5A58FA;
    margin-top: -180px;
}

.carousel-p .owl-nav button.owl-prev {
    float: right;
    margin-right: -20px;
}

.carousel-p .owl-nav button.owl-next {
    float: left;
    margin-left: -20px;
}

.carousel-p .card .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #363232e8;
    border-radius: 5px;
    color: #FFFFFF;
    opacity: 0;
    text-align: center;
    padding: 50% 10% 10% 10%;
    transition-duration: 0.5s;
}

.carousel-p .card .overlay:hover {
    opacity: 1;
}

.carousel-p .card .overlay .btn.btn-card {
    background-color: #5A58FA;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50px;
    width: 130px;
    height: 45px;
    border: none;
    margin-top: 10%;
}

.carousel-p .card .card-body i {
    color: #5A58FA;
}

.carousel-p .card .card-body h5 {
    color: #5A58FA;
}

.carousel-p .card .card-body h5 span {
    color: #000000;
}


.carousel-p .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    line-height: 1.2em;
    font-size: 14px;
}


.head-carousel {
    font-weight: 800;
}

.head-carousel i {
    color: #fff;
    margin-left: 10px;
}

/* Categories home */
#search-page {
    padding-bottom: 30px;
}

#search-page .box {
    background-color: #FFFFFF;
    /* padding: 20px 0; */
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
}

#search-page h5 span {
    color: #5A58FA;
}

#search-page .text-bg-light {
    background-color: #FFFFFF !important;
}

#search-page .box select {
    width: 90%;
    margin: 0 5%;
    border: none;
    padding: 20px 0;
}

.card-search .badge {
    background-color: #F2C27E;
    font-weight: 500;
    padding: 10px 20px;
    margin: 15px;
}

.card-search .card-title {
    color: #5A58FA;
    font-size: 20px;
    font-weight: 900;
}

.card-search .cb {
    color: #353535;
    font-weight: bold;
}

.card-search .cb i {
    color: #5A58FA;
}

.card-search .cg i {
    color: #BCBCBC;
}

.card-search img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.card-header i {
    color: #5A58FA;
}

/* pagination */
ul.pagination {
    /*display: inline-block;*/
    padding: 0;
    margin: 0;
    display: flex;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: right;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    margin: 0 4px;
}


.pagination .active>.page-link,
.page-link.active {

    background-color: #5A58FA !important;
    color: white;
    border: 1px solid #5A58FA;
}

ul.pagination li a:hover:not(.active) {
    background-color: #5A58FA;
}


/*navigation svg */


svg.w-5.h-5 {
    max-width: 15px;
}

/* e3lan */
.e3lan-title {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px 30px;
    margin-bottom: 25px;
}

.e3lan-title .cb {
    color: #353535;
    font-weight: bold;
}

.e3lan-title .cb i,
.e3lan-title .cb span {
    color: #5A58FA;
}

.e3lan-title .cg i {
    color: #BCBCBC;
}

.e3lan-title .badge {
    background-color: #70C879;
    width: fit-content;
    font-size: 14px;
    text-align: center;
}

.e3lan-title .badge i {
    /*margin-right: 10px;*/
}


.e3lan-body {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    text-align: justify;
}

a.button.secondary.url.col {
    text-align: center;
}

a.button.secondary.url.col img {
    max-width: 100%;
    height: 100px;
    width: 120px;
    object-fit: cover;
}

.carousel-g .owl-item img {
    height: 500px;
    object-fit: contain;
    border-radius: 10px;
    margin-top: 25px;
}

ul.e3lan-s {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

ul.e3lan-s li {
    background-color: #FFFFFF;
    width: 10%;
    margin: 1%;
    padding: 15px 0;
    border-radius: 10px;
}

ul.e3lan-s li i {
    /* color: #BCBCBC; */
    font-size: 20px;
}

ul.e3lan-s li span {
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin-inline-start: 10px;
}

ul.e3lan-s li button {
    border: none;
    background-color: transparent;
}

.map {
    background-color: #FFFFFF;
    border-radius: 15px;
}

.map p {
    padding: 30px 30px 15px 30px;
}

.map p i {
    color: #5A58FA;
}

.map iframe {
    margin-bottom: -7px;
    border-radius: 0 0 15px 15px;
}

/* similar */
.similar {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    max-height: 190vh;
    overflow-y: scroll;
}

.similar .col-6.box {
    padding: 7px 7px !important;
}

.similar img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Messages */

#messages img {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin-left: 20px;
    object-fit: cover;
    box-shadow: 1px 3px 5px 2px #D6EEF8;
}

#messages h6 a {
    color: #5A58FA;
    font-weight: 900;
    margin-top: 5px;
    font-size: 12px;
}

#messages h5 a {
    color: #333333;
}

.message-single {
    max-width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 20px !important;
    padding: 20px;
}

.card.mb-3.me {
    background: #e92c790f;
    width: fit-content;
    max-width: 75%;
    border-radius: 30px 10px;
    padding: 12px;
    margin-right: 22px;
}

.card.mb-3.other {
    width: fit-content;
    max-width: 75%;
    border-radius: 30px 10px;
    padding: 12px;
    margin-inline-start: auto;
    background: #f6f6f6;
    margin-left: 22px;
}

.message-box {
    height: 70vh;
    overflow: scroll;
}

.send-box textarea.form-control {
    border: 1px solid #555;
    border-radius: 12px;
}

.message-box .card-header {
    background: none !important;
}

.message-box .card-header p {
    font-size: 10px !important;
    margin: 0;
}

.message-single .card {
    box-shadow: none;
}

/* Rating */
#rating img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-left: 20px;
}

#rating .fa-star {
    color: #DDDDDD;
    font-size: 12px;
}

#rating .checked {
    color: orange;
}

#rating .btn-rate {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 10px 40px;
}

#rating .btn-rate i {
    /*color: #e92c79;*/
    color: #5A58FA;
}

#rating .btn-rating {
    width: 48%;
    margin: 1%;
    background-color: #F6F6F6;
    border-radius: 20px;
}

#rating .modal-header {
    border-bottom: none;
}

#rating .modal-footer {
    border-top: none;
}

#rating .btn-rating .fa-thumbs-up {
    color: #57AA19;
    font-size: 50px;
    margin-bottom: 20px;
}

#rating .btn-rating .fa-thumbs-down {
    /*color: #e92c79;*/
    color: #5A58FA;
    font-size: 50px;
    margin-bottom: 20px;
}



/* social-links */
div#social-links ul {
    display: flex;
    justify-content: space-between;
    padding-inline-start: 0;
    margin-top: 8px;
}

div#social-links ul li {
    background-color: #FFFFFF;
    width: 90%;
    text-align: center;
    margin: 0 1%;
    padding: 5px 15px;
    border-radius: 8px;
}

div#social-links ul li a {
    color: #bcbcbc;
}


.dropdown-item {
    text-wrap: wrap;
}

.featured_ads {
    background: #5A58FA;
    color: #fff;
    padding: 12px !important;
    border-radius: 10px;
    text-align: center;
}

* {
    transition: all .2s ease-in-out;
}



.default-color {
    color: #5A58FA;
}

.second-color {
    color: #02EBAD;
}

.default-bg {
    background: #5A58FA;
}

.default-btn {
    background-color: #5A58FA;
    color: #fff;
    border-radius: 10px;
    padding: 15px 50px;
    font-weight: 900;
    border: 2px solid transparent;
}

.default-btn:hover {
    color: #5A58FA;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #5A58FA;
    padding: 15px 50px;
    font-weight: 900;
}



.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 0px 1px #5A58FA;
}

.swiper-pagination-bullet-active {
    background: #5A58FA;
}

#AdvGrid .card {
    padding: 0px;
    border-radius: 10px;
    position: relative;
    border: none;
    height: 100%;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

#AdvGrid .swiper-slide:hover .card {
    border: #5A58FA 1px solid;
    box-shadow: 0px 0px 9px 5px #eee;
}

#AdvGrid .card img {
    border-radius: 20px;
    height: 470px;
    width: 100%;
    margin-bottom: 15px;
}

#AdvGrid .swiper-slide {
    padding: 10px;
    box-shadow: none;


}

#AdvGrid .social,
.adDetailsSocial {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

.adDetailsSocial {
    right: 35px;
}

#AdvGrid .social li,
.adDetailsSocial li {
    margin-inline-end: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0px 0px 5px 0px #eee;
    margin-bottom: 8px;
}

@keyframes scaleTitle {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    /* ignored */
    to {
        transform: scale(1)
    }
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: initial !important;
}

.categoryCard {
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
    height: 150px !important;
    background: #5a58fa2b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryCard img {
    height: 75px;
    width: 75px;
    object-fit: contain;
}



/* .categoryCard:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
} */



.headerSearch {
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.pageSearch {
    border-radius: 30px 15px 15px 30px;
    overflow: hidden;
    background: #fff;
}

.pageSearch .default-bg {
    border-radius: 50px !important;
    z-index: 999;
    background-color: #5A58FA !important;
    width: 60px;
    height: 60px;
}

.headerSearch .default-bg {
    border-radius: 10px !important;
    z-index: 9999;
    background-color: #5A58FA !important;
}

.footerLogo {
    width: 200px;
}

footer .social {
    /* background: #02EBAD; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
}

footer .social li,
.adDetails .social li {
    font-size: 20px;
    margin-inline-end: 10px;
    background-color: #5b58fa2b;
    border-radius: 6px;
    width: 33px;
    height: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

footer li a {
    color: #616161;

}

footer li a:hover {
    color: #5A58FA;
}

.grayCard {
    background: #F7F7F7;
    border-radius: 25px;

}

.auth {
    border: 1px solid #eee !important;
    border-radius: 10px;
}

.auth .form-control:focus,
.auth .form-control,
.auth .form-select {
    border: 1px solid #eee !important;
    border-radius: 10px;
    height: 60px;
}

.f-13 {
    font-size: 13px;
}

.f-15 {
    font-size: 15px;
}

input[type="file"]::-webkit-file-upload-button {
    height: 0px;
    width: 0;
    display: none
}

.form-control[type=file] {
    overflow: hidden;
    line-height: 2.8;
}

.myAds img {
    height: 150px !important;
}

.myAds .searchCard {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    border: #c3c3c3 1px solid;
    height: 100%;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.myAds .searchCard:hover {
    border: 1px solid #5A58FA;
}

.myAds .btn-danger,
.myAds .edit-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    padding: 8px;
}

.myAdsBlock {
    background: #F7F7F7;
}

.myAds .edit-btn {
    border: 2px solid #5A58FA;
    color: #5A58FA;
}

textarea {
    height: auto !important;
}

.searchCard img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    object-fit: cover;
}

.searchCard:hover {
    background: #fff;
    box-shadow: -1px 0px 10px #eee;
}

.user-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #6e6e6e57;
}

.floatBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: auto;
    height: auto;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #eee;
    border-radius: 25px;
    padding: 10px;
    font-weight: 700;
}

.floatBtn img {
    width: 30px;
    margin-inline-end: 3px;
}

.sliderCaption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 50%;
}

.secondSlider {
    height: 80vh;
}

.secondSlider img {
    height: 100%;
    object-fit: cover;
}

.logo {
    width: 200px;
}

.secondSlider .sliderCaption p {
    font-size: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 22px;
}

.swiper-button-prev,
.swiper-button-next {

    background: #5A58FA69;
    border-radius: 5px;
    border: 1px solid #5A58FA;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-weight: 900;
}

.adSlider .mySwiper .swiper-slide {
    width: 25%;
    height: 100px;
    opacity: 0.4;
}

.adSlider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper2,
.mySwiper2 img {
    height: 400px;
    border-radius: 15px;
}

.thumbsSwiper,
.thumbsSwiper img {
    height: 100px;
    border-radius: 15px;
}

.adDetails .card {
    border-radius: 15px;
    box-shadow: none;
    border: 2px solid #eee;
}

#similarAds img {
    border-radius: 15px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#placesSlider .swiper-pagination {
    display: block;
}

#placesSlider img {
    height: 100%;
}

#placesSlider .swiper-pagination-bullet,
#DetailsSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}

#DetailsSlider img {
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}

div#social-links ul li {
    width: auto;

}

div#social-links ul {
    display: flex;
    justify-content: space-between;
    padding-inline-start: 0;
    margin-top: 8px;
    font-size: 23px;
    flex-wrap: wrap;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex !important;
}

.swiper-pagination {
    display: block !important;
}

#timer {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: end;
    justify-content: center;
    gap: 20px;
}

#timer span {
    /* background-color: #5A58FA; */

    color: #5A58FA;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 25px;
    /* border: 2px dotted #fff; */
    position: relative;
    background: #fff;
    animation: none !important;
}

#timer>div {
    /* content: ""; */
    /* background-image: linear-gradient(to left, #5A58FA, #10D4B8); */
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation: rotateCircle 12s linear infinite; */
}

#timer>div:before {
    content: "";
   
     animation: rotateCircle 12s linear infinite;
    background-image: linear-gradient(to left, #5A58FA, #10D4B8);
    width: 65px;
    height: 65px;
     border-radius: 50%;
    border: 3px dashed #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.offerTag {
    background-image: linear-gradient(to left, #5A58FA, #10D4B8);
    color: #fff;
    width: max-content;
    text-align: center;
    padding: 15px 10px 20px;
    position: relative;
    /* clip-path: polygon(100% 0%, 100% 45%, 100% 100%, 49% 79%, 0 100%, 0 0); */
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 0 0 50px 50px;

}

.ratio {
    background-color: transparent !important;
}

.offer {
    background-image: linear-gradient(#5A58FA, #17CAC0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    border: 2px dashed #d8d8d8;
    padding: 10px;
    display: inline-block;
}

.totalPrice {
    background-image: linear-gradient(#5A58FA, #17CAC0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px !important;
    font-weight: 700;
}

.nav-pills .nav-link.active {
    background-color: #5A58FA;
}

.socialInputs .nav-link.active i {
    color: #fff !important;
}

/* Style the dropzone container */
.dropzone {
    border: 2px dashed #eee;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #555;
    cursor: pointer;
    transition: border-color 0.3s;
}

/* Change border color on hover */
.dropzone:hover {
    border-color: #0056b3;
}

/* File preview container */
.dropzone .dz-preview {
    margin: 10px;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #b8b8b8;
    border-radius: 20px;
}

.dropzone .dz-progress {
    background: #fff;
    border-radius: 3px;
    height: 5px;
    width: 100%;
    overflow: hidden;
}

.dropzone .dz-progress .dz-upload {
    background: #0087F7;
    height: 100%;
    width: 0;
    transition: width 0.3s;
}

/* Error messages */
.dropzone .dz-error-message {
    color: #d9534f;
    font-size: 12px;
    margin-top: 5px;
}

/* Remove button styled as a button */
.dropzone .dz-remove {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ff5252;
    /* Red background */
    color: #fff;
    /* White text */
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    z-index: 999;
    bottom: 0;
    height: 50%;
    width: 50%;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

/* Hover effect */
.dropzone .dz-remove:hover {
    background-color: #d32f2f;
    /* Darker red */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.swal2-container.swal2-center>.swal2-popup {
    border-radius: 20px;
    border: none;
    box-shadow: none;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid #5A58FA;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #5A58FA !important;
}

.swal2-styled.swal2-confirm {
    width: 200px;
    background-color: #5A58FA;
    color: #fff;
    border-radius: 10px;
    padding: 15px 50px;
    font-weight: 900;
    border: 2px solid transparent;
}

.favCard img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.favCard .btn-remove {
    background-color: rgb(246, 0, 0);
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 22px;
}

.favCard .location {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, #ffffffc7, #ffffff94, #ffffff00);
    display: flex;
    width: 100%;
    height: 75px;
    padding: 20px;
    margin-top: auto;
}

.br-20 {
    border-radius: 20px;
}

.edit-profile {
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: -15px;
    box-shadow: 0px 0px 10px 2px #eee !important;

}

.edit-profile a {
    color: #000;
    padding: 0;
    font-size: 20px;
    border: none;
}

.edit-profile .btn:hover {
    border: none;
}

header ul.dropdown-menu.show {
    margin-right: 0px;
    background: #fff;
}

.side-menu .nav-link {
    padding: 5px 15px !important;
    font-size: 15px !important;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 767px) {

    .secondSlider,
    .secondSlider img {
        max-height: 20vh;
        min-height: 20vh;
        border-radius: 0px;
    }

    .categoryCard {
        overflow: hidden;
        border-radius: 50%;
        width: 88px;
        height: 88px !important;
    }

    .categoryCard img {
        height: 44px;
        width: 44px;
        object-fit: contain;
    }

    #similarAds img {
        border-radius: 15px;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 990px) {
    #DetailsSlider img {
        height: 300px;
    }

    ul.e3lan-s li span {
        display: block !important;
        margin-inline-start: 0 !important;
    }

    .navbar-toggler {
        background-color: transparent;
    }

    .navbar-toggler-icon {
        filter: brightness(1) invert(1);
    }

    header .navbar {
        padding: 0;
        background: #5A58FA;
    }



    #placesSlider img {
        height: 200px;
    }

    .comment_btn {
        width: 100% !important;
    }

    #placesSlider .swiper-pagination {
        display: block;
    }


    .mySwiper2,
    .mySwiper2 img {
        height: 200px;
        border-radius: 15px;
    }

    .thumbsSwiper,
    .thumbsSwiper img {
        height: 50px;
        border-radius: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

    #placesSlider .swiper-button-next,
    #placesSlider .swiper-button-prev {
        display: flex;
    }

    .secondSlider .sliderCaption p {
        font-size: 20px;
    }

    .secondSlider {
        width: 100%;
        border-radius: 0px;
    }


    footer {
        text-align: center;
    }

    footer .social {
        width: 100%;
    }

    .advs .title {
        margin-top: 25px;
        padding: 10px 20px;
        font-size: 24px;
        margin-bottom: 0px !important;
    }

    #AdvGrid {
        padding-bottom: 45px;
    }

    .myAds .searchCard {
        padding: 6px;
    }

    .searchCard img {
        width: 100%;
        height: 200px
    }

    footer .social {

        justify-content: center;
    }

    #AdvGrid .card img {
        height: 282px;
    }

    #AdvGrid .swiper-slide {
        padding: 0px;
        box-shadow: none;
    }

    .collapse-mobile .navbar-nav .nav-item a {
        color: #000;
        text-align: center;
        margin: auto;
        font-size: 16px !important;
    }

    .close-btn {
        width: 100%;
        height: 100%;
        background-color: #5A58FA30;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #5A58FA;
        border: none;
        cursor: pointer;
        font-weight: 900;
    }

    .container-btn {
        width: 40px;
        height: 40px;
        position: relative;

        margin: 15px;
        text-align: end;
        margin-inline-start: auto;
    }

    /* Styling for navbar items */
    .navbar-brand img {
        max-height: 70px !important;
        padding-block: 10px;
        filter: brightness(0) invert(1);
    }

    .navbar-nav .nav-item {
        padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link {
        transition: color 0.3s ease;
    }

    .side-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        /* Start off screen */
        background-color: #fff;
        z-index: 99999;
        transition: left 0.3s;
        overflow-y: scroll;
    }

    .side-menu .nav-link {
        padding: 5px 15px;
        font-size: 15px;
    }

    .side-menu.open {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}


@media (min-width: 767px) {

    ul.navbar-nav {
        position: relative;
    }

    header .nav-item.dropdown {
        position: relative !important;
    }

    header ul.dropdown-menu.show {
        margin-right: 0px;
        background: #fff;
    }

    li.nav-item.dropdown {
        position: unset;
    }

    ul.dropdown-menu.show {
        margin-right: 30px;
    }

    img.card-img-top {
        height: 170px;
        object-fit: cover;
        margin-bottom: 0.5rem;
    }

}

@media (max-width: 62em) {
    header .navbar {
        padding: 0;
    }


    header .navbar-nav .nav-link:hover {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }

    .img-footer {
        display: none;
    }

    header .dropdown-menu.show {
        display: block;
    }

    .logo img {
        width: 220px;
        max-width: 90%;
    }

    /* #categories-home .col-md-2 {
        width: 50%;
    } */

    .carousel-p .owl-nav {
        margin-bottom: 40px;
        margin-top: 31px;
    }

    .carousel-p .owl-nav button.owl-next,
    .carousel-p .owl-nav button.owl-prev {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        font-size: 24px;
        background: #5A58FA;
        width: 30px;
        border-radius: 50%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        opacity: 0.5;
    }

    .carousel-p .owl-nav button.owl-next:hover,
    .carousel-p .owl-nav button.owl-prev:hover {
        opacity: 1;
    }

    .carousel-p .owl-nav button.owl-next span,
    .carousel-p .owl-nav button.owl-prev span {
        width: 100%;
        text-align: center;
        margin: auto;
    }


    .carousel-g .owl-item img {
        height: 300px;
    }

    a.button.secondary.url.col img {
        height: 35px;
    }

    ul.e3lan-s li span {
        display: none;
    }

    ul.e3lan-s li {
        padding: 10px 0;
    }

    #messages img {
        margin: 20px 0 20px 20px;
    }

    .btn-all {
        line-height: 15px;
        border-radius: 10px;
        width: 115px;
        height: 35px;
    }

    #categories-home .box {
        font-size: 12px;
        font-size: 12px;
        background: none;
        box-shadow: none;
    }

    #categories-home .box p {
        margin: 0;
        margin-top: 5px;
    }

    #categories-home .box .nav-item .card-img-top {
        border-radius: 15px;
    }

    a.nav-link.text-center.fw-bold {
        margin-top: 6px;
        font-size: 16px;
    }

    #search-home h3 {
        font-size: 22px;
        line-height: 30px;
    }

    #search-home .box .nav-fill .nav-item .nav-link {
        padding: 10px;
        font-size: 12px;
    }

    #search-home .box {
        padding: 30px 15px;
    }

    .head-carousel {
        font-size: 20px;
    }

    .btn-submit {
        font-size: 14px;
        min-width: 120px;
        height: 35px;
    }

}