 :root{
    --darkbg: #1c1917; 
    --darkbg333: #333;
    --blackbg: #000; 
    --lightcolor: #b6bdbe; 



 }


  .article-s-img {position: sticky;top: 0;     padding: 0;}				


.darkbg333{background:var(--darkbg333) !important; color:var(--lightcolor);}
.blackbg{background:var(--blackbg) !important; color:var(--lightcolor);}
.darkbg, body{background:var(--darkbg) !important; color:var(--lightcolor);}
/*.darkbg h2, .darkbg p{color:#8A8A8A !important;}*/

.gr-bg-half:before{background: linear-gradient(180deg, rgb(0 0 0 / 90%) 10%, rgba(255, 255, 255, 0) 100%);z-index: 9;}

.client-diaries.darkbg .client-diaries-col {
   box-shadow: 12px 12px 8px #000000b8 !important;
}
.services-slider .slick-slide div {
    height: 100%;
}
.bg-in-content{
 background: #0000007d;

}

.bg-in-content-c .bg-in-content{
    border: 1px solid #868686 !important;
        background: #000000a6;
}
.bg-in-content-c .bg-in-content h2 {
   
    font-size: 45px !important;
    font-weight: 400;
}
.banner-content h2, .banner-content p {
    padding: 5px 20px !important;

}
.banner-content-new {
    width: 540px !important;
}
.darkbg-before:before {
    background: linear-gradient(180deg, rgb(28 25 23) 10%, rgba(255, 255, 255, 0) 100%);
}

.bg-in-content-c .bg-in-content h2{
--max-size: 45;
    --min-size: 25;
    font-size: var(--responsive) !important;
}
@import url('https://fonts.cdnfonts.com/css/orkney');

.Orkneyfont, .Orkneyfont h2, .Orkneyfont p, .Orkneyfont a, .Orkneyfont .btn-link{
 font-family: 'Orkney', sans-serif;
}
@media only screen and (max-width: 767px) {
.banner-content-new {
    width: auto !important;
}}
/*------------------21-5-25-------------------------*/


/*--global--*/
* {
  --diff: calc(var(--max-size) - var(--min-size));
  --responsive: calc((var(--min-size) * 1px) + var(--diff) * ((100vw - 320px) / (2000 - 320)));
}
h1 {--max-size: 60; --min-size: 22; font-size: var(--responsive) !important;}
h2 {--max-size: 60; --min-size: 25; font-size: var(--responsive) !important;}
h3 {--max-size: 50; --min-size: 20; font-size: var(--responsive) !important;}
h4, .image-sos-bg+a {--max-size: 30; --min-size: 19; font-size: var(--responsive) !important;}
h5 {--max-size: 28; --min-size: 19; font-size: var(--responsive) !important;}
h6 {--max-size: 20; --min-size: 17; font-size: var(--responsive) !important;}
p {--max-size: 19; --min-size: 16; font-size: var(--responsive);}
a, .btn-link {--max-size: 17; --min-size: 15; font-size: var(--responsive);}

.image-sos-bg+a {text-shadow: 3px 3px 5px #000;}
.bloghedding{--max-size: 26; --min-size: 18; font-size: var(--responsive) !important;}
.banner-content h2, .banner-content p {
    background: #0000007d;
    margin: 10px 0;
    padding: 10px;
}
.transition,  header li a{transition: all .5s !important;}


button.togglebtn.active+#navbar-default {
    display: block !important;
}
.one-slide div {
    height: 100%;
}

section {padding-top: 8%; padding-bottom: 8%;}
.dm-serif-display-regular {
font-family: "DM Serif Display", serif;
}
.overlay-before:before,
.overlay-after:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.social_media_col:before {
  width: 100%;
  height: 100%;
  background: #0000009e;
  transition: all .5s;
  opacity: 0;
}
.social_media_col:hover:before{
  opacity: 1;
}
.poppins, body {
  font-family: "Poppins", sans-serif;
}
header#myHeader {
  z-index: 9999;
}
section{
  z-index: 999;
  position: relative;
}
/*-- .ha-section{
  height : 50vh;
      background-color: #1c1917;
  position: sticky;
  bottom: 0;
  z-index: 10; /* Ensure it stays above other content */
  display: flex;
  align-items: flex-end;
}--*/

.h-50vh{height: 50vh;}



/*--global--*/
.section-text a:hover h2,
 .section-text a:hover .btn-link,
 .section-text a:hover p,
 header li a:hover {
  color: #a3a3a3;
}
.fp-section {
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box; 
   box-sizing: border-box;
   height: 100%;
   display: block;
}
.banner-slider .slick-list, .banner-slider .slick-track {
  height: 100%;
}


