/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300;1,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

@font-face {
    font-family:'Rubik';
}
/* src: url("../fonts/BalooChettan-Regular.ttf"); */
/* src: url("../fonts/BalooChettan-Regular.ttf"); */
/*****---------------------------------------- 1) font-family: 'Roboto', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
     box-sizing: border-box !important;
     transition: ease all 0.5s;
    
}

* p

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     min-width: fit-content;
     max-width: fit-content;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family:'Playfair Display' !important;
     ;
}

h2 {
     font-size: 22px;
     font-family:'Playfair Display' !important;

}

h3 {
     font-size: 18px;
     font-family:'Playfair Display' !important;

}

h4 {
     font-size: 16px;
     font-family:'Playfair Display' !important;

}

h5 {
    font-size: 14px;
    font-family:'Playfair Display' !important;

    
}

h6 {
     font-size: 13px;
     font-family:'Playfair Display' !important;

}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Open Sans' !important;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 50px;
}

.padding_0{
     padding: 0px;
}

.header_section{
    width: 100%;
    float: left;
    /* background-image: url(../images/header-bg.png); */
    /*background-image: url(../images/banner-images/photo-1556200892-4ef0e6b6887b.jfif);*/
    height: auto;
    background-size: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
    width: 25%;
    float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #111111;
    font-size: 18px;
    /* text-transform: uppercase; */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #3a3d40;
}
.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #3a3d40;
    padding-top: 0px;
}

#search_ic {
    padding-top:5px;
}

.search_icon{
    width: 12%;
    float: left;
}
.search_icon ul{
    margin: 0px;
    padding: 0px;
}
.search_icon li {
    float: left;
    /* padding-left: 20px; */
    font-size: 18px;
    color: #000;
}
.search_icon li a{
    color: #000;
}
.search_icon li a:hover{
    color: #3a3d40;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
    
}

.navbar-nav.mr-auto ul {
    margin: 0px;
    padding: 0px;
}

/* .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
    width: 25%;
    float: left;
} */


.banner_section {
    min-width:100%;
}
.icon_1{
    width: 100%;
    text-align: center;
}
.furniture_text{
    width: 100%;
    float: left;
    font-size: 100px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
}
.there_text {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #090808;
    text-align: center;
}
.contact_bt_main{
    width: 17%;
    margin: 0 auto;
    text-align: center;
}
.contact_bt {
    width: 100%;
    float: left;
    margin-top: 360px;
}
.contact_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #3a3d40;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}
.contact_bt a:hover{
    color: #ffffff;
    background-color: #000;
}

.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-left:before {
    content: "\f105";
}
#costum_slider a.carousel-control-prev {
    position:unset !important;
    left: -153px;
    top: 57%;
    background-color: #000;
    color: #ffffff;
    border-radius: 100px;
}

#costum_slider a.carousel-control-next {
    position: unset !important;
    right: -150px;
    top: 57%;
}
#costum_slider .carousel-control-prev, #costum_slider .carousel-control-next {
    width: 85px;
    height: 85px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    border-radius: 100px;
}
#costum_slider .carousel-control-prev:hover, #costum_slider .carousel-control-next:hover, #costum_slider .carousel-control-prev:focus, #costum_slider .carousel-control-next:focus {
    background: #3a3d40;
    color: #fff;
}

.card{
    width:300px;
    height: 400px;
    border-radius:15px;
    overflow: hidden;
    /* border: 5px solid #000; */
    position: relative;
    padding: 0px;
    margin: 0px;
}

.card-img{
    width: 100%;
    height: 100%;
    object-fit:fill;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
}

.card-body{
    width: 100%;
    height: 100%;
    top: 0px;
    right: -100%;
    position: absolute;
    background: #1f3d4738;
    backdrop-filter: blur(5px);
    border-radius:10px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 1s;
}
.card:hover .card-body{
    right: 0;
}

.card-title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.card-text{
    text-align: center;
    font-size: 16px;

}

.Bespoke-kitchen{
    width:100%;
    height:auto;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    margin: 0px;

}
.Bespoke-info{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:start;
}

.Bespoke-text-1{
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    font-size: 34px;
    background: #f8f8f828;
}

.bespoke-image{
    width: 100%;
    height: 100%;
    object-fit:fill;
    padding: 0px;
    margin: 0px;
}

.Bespoke-text{
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-size: 34px;
    background: #f8f8f828;
    /* backdrop-filter: blur(1px); */
}

.bespoke-title{
    font-size: 100px;
}
.bespoke-btn{
    padding: 20px 40px 20px 40px;
    font-size: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;

}


