/*!
Author:     Wady
Author URI: https://wady.sa
*/
:root {
    --crl-8D1B3D: #8D1B3D;
}

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

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

img {
    max-width: 100%;
}

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

ul {
    list-style-type: none;
}

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

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

.form-control,
.form-select {
    border: none;
    border-radius: 0;
    min-height: 45px;
}

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

select:focus>option:checked {
    background-color: #E92C79 !important;
    color: #FFFFFF !important;
}

form a.link {
    color: #000000;
    line-height: 50px;
    display: block;
    max-width: max-content;
    margin-inline: auto;
}

.title-form {
    font-weight: 600;
    font-size: 1.5rem;
    margin-block-end: 1rem;
}

.btn-submit {
    background-color: var(--crl-8D1B3D);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    min-width: 150px;
    height: 50px;
    border: none;
    transition-duration: 0.5s;
    display: block;
    margin-inline: auto;
}

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

.btn-search {
    background-color: var(--crl-8D1B3D);
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    border: none;
    min-height: 45px;
}

.btn-search:hover {
    background-color: #333;
    color: #FFFFFF;
}

.btn-all {
    background-color: var(--crl-8D1B3D);
    color: #FFFFFF !important;
    font-size: 0.9rem;
    border-radius: 30px;
    border: none;
    transition-duration: 0.5s;
    padding: 10px 16px;
}

.btn-all:hover {
    background-color: #565656;
}

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

.inner-header .left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

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

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

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


/* Header */
header {
    background-color: #FFF
}

header .login span {
    color: black;
    margin-right: 5px;
    font-size: .99rem;
}

header .user-icon a i {
    color: #B72460;
    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: #e92c79;
}

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

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

header a.login i {
    color: #b72460;
}

header .navbar {
    background-color: hsl(210 27% 88% / 49%);
    box-shadow: none;
}

header .btn.btn-banner {
    background-color: #E92C79;
    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: black;
    font-size: .9rem;
    font-weight: 500;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-header .container-logo {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.inner-header .container-logo .logo {
    height: 130px;
    display: block;
}

.inner-header .container-logo .links {
    display: flex;
    gap: 1rem;
    font-size: .9rem;
}

.inner-header .container-logo .links a {
    border: 1px solid #D9E1E9;
    color: #141414;
    display: block;
    /*min-width: 114px;*/
    text-align: center;
    min-height: 34px;
    line-height: 34px;
    border-radius: 50px;
    transition: 300ms;
    padding: 2px 8px;
}

.inner-header .container-logo .links a i {
    color: var(--crl-8D1B3D);
    margin-inline-end: .5rem;
    transition: 300ms;
}

.inner-header .container-logo .links a:hover {
    color: #FFF;
    background: var(--crl-8D1B3D);
    border-color: var(--crl-8D1B3D);
}

.inner-header .container-logo .links a:hover i {
    color: #FFF;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
    color: var(--crl-8D1B3D);
}

header .navbar-nav .nav-link:hover {
    color: var(--crl-8D1B3D);
}

.navbar-expand-md .navbar-nav {
    gap: .5rem;
    flex-wrap: wrap ;
}

.social {
    margin-bottom: 0;
    display: flex;
    gap: 1rem;
}


.social a {
    background: #363636;
    font-size: .9rem;
    color: #FFF;
    display: grid;
    border-radius: 50%;
    flex-basis: 30px;
    height: 30px;
    place-content: center;
}

.social a:hover {
    background-color: #FFFFFF;
    color: #363636
}

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

/* banner-index */
.banner-index .item {
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
}

.banner-index .item :is(p, h5) {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
}

.banner-index .item :is(p) {
    margin-block-end: 0
}

.banner-index .item h1 {
    font-size: 8rem;
    color: var(--crl-8D1B3D);
    font-weight: 800;
    margin-block: 1rem;
}

.banner-index .item a {
    margin-block-start: 1rem;
}


.whatsapp-icon {
    display: flex;
    z-index: 9999;
    position: fixed;
}

.whatsapp-icon a {
    background: #25d366;
    color: #fff;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 0px 0px 14px 1px #555;
    transition: 0.5s;
    display: none;
    
}

.whatsapp-icon a:hover {
    background: #17b14f;
}

.w-alert {
    color: #8d1b3d;
    font-size: 16px;
    text-align: center;
    border: 1px dotted;
    max-width: 207px;
    margin: 10px auto;
    padding: 6px;
}


@media (min-width:1200px) and (min-width:1400px) {
    .banner-index .item {
        min-height: 982px;
    }
}

/* Footer */
footer #apps {
    background-color: #B72460;
    color: #FFFFFF;
}

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

footer #widgets h4 {
    color: #B72460;
    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: #B72460;
}

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: #B72460;
}

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 #widgets ul.social li:hover {
    background-color: #B72460;
}

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

