.banner-video-sec {
    position: relative;
}

.desktop-video-sec {
    position: relative;
    padding-top: calc(890 / 1920 * 100%);
}

.desktop-video-sec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-down-arrow {
    width: 42px;
    height: 64px;
    border: 1px solid var(--light-yellow-color);
    position: relative;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.banner-down-arrow::before {
    content: '';
    display: block;
    background-color: var(--light-yellow-color);
    height: calc(100% - 10px);
    width: 1px;
    position: absolute;
    top: 5px;
    opacity: 0.5;
    left: calc(50% - .5px);
}

.banner-down-arrow img {
    width: 12px;
    position: absolute;
    top: 5px;
    left: calc(50% - 6px);
    animation-name: topbottom;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    /* transition: all 0.5s ease; */
}

@keyframes topbottom {
    0% {
        top: 5px;
    }
    100% {
        top: 62px;
    }
    /* 100% {
        opacity: 0;
    } */
}

.banner-caption {
    text-align: center;
}

.banner-caption-wrpr {
    position: absolute;
    bottom: 90px;
    width: 100%;
    left: 0;
}

.redefining-flooring-sec {
    background-image: url(../images/home/redefining-flooring-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
}

.redefining-flooring-sec .sec-heading h3 {
    max-width: 180px;
}

.redefining-flooring-content p {
    color: var(--body-text-color);
    font-size: var(--body-text-size);
    margin-bottom: 15px;
}

.redefining-flooring-content p:last-child {
    margin-bottom: 35px;
}

#redefining-flooring-carousel .owl-item {
    padding-right: 20px;
    /* padding-bottom: 20px; */
    position: relative;
    top: 0px;
    transition: all 0.5s ease;
}

#redefining-flooring-carousel .redefining-flooring-img {
    transition: all 0.5s ease;
    position: relative;
    /* padding-bottom: 20px; */
    top: 0px;
}

#redefining-flooring-carousel .current {
    top: 150px;
}

#redefining-flooring-carousel .owl-stage-outer {
    min-height: 560px;
}

.redefining-flooring-img img {
    z-index: 9;
    position: relative;
    height: 360px;
    object-fit: fill;
}

.redefining-flooring-img::after {
    content: '';
    display: none;
    background-color: #F9E4CC;
    width: 95%;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 20px;
    /* transition: all 0.5s ease; */
}

.redefining-flooring-img:hover::after {
    display: block;
}

.redefining-flooring-carousel-wrpr {
    position: relative;
}

.redefining-flooring-carousel-wrpr::before {
    content: '';
    display: block;
    background-image: url(../images/home/group-550.svg);
    background-size: cover;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -35px;
    left: 24%;
}

#redefining-flooring-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 165px;
    position: absolute;
    right: 71px;
    bottom: 15%;
}

.next-hover-img {
    display: none;
}

.perv-hover-img {
    display: none;
}

.owl-prev-custom-nav:hover .perv-hover-img {
    display: block;
}

.owl-prev-custom-nav:hover .perv-normal-img {
    display: none;
}

.owl-next-custom-nav:hover .next-hover-img {
    display: block;
}

.owl-next-custom-nav:hover .next-normal-img {
    display: none;
}

.bringing-sec {
    background-color: #FFF1D4;
    padding-top: 110px;
	padding-bottom: 40px;
}

.bringing-sec .sec-heading h3 {
    max-width: 360px;
}

.bringing-sec .sec-heading::after {
    background-image: url(../images/home/path-12.svg);
    width: 250px;
}

.bringing-content p {
    color: var(--body-text-color);
    font-size: var(--body-text-size);
    margin-bottom: 20px;
    max-width: 611px;
}

.bringing-img {
    padding: 0px 45px 0 0;
    position: relative;
}

.bringing-carousel {
    position: relative;
}

.bringing-carousel::before {
    content: '';
    display: block;
    background-image: url(../images/home/group-550.svg);
    background-size: cover;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 0px;
	top: -65px;
    z-index: 99;
}

