body,
h1,
h2,
h3,
h4,
h5,
p,
div {
    color: #000 !important;
    scroll-behavior: smooth;
}

body {
    background-color: #fffcfc;
}

img {
    pointer-events: none;
    max-width: 100% !important;
    width: auto !important;
}

.icon {
    font-family: "round icon";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.navigation .navbar .nav-item.active .nav-link.btn {
    color: #fff;
}

.navigation .navbar-brand {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    height: auto;
    margin: 0;
    width: 13%;
}

.navigation .collapse.navbar-collapse .nav-item a.btn {
    display: flex;
    align-items: center;
    padding: 12px !important;
    height: 40px;
    justify-content: center;
    column-gap: 12px;
}

.navigation .collapse.navbar-collapse .nav-item a.btn i {
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .navbar-brand img {
    top: auto;
    transform: none;
    -webkit-transform: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.navigation {
    background-color: #fff;
}

.navigation .collapse.navbar-collapse {
    height: 80px;
}

.navigation .navbar {
    background-color: #0000 !important;
}

.top-header {
    background-color: #4d286e;
}

.top-header .list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .list-inline li {
    display: flex;
    align-items: center;
}

.top-header .list-inline li i {
    background: #0000002e;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-header .list-inline li a {
    color: #fff;
    text-decoration: none;
    border: none;
    margin: 0 8px;
    border: none;
    border-bottom: 1px solid #0000;
    padding: 0;
}

.top-header .list-inline li a:hover {
    border-color: #fff;
}

.hero-slider.slick-slider {
    margin-bottom: 0 !important;
}

.hero-slider .hero-slider-item {
    width: 100% !important;
    max-width: 100% !important;
    background-position: top;
    height: 100px !important;
    background-size: contain;
}

section {
    margin: 30px 0 !important;
}

.enquiry .overlay {
    height: 460px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.enquiry .form {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
}

.enquiry .form h3 {
    letter-spacing: 0.65px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
    -webkit-text-stroke: 0.5px #ea8484;
}

.works .item {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.4s;
}

.works .item:hover {
    box-shadow: 1px 1px 10px 3px #0000001f;
    background: #fff;
    transition: all 0.4s;
}

.works .item i {
    font-size: 60px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 10px;
    margin: 0 0 30px 0;
}

.works .item h3,
.works .item a,
.works .item p {
    margin: 0;
    color: #000 !important;
}

.works .item:hover h3,
.works .item:hover a,
.works .item:hover p {
    color: #000 !important;
}

.works .item:hover i {
    background-color: #000;
}

.discount {
    position: relative;
}

.discount .txt {
    font-family: 'Great Vibes', cursive;
    position: absolute;
    top: 65%;
    text-align: center;
    left: 50%;
    color: #fff !important;
    transform: translate(-50%, -50%);
}

.discount .txt .breadcrumb,
.discount .txt .breadcrumb a {
    font-size: 18px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    border-bottom: 1px solid #0000;
    color: #fff !important;
    margin: 0;
}

.discount .txt .breadcrumb a {
    margin-right: 25px;
}

.discount .txt .breadcrumb a:hover {
    border-color: #fff;
}

.discount .txt h5,
.discount .txt h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 60px;
    color: #fff !important;
}

.discount .txt h5 {
    font-size: 20px;
}

.estimates {
    margin: 60px 0;
    row-gap: 20px;
}

.estimates .item {
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 20px 4px #00000012;
    border: 1px solid #dbd9d9;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    border-radius: 8px;
    min-height: 350px;
}

.estimates .item .video {
    position: absolute;
    color: #fff !important;
    background: #be3838;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.estimates .item .video .icon {
    font-size: 18px;
}

.estimates .item .total {
    position: absolute;
    top: 12px;
    right: -1px;
    background: #4d286e;
    padding: 0 15px 0 10px;
    color: #fff !important;
    border-radius: 4px 0 0px 4px;
}

.estimates .item .cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.estimates .col-md-3 {
    max-width: 20%;
}

.estimates .item .cnt img {
 
    height: 160px;
    width: 160px !important;
}

.estimates .item .cnt .ctrls {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
}

.estimates .item .cnt .name {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0 0 0;
}

.estimates .item .cnt .price {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0 20px 0;
}

.estimates .item .cnt .price s {
    padding: 0 5px;
}

.estimates .item .cnt .ctrls button {
    background: #4d286e24;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #4d286e;
    font-weight: 600;
    font-size: 15px;
}

.estimates .item .cnt .ctrls input {
    width: 25%;
    padding: 0 8px;
    border-radius: 8px;
    border: 1px solid #7f0707;
    background: #4d286e;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

footer {
    background: #292929;
}


footer h3 {
    margin-bottom: 0px;
}

footer * {
    color: #fff !important;
}

.floats {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floats .item {
    position: fixed;
    top: 75px;
}

.floats .item a {
    background: #4d286e;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.floats .item a i {
    color: #000;
  
}

.details {
    position: absolute;
    top: 110px;
    left: 0;
    background: #fffcfc;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -3;
    transition: all .4s;
}

.details.show {
    overflow: auto;
    z-index: 9;
    transition: all .4s;
    visibility: visible;
    opacity: 1;
}

.details .close-icon {
    color: #000 !important;
    cursor: pointer;
    float: right;
    margin: 30px;
    background: #fff7f7;
    padding: 10px;
    width: 35px;
    border-radius: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details .table {
    max-width: 100%;
    max-height: 55%;
}

.details .table table {
    width: 100%;
}

.details .table table thead,
.details .table table tfoot {
    position: sticky;
    top: -2px;
    background: #eee;
}

.details .row>div {
    padding: 0 !important;
    margin: 0 !important;
}

.details .table table tfoot {
    top: auto;
    bottom: -2px;
}

.details .close-icon i {
    color: #000;
}

.total-bar {
    position: fixed;
    padding: 3px 10px;
    bottom: 70px;
    background: #4d286e;
    border-radius: 10px;
    left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    box-shadow: 1px 1px 3px 2px #00000061;
}

.total-bar p {
    font-size: 12px;
    margin: auto;
    color: #fff !important;
}

.total-bar.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.185em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
}

@media (max-width: 1400px) {
    .estimates .col-md-3 {
        max-width: 25%;
    }
    .estimates .item .cnt .name {
        font-size: 14px;
    }
    .estimates .item .cnt .price {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .hero-slider .hero-slider-item {
        padding: 0;
    }
    .navigation .navbar-brand {
        position: relative;
        top: auto;
        transform: none;
        width: 30%;
    }
    img {
        object-fit: contain;
    }
    .navigation .collapse.navbar-collapse {
        height: 100%;
        background: #00000012;
        margin: 0 -45px;
    }
    .navigation .collapse.navbar-collapse .navbar-nav {
        padding: 0 30px;
    }
    .navigation .navbar .nav-item .nav-link:hover {
        background-color: #4d286e;
        color: #fff;
        border-radius: 40px;
    }
    .discount .txt h5,
    .discount .txt h2 {
        font-size: 22px;
    }
    .enquiry .form {
        width: 80%;
        top: 50%;
    }
    .estimates .col-md-3 {
        max-width: 33%;
        padding: 0 10px;
    }
    .estimates .item .cnt {
        margin: 20px 0;
    }
    .estimates .item .cnt img {
        width: 120px !important;
        height: 120px;
       
        object-fit: cover;
    }
    .estimates .item {
        min-height: 280px;
    }
    .estimates .item .cnt .name {
        font-size: 13px;
    }
}

@media (max-width: 840px) {
    .top-header .list-inline {
        flex-direction: column;
        row-gap: 10px;
        padding: 10px 0;
    }
    .top-header .list-inline li a {
        font-size: 12px;
    }
    .top-header .list-inline li {
        margin: 0 !important;
    }
    .products .product {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .products .product .item {
        width: 35%;
        margin: auto;
    }
    .estimates .item .cnt .name {
        font-size: 12px;
    }
    .estimates .item .cnt .price {
        font-size: 10px;
    }
    .details .row.col-md-12 {
        margin: 15% 0 30% 0;
    }
    .discount .txt h5,
    .discount .txt h2 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .estimates .col-md-3 {
        max-width: 50%;
    }
    .estimates .item {
        min-height: 260px;
    }
    .estimates .item .cnt {
        margin: 10px 0;
    }
    .discount .txt h5,
    .discount .txt h2 {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .estimates .col-md-3 {
        max-width: 100%;
    }
    .estimates .item {
        min-height: 240px;
    }
    .estimates .item .cnt {
        margin: 0;
    }
    .estimates .item .cnt img {
        width: 50% !important;
    }
    .discount .txt h5,
    .discount .txt h2 {
        font-size: 16px;
    }
}