footer #copy {
    background-color: var(--crl-8D1B3D);
    color: #FFF;
    padding: 15px 0;
}

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

#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: #B72460;
    border-radius: 50px;
}

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

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

/* Categories home */
#categories-home .box {
    background-color: #FFFFFF;
    padding: 1rem;
    position: relative;
    text-align: center;
}

div#categories-home .items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

#categories-home .box a {
    position: absolute;
    inset: 0;
}

#categories-home .box figure {
    height: 70px;
    width: 70px;
    margin-inline: auto;
}

#categories-home .box figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

#categories-home .box h4 {
    font-size: 1rem;
    margin: 0;
}

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

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

#categories-home .fa-arrow-left {
    color: #b72460;
    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;
}

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

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

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

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

.banner .btn.btn-banner {
    background-color: #B72460;
    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: scale-down;
}

.carousel-p .owl-nav button.owl-next,
.carousel-p .owl-nav button.owl-prev {
    font-size: 40px;
    color: #b72460;
    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: var(--crl-8D1B3D);
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    transition-duration: 0.5s;
    display: grid;
    place-content: center;
    translate: 0 100%;
}

.carousel-p .card:hover .overlay {
    translate: 0;
}

.carousel-p .card .overlay .btn.btn-card {
    background-color: var(--bs-body-bg);
    color: #000;
    font-size: .9rem;
    line-height: 30px;
    border-radius: 50px;
    width: 126px;
    height: 42px;
    border: none;
    margin-block-end: 1rem;
}

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

.carousel-p .card .card-body h5 {
    border: 1px solid #818181;
    margin: 0;
    min-height: 40px;
    line-height: 40px;
    color: var(--crl-8D1B3D);
}

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

.carousel-p .card-title {
    min-height: 40px;
}

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

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

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

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

#search-page h5 span {
    color: #E92C79;
}

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

#search-page .box select {
    width: 90%;
    margin: 0 5%;
    border: none;
    min-height: 60px;
    outline: none;
    font: inherit;
    background: #fff;
height: 20px;
}

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

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

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

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

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

.card-search img {
    height: 170px;
    width: 100%;
    object-fit: scale-down;
}

.card-header i {
    color: #e92c79;
}

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

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;
}

ul.pagination li a.active {
    background-color: #E92C79;
    color: white;
    border: 1px solid #E92C79;
}

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

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

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

.e3lan-title .cb i {
    color: #bcbcbc;
}

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

.e3lan-title .badge {
    background-color: var(--crl-8D1B3D);
    width: 160px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 400;
    min-height: 41px;
    line-height: 22px;
}

.e3lan-title .badge i {
    margin-right: 10px;
    color: #FFF !important;
}


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

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

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

ul.e3lan-s {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

ul.e3lan-s li {
    width: calc(25% - .5rem);
    flex: 0 0 auto;
}

ul.e3lan-s li a,
ul.e3lan-s li button {
    background: #FFF;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 50vmax;
    min-height: 50px;
    line-height: 46px;
    color: #111;
    transition: 300ms;
}

ul.e3lan-s li a:hover,
ul.e3lan-s li button:hover {
    background: var(--crl-8D1B3D);
    color: #FFF;
}

ul.e3lan-s li i {
    color: #BCBCBC;
    font-size: 20px;
    vertical-align: middle;
    margin-inline-end: .5rem;
}

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

.map h2 {
    font-size: 1.25rem;
}

.map [data-row] {
    padding: 1.5rem 2rem;
    font-size: .9rem;
}

.map p i {
    color: #E92C79;
}

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

/* similar */
.similar {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}

.similar h5 {
    margin-block: 1rem 1.5rem;
}

.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: #B72460;
    font-weight: 900;
    margin-top: 5px;
}

