@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Montserrat&family=Raleway&display=swap');
:root {
   --fs-h1: clamp(3rem, 12vw, 13rem);
   --fs-h2: clamp(3rem, 7vw, 8rem);
   --fs-h3: clamp(1.2rem, 3vw, 4rem);
   --fs-h4: clamp(1.2rem, 1.8vw, 2rem);
   --fs-p: clamp(1.2rem, 1.3vw, 1.5rem);
   --fc-yellow: #fde374;
   --fc-salmon: #cca69b;
   --fc-green: #9cd08e;
   --fc-orange: #f37449;
   --fc-purple: #a285bd;
   --fc-light-orange: #f9a04e;
   --pad-small: clamp(1rem, 3.5vw, 4rem);
   --pad-big: clamp(1rem, 6vw, 6.5rem);
   --pad-img: clamp(1.5rem, 2vw, 3rem);
}
/*.pic1:hover{height: 430px;transition: 2s ease;}*/
/*.pic2:hover{height: 430px;transition: 2s ease;}*/
/* .navbar {*/
/*   position: fixed;*/
/*   top: 0;*/
/*   left: 0;*/
/*   width: 5%;*/
/*   height: 100vh;*/
/*   background-color: black;*/
/*   z-index: 100;*/
/*}*/
 .nav-contain {
   display: flex;
   height: 100vh;
   gap: clamp(1rem, 2vw, 3rem);
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
 .nav-contain li {
   margin: clamp(0.5rem, 0.6vw, 0.8rem);
   font-size: 130%;
}
 .nav-contain li a {
   color: #fde374;
}
h3.card__title a {
    color: #000;
    text-decoration: none;
}
 .nav-contain li:nth-child(3) {
   background-color: #fde374;
   border-radius: 100px;
   aspect-ratio: 1;
   text-align: center;
   outline: 7px solid black;
   margin-left: 2rem;
}
 .nav-contain li:nth-child(3) i {
   padding: clamp(0.5rem, 0.8vw, 1rem);
   font-size: 180%;
   color: black;
}
/*-----ENTIRE PAGE-----*/
 #entire-page {
   width: 100%;
   margin-left: 0%;
}
.navbar{
  width: 0%;
}

/*-----SECTION 3-----*/
 .block1 {
   width: 40%;
   height: 100vh;
   float: left;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
}
 .relative {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
 .relative img {
   width: 100%;
   height: 50vh;
   object-fit: cover;
}
 .absolute {
  position: absolute;
    width: 10%;
    aspect-ratio: 1;
    border-radius: 100px;
    /*background-color: #f37449;*/
    text-align: center;
    justify-content: center;

}
body.modal-open{    overflow: inherit !important; }
.slide a{text-decoration:none !important;}
.card h3 {
    color: #000 !important;
}
.sun_control_1 {
    margin-top:30px;
}
.sun_control_1:hover {
    transform: scale(1) !important;
}
.js-slideshow1 img.card__image {
    height: 200px !important;
}
h2.soap_disp_diff_heading {
    text-align: center;
    font-size: 50px;
    color: #000;
    font-weight: 800;
}
i.fa-regular.fa-play {
    text-align: center;
    margin-top: 0px;
    color: #000;
    font-size: 25px;
    background: #ac73be;
    padding: 25px;
    border-radius: 50%;
}
h2.soap_disp_heading {
    text-align: center;
    padding: 50px 0px 0px;
    font-size: 40px;
    font-weight: 800;
    color: #000;
}
i.fa-regular.fa-play{
  text-align: center;
    margin-top: 15px;
    color: #000;
    font-size: 25px;
}
 .disappear {
   display: none;
}
/*----BLOCK 2----*/
 .block2 {
   width: 60%;
   aspect-ratio: 0.5;
   margin-left: 40%;
}
.watermark p {
    color: #000;
}
/*---MINI BLOCK 1---*/
 .mini-block1 {
   padding: 10px 50px;
   background-color: #f37449;
   height: 100vh;
}
 .mini-block1 h2 {
   font-size: var(--fs-h2);
   text-align: center;
   margin-bottom: var(--pad-big);
}
.header_button.text-center {
    margin-top: 30px;
}
#get_a_quote a.quote {
    margin-top: 10px;
    background: #8b6357;
}
.table td {
    padding: 1px  5px !important;
    font-size:12px;
}
th span {
    color: #edb000;
}
.main-heading-sun h1 {
    color: #d9a100;
    font-weight: 600;
}
.main-heading-sun {
    height: 70px;
}
div#exampleModal {
    /* position: fixed; */
    right: 2%;
    bottom: 0%;
    top: auto;
    background: transparent;
    width: auto;
    height: auto;
    /* bottom: 11px !important; */
    top: auto;
    left: auto;
}
.about_page .js-slideshow .flickity-viewport{
    height: 500px !important;
}
.secmodal{
    margin-top:10px !important;
}
.modal-content{
    background:transparent !important;
    border:none  !important;
}
 #one-museum-de, #one-museum {
   text-align: center;
   font-size: var(--fs-p);
   line-height: 2rem;
}
 #one-museum {
   margin-bottom: clamp(1rem, 1.5vw, 2rem);
   font-weight: bold;
}
 .small-contain {
   display: flex;
   gap: 2rem;
   margin-bottom: var(--pad-small);
}
.sun_control_1:hover {
    transform: scale(1) !important;
}
.block1 .disappear {
    display: block;
}
 .images-box {
   width: 80%;
   padding: clamp(1rem, 1.3vw, 1.5rem);
   background-color: var(--fc-green);
   margin: auto;
   margin-bottom: 1.5rem;
}
#get_a_quote .modal-content {
    background: white !important;
    border: none  !important;
    box-shadow: 0px 0px 12px -5px;
}
#get_a_quote .modal-body {
    padding: 15px !important;
}
#get_a_quote a.quote {
    margin-top: 10px;
}
.modal-backdrop.show {
    opacity: 0 !important;
    display:none;
}
.block2 a {
    color: #000;
    text-decoration: none !important;
}
.middle_mod {
    left: 10% !important;
    top: 15% !important;
    background: transparent !important;
}
 .images-box img {
   width: 100%;
   aspect-ratio: 1.5;
   object-fit: cover;
}
 .small-item {
   width: 50%;
}
 .small-item p, .small-item a {
   text-align: center;
   line-height: 1.5rem;
}
 .small-item a {
   display: block;
   text-decoration: underline;
}
 .small-item p:nth-child(2) {
   font-weight: bold;
}