.services_section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content:center;
}
.services_taital{
    width: 100%;
    font-size: 36px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
}
.many_taital{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}

.read_bt_main{
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.read_bt {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.read_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3a3d40;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}
.read_bt a:hover{
    color: #000;
    background-color: #fff;
}

.about{
    width: 100%;
    float: left;
    background-color: #8dadc7;
    background-image: linear-gradient(to right, #78A4C2, #9FB6CB );
    height: auto;
}

.about1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-left: 70px;
    padding-right: 70px;
}

.about-section{
    display: flex;
    justify-content: space-between;
    gap:20px;
    padding-left: 40px;
    padding-right: 40px;
}
.mission-section{
    display: flex;
    justify-content: space-between;
    gap:20px;
    padding-left: 40px;
    padding-right: 40px;
}

.about_section{
    width: 100%;
}


.image_1{
    width: 100%;
    display: flex;
    justify-content: center; 
}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    padding-top: 40px;
}

.service-container{
    display: flex;
    padding-top:20px;
    margin:0%
}

.kitchen{
    padding-right:10px;
}

.kitch-img{
    width: 920px;
    height: auto;
    padding:0%;
}
.kitch-img{
    width: 100%;
    height: 100%;
    object-fit:fill;
    padding: 0%;
    margin: 0%;
}

.vanities-tv{
    display:flex; 
    padding-top:10px; 
    overflow:hidden; 
    gap:10px;
}

.Vanities{
    width: 455px;
    height: auto;
}

.wardrobes{
    width: 510px;
    height: auto;
}

.work-card{
    width: 30vw;
}
.work{
    background: linear-gradient(to bottom, #CEDAE4, #ffffff);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px #00000033;

}

.work-title{
    font-size: 20px;
    color: #090808;
    text-transform: uppercase;
    font-weight: 500;
}

.work-text{
    font-size: 16px;
    color: #090808;
}


.testimonials{
    width: 30vw;
}

.testimonials-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(144.42deg, #9FB6CB 20.85%, #FFFFFF 79.15%);
    box-shadow: 0px 2px 4px 0px #00000033;
    border: 1px solid #7BA6C3;
    padding: 30px;
    border-radius:20px;
}

.testimonials-title{
    font-size: 20px;
    color: #090808;
    text-transform: uppercase;
    font-weight: 400;
}

.testimonials-text{
    font-size: 18px;
    color: #090808;
}


.Our-Working{
    display: flex;
    flex-direction: column;
    column-gap: 50px;
    row-gap: 50px;
}
.read_bt1 {
    width: 30%;
    float: left;
}
.read_bt1 a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}
.read_bt1 a:hover{
    color: #000;
    background-color: #ffffff;
}
.furnitures_section {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.our_text{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
}
.ipsum_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}
.furnitures_section2{
    width: 100%;
    float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    width: 42%;
    opacity: 0;
    transition: .3s ease;
    background-color: #3a3d40;
    margin: 0 auto;
    border-radius: 100px;
    top: 55px;
}

.container_main:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.temper_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #3a3d40;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 35px;
}
.dololr_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #121111;
    margin-top: 10px;
    margin-left: 0px;
}
.who_section{
    width: 100%;
    float: left;
    background-color : #3a3d40;
    /*background-image: url(../images/bg-1.png);*/
    height: auto;
    padding-bottom: 55px;
    background-size: 100%;
}
.who_taital{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.designer_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.lorem_ipsum_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}
.get_bt_main{
    width: 13%;
    margin: 0 auto;
    text-align: center;
}
.get_bt {
    width: 100%;
    float: left;
    margin-top: 70px;
}
.get_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}
.get_bt a:hover{
    color: #000;
    background-color: #ffffff;
}
.projects_section{
    width: 100%;
    float: left;
}
.projects_section2{
    width: 100%;
    float: left;
    padding-top: 60px;
}

.container_main1 {
    /* position: relative; */
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .1s ease;
  backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
}
.container_main2 {
    width: 100%;
    float: left;
}
.container_main1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 92%;
    height: 90%;
    /*background-color: rgb(255,182,7,.6);*/
    /*background-color: #3a3d40;*/
    z-index: 11;
    display: none;
}
.container_main1:hover::after{
    display: block;
}
.modern_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    top: -50px;
    text-align: center;
    z-index: 22;
}
#main_slider a.carousel-control-prev {
    position: unset !important;
    left: -94px;
    top: 57%;
    background-color: #000;
    color: #ffffff;
}

