
/* BASE */
#Pro-Base {
    position: fixed;
    top: -200px; 
    left: 05px;
    height: 120px;
    width: 100px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    animation: slideDown 0.5s ease-out forwards;
  }
  @keyframes slideDown {
    to {
      top: 0;
    }
  }
  #base{
    height: 90px;
    width: 80px;
    background-color: #000;
    position: relative;
    display: flex;
    box-shadow: 0px 0px 3px gainsboro;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  #base p{
    color: white;
    font-size: x-small;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  #base img{
    height: 75px;
    width: auto;
  }
  #base::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0; 
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #000;
  }



#top{
    background: rgb(255, 255, 255,0.7);
    box-shadow: 1px 1px 5px gray;
    padding: 0px 150px;
}
@media only screen and (max-width: 999px) {
#top{
    padding: 10px 150px;
}
#home-header-bg{
    margin-top: -100px;
}
}
@media only screen and (max-width: 600px) {
#top{
    padding: 10px 10px;
    padding-left: 140px;
}
}

@media only screen and (max-width: 1000px) {
    body.material #header-outer[data-header-resize="1"]:not([data-format=left-header]):not(.scrolled-down):not(.small-nav) {
        border-bottom: 1px solid #424041;
padding: 0;
    }
        div#header-outer.scrolled-down {
        padding: 0;
        background: #fff !important;
    }
}
@media only screen and (min-width: 1000px) {
    .container, .material #search-outer #search, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .woocommerce-tabs .full-width-content .tab-container, body[data-header-format=left-header] .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        max-width: 2000px;
    }
}
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 30px;
}



/* Whatsapp Popup */
#whatsapp-popup-main-container {
  height: fit-content;
  width: 250px;
  position: fixed;
  padding: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgb(255, 255, 255);
  display: none;
  flex-direction: column;
  box-shadow: 1px 1px 5px black;
  border-radius: 10px;
  justify-content: center;
  z-index: 99999;
  align-items: center;
}
#whatsapp-popup-main-container span {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  font-weight: 900;
  color: #121216;
}
#whatsapp-popup-main-container span:hover {
  color: #000;
}
#whatsapp-icon-container {
  height: 45px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
#whatsapp-icon-container img {
  height: 30px;
  width: auto;
}
#whatsapp-icon-container a {
  color: #000;
  padding: 0;
  font-size: medium;
  font-weight: 600;
  text-decoration: none;
}
#whatsapp-icon-container a:hover {
  text-decoration: underline;
}
#whatsapp-popup-main-container p {
  color: #333;
  font-size: small;
  padding: 0;
  font-weight: 400;
  width: 90%;
  line-height: normal;
  text-align: center;
}
@media (max-width: 600px) {
  #whatsapp-popup-main-container {
    padding: 5px;
    width: 200px;
  }
  #whatsapp-popup-main-container p {
    font-size: x-small;
    margin: 0;
  }
  #whatsapp-icon-container img {
    height: 20px;
  }
  #whatsapp-icon-container a {
    color: #000;
    font-size: small;
  }
  #whatsapp-icon-container {
    height: 30px;
  }
}

/* Whatsapp */
.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whatsapp-icon {
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon:hover {
  transform: scale(1.1) rotate(-5deg);
  
}
#icon-text img {
  height: 60px;
  width: 90px;
  animation: brightenScale 3s ease-in-out infinite;
  transition: filter 0.3s ease, transform 0.3s ease;
  animation-play-state: running;
}

#icon-text img:hover {
  animation-play-state: paused;    
  filter: brightness(1.3);
  transform: scale(1.1);
}


@keyframes brightenScale {
  0%, 100% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.3);
    transform: scale(1.1);
  }
}


@media (min-width: 2000px) {
  #icon-text img {
    height: 100px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .whatsapp-icon {
    padding: 0px;
    font-size: 26px;
  }
  .whatsapp-popup {
    width: 250px;
  }
  .whatsapp-widget {
    bottom: 20px;
    right: 0px;
  }
  #icon-text img {
    height: 50px;
    width: 80px;
  }
  #backtotop-main-container {
    bottom: 80px;
    right: 20px;
  }
}

#whatsapp-a img {
  height: 100%;
  width: 30%;
}

/* <!-- Back To Top --> */

#backtotop-main-container {
  position: fixed;
  bottom: 100px;
  right: 40px;
  display: none;
  z-index: 1000;
}
#back-to-top-btn {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  font-weight: 900;
  transition: all 1s;
  justify-content: center;
  align-items: center;
}
#back-to-top-btn:hover {
  background-color: #000;
}
@media (min-width: 1800px) {
  #backtotop-main-container {
    bottom: 120px;
  }
  #back-to-top-btn {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
@media (min-width: 3000px) {
  #backtotop-main-container {
    bottom: 120px;
  }
  #back-to-top-btn {
    height: 50px;
    width: 50px;
    font-size: 25px;
  }
}
/* <!-- Back To Top --> */