.section.overlay-before:before {
  animation-timeline: view();
  animation-name: appear;
  animation-fill-mode: both;
  animation-duration: 1ms;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@keyframes appear {
  from {
      background: #000;
  }
  50% {
      background: #0000;
  }
  
}
.contact-f button:hover {
  background: #fff;
  color: #000;
}

.bg4f4f4f{
  background:#4f4f4f;
}
form.contact-f {
  width: 1024px;
  margin: 0 auto;
}
.scroll-arrow {
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}
.scroll-arrow:nth-child(1) {
  animation-delay: 0.1s;
}
.scroll-arrow:nth-child(2) {
  animation-delay: 0.2s;
}
.scroll-arrow:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.h-l-height{
  line-height: 55px;
}
.blogimg {
  width: 700px;
}
.bloghedding {
width: 520px;
}

.blog-article article:hover .blogdate, .blog-article article:hover .bloghedding{
color: #989898;
}
.blog-article article:hover img{
opacity: .5;
}
.headerlogo{
margin: 0 auto !important;
}
header .mega-menu ul li {
  order: initial !important;
  position: relative !important;
  transform: translate(0px, 0px) !important;
  left: auto !important;
  width: 100% !important;
}
#myHeader.stickys {
position: fixed;
background: #00000096;
}
.mega-menu {
  background: #000000c7;
}

.mega-menu{
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: .3s linear all;
  -moz-transition: .3s linear all;
  -ms-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
  visibility: hidden;
  background: transparent !important;
  top: 68px;
}
#myHeader.header-add a.drop-down-menu+.mega-menu {
  opacity: 1;
  transform: none;
  -webkit-transition: .3s linear all;
  -moz-transition: .3s linear all;
  -ms-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
  visibility: visible;
  background: #000000ba !important;
  
  
}
.header-add{
  background: #000000ba !important;
}

.Social-list {
  width: 873px;
}


.toggle {
cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-toggle {
position: absolute;
display: block;
width: 75px;
height: 3px;
background: #fff;
border-radius: 5px;
transition: all .6s;
}

.line-toggle:first-child {
transform: translateY(-8px) translateX(-0px);
width: 40px;
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
transition-delay: .12s;
}

.line-toggle:last-child {
transform: translateY(8px) translateX(-0px);
width: 30px;
transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
background: #fff;
transform: translateY(0) translateX(0) rotate(45deg);
width: 30px;
height: 3px;
transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
transform: translateX(110px);
transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
background: #fff;
transform: translateY(0) translateX(0) rotate(314deg);
width: 30px;
height: 3px;
transition-delay: .1s;
}

.gallery-article {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}
.gallery-col {
  column-count: 3;
  column-gap: 10px;
}.services .services-col i {
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  background: #ededed;
  border-radius: 100%;
  display: flex;
  transition: all .5s;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #1c1917;
}
.services .services-col:hover i {
  transform: rotate(360deg);
  background: #1c1917;
  color: #fff;
}

.services .services-col {
  width: 31% !important;
  background: #fff;
  border: 1px solid #ededed;
  
}
.services .services-col {
  width: 31% !important;
  transition: all 0.3s ease-in-out;
}
.services .services-col:hover {
  box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);
}
.bgf1f1f1{
  background: #f1f1f1;
}
.slick-slider-five .slick-track {
  gap: 15px;
  display: flex;
}
.contact_bg:before, .contact_bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a1;
  background-size: cover;
}
.contact_bg:before{
background-image: url(../images/sofa/06.jpg);
}

.client-diaries .client-diaries-col {
  border: 1px solid #dddddd;
  box-shadow: 12px 12px 8px #e7e7e7;

}
.client-diaries .client-diaries-col p {
  flex-direction: column;
  justify-content: start;
  align-items: baseline;
}
.client-diaries .client-diaries-col p i {
  font-size: 38px;
}
.client-diaries .client-diaries-col h6 {
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
.blogimg {
  width: 500px;
}
.bloghedding {
width: 470px;
}
.blog-article .blogdate {
  width: 100px;
}
}
@media screen and (max-width: 1200px) {
.services .services-col {
  width: 48% !important;
 }
}

@media screen and (max-width: 1100px) {
form.contact-f {
  width: 100%;
 }
}

@media (min-width: 1024px) {
  .container-lg {
      max-width: 1024px;
  }
}


