/********** Template CSS **********/
:root {
    /* --primary: #B19777; */
    --primary:#d1a268;
    /* --primary: #EC1F25; */
    /* --primary:#EAA636; */
    --secondary: #937959;
    /* --light: #FDF5EB; */
    --light: rgba(177,151,119,.5);
    --dark: #1E1916;
    --mon:"montserrat";
    --header-:'Mukta', sans-serif;
    --open-:'Open Sans', sans-serif;
}
a{
    font-family: var(--header-);
}
li {
    list-style-type: none;
}
h1{
    font-family: var(--header-);
    font-weight: 700;
    font-size: 48px;
}
h1 span,
h2 span{
    color: var(--primary);
}
h2{
    font-size: 35px;
    /* font-family: var(--mon); */
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
    /* font-family: var(--header-); */
    font-family: 'Mukta', sans-serif;

}
p{
    font-family: var(--open-);
    font-size: 16px;
    font-weight: 400;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.h-90{
    height: 38% !important;
    margin-bottom: 10px;
}
.bg-color{
    background-color: var(--primary);
}
.bg-color-line{
    background-color: var(--primary);
    /* border: 5px solid var(--primary); */
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    color: var(--primary);
    background-color: var(--primary);
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    color: var(--primary);
}
.text-black{
    color: #000;
}
.text-color{
    color: var(--primary);
}
.border-color{
    border-color: var(--primary);
}
.border-start {
    border-left: 5px solid var(--primary)!important;
}
.border-start h2{
    font-size: 48px !important;
}


.navbar-dark .navbar-toggler {
    color: rgb(0 0 0 / 55%) !important;
    border-color: rgb(0 0 0 / 10%) !important;
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary) !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}





.btn-button {
    position: relative;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.btn-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary); /* Change this to your hover background color */
    transition: all 0.9s ease-in-out;
    z-index: -1;
}

.btn-button:hover::before {
    left: 0;
}

.btn-button a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.btn-button:hover a {
    color: #fff;
}
/* -------readmore----- */

.btn-button-black {
    position: relative;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid var(--primary);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.btn-button-black::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary); /* Change this to your hover background color */
    transition: all 0.9s ease-in-out;
    z-index: -1;
}

.btn-button-black:hover::before {
    left: 0;
}

.btn-button-black a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.btn-button-black:hover a {
    color: rgb(255, 255, 255);
    transition: ease-out all 0.7s;
}
.btn-button-black a:hover{
    color: #fff !important;
}
.btn-button-black:hover i {
    color: rgb(255, 255, 255) !important;
    transition: ease-out all 0.7s;
}



.btn-button-black-bg {
    position: relative;
    padding: 10px 30px;
    background-color: var(--primary);
    /* border: 2px solid var(--primary); */
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    border: none;
}
.btn-button-black-bg a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.btn-button-black-bg i{
    color: #fff !important;
}
.btn-button-black-bg a:hover{
    color: #fff !important;
}
.btn-button-black-bg:hover{
    /* background-color: var(--primary); */
    background-color: #d1a268be;
    /* border: red; */
}
/*** Navbar ***/


.fixed-top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9); 
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}










