@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
.skiptranslate{
    display:none !important;
}
.container-sm{
    max-width:1240px  !important;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: 'Roboto', sans-serif;
}
body{
    top:0 !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display:none !important;

}
body.lock {
  overflow-y: hidden;
  max-height: 100vh;
}
:root {
  --color1: #E85222;
  --color2: #552018;
  --color3: #3F454E;
  --black: #2b2b2b;
  --gray: #504D4D;
  --light: #D9D9D9;
  --background: #fafafa;
}
.theme-color{
    color: var(--color2);
}
.bg-color-1{
    background-color: var(--color2);
}
.Active {
  color: var(--color2) !important;
}
.innerPage {
  padding: 150px 0px;
}
.innerPage {
  background-color: #2D3239;
}
.innerPage h1 {
  font-size: 40px;
}
#contact.innerPage {
  background: linear-gradient(90deg, #000000a1 0%, #0000009d 100%), url("https://images.pexels.com/photos/323780/pexels-photo-323780.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#blog.innerPage {
  background: linear-gradient(90deg, #0000005b 0%, #0000007e 100%), url(https://images.pexels.com/photos/276724/pexels-photo-276724.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#listBlog.innerPage {
  background: linear-gradient(90deg, #0000005b 0%, #0000007e 100%), url(https://images.pexels.com/photos/447592/pexels-photo-447592.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#product.innerPage {
  background: linear-gradient(90deg, #0000005b 0%, #0000007e 100%), url(https://images.pexels.com/photos/453201/pexels-photo-453201.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about.innerPage {
  background: linear-gradient(90deg, #0000005b 0%, #0000007e 100%), url(https://images.pexels.com/photos/276724/pexels-photo-276724.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#listProduct.innerPage {
    background: linear-gradient(90deg, #0000005b 0%, #0000007e 100%), url(https://images.pexels.com/photos/276724/pexels-photo-276724.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* shining button */
.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
/*        shine effect      */
/*This is the base aniamtion*/
.shine:after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
/*This activates the shine once the button has been hovered*/
.shine:hover::after, button:focus::after {
  animation: shine 1s forwards;
}
@keyframes shine {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
button:active {
  box-shadow: 0px 0px 0px white;
  -webkit-box-shadow: inset -2px 2px 2px #ccc;
  -moz-box-shadow: inset -2px 2px 2px #ccc;
  box-shadow: inset -2px 2px 2px #ccc;
  transform: translate(0, 2px);
  color: #FFC491;
  background-color: #EDE358;
}
button:focus {
  outline: 0;
}
/* shining button */
/* ==============search animation=============== */
/* ==============search animation=============== */
.bgHover, .textHover {
  transition: all ease-in .2s;
}
.bgHover:hover {
  background-color: var(--color2) !important;
}
.c-text-color{
    color: #ffffff9c !important;
}
.textHover:hover {
  color: var(--color2) !important;
}
.Active {
  color: var(--color2) !important;
}
.container {
  max-width: 1240px !important;
  margin: auto;
}
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-decoration: none;
}
.transition {
  transition: all ease .3s;
}
.sectionHeading {
  margin-bottom: 40px;
}
.sectionHeading span {
  color: var(--color2);
  font-size: 16px;
  font-weight: 500;
  /* margin-bottom: 10px; */
  display: block;
  text-transform: uppercase;
  width: max-content;
}
.sectionHeading h2 {
  font-size: 30px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
}
.section-padding {
  padding: 80px 0px;
}
.section-padding-top {
  padding-top: 80px;
}
.section-padding-bottom {
  padding-bottom: 80px;
}
@media(max-width:768px) {
  .section-padding {
    padding: 50px 0px;
  }
  .section-padding-top {
    padding-top: 50px;
  }
  .section-padding-bottom {
    padding-bottom: 50px;
  }
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-40 {
  font-size: 40px;
}
.font-50 {
  font-size: 50px;
}
.themeButton {
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: max-content;
  background-color: var(--color2);
  color: white;
  /* font-weight: 500; */
  border-radius: 5px;
  font-size: 14px;
}
/*  */
/* width */
/* carasoul dots or nav css start */
.owl-dot.active span {
  background-color: var(--color2) !important;
}
.owl-dot {
  box-shadow: none !important;
}
.owl-dot span {
  width: 40px !important;
  height: 4px !important;
  border-radius: 0 !important;
}
/* carasoul dots or nav css start */


/* modal */

.modal-header {
  padding: 15px;
  background-color:var(--color2);
}
.modal-header h3{
  color:white;
}


.modal-header .btn-close {
  background: white;
  opacity: 1;
}


.modal form .inputcontainer, .modal form .inputcontainer textarea {
  border: 1px solid #c5c5c5;
  margin-bottom: 12px;
  border-radius: 4px !important;

}

.modal form input {
  padding: 8px;
  ;
}

.modal form input::placeholder,
.modal form textarea::placeholder {
  color: #959392;
}

.modal form button {
  background-color: var(--color2);
  padding: 6px 18px;
}

@media(min-width:992px) {
  .modal-dialog {
    padding: 0px 100px;
  }
}




.modal-header .btn-close::after {
  content: "\F62A";
  font-family: bootstrap-icons;
  font-size: 30px;
  color: rgb(24, 23, 23);
}

.modal form button {
  padding: 7px 20px;
  background-color: var(--color2);
  color: white;
  border: none;

}

/* header start */
#header .headerTop {
  background-color: var(--color2);
  padding: 10px 0px;
}
#header .headerBottom .logo img {
  width: 140px;
  /* padding: 10px 0px; */
}
/* #header .headerTop .left {
  gap: 20px;
} */
#header .headerTop .links {
  color: var(--light);
  padding-right: 20px;
  line-height: 10px;
  font-size: 14px;
}
#header .headerTop .links:last-child {
  margin: 0;
  padding-right: 0px;
  border: none;
}
#header .headerTop .right .socialLinks {
  gap: 6px;
}
#header .headerTop .right .socialLinks a {
  color: var(--light);
  font-size: 18px;
}
#header .headerTop .right .socialLinks a:not(:last-child) {
  padding-right: 15px;
}
#lenguage a{
    color:white;
}
/* #lenguage a:hover{
    color:var(--color2);
} */