@media screen and (max-width: 1023px) {
  .gallery-col {
    column-count: 2;
    column-gap: 10px;
  }
.blog-section h2 {
  line-height: 30px;
}
.Social-list {
  width: 510px;
}
.bloghedding {
  width: 370px;
}
.blogimg {
width: 300px;
}
}
@media screen and (max-width: 900px) {
header ul li:nth-child(4) {
width: 150px !important;
}
}

@media screen and (min-width: 768px) {
header ul li:nth-child(1){ order: 1; }
header ul li:nth-child(2){ order: 2;}
header ul li:nth-child(3){ order: 2; }
header ul li:nth-child(4){ order: 3; position: absolute; left: 50%; transform: translate(-50%, 0px);width: 200px;}
header ul li:nth-child(5){ order: 5; margin-left: auto !important; }
header ul li:nth-child(6){ order: 6; }
header ul li:nth-child(7){ order: 7; }

}
@media screen and (max-width: 767px) {
  .gallery-col {
    column-count: 1;
    column-gap: 10px;
  }
  .mo-menu {
    height: auto !important;
}
  .services .services-col {
    width: 100% !important;
   }
  #myHeader ul li a {
    border-bottom: 1px solid #000;
    padding: 12px 20px;
}
.Social-list {
  width: 100%;
}
.bloghedding, .blogimg, .blog-article .blogdate{
  width: 100%;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-slider h2 {
  line-height: 30px;
}
p {
line-height: 25px;
}
li.headerlogo.logo {
  display: none;
}
a.headerlogo.logo {
  display: block;
  margin-left: 0 !important;
  width: 140px;
  padding-left: 0;
}
}
@media screen and (max-width: 767px) {
  header .mega-menu ul li {
    width: 100% !important;
}
header .mega-menu ul li a {
  width: 100%;
  display: block;
  padding: 0 !important;
}
  .mega-menu {
    -webkit-transform: rotateX(0deg) !important;
    -moz-transform: rotateX(0deg) !important;
    -ms-transform: rotateX(0deg) ! IMPORTANT;
    -o-transform: rotateX(0deg) ! IMPORTANT;
    transform: rotateX(0deg) ! IMPORTANT;
    position: relative;
    opacity: 1 !important;
    top: 0 !important;
    visibility: visible;
    height: 0px;
    overflow: hidden;
}
header li .mega-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; /* Smooth height animation */
}
header li.active .mega-menu {
  height: auto; /* Expand to fit content */
}
  .header-add .mega-menu {
    position: relative;
    top: 0;
}
#myHeader ul li a {
  border-bottom: 1px solid #000;
  padding: 10px 18px;
}
}

@media screen and (min-width: 1400px) and (max-width: 3000px) {
.container {
  width: 90% !important;
  max-width: 100% !important;
}
}



.slick-slider-five .slick-slide {
  height: 250px;
  overflow: hidden;
}

.width300{width: 300px;}
.height432{height: 432px;}
.width285{width: 285px;}
.height276{height: 276px;}

@media only screen and (max-width:767px){
  .height432{height: 282px;}
  .height276{height: 156px;}
}
button .togglebtn {
  width: 30px;
  height: 30px;
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.togglebtn::after, .togglebtn::before {
  content: '';
  background: #ffffff;
  height: 2px;
  width: 22px;
  position: absolute;
  transition: transform 0.5s, bottom 0.5s, top 0.5s;
}

.togglebtn::before {
  top: 9px;
  left: 0;
}

.togglebtn::after {
  bottom: 9px;
  left: 0;
}
.togglebtn span {
  height: 2px;
  width: 22px;
  position: absolute;
  background: #ffffff;
  left: 0;
  transition: width 0.5s ease;
}
.togglebtn.active::after {
  transform: rotate(45deg);
  bottom: 17px;
}

.togglebtn.active::before {
  transform: rotate(-45deg);
  top: 20px;
}
.togglebtn.active span {
  width: 0;
}

@media only screen and (max-width: 767px) {
.section {
    /*height: 100vh;*/
    z-index: 999;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
}
.ha-section {
        height: auto !important;
    position: relative !important;
    bottom: auto !important;
}
}
/*--.columns-1 article {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}--*/




/*-------24-6-25------------*/

.client-logo li img {
    transition: all .5s !important;
}

.client-logo li:hover img {
    transform: scale(1.3);
}
.client-logo li:hover {
    background: #1c1917  !important;
}



.loader {
    position: fixed;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background: #1c1917;
    display: flex;
    justify-content: center;
    align-items: center;
z-index: 99999;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
.loader img {
    width: 300px;
}

body {
    overflow-x: hidden !important;
}