.top-bar a{
    text-decoration: none;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


.navbar .navbar-nav .nav-link {
    color: rgb(0, 0, 0); /* Default color */
    transition: color 0.3s ease-in-out;
}

.navbar.fixed-top.bg-white .navbar-nav .nav-link {
    color: #000; /* Change this to your desired color when fixed */
}




/* Change button styles when navbar is fixed */
.fixed-top.bg-white .btn-button {
    border: 2px solid rgb(0, 0, 0) !important; 
    /* Change border color when header is fixed */
}

.fixed-top.bg-white .btn-button a {
    color: rgb(0, 0, 0) !important; 
    /* Change text color when header is fixed */
}










.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    /* color: #fff; */
    outline: none;
    font-weight: 600;
    /* font-family: var(--mon); */
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}
.navbar .navbar-nav .dropdown-item.active:hover{
    /* color: var(--primary) !important; */
    /* background-color: #fff !important; */
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: #fff;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        padding: 0px 0px 0px 0px !important;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
@media screen and (max-width:441px){
   .navbar-brand img{
    height: 49px !important;
   } 
}
@media screen and (max-width:768px){
   .navbar-brand img{
    height: 58px !important;
   } 
}
.navbar-dark .navbar-toggler-icon {
    background: url(./img/bg/menu.png) !important;
}
.nav-icon-box{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
}
.nav-icon-box li{
    font-family: var(--header-);
}
.nav-icon-box li i{
    margin-right: 10px;
}
.nav-icon-box a{
    color: #fff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1.2rem;
    clear: both;
    font-weight: 400;
    color: #000000 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: var(--header-) !important;
    border-bottom: 1px dotted var(--primary) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
}
/*** Header ***/
@media screen and (min-width:768px){
    .owl-carousel .owl-item img {
        /* display: block;
        width: 100%;
        height: 615px !important; */
    }
}

.header-carousel {
    /* position: relative; */
    /* top: 100px; */
}
.header-carousel h2{
    font-size: 49px;
    font-weight: 700;
    /* color: var(--primary); */
    /* color: #fff; */
    padding-right: 50px;
}
.header-carousel p{
    /* color: #000; */
}
.header-carousel .border-line{
border: 1px solid #fff ;
padding: 5px 20px;
width: 25%;
}
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, .5); */
    background: rgba(0, 0, 0, .5);
    /* background: rgba(54, 53, 53, 0.5); */
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

/* .page-header {
    margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
} */





@media screen and(max-width:991px){
    .pillow-page-right-image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
.about-page-header{
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, 0.514)), url(./img/home/about-banner2.webp) center center no-repeat;
    background-size: cover;
    background-position: center;

}
.contact-page-header{
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(./img/home/contact-banner1.webp) center center no-repeat;
    background-size: cover;
}
.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(./img/home/banner-4.jpg) center center no-repeat;
    background-size: cover;
    /* position: relative; */
    /* top: 100px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.page-header-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-header-heading h2{
    font-size: 49px !important;
}
.page-header a,
.contact-page-header a,
.about-page-header a{
    list-style: none;
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #fff !important;
    content: var(--bs-breadcrumb-divider, "/");
}



/* ----------icon-container------------------ */
.icon-container-section h5{
    font-weight: 400 !important;
    font-size: 16px;
}
.icon-container-section .icon-container-image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
/* ----------icon-container------------------ */




/* ---------------home-page-about-section----------------- */
.about-image-hover img:hover{
    /* padding: 0px 0px 10px 0px; */
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
}


/* ---------------about----------------- */


/*** Facts ***/
/* .facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
} */

/* ------dot-line-------- */
.ltx-video-bg-2 {
    z-index: -1;
    display: block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -100px;
    top: -38px;
    right: -100px;
}
.final-image-heading img{
    z-index: 2;
    display: block;
    height: 40%;
    width: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    /* left: -100px;
    top: -38px;
    right: -100px; */
}





/*** Service  kovai-pillow-section-container***/
a{
    text-decoration: none;
}
.kovai-pillow-section-container a{
    color: #000;
}
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
    padding: 0px 20px 0px 20px ;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


.kovai-pillow-section-container{
    background-color: #F3F3F3;
}







/* -----------------card-filp-------------------- */
.card-flip-container{
    /* background-color: #F3F3F3; */
    padding: 50px 0px;
}
.content {
    display: flex;
    /* margin: 0 auto; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* max-width: 1000px; */
  }
  
  .heading {
    width: 100%;
    margin-left: 1rem;
    font-weight: 900;
    font-size: 1.618rem;
    text-transform: uppercase;
    letter-spacing: 0.1ch;
    line-height: 1;
    padding-bottom: 0.5em;
    margin-bottom: 1rem;
    position: relative;
  }
  .heading:after {
    display: block;
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
    bottom: 0;
  }
  
  .description {
    width: 100%;
    margin-top: 0;
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  
  .card {
    color: inherit;
    
    cursor: pointer;
    /* width: calc(33% - 2rem); */
    /* min-width: calc(33% - 2rem); */
    /* height: 400px; */
    min-height: 400px;
    perspective: 1000px;
    /* margin: 1rem; */
    position: relative;
    border: none !important;
  }
  /* @media screen and (max-width: 800px) {
    .card {
      width: calc(50% - 2rem);
    }
  }
  @media screen and (max-width: 500px) {
    .card {
      width: 100%;
    }
  } */
  
  .front,
  .back {
    display: flex;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
  }
  .back{
      background-size: cover;
  }
  .front {
    background-size: cover;
    padding: 2rem;
    font-size: 1.618rem;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #F3F3F3;
  }
  .front:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, #1a9be6, #1a57e6); */
    opacity: 0.25;
    z-index: -1;
  }
  .card:hover .front {
    transform: rotateY(180deg);
  }
  .card:nth-child(even):hover .front {
    transform: rotateY(-180deg);
  }
  .back::before{
      background-color: #000 !important;
  }
  .back {
    background: #fff;
    transform: rotateY(-180deg);
    padding: 0 2em;
    background-position: center;
      background-size: cover;
      background: linear-gradient(135deg, #1a9be6, #1a57e6);
  }
  .back .button {
    /* background: linear-gradient(135deg, #1a9be6, #1a57e6); */
    background-color: var(--primary) !important;
  }
  .back .button:before {
    /* box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25); */
    background-color: rgba(26, 87, 230, 0.25);
  }
  .card:hover .back {
    transform: rotateY(0deg);
  }
  .card:nth-child(even) .back {
    transform: rotateY(180deg);
  }
  .card:nth-child(even) .back .button {
    background: linear-gradient(135deg, #e61a80, #e61a3c);
  }
  .card:nth-child(even) .back .button:before {
    box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
    background-color: rgba(230, 26, 60, 0.25);
  }
  .card:nth-child(even):hover .back {
    transform: rotateY(0deg);
  }
  
  .button {
    transform: translateZ(40px);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: bold;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 100px;
    font: inherit;
    border: none;
    position: relative;
    transform-style: preserve-3d;
    transition: 300ms ease;
    /* top: 113px; */
   
  }
  .button:before {
    transition: 300ms ease;
    position: absolute;
    display: block;
    content: "";
    transform: translateZ(-40px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 100px;
    left: 10px;
    top: 16px;
    background-color: var(--primary) !important;
  }
  .button:hover {
    transform: translateZ(55px);
  }
  .button:hover:before {
    transform: translateZ(-55px);
  }
  .button:active {
    transform: translateZ(20px);
  }
  .button:active:before {
    transform: translateZ(-20px);
    top: 12px;
  }



  .back p{
    color: #fff;
  }
  .back h5{
    color: #fff;
    font-size: 22px !important;
  }
/* -----------------card-filp-------------------- */















/* ---------mat---------------- */


/* .mat-container{
    background: url(./img/home/banner-2.jpg);
}

.container-glass {
    background: url('https://images.unsplash.com/photo-1542332213-31f87348057f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    font-family: 'PT Sans', sans-serif;
    background-color: rgba(0, 0, 0, .2);
    background-blend-mode: overlay;

}

.container-glass,
.container-glass::before,
.container-glass::after {
    border-radius: 7px;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
}

.container-glass {
    position: relative;
    padding: 2rem 1.5rem;
    width: 80%;
    max-width: 280px;
}

.container-glass::before,
.container-glass::after {
    content: '';
    position: absolute;
}

.container-glass::before {
    height: 80px;
    width: 80px;
    top: -10px;
    left: -40px;
    z-index: -1;
}

.container-glass::after {
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: -10px;
    z-index: 2;
}

.container-glass .img {
    width: 100%;
    border-radius: 7px;
}

.container-glass .text {
    font-size: 1.01rem;
    color: #DDD;
    margin: 2rem 0;
    text-align: justify;
}

.container-glass .btn {
    display: block;
    margin: auto;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.02rem;
    width: 80%;
    max-width: 200px;
    padding: .6rem 1rem;
    background-color: transparent;
    border: 1px solid #ffdd00;
    border-radius: 5px;
    color: #ffdd00;
    cursor: pointer;
    transition: all .2s linear;
}

.container-glass .btn:hover {
    background-color: #ffdd00;
    color: #333;
} */
/* ---------mat---------------- */
/* ---------mat---------------- */






/* .mat-section-container{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./img/home/banner.jpg), no-repeat center center;
    background-size: cover;
}
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
} */

.team-item .team-overlay {
    /* position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0; */
}

.team-item:hover .team-overlay {
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; */
}
/* -------------owl---------- */
.bg-overlay {
    /* background: rgba(34, 36, 41, 0.9);
    border-radius: 0 0 10px 10px; */
}
/* .owl-carousel .owl-nav button {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 5px 10px;
    margin: 5px;
}
.owl-carousel .owl-nav button:hover {
    background-color: #fff;
} */









/* 
.mat-carousel  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
} */

.mat-carousel .owl-nav button {
    /* background: rgba(255, 255, 255, 0.5); */
    /* background: var(--primary) !important;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 20px;
    transition: 0.3s; */
}

.mat-carousel .owl-nav .owl-prev:hover {
    /* background: #ffffff !important;
    color: #000 !important; */
}





/* 
.mat-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: var(--primary) !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}




@media screen and (min-width:768px){
    .owl-theme .owl-dots, .owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: none !important;
    }

} */
/* -------------owl---------- */






/* ---------mat---------------- */
/* ---------mat---------------- */










/* ---------last-image----------- */
 .last-image-container{
        background: url(./img/home/new-11.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        /* padding: 50px; */
        height: 100vh;
    }
    .final-image-section{
        /* padding:  50px 50px; */
    }



    /* ------------image----------- */
.bg-image-section{
    /* background-color: #F9F7F6; */
}
.left-heading-image{
  
   background:  url(./img/home/trends-bg.png) center center no-repeat;
   /* background: linear-gradient(rgba(224, 226, 230, 0.671), rgba(197, 202, 209, 0.76)), url(./img/img/pillow-interior-white-living-luxury_1203-4639-removebg-preview.png) center center no-repeat; */
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;

}
.bg-appointment {
   /* background: linear-gradient(rgba(224, 226, 230, 0.671), rgba(197, 202, 209, 0.76)), url(./img/img/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12660.jpg) center center no-repeat; */
   /* background-size: cover;
   background-position: center center;
   background-repeat: no-repeat; */
   /* background-color: #F9F7F6; */
}
/* .image-container-heading{
   display: flex;
   align-items: center;
} */
/* .heading-image{
   display: flex !important;
   align-items: center !important;
   justify-content: end !important;
}
.heading-image img {
   filter: drop-shadow(10px 10px 20px rgba(214, 208, 208, 0.4));
} */
.heading-image img {
   /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4); */
}
.left-heading-image h4{
   color: rgb(0, 0, 0);
   font-size: 48px !important;
   font-weight: 800 !important;
}
.left-heading-image h5{
   color: var(--primary);
   font-size: 22px;
}
.image-container-heading h4{
   color: rgb(0, 0, 0);
   font-size: 30px;

}
.image-container-heading h5{
   color: var(--primary);
   font-size: 22px;

}
/* ---------last-image----------- */

/* -----------------final---- */






.pillow-image-container{
        /* background: linear-gradient(rgba(224, 226, 230, 0.671), rgba(197, 202, 209, 0.76)), url(./img/home/final-bg-1.jpg) center center no-repeat; */
        /* background: linear-gradient(to right, rgba(249, 249, 249, 0.089), rgba(213, 217, 223, 0.281)), url(./img/home/final-bg-3.jpg) center center no-repeat; */
        /* background: linear-gradient(to right, rgb(249 249 249), rgb(213 217 223 / 2%)), url(./img/home/final-bg-3.jpg) center center no-repeat; */

    /* background: url(./img/home/final-bg.jpg); */
    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0px ;
    display: flex;
    align-items: center;
    justify-content: center; */
    
}
/* .final-image-heading h5{
    color: #fff;
    font-size: 22px;
}
.final-image-heading h4{
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.final-image-heading p{
    color: rgb(255, 255, 255);
} */
/* -----------------final---- */
/* -----------testimonial----------- */
.testimonials-wrap {
    padding: 40px 0;
}
.heading-section {
    text-align: center;
}
.sub-heading {
    /* font-family: 'Lato', sans-serif; */
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--header-);
}
.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: -23px;
    color: var(--primary);
    font-size: 27px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.carousel-testimonial .owl-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}
.carousel-testimonial .owl-nav {
   
}

@media screen and (max-width:441px){
    .testimonial-container {
        padding: 146px 0px 0px 0px;
    }
}

/* -----------testimonial----------- */


/* --------------pillow-page----------------- */
.pillow-section-heading{
   
}
.pillow-page-container{
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}
.pillow-page-right-image{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pillow-page-left-icon i{
    color: var(--primary);
    margin-right: 10px;
}
.pillow-page-left-icon li{
    font-family: var(--open-);
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    color: var(--primary);

}
.pillow-page-left-icon span{
    font-weight: 500;
    color: #000;

}
ol, ul {
    padding-left: 0rem;
}
@media screen and (max-width:991px){
    .pillow-page-right-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* -------------call--------------- */

@media (min-width: 992px) {
    .sixth_call_to_action .d-lg-block {
        display: block !important;
    }

    .sixth_call_to_action .w-10 {
        width: 2.5rem !important;
    }

    .sixth_call_to_action .position-absolute {
        position: absolute !important;
    }

}

.sixth_call_to_action .shape.leaf .svg-fill {
    fill: green;
}

.second_call_to_action .for_img_cont h2 {
    font-size: 31px;
    /* font-family: var(--open-); */
    /* font-weight: 600; */
}


@media only screen and (max-width:768px) {
    .second_call_to_action .for_img_cont {
        top: 0px !important;
        padding: 20px !important;
    }

    .footer-row {
        top: 0px !important;
        margin-bottom: 53px;
    }

}




@media screen and (max-width:991px){
    .second_call_to_action .for_img_cont{
        position: relative;
        top: 36px !important;
    }
}

.second_call_to_action .for_img_cont {
    display: flex;
    align-items: center;
    background-image: url(./img/bg/call-bg2.jpg);
    padding: 30px 40px;
    color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    top: 36px;
    /* padding-bottom: 20px; */
}
.second_call_to_action .for_img_cont a:hover{
    color: var(--primary);
}
.second_call_to_action .for_img_cont i{
    color: #000;
    margin-right: 10px;
}
.second_call_to_action .for_img_cont h2 {
    font-size: 28px;

    font-weight: 500;
    font-family: var(--open-);
    font-weight: 600 !important;
}

.second_call_to_action .rounded-pill {
    border-radius: 50rem !important;
}

.second_call_to_action .btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.about-sec-btn_1{
    font-size: 26px;
    color: #000;
    text-decoration: none;
}
.about-sec-btn_1 a{
   
}
.second_call_to_action{
    background-color: #f8f9fa !important;
}
/* -------------call--------------- */

/* ------------------------------about-page */
.about-page-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.left-about-page h2{
    color: var(--primary);

}
.left-about-page h2 span{
    color: #000;
}
/* ------------------about-page-second-section---------------------- */
/*** About Start ***/
.about-page .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about-page .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--primary);

}

.about-page .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--primary);
}

