body {
  background: repeating-linear-gradient(45deg, black, #3c3636bf 100px) repeat;
  background-size: 100;
  box-sizing: border-box;
  overflow: hidden;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
/* modify scrollbars */

::-webkit-scrollbar {
  width: 0;
}

.nav-icon div{
    cursor:pointer;
    user-select:none;
}

.footer-image {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px 20px;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background-color: #000000;
  border-radius: 25px 25px 25px 25px;
  z-index: 100;
  font-family: Arial;
  font-size: 15px;
  animation: whatsapp-animation 0.5s ease-in-out;
  transition: all 0.3s ease-out;
}

.float-button:hover {
  background-color: #161616;
  color: #fff;
}

.floating-menu {
  z-index: 5000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #212529;
  position: fixed;
  bottom: 35px;
  right: 35px;
}
.floating-menu input {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.floating-menu input:checked ~ .plus-icon {
  transform: rotate(135deg);
}
.floating-menu input:checked ~ .floating-nav li:nth-child(1) {
  transform: translatey(-60px);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(2) {
  transform: translatey(-120px);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(3) {
  transform: translatey(-180px);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(4) {
  transform: translatey(-240px);
}
.floating-menu input:checked ~ .floating-nav li:nth-child(5) {
  transform: translatey(-300px);
}
.floating-menu input:checked ~ .floating-nav li:nth-child(6) {
  transform: translatey(-360px);
}
.floating-menu input:checked ~ .floating-nav li:nth-child(7) {
  transform: translatey(-420px);
}
.floating-menu input:checked ~ .floating-nav li:nth-child(8) {
  transform: translatey(-480px);
}
.floating-menu input ~ .plus-icon {
  transform: rotate(0);
}

.floating-menu > .plus-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background: #212529;
  border-radius: 50%;
  transform: rotate(0);
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.floating-menu > .floating-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.floating-menu > .floating-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #212529;
  cursor: pointer;
  position: absolute;
  transition: all 0.5s ease;
}
.floating-menu > .floating-nav li span {
  font-size: 19px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 700px) {
  .custom-container {
    width: 100%;
    padding: 0;
    margin: 0;
    
    background-color: #ede9e6;
  }
  .home-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main {
    height: 100dvh;
    width: 100dvw;
  }
  .fotter-sction {
    padding-bottom: 5rem;
  }
  .contact_line_text::after,
  .contact_line_text::before {
    content: " ";
    display: block;
    height: 4px;
    width: 60px;
    position: absolute;
    top: 50%;
    background: linear-gradient(#f37343, hsla(46, 100%, 58%, 1));
  }
}

@media (min-width: 701px) {
  .custom-container {
    width: 400px;
    padding: 0;
    scroll-behavior: smooth;
    background-color: #ede9e6;
  }
  .home-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main {
    height: 90dvh;
    width: 100dvw;
  }
  .contact_line_text::after,
  .contact_line_text::before {
    content: " ";
    display: block;
    height: 4px;
    width: 80px;
    position: absolute;
    top: 50%;
    background: linear-gradient(#f37343, hsla(46, 100%, 58%, 1));
  }
}

/* home section */

.contact_line_text::after {
  left: 0;
}
.contact_line_text::before {
  right: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-button-prev::after {
  content: "";
}
.swiper-button-next::after {
  content: "";
}
.profile-pic {
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(#f37343, hsla(46, 100%, 58%, 1));
}

/* footer */

a {
  text-decoration: none;
  color: black;
  /*text-align: center;*/
}

p {
  margin-bottom: 0;
}

.btn-bg {
  background: linear-gradient(180deg, #f89f54 50%, #f37343 50%);
  border-radius: 15px 0px 15px 0px;
  border: none;
  padding: 0.6rem;
}

.btn {
  background: linear-gradient(180deg, #f89f54 50%, #f37343 50%);
  border: none;
  padding: 3px 15px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 30px;
}

.product_image {
  border: 1px solid black;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  padding: 4px;
}

.custom-lable {
  display: block;
  font-weight: bold;
}

.custom-input {
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 4px solid #f37343;
  width: 100%;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* css to fix preview in admin panel */
body:has(.theme-preview-body) {
    overflow: unset !important;
}
.theme-preview-body .main {
        height: 100%;
        width: 100%;
}
.theme-preview-body footer {
    display: none;
}
