/* ================= HERO STYLE 1 ================= */
.hero-style1 {
    z-index: 1;
    color:red;
}
.hero-style1 .hero1-shape-start {
    left: -240px;
    bottom: -130px;
    z-index: -1;
}
.hero-style1 .hero1-shape-end {
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* max-xl */
@media (max-width: 1199px) {
    .hero-style1 .hero1-shape-start {
        left: -80px;
        bottom: -80px;
        max-width: 300px;
    }
    .hero-style1 .hero1-shape-end {
        max-width: 200px;
    }
}

/* ================= HERO CONTENT ================= */
.hero-content1 {
    padding: 160px 0 100px;
}

/* ================= SEARCH ================= */
.search-adjust1.style2 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 16px;
}

/* ================= HERO STYLE 3 ================= */
.hero-style3 {
    padding: 120px 10px 92px;
}
.hero-style3 .heading3-title {
    font-weight: 400;
    font-size: 130px;
    line-height: 160px;
    letter-spacing: -1.6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 900px;
    color: #000; /* replace */
}
/* breakpoints */
@media (max-width: 1599px) {
    .hero-style3 .heading3-title {
        font-size: 110px;
        line-height: 120px;
        position: static;
        transform: none;
    }
}
@media (max-width: 1399px) {
    .hero-style3 .heading3-title {
        font-size: 80px;
        line-height: 90px;
    }
}
@media (max-width: 1199px) {
    .hero-style3 .heading3-title {
        font-size: 70px;
    }
}
@media (max-width: 991px) {
    .hero-style3 .heading3-title {
        font-size: 100px;
    }
    .hero-style3 .heading3-title br {
        display: none;
    }
}
@media (max-width: 767px) {
    .hero-style3 .heading3-title {
        font-size: 70px;
    }
}
@media (max-width: 575px) {
    .hero-style3 .heading3-title {
        font-size: 58px;
        line-height: 65px;
    }
}

/* ================= HERO THUMB ================= */
.hero-thumb__wrapper03 .price25 {
    width: 170px;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-thumb__wrapper03 .thumb1 {
    border-radius: 0 200px 0 0;
    overflow: hidden;
    position: relative;
}
.hero-thumb__wrapper03 .thumb1::before {
    position: absolute;
}
.hero-thumb__wrapper03 .thumb2 {
    border-radius: 200px 0 0 0;
    overflow: hidden;
}

/* ================= HERO STYLE 4 ================= */
.hero-style4 {
    padding: 210px 4px 130px;
}
.hero-style4 .hero-content4 {
    gap: 50px;
}
.hero-style4 .hero-content4 .thumb-hero4 {
    direction: rtl;
    position: relative;
    left: -24px;
}
.hero-style4 .hero-content4 .thumb-hero4 img {
    max-width: unset;
}

/* ================= HERO STYLE 5 ================= */
.hero-style5 .hero-content1 {
    padding: 175px 0;
}
.hero-style5 h2 {
    font-size: 40px;
}

/* ================= HERO 1 ================= */
.hero-1 {
    padding: 190px 0;
    position: relative;
    z-index: 1;
}
.hero-1 .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 9s ease, opacity 1.5s ease-in;
}
.hero-1 .hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

/* ================= HERO SECTION ================= */
.hero-section {
    position: relative;
}
.hero-section .dots {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    right: 50px;
    gap: 10px;
}
.hero-section .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.2px solid rgba(255,255,255,0.5);
    background: transparent;
}

/* ================= HEADER ================= */
.white-variation .mean__menu-wrapper .main-menu ul li a {
    color: #fff; /* replace */
}
.white-variation .mean__menu-wrapper .main-menu ul li a:hover {
    color: #c00; /* theme color */
}

/* ================= BREADCRUMB ================= */
.breadcrumb-section {
    padding: 150px 0;
    position: relative;
}
.breadcrumb-section h2 {
    font-size: 64px;
}
.breadcrumb-black-header {
    background: #000 !important;
}