.about-page .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--primary);
    color: var(--bs-white);
    border: 1px solid var(--primary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/
/* ------------------about-page-second-section---------------------- */
/* ------------------------------about-page */

/* ----------------------------contact-page-container-------------------- */
.contact-page-container h2{
    font-size: 41px ;
    padding-right: 100px;
}
@media screen and (max-width:991px){
    .contact-page-container h2{
        
        padding-right: 0px;
    }
}
.contact-page-left a{
    font-size: 19px;
    color: #000;
    text-decoration: none;
    font-family: var(--open-);
}
.contact-page-right-side {
    border: 1px solid var(--primary);
    padding: 20px 20px 20px 20px;
}
.contact-page-left-iconbox p{
    margin-bottom: 0px !important;
}
.contact-page-section-container{
    display: flex;
    align-items: center;
}
.contact-page-left h4{
    /* color: red !important; */
}
.contact-page-section-container h4{
    /* font-size: 40px !important; */
}
.contact-page-section-container .single-input-fieldsbtn input[type="submit"] {
    background: var(--primary) none repeat scroll 0 0 ;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    border: none;
}



/* ----------------------------contact-page-container-------------------- */

/*** Footer ***/
.copyright a{
    text-decoration: none;
    color: #fff !important;
}
.footer a{
    text-decoration: none;
    color: #fff;
    
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    
}

.copyright {
   
    background-color: var(--primary);
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}
.footer i{
    color: var(--primary);
}
.footer .btn-outline-light{
    border-color: var(--primary) !important;
}
.footer .btn-outline-light:hover {
    
    border-color: #fff !important;
}
.contact-follow-icon .contact-page-icon:hover{
    background-color: #fff;

}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    /* box-shadow: 0 0 0 0.25rem  #d1a268 !important; */
    box-shadow: 0 0 0 0.25rem rgba(209, 162, 104, 0.5) !important;

}