@import url(general.css);

:root {
    --primary-color: #C60170;
    --secondary-color: #960CB5;
    --red-color: #ff0000;
    --yellow-color: #FCBF2E;
    --dark-color: #200055;
    --white-color: #FFFFFF;
    --text-color: #4D4D4D;
    --text-color-2: #7B7B7B;
    --my-font: "Jacques Francois", serif;
    --my-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1)
}

/* ================================ 
Header Section 
=================================== */
header {
    padding: 14px 0;
    border-bottom: 1px solid #DFF0DF
}

.main-logo {
    height: 55px
}

header .asian-paints-logo {
    height: 30px
}

header h2 {
    font-size: 40px;
    font-weight: 500
}

/* ================================ 
Navabr Section 
=================================== */
.navbar {
    background-color: var(--dark-color)
}

.navbar .navbar-brand img {
    height: 50px
}

.navbar .nav-col-search {
    height: 40px;
    padding: 0 3rem 0 14px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    border: none;
    position: relative;
    width: 500px
}

.navbar .search-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: var(--white-color);
    font-size: 18px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    border: none
}

@media all and (min-width:992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
        min-height: auto !important;
        border-radius: 0
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateY(20px);
        transition: all .3s ease-in;
        visibility: hidden;
        min-width: 22rem
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        min-width: 14rem;
        border-radius: 0;
        border: 0;
        box-shadow: -2px 3px 10px rgb(0 0 0 / .1)
    }

    .navbar .nav-link {
        text-decoration: none;
        color: var(--white-color);
        font-size: 15px;
        font-weight: 500;
        margin: 0 4px;
        text-transform: capitalize
    }

    .navbar .nav-item:hover .nav-link,
    .navbar .nav-item:focus .nav-link {
        color: var(--yellow-color)
    }

    .navbar .nav-item .nav-link:focus {
        color: var(--yellow-color)
    }

    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: 0;
        top: -8px;
        border-radius: 0
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu,
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }

    .dropdown-menu a,
    .dropdown-submenu a {
        color: var(--black-color);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 15px;
        text-decoration: none;
        font-size: 15px
    }

    .dropdown-menu a:hover,
    .dropdown-submenu a:hover,
    .dropdown-menu a:focus,
    .dropdown-submenu a:focus {
        color: var(--primary-color);
        background-color: #fff0
    }

    .dropdown-toggle::after {
        margin-left: 8px
    }

    .navbar .nav-item .paint-oil {
        min-width: 16rem
    }

    .navbar .nav-item .paint-oil-2 {
        min-width: 18rem
    }

    .navbar .nav-item .big-menu {
        display: flex;
        min-width: 31rem;
        flex-wrap: wrap
    }

    .navbar .nav-item .big-menu li {
        flex-basis: 50%;
        flex-wrap: wrap
    }
}

.navbar.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 12px 0;
    box-shadow: 0 -2px 20px 5px #00000028;
    animation: fadeInDown 0.5s ease-in-out
}

@keyframes fadeInDown {
    0% {
        top: -30%
    }

    50% {
        top: -15%
    }

    100% {
        top: 0
    }
}

.scroll-on .nav-link.active::before,
.scroll-on .nav-link.show::before {
    bottom: -21px;
    height: 7px
}

#search_results {
    position: absolute;
    z-index: 20;
    top: 50px;
    left: 0;
    width: 100%;
}

/* ================================ 
Banner Section 
=================================== */
.banner {
    width: 100%;
    height: 68vh
}

.banner .banner-img {
    height: 68vh;
    width: 100%;
    object-fit: cover
}

.banner .slick-dots {
    bottom: 25px;
    display: inline-block
}

.banner .slick-dots li button  {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: var(--white-color);
    border: 0;
    outline: none;
    background: var(--white-color);
    border-radius: 100%
}

.banner .slick-dots li.slick-active button , .review .slick-dots li.slick-active button {
    background-color: var(--yellow-color);
    opacity: 1
}
.review .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: var(--primary-color);
    border: 0;
    outline: none;
    background: var(--primary-color);
    border-radius: 100%
}

.review .slick-dots {
    bottom: -25px;
    display: inline-block
}
/* ================================ 
Maquee Section 
=================================== */
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 64px;
    overflow: hidden
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 90s linear infinite
}

.main-marquee .content .sub-content .tag-line {
    font-size: 64px;
    color: #280069;
    font-family: var(--my-font);
    text-transform: uppercase;
    line-height: 1;
    display: inline-block
}

.main-marquee .content .sub-content img {
    height: 50px;
    margin: 0 1.5rem;
    display: inline-block
}