/*  */
#header .headerBottom {
  background: white;
  width: 100%;
  transition: all ease .5s;
  position: fixed;
  z-index: 99;
  left: 0;
}
#header .headerBottom.sticky {
  transform: translateY(-60px);
  background: rgb(255, 255, 255);
}
#header .headerBottom nav {
  gap: 25px;
}
#header .headerBottom .navBar {
  gap: 20px;
}
#header .headerBottom .navBar .navLinks {
  color: white;
  font-size: 16px;
  padding: 20px 0px;
}
#header .headerBottom nav #searchBtn {
  background-color: transparent;
  color: var(--black);
  font-weight: 800;
  font-size: 22px;
  box-shadow: none;
}
#header .headerBottom nav .requestCall {
  background-color: var(--color2);
  color: black;
  padding: 8px 20px;
  border-radius: 5px;
}
#header .navBar .dropDown {
  position: relative;
}

#header .navBar .dropdownMenu,
#header .navBar .megaMenu
 {
 
  border-top: 4px solid var(--color2);
  position: absolute;
  left: 0;
  background-color: white;

  top: 64px;
  min-width: 300px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0 0;
  transition: all 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
.megaMenu {
  max-width: 900px;
  width: 900px;
  left: -50%;
  transform: scaleY(0) translateX(-50%) !important;
  padding: 20px;
  padding-bottom: 0px;
  transition: all 0.3s ease;
  opacity: 1;
}
#header .navBar .dropDown:hover .dropdownMenu {
  transform: scaleY(1) !important;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#header .navBar .dropDown:hover .megaMenu {
  transform: scaleY(1) translateX(-50%) !important;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#header .navBar .dropdownMenu ul li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 10px;
}
#header .navBar .dropdownMenu ul li a,
#header .navBar .megaMenu ul li a {
  color: rgb(111 111 111);
  display: block;
  text-align: left;
  text-transform: capitalize;
}
#header .navBar .dropdownMenu ul li:hover a.dropDownLlinks,
#header .navBar .megaMenu ul li:hover a {
  transform: translateX(10px);
}
#menuButton {
  display: none;
}
#header .headerBottom .mobileContent {
  display: none;
}
#header .mobileLogoButton {
  display: none;
}
.headerPhoneIcon {
  display: none;
}
/* mega menu start */
.megaMenu h3 {
  color: var(--color2);
}
.megaMenu ul li a {
  font-weight: 400;
  color: #969393;
  font-size: 14px;
  margin-bottom: 7px;
}
/*  */
.inputBox{
      margin-bottom: 12px;
}
.errorLable{
    font-size:12px;
}
.floating-label-group {
  position: relative;
  display: flex;
  /*gap: 15px;*/
  align-items: center;
  border: 1px solid rgb(209, 209, 209);
  padding: 4px 7px;
  border-radius: 5px;

}
.floating-label-group i {
  color: #7a7a7a;
}
.floating-label-group input {
  border: none;
  font-size: 14px;
}
form .number-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
}
form .number-box .text {
  padding: 4px 6px;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 5px;
  margin-right: 7px;
}
.floating-label {
  line-height: 0;
  font-size: 13px;
  color: #363636;
  position: absolute;
  pointer-events: none;
  top: 20px;
  left: 35px;
  transition: all 0.1s ease;
}
.floating-label span {
  font-weight: 600;
  color: #ff0000;
}
.floating-label.select {
  top: -1px !important;
  background-color: white;
  z-index: 5;
}
input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -8px;
  bottom: 0px;
  left: 22px;
  font-size: 11px;
  opacity: 1;
  padding: 6px;
  background: #ffffff;
  height: max-content;
  font-weight: 600;
  color: #bdbdbd;
}
input {
  box-shadow: none !important;
}


#fixedLinks{
    position:fixed;
    bottom:50px;
    right:20px;
    z-index:9;


}
#fixedLinks a{
    width:35px;
    height:35px;

    color:white;

}
#fixedLinks a.call{

       background:#34B7F1;


}#fixedLinks a.whatsapp{

       background:#25D366;


}