/*-----SECTION 2-----*/
.section2 {
  background-color: var(--fc-salmon);
  padding-bottom: clamp(1rem, 3.5vw, 4rem);
  z-index:9 !important;
}
.slide.product_slide:hover .card {
    border: 15px solid #ffdf7e !important;
}
.js-slideshow1 .product_slide .card{border:none !important;}
button.btn-close {
    border: 2px solid #fff;
}
.btn-close {
    background: transparent url("images/download-svg.png") center/1em auto no-repeat;
}
.js-slideshow .product_slide .card {
    border: none !important;
}
button.flickity-button.flickity-prev-next-button.next {
    position: absolute;
    width: 20vw;
    height: 100%;
    background: transparent;
    right: 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FCE373" height="28" viewBox="0 0 28 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M27.0233 11.4952L0.246343 23.4724L6.19682 11.4902L0.246347 0.517929L27.0233 11.4952Z"/></svg>') 12 12,auto;
}
button.flickity-button.flickity-prev-next-button.previous {
    position: absolute;
    width: 20vw;
    height: 100%;
    background: transparent;
    right: 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FCE373" height="28" viewBox="0 0 28 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M0.226712 12.5048L27.0037 0.527578L21.0532 12.5098L27.0037 23.4821L0.226712 12.5048Z"/></svg>') 12 12,auto;
}
 body.active .body {
	 background: #222;
}
 body.active .menu {
	 left: 0%;
	 transition: all 200ms linear;
	 z-index:0;
	 display:block;
	     transition: 4s ease;
}
 body.active .menu .menu_content {
	 width: auto;
	 height: 100vh;
	 left: 0;
	 top: 0;
	 transition: all 600ms;
	 display:block;
	 overflow-y:scroll;
}
 body.active .menu .card{
     
    width: 80%;
    margin: auto;
    margin-bottom:20px;
 }