#main_slider a.carousel-control-next {
    position: unset !important;
    right: -95px;
    top: 57%;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #fff;
}
#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #3a3d40;
    color: #fff;
}
.clients_section {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 90px;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
}
.clients_section2{
    width: 100%;
    float: left;
    padding-top: 70px;
}
.client_1{
    width: 60%;
    float: left;
    border: 1px solid #000;
    padding: 17px 17px 0px 17px;
}
.image_7{
    width: 100%;
    float: left;
}
.quote_icon {
    width: 85%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 35px;
}

.loksans_text{
    width: 100%;
    float: left;
    font-size: 20px; 
    color: #191919;
    text-transform: uppercase;
}
.dolor_ipsum_text{
    width: 100%;
    float: left;
    font-size: 16px; 
    color: #191919;
    margin-left: 0px;
    margin-top: 0px;
}
.client_2 {
    width: 60%;
    float: right;
    border: 1px solid #000;
    padding: 17px 17px 0px 17px;
    margin-top: 30px;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #3a3d40;
    border-radius: 20px;
}
.carousel-indicators .active {
    background-color: #111111;
}

.carousel-indicators {
    justify-content: left;
    bottom: 50px;
}
.contact_section {
    width: 100vw;
    height: 60vh;
    background-color: #8dadc7;
    background-image: linear-gradient(to right, #fff , #8BADC7, #78A4C2 );
    padding-top:250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:300px;
}

.popucontact {
    width: 100%;
    float: left;
    background-color: #3a3d40;
    /* background-image: url(../images/contact-bg.png); */
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}

.popup-input {
    width: 100%;
    float: left;
}

.contact-card{
    width: 68vw;
    height: 70vh;
    border-radius:15px;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-image{
    width: 100%;
    height: 100%;
    object-fit:fill;
    border-radius: 25px;
    padding: 0px;
    margin: 0px;
}
.mail_sectin{
    width: 60%;
    height: auto;
    position: absolute;
    border-radius:10px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_title{
    font-size: 64px;
    color: #3a3d40;
}

.contact_text{
    font-size: 24px;
    color: #3a3d40;
    padding-top: 50px;
}
.email-bt {
    color: #989696;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px;
    margin-top: 15px;
    border: 10px;
    border-radius: 10px;
}
input.email-bt::placeholder {
    color:#484848
    ;
}
.massage-bt {
    color: #ffffff;
    width: 100%;
    height: 150px;
    font-size: 18px;
    padding: 50px 20px 10px 20px;
    margin-top: 25px;
    border: 0px;
    border-radius: 5px;
}
textarea#comment::placeholder {
    color: #ffffff;
}
.send_bt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;

}

.send_bt a:hover{
    color: #989696;
    background-color: #ffffff;
}
.image_9 {
    width: 100%;
    float: left;
    padding-top: 83px;
}
.input-group {
    width: 45%;
    float: right;
}

.form-control {
    display: block;
    /* width: 100%; */
    padding: 0px 15px 10px 0px;
    font-size: 18px;
    /* line-height: 1.5; */
    color: #fff;
    background-color: transparent;
    /* background-clip: padding-box; */
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    border: 0px;
}
.input-group-text {
    padding: 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.input-group-text a{
    color: #ffffff;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0px;
    background: transparent !important;
    border-bottom: 1px solid #ffff;
}


.contact{
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-img{
    width: 100vw;
    height: 628px;
    object-fit:fill;
    padding: 0px;
    margin: 0px;
}

.mails_sectin{
    position: absolute;
    border-radius:10px;
    background: #ffffff2e;
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 20px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.email-btn {
    color: #989696;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
}

input.email-btn::placeholder {
    color:#fff;
}

textarea.email-btn::placeholder {
    color:#fff;
}

.contact-button{
    width: 100%;
    background:transparent;
    font-weight: 600;
    font-style: 16px;
}


.footer_section{
    width: 100%;
    float: left;
    /* background-image: url('../../../../images/Fooimg.jpg'); */
    /* background-image: url('../'); */
    /* background-image: url(../images/banner-images/Webfooter.png); */
    background-color: #8dadc7;
    background-image: linear-gradient(to right,#9FB6CB, #78A4C2);

    height: auto;
    padding-bottom: 90px;
}
.fooer_logo {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.customer_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer_lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.footer_lorem_text1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
    padding-top:10px ;
}

.footer_lorem_icon{
    display: flex;
    align-items: center;
    gap:20px;
}
.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}
.social_icon li{
    float: left;
    padding-right: 5px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #000;
}
.copyright_text a:hover{
    color: #fdbe28;
}
.parallax1 {
    /* The image used */
    
    background-image: url("https://test.globalinfocloud.in/BNH/images/minimalist-kitchen-interior-design - Copy.jpg");
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }








