@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
}

.middle {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.head-menu {
    box-shadow: 0 0 12px 2px #00000020;
    position: sticky !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.head-menu .navbar-brand img {
    width: 150px;
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 15px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #612793;
}

.index-main {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.index-main::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #fff 40%, transparent);
}

.index-content {
    position: relative;
}

.index-content h1 {
    font-size: 44px;
    font-weight: 300;
    color: #000;
}

.index-content h1 span {
    font-weight: 700;
    color: #612793;
}

.index-content p {
    font-size: 20px;
}

.index-form {
    position: relative;
    background-color: #612793;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 12px 2px #00000020;
}

.index-video iframe {
    width: 560px;
    height: 315px;
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    background-color: #f9f9f9 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    outline: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 20px !important;
}

.form-control::placeholder {
    color: #000 !important;
}

.index-form h5 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.index-form p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.index-form form {
    margin-top: 40px;
}

.form-control:focus {
    box-shadow: inherit !important;
    outline: inherit !important;
    border: none !important;
}

.index-form form .btn-submit {
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    color: #612793;
    box-shadow: 0 0 12px 2px #00000020;
    border: 1px solid #612793;
    transition: 0.5s all ease-in-out;
    border: 1px solid #fff;
}

.index-form form .btn-submit:hover {
    background-color: #612793;
    color: #fff;
}

.quick-checklist {
    padding: 60px 0;
    background-color: #612793;
}

.quick-video iframe {
    width: 100%;
    height: 230px;
}

.quick-checklist h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.checklist-points ul li {
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}

.furnitures {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.furnitures .main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.request_call {
    background-color: #612793;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #612793;
    box-shadow: 0 0 12px 2px #00000010;
    transition: 0.5s all ease-in-out;
    font-weight: 500;
    border-radius: 5px;
}

.request_call i {
    margin-right: 10px;
}

.request_call:hover {
    letter-spacing: 0.2px;
    background-color: #fff;
    color: #612793;
}

.furnitures h3 {
    font-size: 30px;
    font-weight: 500;
    color: #612793;
    text-align: center;
    text-transform: uppercase;
}

.furniture-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 12px 2px #00000020;
    padding: 5px;
    background-color: #fff;
}

.furniture-img:hover img {
    transition: 0.5s all ease-in-out;
    transform: scale(1.05);
}

.furniture-img p {
    margin: 0;
    position: absolute;
    bottom: -50px;
    left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s all ease-in-out;
    z-index: 99;

}

.furniture-img:hover p {
    bottom: 20px;
}

.indian-consumers {
    padding: 60px 0;
    background-color: #612793;
}

.indian-consumers .main-head {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.indian-consumers .main-head h4 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.indian-consumers .main-head p {
    font-size: 18px;
}

.indian-consumers ul li {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
    display: flex
;
    align-items: baseline;
}

.indian-consumers ul {
    list-style: none;
}
.india-left ul li {
    text-align: right;
    justify-content: end;
}

.india-left ul li i {
    margin-right: 0px;
    margin-left: 5px;
}

.indian-consumers ul li i {
    font-size: 12px;
    margin-right: 5px;
}

.indian-consumers .request_call {
    width: fit-content;
    display: flex;
    margin: 40px auto;
    border: 1px solid #fff;
    align-items: center;
}

.furnitures_look p {
    bottom: 20px !important;
    z-index: 99 !important;
}

.furniture_expert {
    padding: 60px 0;
}

.furniture_expert .main-head {
    text-align: center;
    margin-bottom: 50px;
}

.furniture_expert .main-head h5 {
    font-size: 30px;
    font-weight: 600;
    color: #612793;
    text-align: center;
    text-transform: uppercase;
}

.furniture_expert .main-head p {
    font-size: 18px;
}

.teamMember__content {
    padding: 24px;
}

.teamMember__inner {
    border: 1px solid #ebe9e9;
    margin-bottom: 20px;
    box-shadow: 0 0 12px 2px #00000020;
}

.teamMember__inner .row .col-md-6:first-child {
    padding: 0 !important;
}

.teamMember__inner .teamMember__content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #612793;
}

.teamMember__inner .teamMember__content span {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.teamMember__inner .teamMember__content ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.teamMember__inner .teamMember__content ul li {
    background-color: #612793;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    padding: 4px;
    border-radius: 100px;
}

.teamMember__inner .teamMember__content ul li:first-child {
    margin-left: 0;
}

.teamMember__inner .teamMember__content ul li i {
    color: #fff;
    font-size: 14px;
}

.testimonials {
    background-color: #612793;
    padding: 60px 0;
}

.testimonials .main-head {
    margin-bottom: 80px;
}

.testimonials .main-head h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-content {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 12px 2px #00000020;
    margin: 0 20px;
}

.rating {
    display: flex;
    margin-bottom: 10px;
}

.rating i {
    font-size: 14px;
    color: #612793;
}

.author h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #612793;
}

.top-rated {
    padding: 60px 0;
}

.top-rated .main-head {
    margin-bottom: 80px;
}

.top-rated .main-head h5 {
    font-size: 30px;
    font-weight: 500;
    color: #612793;
    text-align: center;
    text-transform: uppercase;
}

.our-client {
    padding: 60px 0;
    background-color: #612793;
}

.client-left h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.our-client .index-form {
    background-color: #fff;
    padding: 30px;
}

.our-client .index-form .index-from-data h5 {
    color: #612793;
}

.our-client .index-form .index-from-data p {

    color: #000;
}

.client-left .quick-video iframe {
    width: 100%;
    height: 400px;
}

.privacy-bottom {
    padding: 10px 0;
}

.privacy-bottom p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

.privacy-bottom p a {
    color: #FDD800;
}

.modal-title {
    font-size: 30px;
    font-weight: 500;
    color: #612793;
    text-align: center;
    text-transform: uppercase;
}

.modal.show .modal-dialog {
    transform: none;
    width: 50%;
    min-width: 45%;
}

.modal-content {
    padding: 30px;
}

.modal-dialog .btn-submit {
    background-color: #612793 !important;
    color: #fff !important;
}

.consumer_gif video {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px 2px #00000020;
}
.client_images{
    background-color: #f9f9f9;
    padding: 60px 0;
}
.client_images .testimonial-content {
    padding: 5px;
    margin: 10px;
}
@media(max-width:575.98px) {
    .modal.show .modal-dialog {
    width: 97%;
}
    .index-video iframe {
        width: 100%;
        height: 315px;
    }

    .head-menu .navbar-brand img {
        width: 150px;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 20px;
    }

    .navbar-collapse {
        flex-grow: 1;
        flex-basis: 100%;
        align-items: center;
        position: absolute;
        top: 86px;
        background-color: #fff;
        width: 100%;
        left: 0;
    }

    .navbar-collapse .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .index-main {
        height: auto;
        padding: 60px 0;
    }

    .index-main::before {
        background: linear-gradient(180deg, #fff, transparent) !important;
    }

    .index-content h1 {
        font-size: 33px;
        font-weight: 300;
        color: #000;
        margin-bottom: 20px;
    }

    .index-form {
        margin-top: 60px;
    }

    .quick-checklist .row {
        flex-direction: row-reverse !important;
    }

    .quick-video {
        margin-bottom: 30px;
    }

    .furnitures .main-head {
        display: block !important;
        text-align: center;
    }

    .furnitures h3 {
        margin-bottom: 30px;
    }

    .india-left ul li {
        text-align: left;
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: baseline;
    }

    .consumer_gif video {
      width: 50%;
        height: 100%;
        margin: 0 auto;
    }

    .consumer_gif {
        text-align: center;
    }

    .indian-consumers ul li {
        display: flex;
        align-items: baseline;
        justify-content: start;
    }

    .indian-consumers ul {
        padding: 0;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .quick-checklist h2,.furnitures h3,.indian-consumers .main-head h4,.testimonials .main-head h5,.top-rated .main-head h5,.client-left h5 {
    font-size: 24px;
}
.quick-checklist {
    padding: 30px 0;
}
.top-rated .main-head {
    margin-bottom: 50px;
}
.checklist-points ul{
    padding-left: 0 !important;
}
.whatsapp-button {
    width: 40px !important;
    height: 40px !important;
}
.whatsapp-button i {
    font-size: 20px !important;
}
}
@media(min-width:576px) and (max-width:767.98px) {
       .modal.show .modal-dialog {
    width: 97%;
}
    .index-video iframe {
        width: 100%;
        height: 315px;
    }

    .head-menu .navbar-brand img {
        width: 120px;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 20px;
    }

    .navbar-collapse {
        flex-grow: 1;
        flex-basis: 100%;
        align-items: center;
        position: absolute;
        top: 86px;
        background-color: #fff;
        width: 100%;
        left: 0;
    }

    .navbar-collapse .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .index-main {
        height: auto;
        padding: 60px 0;
    }

    .index-main::before {
        background: linear-gradient(180deg, #fff, transparent) !important;
    }

    .index-content h1 {
        font-size: 33px;
        font-weight: 300;
        color: #000;
        margin-bottom: 20px;
    }

    .index-form {
        margin-top: 60px;
    }

    .quick-checklist .row {
        flex-direction: row-reverse !important;
    }

    .quick-video {
        margin-bottom: 30px;
    }

    .furnitures .main-head {
        display: block !important;
        text-align: center;
    }

    .furnitures h3 {
        margin-bottom: 30px;
    }

    .india-left ul li {
        text-align: left;
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: baseline;
    }

    .consumer_gif video {
               width: 50%;
        height: 100%;
        margin: 0 auto;
    }

    .consumer_gif {
        text-align: center;
    }

    .indian-consumers ul li {
        display: flex;
        align-items: baseline;
        justify-content: start;
    }

    .indian-consumers ul {
        padding: 0;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .quick-checklist h2,.furnitures h3,.indian-consumers .main-head h4,.testimonials .main-head h5,.top-rated .main-head h5,.client-left h5 {
    font-size: 24px;
}
.quick-checklist {
    padding: 30px 0;
}
.top-rated .main-head {
    margin-bottom: 50px;
}
.checklist-points ul{
    padding-left: 0 !important;
}

.whatsapp-button {
    width: 40px !important;
    height: 40px !important;
}
.whatsapp-button i {
    font-size: 20px !important;
}}
@media(min-width:768px) and (max-width:991.98px) {
      .modal.show .modal-dialog {
        width: 100%;
        min-width: 88%;
    }
    .index-video iframe {
        width: 100%;
        height: 315px;
    }

    .head-menu .navbar-brand img {
        width: 12px;
    }

    .navbar-toggler i {
        color: #000;
        font-size: 20px;
    }

    .navbar-collapse {
        flex-grow: 1;
        flex-basis: 100%;
        align-items: center;
        position: absolute;
        top: 86px;
        background-color: #fff;
        width: 100%;
        left: 0;
    }

    .navbar-collapse .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .index-main {
        height: auto;
        padding: 60px 0;
    }

    .index-main::before {
        background: linear-gradient(180deg, #fff, transparent) !important;
    }

    .index-content h1 {
        font-size: 33px;
        font-weight: 300;
        color: #000;
        margin-bottom: 20px;
    }

    .index-form {
        margin-top: 60px;
    }

    .quick-checklist .row {
        flex-direction: row-reverse !important;
    }

    .quick-video {
        margin-bottom: 30px;
    }

    .furnitures .main-head {
        display: block !important;
        text-align: center;
    }

    .furnitures h3 {
        margin-bottom: 30px;
    }

    .india-left ul li {
        text-align: left;
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: baseline;
    }

    .consumer_gif video {
               width: 50%;
        height: 100%;
        margin: 0 auto;
    }

    .consumer_gif {
        text-align: center;
    }

    .indian-consumers ul li {
        display: flex;
        align-items: baseline;
        justify-content: start;
    }

    .indian-consumers ul {
        padding: 0;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .quick-checklist h2,.furnitures h3,.indian-consumers .main-head h4,.testimonials .main-head h5,.top-rated .main-head h5,.client-left h5 {
    font-size: 24px;
}
.quick-checklist {
    padding: 30px 0;
}
.top-rated .main-head {
    margin-bottom: 50px;
}
.checklist-points ul{
    padding-left: 0 !important;
}

.whatsapp-button {
    width: 40px !important;
    height: 40px !important;
}
.whatsapp-button i {
    font-size: 20px !important;
}}
@media(min-width:992px) and (max-width:1199.98px) {
       .modal.show .modal-dialog {
        width: 100%;
        min-width: 88%;
    }
    .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    margin: 0 10px;
}
    .index-video iframe {
        width: 100%;
        height: 315px;
    }

    .head-menu .navbar-brand img {
        width: 120px;
    }

    .navbar-collapse .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .index-main {
        height: auto;
        padding: 60px 0;
    }

    .index-main::before {
        background: linear-gradient(180deg, #fff, transparent) !important;
    }

    .index-content h1 {
        font-size: 33px;
        font-weight: 300;
        color: #000;
        margin-bottom: 20px;
    }

    .index-form {
        margin-top: 60px;
    }

    .quick-checklist .row {
        flex-direction: row-reverse !important;
    }

    .quick-video {
        margin-bottom: 30px;
    }

    .furnitures .main-head {
        display: block !important;
        text-align: center;
    }

    .furnitures h3 {
        margin-bottom: 30px;
    }


    .indian-consumers ul {
        padding: 0;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .quick-checklist h2,.furnitures h3,.indian-consumers .main-head h4,.testimonials .main-head h5,.top-rated .main-head h5,.client-left h5 {
    font-size: 24px;
}
.quick-checklist {
    padding: 30px 0;
}
.top-rated .main-head {
    margin-bottom: 50px;
}
.checklist-points ul{
    padding-left: 0 !important;
}
.whatsapp-button {
    width: 50px !important;
    height: 50px !important;
}
.whatsapp-butto6 i {
    font-size: 26px !important;
}
}
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    z-index: 9999;
}

.whatsapp-button i {
    font-size: 32px;
    color: #075E54;
  }
  
  @keyframes bounce {
      0%, 100% {
          transform: translateY(0);
        }
        50% {
            transform: translateY(-10px);
        }
    }
    
    .whatsapp-button:hover {
        animation: paused;
        transform: scale(1.1);
        transition: 1s all ease-in-out !important;
    }