@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Urbanist", sans-serif;
}
.f-light{
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
}
.f-regular{
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
.f-medium{
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}
.f-semibold{
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.f-bold{
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:400;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 66px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s 
    ease-in-out;
    position: relative;
    color: #000;
    font-weight: 600;
    margin: 0px 10px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
}
/*header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #D3AA71;
}*/
.navbar-brand {
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer {
    position: relative;
    background: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 70px;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 93%;
    font-weight: 500;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    font-size: 29px;
    width: auto;
    height: auto;
    padding: 0px 5px;
/*    transition:all 0.5s ease-in-out;*/
}
.social-box .facebook:hover{
    color:#0866ff;
}
.social-box .linkedin:hover{
    color:#0073b1; 
}
.social-box .insta:hover{
   color: transparent;
   background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
   background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
   background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
   background-clip: text;
   -webkit-background-clip: text;
}
.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 18%;
    position: relative;
}
.column h4 {
    color: #D3AA71;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 21%;
    margin-right: 37px;
}
.column:nth-child(4) {
    width: 25%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    height: 46px;
    background: #D3AA71;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 20px;
    border:0px;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    /* transform: rotate(323deg); */
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}
.home-slider h2 {
    font-size: 50px;
    text-align: left;
    color: #fff;
}
.caption-left {
    position: absolute;
    bottom: 10%;
    /* transform: translateX(-50%); */
    z-index: 1;
    width: 45%;
}
.slider-section {
    margin-top: 65px;
}
.slider-section .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000054;
    z-index: 1;
}
.caption-left p {
    color: #fff;
}
header .common-btn {
    margin-top: 10px;
}
.slider-section .owl-dots {
    position: absolute;
    right: 10%;
    bottom: 5%;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 10px;
    background: #fff;
    position: relative;
}

.slider-section .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #D3AA71;
    border-radius: 50px;
    left: -6px;
    top: -6px;
    opacity:0;
}
.clients img {
    width: auto !important;
    margin:0 auto;
}
.clients {
    padding: 50px 0px;
    position: relative;
}
.products-slider .owl-stage {
    padding-left: 0px !important;
}
.products img {
    border-radius: 10px !important;
}
.subheading {
    font-size: 20px;
    color:#D3AA71;
    font-weight:600;
}
.products {
    padding-left: 9%;
    padding-top: 4%;
    padding-bottom: 65px;
}