#bringing-flooring-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 165px;
    margin: 20px auto 0;
}

.bringing-img img {
    object-fit: fill;
	height: 320px;
}

.catalog-sec {
    background-color: #FFF1D4;
    padding: 80px 0 60px;
}

.catalog-wrpr {
    display: flex;
    flex-wrap: wrap;
}

.catalog-wrpr>div {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.catalog-wrpr .catalog-card:first-child {
    padding-right: 20px;
}

.catalog-wrpr .catalog-card:last-child {
    padding-left: 20px;
    margin-top: 180px;
}

.catalog-img img {
    height: 530px;
    object-fit: fill;
    transition: all 0.5s ease;
}

.catalog-img {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.catalog-img:hover img {
    transform: scale(1.12);
}

.catalog-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 414px;
    height: 116px;
    background-color: rgb(0, 0, 0, 0.5);
    border: 2px solid #fff;
    color: var(--color-white);
    font-size: var(--main-hedinng-size);
    /* font-weight: 300; */
    position: absolute;
    top: calc(50% - 58px);
    left: calc(50% - 207px);
}

.card-inner-wrpr {
    position: relative;
}

.card-inner-wrpr::after {
    content: '';
    display: block;
    background-color: #ED802F;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    right: -20px;
}

.catalog-wrpr .catalog-card:last-child .card-inner-wrpr::after {
    background-color: #D1002E;
    right: auto;
    left: -20px;
}

.about-catelog {
    max-width: 563px;
    margin: 20px auto 0;
}

.about-catelog p {
    color: var(--body-text-color);
    font-size: var(--body-text-size);
    margin-bottom: 5px;
}

.about-catelog a {
    color: var(--primary-color);
}

.providing-indian-touch-sec {
    background-color: #FFF7E6;
    padding: 60px 0;
}

.providing-indian-touch-sec .sec-heading {
    text-align: center;
}

.providing-indian-touch-sec .sec-heading::after {
    background-image: url(../images/home/Path12-1.svg);
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    height: 6px;
}

.providing-indian-touch-wrpr {
    display: flex;
}

.wrpr-img {
    flex-shrink: 0;
}

.sec-content {
    padding-left: 20px;
}

.sec-content h3 {
    color: var(--body-text-color);
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
    max-width: 290px;
}

.sec-content p {
    color: var(--body-text-color);
    font-size: var(--body-text-size);
    margin-bottom: 0;
}

.btn-sec {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.btn-sec .btn-theme-pink {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-sec .btn-theme-pink:hover {
    color: var(--color-white);
    background-color: var(--primary-color);
}

.btn-sec .btn-theme-pink span img:nth-child(2) {
    display: none;
}

.btn-sec .btn-theme-pink:hover span img:nth-child(2) {
    display: block;
}

.btn-sec .btn-theme-pink:hover span img:first-child {
    display: none;
}

.partner-sec {
    background-color: #FFF1D4;
    padding: 80px 0;
}

.partner-logo img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

#client-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sec-cntent p {
    color: var(--body-text-color);
    font-size: var(--body-text-size);
    margin-bottom: 20px;
}

.inspired-sec {
    background-color: #FFF7E6;
    padding: 60px 0;
}

.sec-cntent {
    max-width: 544px;
    position: relative;
}

.sec-cntent::before {
    content: '';
    display: block;
    background-image: url(../images/home/insp-brfore.png);
    background-size: cover;
    background-position: center;
    width: 570px;
    height: 570px;
    position: absolute;
    right: -12%;
    top: -47%;
}

.inspired-sec .sec-heading::after {
    background-image: url(../images/home/path-12.svg);
    width: 250px;
}

.ins-btn-sec {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 430px;
    z-index: 9;
    position: relative;
}

.insp-img {
    position: relative;
}

.room-img {
    width: 100%;
    display: block;
	position: relative;
    z-index: 1;
}
.insp-img::after {
    content: '';
    background-color: #F9E4CC;
    width: 95%;
    height: 100%;
    position: absolute;
    right: -16px;
    top: 16px;
}

.slideimg {
    position: absolute;
    bottom: 10%;
    left: -136px;
    width: 272px;
    height: 356px;
    object-fit: cover;
    transition: all 0.5s ease;
	z-index: 2;
}

.topanimation {
    bottom: 40%;
}

@media(max-width:1499px) {
    .room-img {
        width: 100%;
        display: block;
        height: 520px;
        object-fit: fill;
    }
    .slideimg {
        position: absolute;
        bottom: 10%;
        left: -100px;
        width: 200px;
        height: 273px;
        object-fit: cover;
        transition: all 0.5s ease;
    }
    .slideimg.topanimation {
        bottom: 40%;
    }
    .banner-caption-wrpr {
        bottom: 60px;
        width: 100%;
        left: 0;
    }
    .banner-down-arrow {
        margin-top: 30px;
    }
}
@media(max-width:1366px) {
	.providing-indian-touch-sec .sec-heading::after {
		width: 380px;
		height: 6px;
		/*margin: 10px 0 30px;*/
	}
	.wrpr-img img {
		max-width: 35px;
	}
	.btn-sec {
		margin-top: 60px;
	}
	.room-img {
		width: 80%;
		margin-left: auto;
	}
	.slideimg {
		bottom: 10%;
		left: 0px;
		width: 160px;
		height: 210px;
	}
	.insp-img::after {
		width: calc(85% - 20px);
	}
	.bringing-img img {
		height: 260px;
	}
}
@media(min-width:768px) and (max-width:1199px) {
    .banner-caption-wrpr {
        bottom: 50px;
    }
    .redefining-flooring-img img {
        height: 300px;
    }
    #redefining-flooring-carousel .owl-stage-outer {
        height: 300px;
    }
    #redefining-flooring-carousel .owl-nav {
        right: 42px;
        bottom: 35%;
    }
    .redefining-flooring-carousel-wrpr::before {
        width: 100px;
        height: 100px;
    }
    .catalog-img img {
        height: 400px;
    }
    .catalog-img span {
        width: 300px;
        height: 80px;
        font-size: 30px;
    }
    .about-catelog {
        max-width: 70%;
    }
}

.mobile-video-sec {
    display: none;
}

.catalog-mobile-wrpr {
    display: none;
}

.providing-indian-mobile {
    display: none;
}

@media(max-width:767px) {
    .desktop-video-sec {
        display: none;
    }
    .mobile-video-sec {
        display: block;
    }
    .mobile-video-sec {
        position: relative;
        padding-top: calc(600 / 366 * 100%);
		/*padding-top: calc(890 / 1920 * 100%);*/
        background-color: #E2E2E2;
    }
    .mobile-video-sec video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .banner-caption-wrpr {
        display: none;
    }
    .redefining-flooring-sec .sec-heading h3 {
        max-width: 100%;
        font-size: var(--heading-size-mobile);
    }
    .redefining-flooring-sec {
        padding: 40px 0;
    }
    .sec-heading::after {
        width: 215px;
        height: 6px;
        margin-bottom: 20px;
		margin-top: 5px;
		background-image: url('../images/home/redefining-flooring-sec-before.svg');
    }
	.bringing-sec .sec-heading h3 {
		max-width: 270px;
	}
    .redefining-flooring-content p {
        font-size: var( --body-text-size-mobile);
    }
    .redefining-flooring-carousel-wrpr::before {
        display: none;
    }
    .providing-indian-touch-sec .sec-heading::after {
        width: 255px;
        height: 4px;
        background-image: url(../images/home/path-12.svg);
        margin-left: 0;
    }
    .catalog-wrpr {
        display: none;
    }
    .sec-cntent::before {
        display: none;
    }
    #redefining-flooring-carousel .owl-item {
        position: initial;
        padding-right: 0;
    }
    #redefining-flooring-carousel .owl-stage-outer {
        min-height: auto;
    }
    .redefining-flooring-content p:last-child {
        margin-bottom: 20px;
    }
    .redefining-flooring-img img {
        z-index: 9;
        position: relative;
        height: 230px;
        object-fit: cover;
    }
    #redefining-flooring-carousel .owl-nav {
        position: initial;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 110px;
    }
    .owl-next-custom-nav img,
    .owl-prev-custom-nav img {
        width: 50px;
    }
    .redefining-flooring-sec .container {
        padding-right: 0;
    }
    .redefining-flooring-sec .row {
        margin-right: 0;
    }
    .redefining-flooring-sec .row>div {
        padding-right: 0;
    }
    .redefining-flooring-content {
        padding-right: 15px;
    }
    #redefining-flooring-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .redefining-flooring-img:hover::after {
        display: none;
    }
    .bringing-sec {
        padding-top: 40px;
    }
    .bringing-sec .sec-heading::after, .providing-indian-touch-sec .sec-heading::after,
	.inspired-sec .sec-heading::after {
        width: 215px;
        height: 6px;
        margin-bottom: 20px;
		margin-top: 5px;
		background-image: url('../images/home/redefining-flooring-sec-before.svg');
    }
    .bringing-content p {
        font-size: var(--body-text-size-mobile);
    }
    .bringing-carousel::before {
        display: none;
    }
    .bringing-img {
        padding: 0;
    }
    #bringing-flooring-carousel .owl-nav {
        display: none;
    }
    .providing-indian-touch-sec .sec-heading {
        text-align: left;
    }
    /* .providing-indian-touch-wrpr {
        display: none;
    } */
    .bringing-carousel {
        margin-bottom: 20px;
    }
    .catalog-mobile-wrpr {
        display: block;
        padding-left: 15px;
    }
    #catalog-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .mobile-catelog-wrpr h3 {
        color: #371226;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 15px;
        font-weight: 400;
    }
    .mobile-catelog-wrpr p {
        color: #371226;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mobile-catelog-wrpr a {
        color: #D1002E;
        font-size: 12px;
    }
    #catalog-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 110px;
        margin-top: 20px;
    }
    .providing-indian-touch-sec .row {
        display: none;
    }
    .providing-indian-mobile {
        display: block;
    }
    .providing-mobile-card {
        background-color: #7B2D58;
        padding: 20px;
        min-height: 300px;
		padding: 30px 30px 70px;
    }
    .providing-mobile-card h3 {
        color: #FFFFFF;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .providing-mobile-card p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 0;
        font-weight: 400;
    }
    #providing-carousel .owl-dot {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }
    #providing-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60px;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 30px);
    }
    .partner-logo img {
        height: 2rem;
    }
    .partner-sec {
        padding: 40px 0;
        background-color: #FFF7E6;
    }
    .btn-sec {
        display: block;
        margin-top: 20px;
    }
    .btn-sec .btn {
        display: block;
        max-width: 175px;
        margin-bottom: 15px;
    }
    .inspired-sec {
        padding: 40px 0;
        background-image: url(../images/home/insp-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sec-cntent p {
        font-size: var(--body-text-size-mobile);
    }
    #insp-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .insp-mobile {
        padding-left: 15px;
    }
    .insp-mobile .ins-btn-sec {
        margin-top: 30px;
        /* padding-left: 15px; */
        max-width: 280px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .make-in-india img {
        width: 158px;
    }
    .make-in-india {
        padding-bottom: 40px;
    }
	.providing-carousel .owl-carousel .owl-stage {
		display: flex;
	}
	.providing-carousel .owl-carousel .owl-stage .item,
	.providing-carousel .owl-carousel .owl-stage .providing-mobile-card {
		height: 100%;
	}
	.providing-carousel .owl-carousel .owl-stage .owl-item:nth-child(2n) .providing-mobile-card {
		background-color: rgb(237,128,47);
	}
	.providing-carousel .owl-carousel .owl-stage .owl-item:nth-child(3n) .providing-mobile-card {
		background-color: #D1002E;
	}
	.insp-img {
		display: none;
	}
	.bringing-img img {
		height: auto;
	}
	.catalog-sec {
		padding: 0px 0 60px;
	}
}