* {
    margin: 0;
    padding: 0;
}

/* FONTS */
h1 {
    font-family: "Viaoda Libre", cursive !important;
}
h2 {
    font-family: "Palanquin", sans-serif;
}
h3 {
    font-family: "Palanquin", sans-serif;
}
h4 {
    font-family: "Palanquin", sans-serif;
}
p {
    font-family: "Palanquin", sans-serif;
}
span {
    font-family: "Palanquin", sans-serif;
}

/* FONT SIZE */
.section-label {
    font-size: 65px;
}

@media only screen and (max-width: 600px) {
    .career-job {
        font-size: 20px !important;
    }

    .fs-4 {
        font-size: 22px !important;
    }

    p {
        font-size: 14px;
    }

    span {
        font-size: 14px;
    }

    h4 {
        font-size: 22px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    .banner-h1 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .trends.carousel-control-next {
        right: 0% !important;
    }

    .trends.carousel-control-previous {
        left: 0% !important;
    }

    .btn-margin {
        margin-top: 0rem !important;
    }
}

@media only screen and (max-width: 1500px) {
    .trends.carousel-control-next {
        right: 0% !important;
    }

    .trends.carousel-control-previous {
        left: 0% !important;
    }
    .border-right {
        display: none !important;
    }
    .border-left {
        display: none !important;
    }
}

.img-trends {
    width: 590px;
    height: 590px;
}

/* COLORS */
.link-active {
    font-weight: bold !important;
    color: black !important;
}

.bg-alt {
    background-color: #fbf3ee;
}

.justify {
    text-align: justify;
}

/* HOME */
.big-img-home {
    width: 604px;
    height: 700px;
}

.small-img-home {
    width: 336px;
    height: 338px;
}

.dropdown-item:hover {
    background-color: black !important;
    color: white !important;
}

.btn-margin {
    margin-top: 4rem;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border-color: white !important;
}
.banner {
    width: 100%;
}
.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    background-color: transparent !important;
    border: 1px solid #91867f !important;
    border-radius: 50% !important;
}

.carousel-indicators .active {
    background-color: #000 !important;
}

.banner-overlay {
    left: 48%;
    top: 50%;
}

.container {
    max-width: 1514px !important;
}

.banner-h1 {
    font-size: 50px;
    font-family: "Palanquin", sans-serif !important;
}

.btn-primary {
    width: 12rem;
}

.btn-secondary {
    border: 1px solid black !important;
    width: 12rem;
}

.border-left {
    width: 36rem;
    height: 36rem;
    bottom: -54%;
    left: 44%;
    z-index: 0;
}

.border-right {
    width: 36rem;
    height: 36rem;
    bottom: -54%;
    left: 56%;
    z-index: 0;
}

.parent-relative {
    z-index: 2;
}

.label-left {
    /* left: 50%; */
    top: 2%;
    z-index: 2;
}

.trends.carousel-control-prev {
    left: -10%;
}

.trends.carousel-control-next {
    right: -10%;
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay .d-flex {
    height: 100%;
}

.overlay .d-flex .rounded-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.image-container .home-overlay {
    height: 100%;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .home-overlay {
    opacity: 1;
}

.home-overlay .d-flex .rounded-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.trends.carousel-indicators {
    bottom: -31px;
}

.btn-upward {
    background-color: black;
    padding: 8px 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
}

/* BUTTON */
.button {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid white !important;
    overflow: hidden;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
}

.button-dark {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: white;
    z-index: 1;
    background: black !important;
    position: relative;
    font-weight: 1000;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 2px solid white !important;
}

.button-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: white !important;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
}

.button-dark:hover {
    color: black !important;
}

.button-dark:hover::before {
    width: 100%;
}

.button-alt {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid black !important;
    overflow: hidden;
    border-radius: 30px;
    color: black;
    transition: all 0.5s ease-in-out;
}

.btn-txt {
    z-index: 1;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: white;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.type1-alt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: black;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.type2-alt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: black;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
}

.btn-text-alt {
    position: relative;
    z-index: 10;
}

.button:hover {
    color: black !important;
    border: 2px solid white !important;
}

.button-alt:hover {
    color: #fff !important;
    border: 2px solid black !important;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.type2-alt:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.type1-alt:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.section-banner {
    left: 16%;
}

/* PRELOADER */
.preloader {
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

/* .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        box-shadow: 0 -1px 0 black;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 0 -1px 0 black;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 0 -1px 0 black;
    }
}

/* ABOUT US */
.about-link.active {
    background-color: black !important;
    color: white !important;
}

.counter {
    font-size: 55px;
}

.dashed-line {
    border-right: 4px dashed #4d4d4d;
}

.review-img {
    width: 200px;
}

.yellow-star {
    color: #fcda3b;
}

.default-star {
    color: #c5c5c5;
}

/* SHOP */
label.color-link {
    border: 1px solid black;
}

input[type="radio"].color-link:checked + label.color-link {
    background-color: #fc4c1b;
    border-color: #fc4c1b;
}

.img-nav-shop {
    width: 30%;
}

/* .img-tab-shop{
  width: 10rem;
} */

.trends-category:not(.collapsed) {
    color: #fc4c1b !important;
}

.trends-category {
    color: black;
}

.img-product-home {
    height: 426.5px;
}

.page-link {
    border: none !important;
    border-radius: 50%;
    box-shadow: none;
    color: black !important;
    background-color: transparent !important;
}

.linkers {
    color: black !important;
}

.page-link:hover {
    background-color: black !important;
    color: white !important;
}

.page-link.active {
    background-color: black !important;
    color: white !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #dbdfe4 !important;
}

.bg-grey {
    background-color: #f5f5f4;
}

.noUi-handle {
    border-radius: 50% !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-horizontal .noUi-handle {
    width: 30px !important;
}

.color-nude {
    color: #ac6c57;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "-") !important;
}

.breadcrumb-item.active {
    color: #ac6c57 !important;
}

.breadcrumb-item.alt.active {
    color: #fc4c1b !important;
}

.img-shop {
    width: 309.77px;
    height: 390px;
}

.color-trends {
    color: #fc4c1b;
}

.bg-trends {
    background-color: #fc4c1b;
}

/* SHOP SINGLE */
.img-small {
    width: 124px;
    height: 135px;
}
.img-big {
    width: 100%;
    height: 540px;
}

.product-title {
    font-size: 55px;
}

.price {
    font-size: 40px;
    color: #ac6c57;
}

.btn-size.active {
    background: #0d6efd;
    color: white;
}

.bg-nude {
    background-color: #a65e46;
}

.btn-cart {
    background-color: #a65e46 !important;
}

.btn-cart:hover {
    background-color: #91523d !important;
}

.btn-cart-alt {
    background-color: #fc4c1b !important;
}

.btn-cart-alt:hover {
    background-color: #bd3914 !important;
}

.info-link {
    text-decoration: none;
    color: #9b9b9a;
}

.info-link:hover {
    color: black;
}

.info-link.active {
    color: black;
}

/* BRANDS */
.brand-round {
    border-radius: 52% 48% 49% 51% / 25% 25% 25% 25%;
    width: 310px;
    height: 440px;
}

/* BLOGS */
.img-main-blogs {
    width: 336px;
    height: 338px;
}

.img-blog {
    width: 415px;
    height: 457px;
}

.small-blog-title {
    font-size: 30px;
}

.blog-text {
    left: 67.5%;
}

/* BLOG SINGLE */
.blog-img-big {
    width: 775px;
    height: 470px;
}

.soc-border-bg {
    background-color: #010001;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    width: 3%;
}

.img-recent-blog {
    width: 86px;
}

/* CAREERS */
.border-type {
    border: 2px solid black;
}

/* CONTACT US */
.contact-link {
    background-color: transparent;
    border: none;
}
.form-black:focus {
    border: 1px solid black !important;
}

/* CHECKOUT */
.input-note {
    font-size: 13px;
}

.accordion-button:focus {
    box-shadow: none !important;
    color: black !important;
}

.accordion-button::after {
    background-image: none !important;
}

.p-5 {
    padding: 1rem !important;
}

/* RESPONSIVE */
@media only screen and (max-width: 600px) {
    .img-trends {
        max-width: 100%;
        height: 366px;
    }

    .img-nav-shop {
        width: 80%;
    }
    .dashed-line {
        border: none;
        border-bottom: 4px dashed #4d4d4d;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .image-container .overlay {
        height: 83.5%;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .banner-sm {
        width: 100%;
        height: 345px !important;
    }

    .margin-sm-0 {
        margin-bottom: 0px !important;
    }

    .mob-apparel {
        left: 55%;
        top: 20%;
    }

    .center {
        display: flex;
        justify-content: center;
    }

    .banner-overlay {
        left: 45%;
        top: 48%;
    }

    .section-banner {
        left: 23%;
    }
    .margin-top-sm-5 {
        margin-top: 1rem;
    }

    .img-blog {
        width: 379px;
        height: 365px;
    }

    .blog-text {
        left: 50%;
    }

    th {
        font-size: 12px;
    }

    .img-sm-fluid {
        width: 100%;
        height: auto;
    }

    .soc-border-bg {
        width: 8%;
    }
}