body.active .menu .card:hover {
    border: 15px solid #fbed6b;
    transition: 1s ease;
}
 body.active #menu_bar .card .card__title{height:25px;
        margin-top: 10px;
    margin-bottom: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{    width: 1320px !important;}
 body.active .content {
	 border: 2px solid #fff;
	 left: 20%;
	 transform: rotateY(-50deg);
	 transition: all 200ms linear;
}
.menu_content h5 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
 .menu {
	 position: fixed;
	 top: 0;
	 left: -100%;
	 z-index: 9;
	 background: #d2a39a;
	 height: 100vh;
	 width: 40%;
	 -webkit-box-shadow: 13px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 -moz-box-shadow: 13px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 box-shadow: 13px 6px 22px 0px rgba(0, 0, 0, 0.75);
}
 .menu .menu_content {
	 width: 20%;
	 transition: all 200ms;
	 height: 50%;
	 left: -100%;
	 top: 100%;
	 padding: 10px 20px;
	 font-family: 'Jomolhari', serif;
	 display: flex;
	 transition: all 400ms linear;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .menu .menu_content .listTile {
	 margin: 10px 0;
	 font-size: 30px;
	 line-height: 35px;
	 cursor: pointer;
	 user-select: none;
	 color: #fff;
}
 .menu .menu_content .listTile a {
	 color: #fff;
	 text-decoration: none;
}


body.active .body {
	 background: #222;
}

.menu2 {
	 position: fixed;
	 top: 0;
	 left: -100%;
	 z-index: 9;
	 background: #d2a39a;
	 height: 100vh;
	 width: 40%;
	 -webkit-box-shadow: 13px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 -moz-box-shadow: 13px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 box-shadow: 13px 6px 22px 0px rgba(0, 0, 0, 0.75);
}
 body.active2 .menu2 {
	 left: 0% !important;
	 transition: all 200ms linear;
	 z-index:0;
	 display:block;
	     transition: 4s ease;
}
 body.active2 .menu2 .menu_content {
	 width: 20%;
	 transition: all 200ms;
	 height: 50%;
	 left: -100%;
	 top: 100%;
	 padding: 10px 20px;
	 font-family: 'Jomolhari', serif;
	 display: flex;
	 transition: all 400ms linear;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 body.active2 .menu2 .menu_content .listTile {
	 margin: 10px 0;
	 font-size: 30px;
	 line-height: 35px;
	 cursor: pointer;
	 user-select: none;
	 color: #fff;
}
 body.active2 .menu2 .menu_content .listTile a {
	 color: #fff;
	 text-decoration: none;
}

 body.active2 .menu2 .menu_content {
	 width: auto;
	 height: 100vh;
	 left: 0;
	 top: 0;
	 transition: all 600ms;
	 display:block;
	 overflow-y:scroll;
}
 body.active2 .menu2 .card{
     
    width: 100%;
    margin: auto;
    margin-bottom:20px;
    margin-top:20px;
 }
 body.active2 .menu2 .card img.card__image{height:200px;}
body.active2 .menu2 .card:hover {
    border: 15px solid #fbed6b;
    transition: 1s ease;
}
body.active2 .menu2 .card .card__title{height:25px;}
 body.active2 .content {
	 border: 2px solid #fff;
	 left: 20%;
	 transform: rotateY(-50deg);
	 transition: all 200ms linear;
}
 body.active2 .menu_content h5 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
body.active .overlay{
        position: fixed;
    z-index: 0;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 32%);
}
body.active2 .overlay2{
        position: fixed;
    z-index: 0;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 32%);
}
div#overlay_side {
    position: absolute;
    top: 5%;
    right: 5%;
}
div#overlay_side2 {
    position: absolute;
    top: 5%;
    right: 5%;
}
.desginr_footrr .address a {
    color: #fff;
    text-decoration: none;
}
#up {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #8b6156;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0.5px 1px 5px 5px rgba(0,0,0,0.2);
    transition: var(--transition-speed);
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: bolder;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: flex;
        z-index: 999999999;
}
a#up p{
    margin-bottom:0px;
}
.froasted .pagination_2 {
    width: 40%;
}
 .body {
	 position: relative;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: auto;
	 color: #000;
	 transition: all 1000ms;
	 min-height: 100vh;
	 perspective: 4000px;
	 -webkit-perspective: 4000px;
	 -webkit-box-shadow: -8px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 -moz-box-shadow: -8px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 box-shadow: -8px 6px 22px 0px rgba(0, 0, 0, 0.75);
	 transform: rotateY(0deg);
	 left: 0%;
	 transform-origin: center right;
}
 .body .content {
	 position: absolute;
	 width: 100%;
	 top: 0;
	 font-family: 'Jomolhari', serif;
	 left: 0;
	 background: #fff;
	 color: #000;
	 height: 100%;
	 display: flex;
	 transition: all 300ms linear;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .hamburger {
	 margin-right: 50px;
}
 .hamburger.first {
	 width: 48px;
	 height: 48px;
	 cursor: pointer;
	 user-select: none;
	 position: relative;
	 background: transparent;
}
 .hamburger.first .lines div {
	 transition: all 500ms;
}
 .hamburger.first .lines div:nth-child(2) {
	 transition: all 220ms;
}
 .hamburger.first .lines.close div {
	 background: #d60c0c !important;
}
 .hamburger.first .lines.close div:nth-child(2) {
	 opacity: 0;
}
 .hamburger.first .lines.close div:nth-child(1) {
	 transform: rotate(45deg);
	 left: calc(24px - 16.9705627484px + 2.5px);
	 top: calc(24px - 16.9705627484px + 0px);
	 transform-origin: left top;
}
 .hamburger.first .lines.close div:nth-child(3) {
	 transform: rotate(-45deg);
	 left: calc(-24px + 16.9705627484px);
	 top: calc(24px - 16.9705627484px + 0px);
	 transform-origin: right top;
}
 .hamburger.first .lines div:nth-child(1) {
	 width: 100%;
	 height: 5px;
	 top: calc((33.33%) - 2.5px - 0px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.first .lines div:nth-child(2) {
	 width: 100%;
	 height: 5px;
	 top: calc((66.66%) - 2.5px - 5.5px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.first .lines div:nth-child(3) {
	 width: 100%;
	 height: 5px;
	 top: calc((99.99%) - 2.5px - 11px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.second {
	 width: 64px;
	 height: 64px;
	 cursor: pointer;
	 user-select: none;
	 position: relative;
	 background: transparent;
}
 .hamburger.second .lines div {
	 transition: all 500ms;
}
 .hamburger.second .lines div:nth-child(2) {
	 transition: all 220ms;
}
 .hamburger.second .lines.close div {
	 background: #d60c0c !important;
}
 .hamburger.second .lines.close div:nth-child(2) {
	 opacity: 0;
}
 .hamburger.second .lines.close div:nth-child(1) {
	 transform: rotate(45deg);
	 left: calc(32px - 22.6274169979px + 2px);
	 top: calc(32px - 22.6274169979px + -10px);
	 transform-origin: left top;
}
 .hamburger.second .lines.close div:nth-child(3) {
	 transform: rotate(-45deg);
	 left: calc(-32px + 22.6274169979px);
	 top: calc(32px - 22.6274169979px + 0px);
	 transform-origin: right top;
}
 .hamburger.second .lines div:nth-child(1) {
	 width: 100%;
	 height: 4px;
	 top: calc((33.33%) - 2px - 0px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.second .lines div:nth-child(2) {
	 width: 100%;
	 height: 4px;
	 top: calc((66.66%) - 2px - 8.6666666667px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.second .lines div:nth-child(3) {
	 width: 100%;
	 height: 4px;
	 top: calc((99.99%) - 2px - 17.3333333333px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.third {
	 width: 48px;
	 height: 48px;
	 cursor: pointer;
	 user-select: none;
	 position: relative;
	 background: transparent;
}
 .hamburger.third .lines div {
	 transition: all 500ms;
}
 .hamburger.third .lines div:nth-child(2) {
	 transition: all 220ms;
}
 .hamburger.third .lines.close div {
	 background: #d60c0c !important;
}
 .hamburger.third .lines.close div:nth-child(2) {
	 opacity: 0;
}
 .hamburger.third .lines.close div:nth-child(1) {
	 transform: rotate(45deg);
	 left: calc(24px - 16.9705627484px + 1px);
	 top: calc(24px - 16.9705627484px + 0px);
	 transform-origin: left top;
}
 .hamburger.third .lines.close div:nth-child(3) {
	 transform: rotate(-45deg);
	 left: calc(-24px + 16.9705627484px);
	 top: calc(24px - 16.9705627484px + 0px);
	 transform-origin: right top;
}
 .hamburger.third .lines div:nth-child(1) {
	 width: 100%;
	 height: 2px;
	 top: calc((33.33%) - 1px - 0px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.third .lines div:nth-child(2) {
	 width: 100%;
	 height: 2px;
	 top: calc((66.66%) - 1px - 7px);
	 position: absolute;
	 background: #fff;
}
 .hamburger.third .lines div:nth-child(3) {
	 width: 100%;
	 height: 2px;
	 top: calc((99.99%) - 1px - 14px);
	 position: absolute;
	 background: #fff;
}
 body {
	 margin: 0;
}

.menu_content h2 {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
}

 .body {
	 display: flex;
	 width: 100%;
	 left: 0;
	 top: 0;
	 position: relative;
	 height: 100vh;
	 background: #000;
	 flex-direction: row;
	 align-items: center;
	 justify-content: center;
}
 .menu_icon {
	 position: fixed;
	 top: 10px;
	 width: 48px;
	 z-index: 10;
	 height: 48px;
	 left: 10px;
}
 .menu_icon .hamburger {
	 cursor: pointer;
	 position: fixed;
	 top: 10px;
	 left: 40px;
	 z-index: 10;
}
 .menu_icon .hamburger .lines div {
	 background: #000 !important;
}
 
.flickity-prev-next-button .flickity-button-icon {
    display: none;
}
.js-slideshow1 .product_slide {
    width: 30%;
}
img.trophy {
    width: 30% !important;
}
.product_page_slider h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 40px;
}
p, h2, h1, h3, h4, h5 {
    font-family: 'Afacad', sans-serif !important;
 }
 ul li {
    font-family: 'Afacad', sans-serif  !important;
 }
 .mdiefed-prod img:hover {
    transform: scale(1.3);
    transition: 1s ease;
}
.js-slideshow1 .product_slide img.card__image{height:auto;}
.js-slideshow1 .flickity-viewport {
    height: 360px !important;
}
.js-slideshow .flickity-viewport {
    height: 330px !important;
}
.button2 {
  margin-left: clamp(2rem, 30vw, 31rem);
  font-size: var(--fs-h4);
  font-weight: bold;
  background-color: var(--fc-yellow);
  color: black;
  display: block;
  padding: clamp(0.5rem, 1vw, 1.5rem);
  width: 23%;
  text-align: center;
}
.product_disp h2 {
    background: #8b6357 !important;
        z-index: 9;
        position:relative;
        overflow:hidden;

}
.product_disp h2:before {
    top: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.product_disp h2:after, .product_disp h2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50% + 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86),.4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    background-color: #a385bd;
       z-index: -9;
}
.product_disp h2:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}
.product_disp h2:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: .1s;
}
li.page-item.active a {
    border-radius: 50% !important;
    background: #a385bd !important;
}
@keyframes button2Slide {
  0% {
    background:linear-gradient(to right, black 0%, var(--fc-yellow) 0%);
  }
  25% {
    background: linear-gradient(to right, black 25%, var(--fc-yellow) 25%);
  }
  50% {
    background: linear-gradient(to right, black 50%, var(--fc-yellow) 50%);
  }
  75% {
    background: linear-gradient(to right, black 75%, var(--fc-yellow) 75%);
  }
  100% {
    background: linear-gradient(to right, black 100%, var(--fc-yellow) 100%);
  }
}
@keyframes button2Back {
  0% {
    background: linear-gradient(to left, var(--fc-yellow) 0%, black 0%);
  }
  25% {
    background: linear-gradient(to left, var(--fc-yellow) 25%, black 25%);
  }
  50% {
    background: linear-gradient(to left, var(--fc-yellow) 50%, black 50%);
  }
  75% {
    background: linear-gradient(to left, var(--fc-yellow) 75%, black 75%);
  }
  100% {
    background: linear-gradient(to left, var(--fc-yellow) 100%, black 100%);
  }
}


button#toggle{
        background: #8b6357;
            position: relative;
            z-index: 9;
}
button#toggle:before {
    top: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
button#toggle:after {
    bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
button#toggle:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}
button#toggle:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: .1s;
}
button#toggle:after, button#toggle:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50% + 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86),.4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    background-color: #a385bd;
    z-index: -1;
}
.product_disp h2:after {
    bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.contain-hori {
  display: flex;
  padding: 0 var(--pad-small);
  gap: clamp(2rem, 3.5vw, 4rem);
  cursor: move; /* fallback if grab cursor is unsupported */
   cursor: grab;
   cursor: -moz-grab;
   cursor: -webkit-grab;
   overflow: auto;
  overflow-x: hidden;
  &:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
}
.img-and-word-contain {
  margin-top: var(--pad-small);
  display: flex;
  flex-direction: column;
  width: 30vw;
  flex: none;
}
.image-contain {
  padding: var(--pad-img) var(--pad-img) 0 var(--pad-img);
  background-color: var(--fc-green);
}
.image-contain img {
  width: 30vw;
  aspect-ratio: 1;
  object-fit: cover;
}
.image-contain p {
  text-align: center;
  margin: var(--pad-img) 0;
  font-weight: bold;
}
.word-sep{
  font-size: var(--fs-h3);
  font-weight: bold;
  text-align: center;
  display: block;
  background-image: linear-gradient(to bottom, var(--fc-green) 50%, var(--fc-salmon) 50%);
  padding: 0 clamp(1rem, 1.7vw, 2rem);
  height: 35%;
}
#empty {
  visibility: hidden;
}

.one {
  padding-top: 12%;
}
.two {
  padding-top: 5%;
}
.four {
  padding-top: 3%;
  font-size: clamp(1.2rem, 2.5vw, 3rem);
}

/*---MINI BLOCK 2---*/
 .mini-block2 {
   padding:  10px 50px;
   background-color: var(--fc-purple);
   height: 100vh;
}
 .mini-block2 h2 {
   font-size: var(--fs-h2);
   text-align: center;
}
 .mini-block2 a {
   text-decoration: underline;
   /*margin: var(--pad-small) 0;*/
   font-weight: bold;
   text-align: center;
   display: block;
}
 .blocks {
   display: flex;
}
 .block3 {
   display: inline-block;
   padding: clamp(2rem, 10vw, 11rem) var(--pad-big) var(--pad-small) var(--pad-big);
   border-style: hidden solid hidden hidden;
   border-weight: 10px;
   width: 50%;
}
 .block3 p {
   text-align: center;
   line-height: 2rem;
}
 .block3 p:nth-child(4) {
   font-size: var(--fs-p);
   font-weight: bold;
}
 .block3-pic {
   padding: clamp(1rem, 1.3vw, 1.5rem);
   width: 70%;
   background-color: var(--fc-light-orange);
   margin: auto;
}
 .block3-pic img {
   width: 100%;
   aspect-ratio: 1;
   object-fit: cover;
}
 .block4 {
   display: inline-block;
   width: 50%;
   padding: var(--pad-small) var(--pad-big);
}
 .block4 p {
   text-align: center;
   line-height: 2rem;
}
 .block4 p:nth-child(4) {
   font-size: var(--fs-p);
   font-weight: bold;
}
 .block4-pic {
   width: 70%;
   margin: auto;
   padding: clamp(1rem, 1.3vw, 1.5rem);
   background-color: var(--fc-light-orange);
}
 .block4-pic img {
   width: 100%;
   aspect-ratio: 0.6666666667;
   object-fit: cover;
}
/*-----SECTION 4-----*/
 .nofloat {
   clear: left;
}
 .section4 {

   background-color: #fde374;
}
.footer_upper{padding-bottom: 40px;padding-top: 100px;}
 .blocks-contain {
   display: flex;
   margin-bottom: var(--pad-big);
}
 .block5 {
   padding: 0 var(--pad-big);
   border-style: hidden solid hidden hidden;
   width: 50%;
   text-align: center;
   line-height: 3rem;
}
 .block5 p:nth-child(2) {
   font-size: var(--fs-p);
   font-weight: bold;
}
 .block5 button {
   display: block;
   margin: auto;
   width: 25%;
   padding: clamp(0.5rem, 0.7vw, 1rem);
   background-color: black;
   color: #fde374;
   font-weight: bold;
   border-radius: 100px;
   opacity: 0.2;
   cursor: pointer;
}
 .block5 input {
   width: 40%;
   border-style: hidden hidden solid hidden;
   border-color: black;
   color: black;
   padding: clamp(0.5rem, 0.6vw, 0.8rem) 0;
   background-color: #fde374;
}
 .block6 {
   padding: 0 var(--pad-big);
   width: 50%;
   text-align: center;
}
 .block6 p:first-child {
   margin-bottom: 1.5rem;
}
 .sth {
   display: flex;
   justify-content: space-evenly;
}
 .hof {
   width: 40%;
}
.js-slideshow1 .product_slide .card__title {
    font-size: 26px !important;
    text-transform:uppercase !important;
}
.modal-header {
    background: #69514d;
    color: #fff;
    padding: 0px 15px 0px 10px !important;
}
.modal-header h5 {
    font-size: 1.25em;
}
.modal-header .btn-close {
    padding: 5px !important;
    font-size: 7px;
}
.slide.product_slide:hover .card {
    border: 15px solid #ffdf7e !important;
        transition: 1s ease;
}
.about_slider .js-slideshow .flickity-viewport {
    height: 420px !important;
}
/*.card__content {*/
/*    padding: clamp(7px, 0vw, 17px);*/
/*}*/
.footer_upper a.quote {
    position: relative;
    z-index:9;
}
.footer_upper a.quote:after, .footer_upper a.quote:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50% + 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86),.4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    background-color: #a385bd;
    z-index: -1;
}

.footer_upper a.quote:before {
    top: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.footer_upper a.quote:after {
    bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.footer_upper a.quote:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}
.footer_upper a.quote:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: .1s;
}
 .hof img {
   width: 100%;
   aspect-ratio: auto;
   object-fit: cover;
}
 .hof p:first-child {
   font-weight: bold;
}
 .hof p {
   line-height: 1.5rem;
}
 .hof a {
   text-decoration: underline;
}
 .info-contain {
   display: flex;
   padding: var(--pad-small) var(--pad-big);
   justify-content: space-between;
   align-items: center;
}
 .info-contain ul {
   display: flex;
   gap: 2rem;
}
 .info-contain ul li {
   font-weight: bold;
}
 .info-contain ul:first-child img {
   width: 2vw;
   aspect-ratio: auto;
   object-fit: cover;
}
 .info-contain ul:nth-child(3) img {
   width: 6vw;
   aspect-ratio: auto;
   object-fit: cover;
}

.nav-contain{
  display: none;
 
   
}
img.pic1{
  animation: move-in-steps 0.5s linear;
}
img.pic2{
  animation: move-in-steps1 0.5s linear;
}
/* img.pic1 {
    transform: translateY(250px);
    overflow: hidden;
} */

img.pic2.active1{animation: move-in-steps4 0.5s linear;}
img.pic1.active1{animation: move-in-steps3 0.5s linear;}
.text.text-fading {
  font-size: 90px;
    text-align: center;
    line-height: 100px;
    font-weight: 700;
}
@keyframes move-in-steps {
  0% {
    transform: translateY(250px);
    overflow: hidden;
  }
  100% {
    transform: translateY(0px);
    transition: 1s ease;
  }
}
@keyframes move-in-steps1 {
  0% {
    transform: translateY(-250px);
    overflow: hidden;
  }
  100% {
    transform: translateY(0px);
    transition: 1s ease;
  }
}
@keyframes move-in-steps3 {
  0% {
    transform: translateY(150px);
    overflow: hidden;
  }
  100% {
    transform: translateY(0px);
    transition: 1s ease;
  }
}
@keyframes move-in-steps4 {
  0% {
    transform: translateY(-150px);
    overflow: hidden;
  }
  100% {
    transform: translateY(0px);
    transition: 1s ease;
  }
}
.splide{
  /* Center the splide */
  overflow: hidden;
    margin-inline: auto;
  }
  
  /* show overflow items */
  .splide__track{
    overflow: initial;
    padding: 50px;
  }
  
  /* Display pagination below items instead on top */
  .splide__pagination{
    bottom: initial;
    top: calc(100% + 10px);
  }
  
  /* Change active pagination */
  .splide__pagination__page.is-active{
    background-color:#333;
  }
  
  /* Card styling */
  .card{
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    border-radius:4px;
    overflow: hidden;
    cursor:pointer;
  }
  
  #menu_bar .card__content{
    padding: clamp(7px, 0vw, 17px);
        background: #fff;
  }
  .product_slide .card__title {
    margin-block: 0px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
}
  .dispensers_product .product_disp .image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.dispensers_product .product_disp .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.dispensers_product .product_disp .image{
    position:relative;
    overflow:hidden;
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
  .card__title{
    margin-block: 0 10px;
    height: 50px;
        text-align: center;
        font-weight:600;
  }
.primary_menu{
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.header .row{
  text-align: center;
  /* justify-content: center; */
  align-items: center;
}
.header_button a {
  background: #866558;
      color: #fbed6b !important;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 50px;
}
.primary_menu li{font-weight: 700;}
.container-fluid.header {
  background: #fce373;
}
section.section1 {
  background: #fce373;
  padding-bottom:50px;
}
input.form-control.form-control-sm {
  background: transparent;
  border: none;
  border-bottom: 2px solid;
  margin-bottom: 30px;
      box-shadow: none;
}
a.quote {
  text-align: center;
  background: #212529;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  width: 30%;
  margin: auto;
  border-radius: 50px;
}
.footer_first_half {
  border-right: 3px solid #000;
}
.footer_second_half .image img {
    width: 35%;
}
.footer_second_half {
  padding: 30px 0px 0px 20px;
} 
ul.social_media {
  padding-left: 0px;
}
ul.social_media li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}
ul.social_media li i {
  font-size: 20px;
}
p.copyright img{width: 6%;
    background: #fff;
    border-radius: 50%;
    margin-left: 0px;
    padding: 4px;}
    .button_group{
      display: flex;
      justify-content: space-around;
      margin-top: 40px;
    }
    .modal-open .modal{
        opacity:1;
    }
  .button_group a {
      padding: 11px 20px;
      background: #fff;
      color: #000;
      font-size: 18px;
      font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
      font-weight: 700;
      letter-spacing: 0.3px;
      border-radius: 4px;
      transition: all 0.5s;
      text-decoration: none;
  }
  
  pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:300px;
	height:200px;
}

img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}



/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	height:200px;width:300px;
	}
#preview img{height:190px;width:280px;}

#preview1{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	height:200px;width:300px;
	}
#preview1 img{height:190px;width:280px;}
.first_half {
    position: relative;
    height: 100px;
    bottom: 0;
    overflow: hidden;
}
.first_half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    /* bottom: 0; */
    top: 0%;
        animation: name-of-animation1 5s linear;
        font-family: var(--bs-font-sans-serif);
}
.secound_half {
    position: relative;
    height: 100px;
    bottom: 0;
    overflow: hidden;
  
}
.secound_half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 100%;
      animation: name-of-animation 5s linear;
          font-family: var(--bs-font-sans-serif);
}
@keyframes name-of-animation {
 0%    { transform: translate3d(0,0%,0); }
  20%   { transform: translate3d(0,-40%,0); }
  50%   { transform: translate3d(0,-60%,0); }
  80%  { transform: translate3d(0,-80%,0); }
}
@keyframes name-of-animation1{
  0%    { transform: translate3d(0,0%,0); }
  20%   { transform: translate3d(0,40%,0); }
  50%   { transform: translate3d(0,60%,0); }
  80%  { transform: translate3d(0,80%,0); }
}
.badges h2 {
    font-size: 20px;
    margin-top: 15px;
}
section.badges {
    padding: 50px 0px 0px 0px;
}
.badges_box:hover img {
    transform: rotate(360deg);
    transition: 2s ease;
}
/*img.card__image:hover {*/
/*    border: 10px solid #ffdf7e;*/
/*    transition: 1s ease;*/
/*}*/
section.section1:hover .secound_half span{
        animation: name-of-animation 5s infinite;
}
section.section1:hover .first_half span{
        animation: name-of-animation1 5s infinite;
}
.mini-block1:hover .secound_half span{
        animation: name-of-animation 5s infinite;
}
.mini-block1:hover .first_half span{
        animation: name-of-animation1 5s infinite;
}
.mini-block2:hover .secound_half span{
        animation: name-of-animation 5s infinite;
}
.mini-block2:hover .first_half span{
        animation: name-of-animation1 5s infinite;
}
.mini-block1 .secound_half {
    position: relative;
    height: 8%;
    bottom: 0px;
    overflow: hidden;
    MARGIN-BOTTOM: 0PX;
}
.mini-block1 .first_half {
    position: relative;
    height: 8%;
    bottom: 0;
    overflow: hidden;
}
.mini-block1 .first_half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    /* bottom: 0; */
    top: 0%;
    animation: name-of-animation1 5s linear;
    OVERFLOW: HIDDEN;
}
.mini-block1 .secound_half span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 100%;
    animation: name-of-animation 5s linear;
}
.mini-block2.sun_control_back {
    background-color: #ff704f !important;
}
.bins_back {
       background: rgb(248, 159, 77);
        position: relative;
    /*z-index: 15;*/
}
.graphic_back {
    background: #a48ab8;
        position: relative;
}
img.card__image {
    height: 350px;
}
.card__description {
    display: none;
}
.header_button:before {
    bottom: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-delay: .1s;
}
.header_button a:after, .header_button a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50% + 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86);
    transition: .4s transform cubic-bezier(.785,.135,.15,.86),.4s -webkit-transform cubic-bezier(.785,.135,.15,.86);
    background-color: #a385bd;
    z-index: 0;
}
.header_button a{position:relative;}
.header_button a:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
}
.header_button a:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: none;
    transform: none;
    transition-delay: .1s;
}
.slideshow {
  /*margin-top: calc(50vh - 25vh);*/
     padding-bottom: 2vw;
    padding-top: 3vw;
}
.slide {
  width: 23vw;
  max-resolution: 4vw;
  margin-right: 4vw;
  text-align: center;
  height: 50vh;
  background-color: transparent;
  border-radius: 6px;
  /*color: #fff;*/
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 24px;
  line-height: 50vh;
}
.brand-section .image img {
    width: 100%;
    background: #fff;
    height: 150px;
    object-fit: contain;
    padding: 15px;
    box-shadow: 0px 0px 12px -5px;
    border-radius:10px;
}
.brand-section {
    background: #d2a39a;
    padding-bottom: 60px;
}
.flickity-viewport{height:600px !important;}
.header_button a:before {
    top: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.header_button a:after {
    bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.subcategory_card h5 {
    font-weight: 800;
    /*padding: 15px 30px !important;*/
        margin-top: 10px;
}
.subcategory_card {
    margin-bottom: 15px;
}
.subcategory_card img{height:150px;object-fit:cover;border: 10px solid #fce373;}
.subcategory_card img:hover {
    border: 0px solid #000;
    transition: 0.5s ease;
}
.bins_back:before {
    content: "";
    background: #000;
    position: absolute;
    width: 4px;
    height: 5px;
    top: 17%;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 999999;
}
.bins_back:hover:before{transition:5s;height:18%;} 
.graphic_back:before {
    content: "";
    background: #000;
    position: absolute;
    width: 4px;
    height: 5px;
    top: 17%;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 999999;
}
.graphic_back:hover:before{transition:5s;height:60%;} 
.Vinyl{position:relative;}
.Vinyl:before {
    content: "";
    background: #000;
    position: absolute;
    width: 4px;
    height: 5px;
    top: 17%;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 999999;
}
.Vinyl:hover:before{transition:5s;height:60%;} 
.hygiene{position:relative;background: rgb(248,181,184);}
.hygiene:before {
    content: "";
    background: #000;
    position: absolute;
    width: 4px;
    height: 5px;
    top: 24%;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 999999;
}
.hygiene:hover:before{transition:5s;height:60%;}
.matting{position:relative;background: rgb(111,171,158);}
.matting:before {
    content: "";
    background: #000;
    position: absolute;
    width: 4px;
    height: 5px;
    top: 17%;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 999999;
}
.matting:hover:before{transition:5s;height:40%;}
.sun_control_back{position:relative;}
.sun_control_back:before {
    content: "";
    background: #000;
    position: absolute;
    width: 4px;
    height: 5px;
    top: 24%;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 999999;
}
.sun_control_back:hover:before{transition:5s;height:18%;}
ul.social_media_sidebar {
    position: fixed;
    left: 0;
    top: 40%;
    background: #231f20;
    padding: 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
ul.social_media_sidebar li i {
    font-size: 20px;
    color: #ffe27f;
}
ul.social_media_sidebar li {
    float: unset;
    display: block;
    padding: 10px;
    margin-right: 0px;
    position:relative;
    transition: 2s;    
}
.header_button a span {
    z-index: 999999;
    position: relative;
}
.header_button a:hover {
    color: #000;
}
span.tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68,-0.55,0.265,1.55);
}
span.tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #241e20;
    /* bottom: -3px; */
    /* left: 50%; */
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68,-0.55,0.265,1.55);
    top: 40%;
    left: 0;
}
ul.social_media_sidebar li:hover .tooltip {
    top: 0px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    left: 70px;
    background: #241e20;
}
ul.social_media_sidebar li:hover .tooltip a {
    color: #ffeb78;
    text-decoration: none;
    padding: 15px;
}

