
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}



.card-body h3 {
  color: #000000;
  font-size: 1.1rem;
}

.sofasss h3 {
  color: #000000;
  font-family: Bodoni Moda SC;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2%;
  margin-top: 2%;
}

table {
  margin-top: 5%;
}

#mainimg {
width:70%;height:100%; object-fit:cover;

}
/* whatsaap btn  */

.pulse i {
position: relative;
z-index: 20;
top: 16px;
font-size: 30px;
}
.pulse {
position: fixed;
cursor: pointer;
display: block;
width: 60px !important;
height: 60px;
bottom: 40px;
right: 40px;
background-color: rgba(0, 200, 0, 1);
color: white;
border-radius: 50px;
text-align: center;
transition-duration: 0.5s;
animation: pulse-btn 3s infinite;
z-index: 9000;
}

.pulse:hover {
background-color: rgba(0, 150, 0, 1);
color: white;
}

.my-float {
margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
}
}

.pulse a {
color: #fff;
}

/* call btn  */


.pulses i {
position: relative;
z-index: 20;
top: 16px;
font-size: 30px;
}
.pulses {
position: fixed;
cursor: pointer;
display: block;
width: 60px !important;
height: 60px;
bottom: 120px;
right: 40px;
background-color: rgb(0, 167, 200);
color: white;
border-radius: 50px;
text-align: center;
transition-duration: 0.5s;
animation: pulse-btn 3s infinite;
z-index: 9000;
}

.pulses:hover {
background-color: rgb(31, 255, 229);
color: white;
}

.my-float {
margin-top: 15px;
}

@-webkit-keyframes btns-call {
0% {
-webkit-box-shadow: 0 0 0 0 rgb(22, 233, 229);
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(0, 187, 200, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 187, 0);
}
}

.pulses a {
color: #fff;
}

/* sidebar  */
.sidebar {
  position: fixed;
  top: 1px;
  z-index: 99999;
  display: none;
  overflow: scroll;
  padding: 1%;
}

.list-unstyled button {
  font-size: 16px;
  margin-bottom: -10px;
}

.list-unstyled button a {
  font-size: 16px;
}

.btn-toggle-nav {
  margin-top: 2%;
  font-size: 13px;
}

.link-dark {
  text-decoration: none;
  color: black;
}

.innersidebar {
  width: 280px;
  height: 100vh;
}

#stheading {
  font-family: Monoton;
  font-weight: 400;
  font-size: 5rem;
  color: wheat;
}

#stheading span {
  color: red;
  font-weight: 500;
}

@media(max-width:800px) {
  #stheading {
    font-family: Monoton;
    font-weight: 400;
    font-size: 2rem;
    color: wheat;
  }
}

.nvitem {
  display: flex;
}

.cta1 {
  visibility: visible;
}

#sidebtn1 {
  display: none;
}

@media(max-width:800px) {
  .nvitem {
    display: none;
  }

  .innersidebar {
    width: 100vw;
    height: 100vh;
  }

  .cta1 {
    visibility: hidden;
  }

  #sidebtn1 {
    display: flex;
  }
}

@media(max-width:450px) {
  .innersidebar {
    width: 105vw;
    height: 100vh;
  }
}
.banner {
    width: 100%;
    height: 100px;
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
    position: relative;
    top: 32px;
    z-index: 1;
  }
  
  .bannerimg1 {
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
    height: 100px;
    position: relative;
    animation-name: bannerslide;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  
  .bannerimg2 {
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
    height: 100px;
    position: relative;
    animation-name: bannerslide;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  
  
  
  @keyframes bannerslide {
    from {
      position: relative;
      left: 0%;
    }
  
    to {
      position: relative;
      left: -100%;
    }
  }
  
  img {
    cursor: pointer;
  }
  @media(max-width:800px){
    .bannerimg1 {
      width: auto;
      background-repeat: no-repeat;
      background-size: cover;
      object-fit: fill;
      height: 100px;
      position: relative;
      animation-name: bannerslide;
      animation-duration: 10s;
      animation-delay: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
    }
    
    
    .bannerimg2 {
      width: auto;
      background-repeat: no-repeat;
      background-size: cover;
      object-fit: fill;
      height: 100px;
      position: relative;
      animation-name: bannerslide;
      animation-duration: 10s;
      animation-delay: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
    }
  }

  header {
    width: 100%;
    background-color: #000000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9;
    top: 0;
  }