.products-slider h6 {
    color: #D3AA71;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}
.products-slider p {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.products-slider .owl-nav {
    position: absolute;
    top: -35%;
    right: 8%;
}
.products-slider.owl-theme .owl-nav [class*=owl-] {
    color: #D3AA71;
    font-size: 20px;
    margin: 5px;
    padding: 4px 7px;
    background:transparent !important;
}
.products-slider.owl-theme .owl-nav [class*=owl-]:hover span{
     color: #D3AA71 !important;
}

.choose {
    background: #2F3D48;
    color: #fff;
    padding: 80px 0px;
    background: url(../images/why-choose-banner.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.choose-single {
    display: flex;
    width: 32%;
}
.choose-single img {
    padding-right: 10px;
}
.choose-single {
    display: flex;
    width: 32%;
    padding: 20px 20px;
}
.choose-single img {
    width: 20%;
}

.img-text {
    width: 80%;
}

.choose-single {
    display: flex;
    width: 32%;
    border: 1px solid #D3AA71CC;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    align-items: center;
}
.choose-single img {
    padding-right: 10px;
}
.furniture-wrapp {
    display: flex;
    gap: 10px;
    border-top: 1px solid #D3AA71;
    border-bottom: 1px solid #D3AA71;
    padding-top: 30px;
}
.furniture-single {
    display: flex;
    align-items: flex-start;
}
.furniture-single img {
    padding-right: 10px;
}
.furniture-single h5 {
    font-size: 19px;
}
.furniture {
    padding: 60px 0px;
}
.inquiries {
/*    background: #2F3D48;*/
color: #fff;
padding: 70px 0px;
background: url(../images/why-choose-banner.webp);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
/* contain-intrinsic-block-size: auto 100px; */
}

.form-box {
    background: #737c82;
    padding: 30px 25px;
    border-radius: 20px;
}
.form-control {
    padding: 10px 20px;
    margin-bottom: 15px;
    background: #ffffff52;
    color:#fff;
}
::placeholder{
    color:#fff !important;
}
.errors {
    font-size: 12px;
    color: #ff000066;
    margin-bottom: 10px;
    display:none;
}
.inquiries-text {
    width: 80%;
}
.heading{
    font-size:36px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}
.choose-single:hover {
    background: #e5cead;
    color: #65400D;
}

.choose-single:hover img {
    filter: invert(25%) sepia(14%) saturate(5323%) hue-rotate(13deg) brightness(50%) contrast(50%);
}

.testimonial-sec{
    padding:70px 0px;
}
.testimonial-sec .container {
    background: #fbf8f4;
    padding: 30px 30px;
    width: 70%;
    border: 1px solid #D3AA71;
    border-radius: 20px;
}
.testimonial-div h5 {
    color: #D3AA71;
    font-size: 25px;
}
.icon-right-arrow1.slick-arrow {
    position: absolute;
    left: -8%;
    top: 15%;
    color: #D3AA71;
    cursor:pointer;
}

.icon-right-arrow11.slick-arrow {
    position: absolute;
    right: -8%;
    top: 15%;
    color: #D3AA71;
    cursor:pointer;
}

.testimonial-div{
    text-align:center;
}
.testimonial-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-div {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.testimonial-sec .item.slick-slide.slick-current img {
    opacity: 1;
}
.testimonial-sec .item.slick-slide img {
    opacity: 0.4;
}
.clients .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
.address-wrapper img {
    padding-right: 10px;
}
.btm-strip .container {
    border-top: 1px solid #fff;
}

.social-box a {
    background: #FFFFFF33;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    margin: 0px 5px;
    border-radius: 50px;
    padding: 7px;
}
.inquiries .inquiries-text .common-btn {
    background: transparent;
    border: 1px solid #fff;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span:before{
    opacity:1;
}
.gallery {
    padding: 70px 0px;
}
.gallery img {
    border-radius: 20px;
}
.gallery .img-box {
    margin-bottom: 25px;
}
.img-box{
    position:relative;
    overflow:hidden;
    border-radius: 10px;
}
.img-box:hover img{
    transform: scale(1.2);
}

.img-box img {
    transition: all 0.8s;
    width: 100%;
}
.clients .about-element {
    position: absolute;
    right: 0px;
    width: 25% !important;
    top: 0px;
}
.testimonial-sec .container{
    position:relative;
}
.test-element {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
}
.breadcum1 {
    margin-top: 80px;
}
.breadcum1 {
    margin-top: 70px;
    background: #f2f1f1;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.common-page {
    padding: 20px 0px 60px;
}
.bredcrum-list.container a {
    color: #000;
}
.sitemap a {
    display: flex;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.sitemap a:hover{
 color: #000;  
}
.sitemap {
    padding: 60px 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}
header .social-box a {
    color: #D3AA71;
}
.sticky-icon {
    position: fixed;
    top: 85%;
    right: 15px;
    z-index: 9;
}
.sticky-icon img {
    padding: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 80% !important;
    height: 80%;
}
.sticky-icon a {
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    display: flex
    ;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0px 10px 10px #cccccc52;
}

.counter-single .text-counter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.counter-single h4 {
    font-size: 35px;
    color: #d3aa71;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 0px;
    width: 25%;
}
.counter-content h5{
    font-size: 20px;
    color: #d3aa71;
    font-weight: 700;

}

.counter-content p{
    margin-bottom:0px;
}
.counter-content {
    width: 75%;
}
.offerings-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.flex-div {
    width: 32%;
    position:relative;
}
.offerings-single h6 {
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    background: #fff;
    margin-bottom: 0px;
    padding: 10px;
    border-top-right-radius: 20px;
}
.offerings-single {
    position: relative;
    margin-bottom: 20px;
}
.offerings {
    padding: 60px 0px 70px;
}
.choose-single p {
    margin-bottom: 0px;
}

.testimonial-logo img {
    border-radius: 50px;
}