.main-marquee .content .sub-content .tag-line:nth-of-type(even) {
    background: linear-gradient(90deg, #FF8882, #E536CA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* ================================ 
Form Section 
=================================== */
.form-sec {
    background-color: #280069;
}

.form-sec .form-control,
.form-sec .form-select {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3) !important;
    font-size: 14px;
    min-height: 40px;
    padding-left: 1rem;
}

.form-sec .form-control:hover,
.form-sec .form-control:focus,
.form-sec .form-select:hover,
.form-sec .form-select:focus {
    border: 1px solid var(--secondary-color);
}


.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: var(--white-color);
    border-radius: 4px;
    border: 1px solid var(--white-color);
    text-align: center;
    outline: none;
    font-size: 16px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
}

.otp-input-fields input:focus {
    font-size: 20px;
}

.otp-input-fields input:hover {
    border: 1px solid var(--secondary-color);
}

/* ================================ 
Service Section 
=================================== */
.service {
    background-color: #f9f5ff
}

.service h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize
}

.service h6 {
    font-size: 18px;
    margin: 10px 0 5px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    min-height: 48px
}

.service .service-image {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    object-fit: cover
}

/* ================================ 
Product Section 
=================================== */
.popular .inner-contain {
    padding: 12px;
    border: 1px solid #CBCBCB;
    background: var(--white-color);
    border-radius: 10px;
    transition: all 0.35s ease-in-out
}

.trending .inner-contain {
    min-height: 305px;
    width: 245px;
}

.popular .inner-contain .product-image {
    transition: all 0.35s ease-in-out;
    width: 100%;
    height: 219px;
    object-fit: cover
}

.popular .inner-contain h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.15s ease-in-out;
    text-transform: capitalize
}

.popular .inner-contain:hover .product-image {
    transform: scale(1.05)
}

.popular .inner-contain:hover h5 {
    color: var(--primary-color)
}

/* ================================ 
Why Choose Section 
=================================== */
.why-choose {
    background-color: #f5f7ff
}

.why-choose .inner-contain {
    padding: 20px;
    box-shadow: 4px 4px 0 0 #39009671;
    border: 1px solid #c3c3c3;
    transition: all 0.35s ease-in-out
}

.why-choose .inner-contain h5 {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #2100555e;
    border-width: 2px;
    transition: all 0.35s ease-in-out
}

.why-choose .inner-contain:hover h5 {
    color: var(--primary-color)
}

.why-choose .inner-contain:hover {
    transform: translateY(-10px)
}

/* ================================ 
About Section 
=================================== */
.about .title {
    font-size: 28px;
    margin-bottom: 18px
}

.about .border-warning {
    border-color: #C60170 !important
}

.about .verify {
    height: 20px;
    margin-right: 10px
}

/* ================================ 
Footer Section 
=================================== */
footer {
    padding-top: 3rem;
    background-color: #120030;
    color: var(--white-color)
}

footer h4 {
    font-weight: 800;
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: capitalize
}

footer ul {
    list-style-type: none;
    padding-left: 10px
}

footer ul li {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin: 10px 0
}

footer ul li a {
    text-transform: capitalize
}

footer ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FBA007;
    margin-right: 8px;
    transition: all 0.25s ease-in-out
}

footer ul li:hover::before {
    margin-right: 18px;
    border-radius: 50%
}

footer .cont i {
    font-size: 20px;
    padding-right: 10px
}

footer .footer-link-contain {
    width: 264px
}

/* ================================ 
Inner Banner Section 
=================================== */
.inner-banner {
    width: 100%;
    width: 100%;
    height: 270px;
    background: linear-gradient(rgba(12, 70, 70, 0.259), rgba(12, 70, 70, 0.259)),
        url(../images/hero/inner-banner.avif) no-repeat center;
    background-size: cover;
}