/*desgnr css work*/
.desgnrourmission {
    box-shadow: inset 2px 10px 20px -6px rgba(0,0,0,0.3);
    padding: 20px;
    border: 1px solid #e0dede;
    border-radius: 8px;
    text-align: center;
    transition: 2s;  
            height: 530px;
}
.desgnrourmission:hover{
    background-color: #6fab9e;
    transform: translateY(10px);    
}
.about-section{
    background-color: #cca69b;
    animation-name: example;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes example {
  from {background-color: #cca69b;}
  to {background-color: #6fab9e;}
}
.desgnrourmission p {
    text-align: justify;
    color: #fff;   
    font-size: 15px;
    line-height: 1.7;
}
.ourmission-section {
    background: #a48ab8;
    padding: 50px 0px;
}
.desgnrourmission img {
    width: 35% !important;
    text-align: center;
    margin-bottom: 20px;
}

.our_team{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our_team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our_team .pic{
    overflow: hidden;
    position: relative;
}
/*.our_team .pic:before,*/
/*.our_team .pic:after{*/
/*    content: "";*/
/*    width: 200%;*/
/*    height: 80%;*/
/*    background: #03193f;*/
/*    position: absolute;*/
/*    top: -100%;*/
/*    left: -4%;*/
/*    transform: rotate(45deg);*/
/*    transition: all 0.5s ease 0s;*/
/*}*/
/*.our_team .pic:after{*/
/*    background: #00426e;*/
/*    top: auto;*/
/*    left: auto;*/
/*    bottom: -100%;*/
/*    right: -4%;*/
/*}*/
/*.our_team:hover .pic:before{ top: 0; }*/
/*.our_team:hover .pic:after{ bottom: 0; }*/
/*.our_team .pic img{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.our_team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 30%;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our_team:hover .social{ opacity: 1; }
.our_team .social li{ display: inline-block; }
.our_team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our_team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #f01a12;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our_team .social li a:hover:after{ transform: rotate(180deg); }
.our_team .team-content{ padding: 20px; }
.our_team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.our_team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.ourteam-section {
    background: #f37449;
    padding: 50px 0;
}
.ourteam-section .desgnrourteam img {
    width: 100% !important;
}
.desgnrourteam h3 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}
.testimonial{ 
    margin: 0 20px 50px; 
    border: 1px dotted;
    padding: 20px;    
}
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 30px 0px;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.about-section{
    background: #cca69b;    
}
.testimonial-section {
    background: #f8b5b8;
    padding: 50px 0px;
}
.desgnrtestimonial .slide {
    background: none;
    width: 100%;
    line-height: 0;
    height: auto;
}
.desgnrourmission h4 {
    color: #fff;
}
.about-section h4,h2,p {
    color: #fff;
    text-align:justify;
   
}
button.quote {
    background: #866558;
    color: #fbed6b !important;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 50px;
    box-shadow: none !important;
    border: none;
    width: 40%;
    margin: 15px auto;
}
.about-section p{ text-align:center;}
.team_testimonial {
    background-image: linear-gradient(90deg, #f37449 50%, #f8b5b8 50%);
    padding: 50px 0px;
}
.team_testimonial_ourtm .slide {
    width: 100% !important;
    line-height: 0px !important;
    height: auto;
    background: none;
}
.team_testimonial_ourtm .slide .desgnrourteam .our_team .pic img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
}
.team_testimonial_ourtm .slide .desgnrourteam .team_content {
    line-height: 2rem;
    padding: 10px 0;
}
.desgnrourteam {
    text-align: center;
}
.about-section p {
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}
.about-section img:hover {
    transform: scale(1.1);
    outline: 2px solid white;
    outline-offset: -120px !important;
    transition: 2s;
}
.about-section .row {
    overflow: hidden;
}
.desgnrourprodcuts{
    border: dashed !important;
}
.desgnrourprodcuts img{
    width:100% !important;
}
.DesgnrProduc_section{
    padding: 50px 0px 20px 0px;
    background: #f8b5b8;
    position: relative;    
    /*animation-name: example;*/
    /*animation-duration: 4s;*/
    /*animation-delay: 2s;*/
    /*animation-iteration-count: infinite;*/
}
/*@keyframes example {*/
/*  from {background-color: #f8b5b8;}*/
/*  to {background-color: #f37449;}*/
/*}*/

.DesgnrProduc_section .row{
    margin-bottom: 40px;
}

[data-tab-info] {
    display: none;
}
 
.active[data-tab-info] {
    display: block;
}
.desgnr_prcdtultabs {
    text-align: center;
    background: #6fab9e;
    border-radius: 6px;
}
.desgnr_prcdtultabs ul.tabs {
    display: inline-grid;
    height: 250px;
    overflow-y: hidden;
    overflow: scroll;
    margin-top: 217px !important;    
}
.desgnr_prcdtultabs ul.tabs a {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0px;
    color: #fff;
} 
.desnrWanneer span {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 28px;
    top: 45%;
    left: 4%;
    font-weight: 700;
    color: #fff;
    animation-name: example;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    border-bottom: 2px solid;    
}
@keyframes example {
  from {color: #fff;}
  to {color: #000;}
}
.DesgnrProduc_section .tab-content {
    height: 560px;
    overflow: scroll;
    overflow-x: hidden !important;
}
.DesgnrProduc_section .tab-content::-webkit-scrollbar {
    display: none;
}
.desgnr_prcdtultabs ul.tabs::-webkit-scrollbar {
    display: none;
}
.DesgnrProduc_section .tab-content .desgnrourprodcuts {
    margin-bottom: 28px;
}

.desgnr_prcdtultabsdlksfdls{
    z-index: 9;
    width: auto;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 4vw;    
}
.desgnr_prcdtultabsdlksfdls .desnrWanneer {
    font-size: 25px;
    font-family: "Twentieth Century W01",Futura,Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1em;
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0;
    background-color: rgb(163,133,189);
}
.desgnr_prcdtultabsdlksfdls .desgnr_prcdtultabs {
    text-align: center;
    background: #6fab9e;
    border-radius: 0 !important;
    transform: none;
    height: 100vh;
    padding-top: 0;
    margin-top: 0;
    background-color: #231f20;
    transition-delay: 0s;
    width: 20vw;
    overflow: hidden;
    
    /* transform: translateY(-250%); */
}
ul.social_media_sidebar li.whatsapp i {
    color: #88ea7a !important;
}       
ul.social_media_sidebar li:hover {
    transform: scale(1.2);
}        

.desginr_footrr .container.footer_upper1 .footer_first_half1 {
    height: auto;
    background: #a48ab8;    
}
.desginr_footrr .container.footer_upper1 .footer_first_half1 textarea#floatingTextarea {
    margin-bottom: 20px;
}
/*.desginr_footrr{*/
/*    height: 700px !important;    */
/*}*/
.desgnrnofloat_ss textarea#floatingTextarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    box-shadow:none !important;
}
section.contact-section.desginr_footrr {
    background: linear-gradient(90deg,#ffffff 45%,#f8b5b8 45%)!important;
}
.desginr_footrr .container.footer_upper1 {
    height: 560px !important;
    background: linear-gradient(90deg,rgba(255,255,255,0) 26%,#6fab9e 26%);
}
.desgnrnofloat_ss .badges h2 {
    color: #000;
}
.desgnrnofloat_ss .footer_first_half h2 {
    color: #000;
}
.desgnrnofloat_ss .footer_second_half .address p {
    color: #000;
}
.desgnrnofloat_ss p.copyright {
    color: #000;
}

.desginr_footrr .address {
    background: #a48ab8;
    padding: 10px;
    margin: 10px 0px;
    border: 1px dotted;
    border-radius: 8px;
    height: 180px;
    text-align: center;
}
.desgnrnofloat_ss {
    position: relative;
    z-index: 9;
}
.desngrrrhderdr{
    position: sticky;
    z-index: 10;
}

ul.primary_menu.desgnr_menuass li {
    display: inline-block;
    margin: 0 0.65em;
    padding: 0.35em 0.25em;
    position: relative;
    transition: 2s;    
}
ul.primary_menu.desgnr_menuass li:hover {
    transform: scale(1.04);
    z-index: 2;
    position:relative;
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu {
    position: absolute;
    top: 100%;
    left: -140px !important;
    display: none;
    text-align: left;
    font-size: 0.95em;
    margin: 0.0125em 0;
    /*width: 180px;*/
}
ul.primary_menu.desgnr_menuass li:hover ul.sub-sub-menu {
  background-color: #ae857d;
    border-top: 2px solid #db70a6;
    display: block;
    z-index: 1;
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu li:nth-child(6){border:none;}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu li {
    display: block !important;
    position: relative;
    width: 100%;
    /*margin-left: 200px;*/
    padding: 5px 0px;
    width: 160px !important;
    border-right: 1px solid #fff;
    margin:0px;
}
/*li.desgnr_proctdlist ul.sub-sub-menu {*/
/*    left: -578px !important;*/
/*}*/
/*li.desgnr_proctdlist ul.sub-sub-menu li {*/
/*    margin-left: 580px !important;*/
/*}*/
ul.primary_menu.desgnr_menuass li a {
    color: #000;
    text-decoration: none;
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu li a {
        color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: 500;
}
section.page_change .previous_button img {
    height: 30px;
    width: 30px;
    transform: rotate(90deg);
}
section.page_change .next_button img {
    width: 30px;
    transform: rotate(270deg);
}
section.page_change .previous_button {
    padding: 20px;
}
section.page_change .next_button.text-end{
    padding:20px;
}
/*desgnr css work*/
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu .sub-menu {
    position: absolute;
    top: 0%;
    left: 100% !important;
     display: none; 
    text-align: left;
    font-size: 0.95em;
    margin: 0.0125em 0;
    width: 180px;
    background: rgb(139 99 87);
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu li:hover .sub-menu{
    display:block;
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu li {
    position: relative;
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu ul.sub-menu .sub-menu {
    display: none;
}
ul.primary_menu.desgnr_menuass li ul.sub-sub-menu ul.sub-menu li:hover .sub-menu {
    display: block;
}
.product li {
    display: block !important;
    float: inherit;
}
.product .categories_list li a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.product .categories_list li {
    padding: 15px;
    font-size: 16px;
    background: #ecdd4e;
    margin-bottom: 6px;
}
.product li {
    padding: 26px 20px 25px 55px;
    font-size: 16px;
    /* background: #ecdd4e; */
    /* margin-bottom: 6px; */
    border-radius: 6px;
    position: relative;
    top: 0px;
}
.product ul {
    margin-top: 20px;
}
.product li img {
    width: 14%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 20%;
}
.product {
    margin: 60px;
    border: 2px solid #ff3400;
    padding: 30px;
}
.years{margin-left: 30%;
        /*animation: leaves 3s ease-in-out infinite alternate;*/
        /*-webkit-animation: leaves 3s ease-in-out infinite alternate;*/
}
li.desgnr_proctdlist:hover li:hover {
    background: #6fab9e;
}
ul.pagination_2 {
    width: 25%;
    position: relative;
    /*left: 40%;*/
    bottom: 2%;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 12px -5px;
    background: #866558;
        justify-content: end;
        margin:auto;
}
ul.pagination_2 {
    display: flex;
    /*padding-left: 0;*/
    list-style: none;
    justify-content:center;
}
ul.pagination_2 a {
    border: none !important;
    text-decoration: none !important;
    color: #fbed6b;
    background: #8b6357;
}
ul.pagination_2 a.page-link.active {
    background: #b951bf;
    border-radius: 50% !important;
}
@keyframes leaves {
        0% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
        100% {
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
        }
    }
.product h2 {
    /*text-align: center;*/
    color: #e7ab00;
    font-weight: 800;
}
.additional_content{margin-top:0px !important;}
.product h5{
        font-size: 26px;
}
.product li:hover img {
    transform: rotate(360deg);
    transition: 2s ease;
    opacity: 0.4;
}
ul.primary_menu.desgnr_menuass li:hover ul.sub-sub-menu {
    display: flex;
        width: 900px;
}
ul.sub-sub-menu li h4 {
       font-size: 17px;
    color: #007598;
    font-weight: 800;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    margin: 4px;
    text-align: center;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
section.page_change {
    margin-top: 30px;
}
.section1 img{width:45%;}
section.clients img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 5px;
    filter: grayscale(1);
}
section.clients img:hover {
    filter: grayscale(0);
}
.clients_head{    font-size: 45px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin: 50px 0px 30px;}
    li.main_logo img {
    width: 100%;
    padding: 10px 0px;
}
li.main_logo {
    width: 35%;
}
@media screen and (max-width: 1400px) {
 .watermark li {
    line-height: 20px !important;
   }
.image-viewer {
    height: 200px !important;
    }
.dimenion_img {
    height: 200px !important;
}
.image-viewer2{
    height: 200px !important;
}
.image-viewer3{
    height: 200px !important;
}
.image-viewer4{
    height: 200px !important;
}
.image-viewer5{
    height: 200px !important;
}
.image-viewer6{
    height: 200px !important;
}
.image-viewer7{
    height: 200px !important;
}
.image-viewer8{
    height: 200px !important;
}
.image-viewer9{
    height: 200px !important;
}
.image-viewer10{
    height: 200px !important;
}
.image-viewer11{
    height: 200px !important;
}
.image-viewer12{
    height: 200px !important;
}
.image-viewer13{
    height: 200px !important;
}
.image-viewer14{
    height: 200px !important;
}
.image-viewer15{
    height: 200px !important;
}
ul.additional_content li {
    margin-bottom: 10px !important;
    line-height: 20px;
}

ul.additional_content li {
    padding: 0px 0px 0px 0px !important;
}
.product_slide{
        width: 21vw !important;
}
.js-slideshow1 .product_slide{width:36vw !important;}
}
@media screen and (max-width: 1200px) {
    .product_slide{
        width: 24vw !important;
}
.js-slideshow1 .product_slide{width:40vw !important;}
.section1 img {
    width: 60%;
}
}
@media screen and (max-width: 1200px) {
/*    .product_slide{*/
/*        width: 40vw !important;*/
/*}*/
.js-slideshow1 .product_slide{width:50vw !important;}
.section1 img {
    width: 60%;
}
}
@media screen and (max-width: 600px) {
    .text.text-fading{
            font-size: 60px;
            line-height:90px;
    }
    .product_slide{
        width: 50vw !important;
}
.js-slideshow1 .product_slide{width:100% !important;}
.section1 img {
    width: 30%;
}
.modal .modal-dialog {
    width: 80% !important;
    max-width: 1240px !important;
}
.block1 {
     width: 100% !important; 
    /* height: 100vh; */
    float: initial;
    position: -webkit-sticky;
    position: inherit;
    /* top: 0; */
}
.block2 {
    width: 100% !important;
    aspect-ratio: 0.5;
    margin-left: 0% !important;
}
.watermark li {
    padding-left: 25px !important;
    }
    .watermark li img {
    width: 20% !important;
    position: absolute;
    left: 0;
    top: 0%;
}
.watermark li{font-size:12px !important;}
.footer_first_half {
    border-right: none;
}
    .footer_second_half img {
    width: 15% !important;
}
.mini-block1{padding: 10px 20px !important;}
.mini-block2{padding: 10px 20px !important;}
.previous_button {
    margin-top: 20px;
}
.next_button {
    margin-top: 20px !important;
}
.watermark li {
    line-height: 15px !important;
}
 .image-viewer{  padding: 0px !important;}
      .dimenion_img{width:100% !important;}
      .image-thumb img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb2 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb3 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb4 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb5 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb6 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb7 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb8 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb9 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb10 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb11 img{
        height: 50px !important;
        width: 50px !important;
}
.image-viewer2{
    padding:0px !important;
}
.image-viewer3{
      padding:0px !important;
}
.image-viewer4{
      padding:0px !important;
}.image-viewer5{
      padding:0px !important;
}.image-viewer6{
      padding:0px !important;
}.image-viewer7{
      padding:0px !important;
}
.image-viewer8{
      padding:0px !important;
}
.image-viewer9{
      padding:0px !important;
}
.image-viewer10{
      padding:0px !important;
}
.image-viewer11{
      padding:0px !important;
}
}
@media screen and (max-width: 400px) {
      .image-viewer{  padding: 0px !important;}
      .dimenion_img{width:100% !important;}
      .watermark .first_half {
    font-size: 26px !important;
}
.watermark .secound_half {
    font-size: 26px !important;
}
.watermark h5 {
    text-align: center;
    font-size: 14px;
}
.watermark li {
    padding-left: 17px !important;
        font-size: 9px !important;
            line-height: 10px !important;
}
.header_button a{
        padding: 12px 12px;
}
.image-thumb img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb2 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb3 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb4 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb5 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb6 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb7 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb8 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb9 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb10 img{
        height: 50px !important;
        width: 50px !important;
}
.image-thumb11 img{
        height: 50px !important;
        width: 50px !important;
}
.image-viewer2{
    padding:0px !important;
}
.mini-block1 {
    padding: 10px 20px;
}
.image-viewer3{
      padding:0px !important;
}
.image-viewer4{
      padding:0px !important;
}.image-viewer5{
      padding:0px !important;
}.image-viewer6{
      padding:0px !important;
}.image-viewer7{
      padding:0px !important;
}
.image-viewer8{
      padding:0px !important;
}
.image-viewer9{
      padding:0px !important;
}
.image-viewer10{
      padding:0px !important;
}
.image-viewer11{
      padding:0px !important;
}
.mini-block2{    padding: 10px 20px !important;}
ul.pagination {
    left: 10% !important;
 
}
.text.text-fading{
        font-size: 85px;
}
.previous_button {
    margin-top: 20px;
}
.next_button {
    margin-top: 20px;
}
a.quote{width:40%;}

}