#messages h5 a {
    color: #333333;
}

/* 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;
}

#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;
    font-size: 50px;
    margin-bottom: 20px;
}

/* RESPONSIVE */

@media (min-width: 1200px) {

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

@media (max-width: 62em) {
    header .navbar-nav .nav-link {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }

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

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

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

    .carousel-p .owl-nav button.owl-next,
    .carousel-p .owl-nav button.owl-prev {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .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: 35px;
        height: 35px;
        width: 100%;
        font-size: 12px;
        padding: 0 5px;
    }

    div#categories-home .items {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-header .container-logo .links a {
        flex-basis: 35px;
        height: 30px;
        min-width: 35px;
        border-radius: 50vmax;
        line-height: 30px;
    }

    footer .top .inner-sec-footer {
        display: block !important;
    }

    footer .top {
        padding-bottom: 30px;
        background: #343434 !important;
    }

    footer .banner .inner {
        display: block !important;
    }

    [data-row] {
        display: block !important;
    }

}

/* New Style By Mohammed AbdElmajeed */
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-block-end: 2rem;
}

.thmb-title {
    display: grid;
    grid-template-columns: 25px max-content;
    gap: 1rem;
    background: #f6f6f6;
    position: relative;
    z-index: 1;
    padding-inline-end: 10px;
}

.thmb-title figure {
    margin: 0;
    width: 25px;
    height: 25px;
}

.thmb-title figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.thmb-title h3 {
    margin: 0;
    font-size: 1.5rem;
}

.head>a {
    width: 130px;
    height: 34px;
    display: block;
    line-height: 34px;
    background: #FFFF;
    border: 1px solid #eee;
    border-radius: 50px;
    text-align: center;
    font-size: .85rem;
    transition: 300ms;
    position: relative;
    z-index: 1;
}

.head>a:hover {
    background-color: var(--crl-8D1B3D);
    color: #FFF;
}

.homeCategory {
    padding-block: 3.5rem;
}

.head:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-style: dashed;
    border-width: 1px;
    opacity: .5;
    z-index: 0;
}


/* Delete form */
#delete_ad_form {
    display: none ;
}
footer .top {
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    color: #BCBCBC;
    min-height: 500px;
    background-position: top center;
    padding-block-start: 10rem;
    font-size: .85rem;
    line-height: 1.9;
}

footer .top .inner-sec-footer {
    display: grid;
    grid-template-columns: 25% 20% 20% 35%;
    gap: 1rem;
}

footer .top .item ul {
    padding: 0;
}

footer .top .item ul li a {
    color: #BCBCBC;
}

footer .top .item h2 {
    font-size: 1.1rem;
    color: #FFF;
    margin-block-end: 1.2rem;
}

footer .banner .inner {
    background: #141414;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 2rem 2.5rem;
    align-items: center;
}

footer .banner .inner .text {
    flex-basis: 600px;
    color: #E92C79;
}

footer .banner .inner .text h2 {
    background: 0;
    color: #FFF;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    margin-block-end: 1rem;
}

footer .banner .inner .text p {
    margin: 0;
    font-size: 1.2rem;
}

footer .banner .inner .image {
    display: flex;
    gap: 1.5rem;
}

footer .banner {
    padding: 0;
    margin: 0;
    margin-block-end: -101px;
    position: relative;
}

.banner-index {
    position: relative;
}

.banner-index .social {
    position: absolute;
    flex-direction: column;
    left: 1rem;
    top: 50%;
    translate: 0 -85%;
}

.banner-index .social a {
    width: 30px;
    background: hsl(0deg 0% 100% / 69%);
    color: #333;
}

.banner-index .social a:hover {
    background: #FFF;
}

form .input {
    position: relative;
}

form .input>i {
    position: absolute;
    left: 21px;
    top: 15px;
    color: var(--crl-8D1B3D);
}

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

.e3lan-title .top-data-ad {
    margin-block-end: 1rem;
}

[data-row] {
    display: flex;
    align-items: center;
}

[data-row="justify-between"] {
    justify-content: space-between;
}

[data-row="gap-1"] {
    gap: .8rem;
}

.e3lan-title .cb h5 {
    margin: 0;
    display: flex;
    gap: .8rem;
    margin-inline-start: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #111;
}

.e3lan-title .cb h5 span {
    color: #ef084d;
}

.cp-user {
    display: grid;
    grid-template-columns: 27% 72%;
}

.cp-user .user-area {
    background: #FFF;
    height: fit-content;
    padding: 3rem 1rem;
    border-radius: 6px;
}

.cp-user .user-area #head-u figure {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    margin-inline: auto;
    border: 2px solid #FFF;
    box-shadow: 1px 3px 15px hsl(0deg 0% 0% / 14.04%);
    margin-block-end: 20px;
}

.cp-user .user-area #head-u figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp-user .user-area #head-u .info {
    font-size: 13px;
    margin-block-end: 30px;
    color: #8d1b3d;
}

.cp-user .user-area #head-u .info h3 {
    font-size: 22px;
    color: #111;
}

.cp-user #cards {
    padding-inline-start: 16px;
}

.cp-user .links {
    display: grid;
    gap: 16px;
}

.cp-user .links a.btn.btn-all {
    width: 100%;
    text-align: start;
    padding-inline: 16px;
    background: #F4F5F7 !important;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp-user .links a.btn.btn-all:hover {
    background-color: var(--crl-8D1B3D) !important;
    color: #FFF !important
}

.cp-user #cards h2.title-cards {
    text-align: start;
    margin-block-end: 20px;
    padding-block-end: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 18px;
}

.cp-user #cards h2.title-cards::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #8d1b3d;
    right: 0;
    width: 40px;
    bottom: -1px;
}

@media(max-width:768px) {
    .inner-header .container-logo .links a i {
        margin: 0;
    }

    .inner-header .container-logo .logo {
        flex-basis: 80px;
        height: 80px;
    }

    .inner-header .container-logo .links {
        flex-basis: 115px;
        max-width: 115px;
        gap: 5px;
    }

    .inner-header .container-logo {
        gap: 0;
        flex-basis: 210px;
        justify-content: space-between;
        width: 210px;
    }

    .inner-header .left {
        display: block;
    }

    .inner-header .left .btn.btn-all {
        margin: 2px;
    }
    
    .cp-user {
        display: block;
    }

    .banner-index .item {
        min-height: 270px;
    }
    
    .e3lan-title .badge {
        padding: 7px;
        min-height: 30px;
        line-height: 15px;
        margin: 15px 0;
    }
    
    .btn-submit {
        min-width: 140px;
        height: 40px;
    }

    .banner-index .item h1 {
        font-size: 40px;
        margin-block: 6px;
    }

    .banner-index .item :is(p, h5) {
        font-size: 16px;
    }

    .banner-index .item a {
        display: inline-block;
        width: fit-content;
        padding-inline: 20px;
    }

    .inner-header .left a.login {
        display: none;
    }

    .banner-index .social {
        translate: 0 -50%;
        position: fixed;
        z-index: 9;
    }

    footer .top .inner-sec-footer .item img {
        display: none;
    }

    footer .banner {
        text-align: center;
    }

    footer .banner .inner .text h2 {
        font-size: 1.2rem;
    }

    footer .banner .inner .text {
        margin-block-end: 15px;
    }

    footer .banner .inner {
        padding-inline: 19px;
    }

    .thmb-title h3 {
        font-size: 14px;
    }
}


.items-gallary {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-block-end: 1rem;
}

.items-gallary>a {
    display: block;
    height: 110px;
    overflow: hidden;
    width: 100px;
    background: #FFF;
    border-radius: 5px;
    padding: .45rem;
    flex: 0 0 auto;
}

.items-gallary>a>img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}