.inner-banner .overlay {
    background: #31313129;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}

.inner-banner .overlay h1,
.inner-banner .overlay h2 {
    font-size: 36px;
    font-weight: 700;
}

/* ================================ 
Vision Section 
=================================== */
.vision {
    background-color: #fff;
    position: relative;
    padding: 5.5rem 0;
}

.vision .vision-img-contain {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.vision .vision-img-contain img {
    width: 100%;
    height: 100%;
}




/* ================================ 
Product Details Section 
=================================== */
.product-details .details {
    position: relative;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.product-details .pro-title {
    font-size: 34px;
    margin-bottom: 16px;
}

.product-details .pro-short-desc {
    color: #464646;
    margin-bottom: 22px;
}

.product-details .description-box {
    padding: 1rem 0;
    border-top: 1px solid #c3c3c3;
    margin-top: 2rem;
}

.product-details .description-box h5 {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 12px;
}

.product-details .description-box p {
    color: #464646;
}

.product-details .sticky-div {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 99;
}

@media only screen and (max-width: 769px) {

    #wishlist-container,
    #buy-container {
        padding: 0 0 15px 0;
    }
}

/* ================================ 
Service List Section 
=================================== */
.service-list .service-title {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 8px;
    text-transform: capitalize;
    min-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ================================ 
Service Details Section 
=================================== */
.service-details h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* ================================ 
Contact Section 
=================================== */
.contact .contact-img-contain {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.contact .contact-img-contain img {
    width: 100%;
    height: 100%;
}

.contact .wrap-div i {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 18px;
    transform: translateY(-50%);
    color: #777;
}

.contact .wrap-div input {
    width: 100%;
    padding-left: 2.5rem;
    min-height: 48px;
}

.contact .wrap-div textarea {
    width: 100%;
    padding-left: 2.5rem;
    height: 100px;
    resize: none;
}

.contact .wrap-div-2 i {
    position: absolute;
    top: 20px;
}


.gen-info .icon-div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f2eaff;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: var(--secondary-color);
}


.getquoteModal .my-btn-close {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    padding: 10px;
    background-color: var(--red-color);
    color: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    z-index: 88;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Review section */
.review .inner-contain {
    padding: 25px;
    border-radius: 10px;
    min-height: 250px;
    background: var(--white-color);
    border : 1px solid #c3c3c3;
}

.review .inner-contain p {
    color: #434343;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.25s ease-in-out;
}

.review .inner-contain .img-contain {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.review .inner-contain i {
   font-size: 48px;
   line-height: 1;
   color: var(--primary-color);
}

.review .rating {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}

.review .rating i {
    font-size: 12px;
}

.review .gradient-div {
    position: relative;
}

@media (max-width: 1440px) {
    .vision {
        padding: 2rem 0;
    }

    .inner-banner {
        height: 230px;
    }

    .inner-banner .overlay h1,
    .inner-banner .overlay h2 {
        font-size: 34px;
        margin-bottom: 4px;
    }

    .service h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .call-back h2 {
        font-size: 30px;
    }

    .contact .contact-img-contain img {
        width: 100%;
        height: 80%;
    }

    .contact .contact-img-contain {
        top: 70px;
    }
}

@media (max-width: 1366px) {
    .main-marquee .content .sub-content .tag-line {
        font-size: 50px;
    }

    .marquee {
        height: 50px;
    }

    .service h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .trending .inner-contain {
        width: 210px;
        min-height: 275px;
    }

    .popular .inner-contain .product-image {
        height: 185px;
    }

    .co-found .title {
        font-size: 28px;
    }

    .contact h1 {
        font-size: 28px;
    }

    .gen-info span {
        width: 73%;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .details .drift-zoom-pane {
        width: 100% !important;
        max-width: 100% !important;
        height: 380px !important;
        max-height: 380px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 1200px) {
    header h2 {
        font-size: 36px;
    }

    .inner-banner {
        height: 200px;
    }

    .inner-banner .overlay h1,
    .inner-banner .overlay h2 {
        font-size: 30px;
        margin-bottom: 4px;
    }

    .product-details .pro-title {
        font-size: 30px;
        margin-bottom: 14px;
    }
}

@media (max-width: 1199px) {
    #dek-img {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .service .service-image {
        height: 180px;
    }

    .service h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .trending .inner-contain {
        width: 222px;
        min-height: 275px;
    }

    .main-marquee .content .sub-content .tag-line {
        font-size: 40px;
    }

    .marquee {
        height: 40px;
    }

    .main-marquee .content .sub-content img {
        height: 40px;
    }

    .title {
        font-size: 30px;
        margin-bottom: 26px;
    }

    footer .footer-link-contain {
        width: 445px;
    }
}

@media (max-width: 991px) {
    header {
        display: none;
    }

    .navbar {
        background-color: var(--white-color);
    }

    .navbar .nav-link {
        padding: 10px 18px !important;
        font-size: 16px;
        display: block;
        margin: 0;
        border-bottom: 1px dashed #a8a8a8;
        border-width: 1px;
        color: #121212;
    }

    .navbar .nav-link:hover {
        color: var(--primary-color);
    }

    #offcanvasNavbar,
    #filter-offcanvas {
        width: 300px;
        height: 100vh;
        background-color: #fff
    }

    #offcanvasNavbar .button {
        display: inline-block;
        margin-top: 10px
    }

    .offcanvas-title img {
        height: 50px
    }

    .banner h2 {
        font-size: 38px;
        line-height: 54px
    }

    .offcanvas-title img {
        height: 30px
    }

    .offcanvas-header {
        background-color: #f4f4f4;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .offcanvas-body {
        padding-left: 0 !important;
        padding-top: 8px;
        padding-right: 0 !important;
    }

    .my-mobile-menu li {
        font-size: 14px;
        padding: 8px 18px;
        position: relative;
        padding-left: 34px;
        border-bottom: 1px solid #ddd;
    }

    .my-mobile-menu li a {
        white-space: wrap;

    }

    .my-mobile-menu li a i {
        font-size: 7px;
        position: absolute;
        top: 13px;
        left: 6%;
        color: var(--primary-color);
    }

    .popular .inner-contain .product-image {
        height: 195px;
    }

    .service h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .thumbnail-container img {
        height: 400px !important;
        object-fit: cover;
        width: 400px !important;
        margin-bottom: 24px;
    }

    .product-details .pro-title {
        font-size: 26px;
        margin-bottom: 14px;
    }

    footer .footer-link-contain {
        width: auto;
    }

    footer .footer-link-contain {
        width: 300px;
    }

    .title {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .banner {
        height: 40vh;
    }

    .banner .banner-img {
        height: 40vh;
    }
     .mobile-logo {
    height: 30px;
  }
  .main-marquee .content .sub-content .tag-line {
        font-size: 32px;
    }

    .marquee {
        height: 32px;
    }

    .main-marquee .content .sub-content img {
        height: 32px;
    }
    .inner-banner {
    height: 150px;
  }
  .reverse {
      flex-direction: column-reverse;
  }
  .co-found img {
      width: 50%;
      margin-bottom: 30px;
  }
}


@media (max-width: 768px) {
      .trending .inner-contain {
        width: 100%;
        min-height: 315px;
      }
       .popular .inner-contain .product-image {
        height: 235px;
      }
      .service .service-image {
        height: 225px;
      }
}


@media (max-width: 480px) {
    body {
        font-size: 90%;
    }
  .popular .inner-contain .product-image {
    height: 195px;
  }
  .banner {
        height: 25vh;
    }

    .banner .banner-img {
        height: 25vh;
    }
    .about .verify {
      height: 18px;
      margin-right: 10px;
      margin-top: 5px;
    }
      .service h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .btn1 {
      padding: 9px 14px;
      font-size: 12px;
    }
    .about .title {
      font-size: 24px;
    }
    .sub-title {
      font-size: 18px;
    }
    .service h6 {
      font-size: 20px;
      min-height: 0;
      margin-top: 16px;
    }
    .service .service-image {
        height: 315px;
      }
      .trending .inner-contain {
        min-height: 285px;
      }
        .call-back h2 {
        font-size: 26px;
      }
        .thumbnail-container img {
        height: 280px !important;
        width: 280px !important;
      }
       .product-details .pro-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  footer h4 {
  font-size: 17px;
}
  .inner-banner .overlay h1, .inner-banner .overlay h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  footer {
  padding-top: 1rem;
}
.asian-paints-logo {
    height: 25px;
}
}



@media (max-width: 430px) {
      .popular .inner-contain .product-image {
    height: 175px;
  }
    .trending .inner-contain {
    min-height: 265px;
  }
    .service h2 {
    font-size: 22px;
    line-height: 28px;
  }
    .title {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .main-marquee .content .sub-content .tag-line {
        font-size: 26px;
    }

    .marquee {
        height: 26px;
    }

    .main-marquee .content .sub-content img {
        height: 26px;
    }
}
 @keyframes shake {
     0% {
         transform: translateX(0);
     }

     25% {
         transform: translateX(-5px);
     }

     50% {
         transform: translateX(5px);
     }

     75% {
         transform: translateX(-5px);
     }

     100% {
         transform: translateX(0);
     }
 }

 .shake {
     animation: shake 0.3s ease-in-out;
 }
/* Custom loader styles */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9998;
    backdrop-filter: blur(3px);
}

.custom-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader-text {
    color: #2c3e50;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scalePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.custom-spinner {
    width: 70px;
    height: 70px;
    animation: rotate 1.5s linear infinite, scalePulse 2s ease-in-out infinite;
    margin: 0 auto;
}

.custom-spinner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #3498db;
    border-bottom-color: #e74c3c;
    background-image: linear-gradient(to right, #3498db, #e74c3c);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}






