@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  /* Colors: */
  --color-fe0000: #fe0000;
  --color-acb3a9: #123162;
  --color-f5f5f5: #ffdd98;
  --color-c2c4c6: #2c61b4;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --color-212121: #212121;

  

  --font-family-sora: 'Sora', sans-serif;
  --font-style-normal: normal;
  --font-size-14: 14px;

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-36: 36px;

  --font-size-48: 48px;
  --font-size-60: 60px;
  --font-size-72: 72px;

  --character-spacing-0: 0px;
  --line-height-26: 26px;
  --line-height-35: 35px;
  --line-height-48: 48px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-normal: normal;
}



* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-sora);
  font-size: var(--font-size-18);
  line-height: var(--line-height-35);
  color: var(--color-212121);
  font-weight: var(--font-weight-Medium);
  margin: 0;
  padding: 0;
}


.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-ffffff);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-d12032);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}



ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

section{
  overflow: hidden;
}
.section-space{
 padding: 100px 0;
}


p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
}


.main-title {
  font-size: var(--font-size-60);
  text-transform: uppercase;
  
}

.section-heading {
  font-size: var(--font-size-48);
  
}
.sub-heading {
  text-transform: capitalize;
margin-bottom: 30px;
  font-size: var(--font-size-24);
  
}
.section-title {
font-weight: 500;
  font-size: var(--font-size-36);
  line-height: var(--line-height-48);
  margin-bottom: 30px;
}
.getaquote {
  border-radius: 5px;
  padding: 15px 25px;
  color: var(--color-ffffff);
  text-transform: uppercase;
  width: fit-content;
  background-color: var(--color-fe0000);
}
.getaquote:hover{
  background-color: var(--color-acb3a9);
  border: 1px solid #fff;
  color: var(--color-ffffff);

}

button.getaquote {
  margin-top: 0 !important;
  border-radius: 5px !important;
  padding: 10px 25px !important;
  color: var(--color-ffffff) !important;
  text-transform: uppercase;
  width: fit-content !important;
  background-color: var(--color-fe0000);
  border: none !important;
  margin-top: 0;
  font-weight: var(--font-weight-Medium) !important;
}
button.getaquote:hover{
  background-color: var(--color-acb3a9);
  border: 1px solid #fff !important;
  color: var(--color-ffffff);
}

.error{
  background: #FFF;
  color: var(--color-fe0000);
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  text-align: center;
}

.err_msg {
    margin-top: 5px;
    background: #d00;
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
    width: calc(100%);
    display: none;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }

.desktop{
  display: block;
}
.mobile{
  display: none;
}
.offcanvas-header {
  display: none;
}


.swiper-slide-active .slider-title1 {
  animation: fadeInLeft 2s;
}

.swiper-slide-active .slider-title2 {
  animation: fadeInRight 2s;
}

.swiper-slide-active .slider-title3 {
  animation: bounceInLeft 2s;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 10px;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none;
  right: 10px;
  left: auto;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: var(--color-f5f5f5);
  opacity: 1;
  border:transparent;
  border-radius: 100px;
  transition: ease all 0.5s;
}
.swiper-pagination-bullet-active{
  width: 15px;
  background: var(--color-fe0000);
  border-radius: 150px;

}
.swiper-button-prev{
  font-size: 40px;
  background-color: #ff0016;
  padding: 0;
  border-radius: 100%;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next{
  font-size: 40px;
  background-color: #ff0016;
  padding: 0;
  border-radius: 100%;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-pagi span {
  right: 0;
}

.header-btn {
  margin-right: 4%;

}

.sidenav,
.mobile-toggle {
  display: none;
}
.mme-logo {
  text-align: center;
  /* width: 187px; */
  left: 15% !important;
  position: relative;
}

/* @import url(../css/root.css); */
/* main-header */

.g_header {
position: relative;
  width: 100%;
  z-index: 99;
  background: var(--color-ffffff);
  color: var(--color-000000);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  
}
.main-header .main-nav .logo-bg {
  clip-path: polygon(0 0, 78% 0, 176% 445%, 0% 148%);
  background-color: var(--color-fe0000);
  height: 135px;

  overflow: hidden;
}
.main-header.g_shrink {
  background: var(--color-ffffff);
  box-shadow: #63636333 0px 2px 8px 0px;
 
  z-index: 999;
  position: fixed;
  top: 0;
}



.main-nav {
  padding: 50px 50px;
  width: 100%;
  float: left;
  padding-left: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.navbar-brand.sbp-logo {
  left: 19%;
  top: -96%;
}
.navbar-brand {
  position: absolute;
  top: 0;
 
  left: 4%;
}
.navbar-brand img, .navbar-brand .svg {
  width: 123px;
  object-fit: contain;

}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 0;
  margin-right: 40px;
  color: var(--color-212121);
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-fe0000);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-fe0000);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-fe0000);
}

.logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
  background-color: var(--color-ffffff);
  clip-path:polygon(0 0, 79% 0, 100% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}



/* main-banner */
.banner img{width: 100%;
object-fit: cover;}

.banner-slide {
  position: relative;
  width: 100% !important;
}
.banner-slide img{
  width: 100%;
  object-fit: cover;
  z-index: 99;
}

.banner-slider .swiper-button-next {
  width: 54px;
  height: 54px;
  right: 57px;
 
}
.banner-slider .swiper-button-prev {
  width: 54px;
  height: 54px;
  left: 57px;
 
}
.banner{
  width: 100%;
  position: relative;
  z-index: 9;
  background-color: #f5f5f5;

}
.banner-content .red{
  color: var(--color-fe0000);
  font-weight: var(--font-weight-Bold);
}
.banner-content p{
  margin: 30px 0;
}
.banner-content {
  top: 28%;
  position: absolute;
  width: 40%;
  text-transform: uppercase;
  color:var(--color-ffffff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  left:70px;
}
.banner-img{
  width: 60%;
  display: flex;
  position: relative;
  align-items: center;
  right: -5%;
  justify-content: flex-start;
}

.banner-pagi {
  bottom: 5% !important;
  left: 0 !important;
  width: 100%;
}

/* .banner-pagi span {
  width: 25px;
  height: 25px;
} */



/* main-banner */


/* product banner */

.product-section{
position: relative;
}
.product-section .section-title{
  color: var(--color-acb3a9);
}
.product-slider {
padding-bottom: 30px;
}
.product-slider .swiper-slide{
  background-color: var(--color-ffffff);
}
.product-slider .swiper-slide img{
width: 100%;
height:100%;
object-fit: cover;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-section .container{
  width: 80%;
margin: auto;}
.product-section .section-heading{
  width: 90%;
}

.product-section .sub-heading{
 color: var(--color-c2c4c6);
}
.product-section::before {
  position: absolute;
  content: '';
  background-color: var(--color-f5f5f5);
  height: 78%;
  width: 100%;
  z-index: -1;
}



.graph{
  padding-top: 200px;
}
.graph .container {
  width: 80%;
  margin: 0 auto;
}

.round-bearing img{
  width: 45%;
}
.round-bearing {
  text-align: center;
  position: absolute;
  top: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  z-index: -1;
}


.custom {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  z-index: 9;
  top: -92px;
}

.custom-content {
  width: 400px;
}
.custom h4 {
  border-bottom: 3px dashed var(--color-acb3a9);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--color-fe0000);
}
.custom-content p{
  line-height: var(--line-height-30);
}
.custom-right {
  width: 100%;
  display: flex;
  /* align-items: end; */
  justify-content: flex-start;
  position: absolute;
  left: 350px;
  top: 188px;
  rotate: 45deg;
}
.custom-right-border{
  width: 30%;
  border-top: 3px dashed #123162;
}
.custom-small {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-f5f5f5);
  position: relative;
  top: 2px;
  right: -12px;
}
.custom-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 81px;
  top: 156px;
}
.custom img{
  width: 80px;
 
  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 9;
 }

 .custom-img::before{
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%; 
background-color: var(--color-fe0000);
  top: 0;
  z-index: 1;
  
 }


 .quality {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  z-index: 9;
  top: -97px;
  left: -46px;
}

.quality-content {
  width: 100%;
  margin-left: 30%;
  top: 50px;
  position: relative;
}
.quality h4 {
  border-bottom: 3px dashed var(--color-acb3a9);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--color-fe0000);
}

.quality-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 164px;
  rotate: 139deg;
  top: 0;
}
.quality-right-border{
  width: 30%;
  border-top: 3px dashed #123162;
}
.quality-small {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-f5f5f5);
  top: 0px;
  position: relative;
  left: 4%;
}
.quality-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 102px;
  top: 210px;
}


.quality img{
  width: 80px;
 
  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 9;
 }

 .quality-img::before{
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%; 
background-color: var(--color-fe0000);
  top: 0;
  z-index: 1;
  
 }

 .precision {
  position: relative;
  display: flex;
  /* margin-top: 80px; */
  z-index: 9;
  top: 0;
  left:0;
}

.precision-content {
  width: 80%;
}
.precision h4 {
  border-bottom: 3px dashed var(--color-acb3a9);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--color-fe0000);
}
.precision-content p{
  line-height: var(--line-height-30);
}
.precision-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 56%;
  bottom: 67%;
  rotate: 45deg;
}

.precision-small{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-f5f5f5);

}
.precision-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -78%;
  top: 6%;
}
.precision img{
  width: 80px;
 
  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 9;
 }

 .precision-img::before{
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%; 
background-color: var(--color-fe0000);
  top: 0;
  z-index: 1;
  
 }

 .diverse {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  z-index: 9;
  top: -78px;
  right: 16px;
}
.diverse-content {
  width: 100%;
  margin-left: 30%;
  top: 26%;
  position: relative;
}
.diverse h4 {
  border-bottom: 3px dashed var(--color-acb3a9);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--color-fe0000);
}

.diverse-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -57%;
  top: 15%;
  rotate: 139deg;
}
.diverse-right-border{
  width: 30%;
  border-top: 3px dashed #123162;
}
.diverse-small{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-f5f5f5);

}
.diverse-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 108%;
  top: 31%;
}
.diverse img{
  width: 80px;
 
  height: 70px;
  object-fit: contain;
  background-size: contain;
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 9;
 }

 .diverse-img::before{
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%; 
background-color: var(--color-fe0000);
  top: 0;
  z-index: 1;
  
 }

/* about */

.about-us{
background-color: var(--color-acb3a9);
background-image: url(../images/about-bg.jpg);
background-repeat: no-repeat ;
background-size:cover;
position: relative;
}
.about-us::after {
  position: absolute;
  z-index: -1;
  content: '';
  background-color: #0f0535b5;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.about-us .sub-heading {
    color: #609eff;
}

.about-us .content{
  padding-left: 80px;
  color: var(--color-ffffff);
}
.about-us .content .beige{
  color: var(--color-f5f5f5);
}
.about-us .content p{
color: var(--color-ffffff);
text-align: justify;
}
.about-us .content p{
  color: var(--color-ffffff);
  }
  .counter {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.count-digit {
  font-size: var(--font-size-48);
  position: relative;
  width: auto;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-left: 48px; */
}
.count-area-content span{
  position: absolute;
  right: -10%;
  top: 29%;
}
.count-area-content{
  margin-right: 150px;
  position: relative;
}
  .count-area-content::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: var(--color-c2c4c6);
    z-index: -1;
    left: 0;
    top: 0;
}
.count-digit::after {
  content: '+';
  position: absolute;
  font-size: var(--font-size-24);
  right: -10%;
}
.count-title {
  color: var(--color-fe0000);
  text-transform: uppercase;
  font-size: var(--font-size-24);
  left: 0;
  position: relative;
  font-weight: var(--font-weight-Bold);
  text-align: center;
}
/* clients */

.clients .swiper-wrapper{
padding-bottom: 50px;
}
.clients .swiper-button-next img{
border:transparent
}
.clients img {
  width: 100%;
  border: 1px solid var(--color-212121);
  padding: 15px 20px;
  transition: 0.5s;
}

.clients img:hover {
  box-shadow: none;
}

/* clients */
.applications {
background-color: var(--color-f5f5f5);
}
.applications .row{
  display: flex;
  height: 100%;
  align-items: center;
}
.application-slider .title{
  font-size: var(--font-size-21);
  padding: 15px;
  border-radius: 10px;
  background-color: var(--color-fe0000);
  width: fit-content;
  position: absolute;
  bottom: 19%;
  left:0;
  color: var(--color-ffffff);
  
}

/* contact-us */

.contact-us{
  background: url(../images/contact-bg.jpg)no-repeat center;
  background-size: cover;
}

input.form-control {
  width: 100%;
  padding: 25px;
  font-size: 14px;
  border-radius: 0;
  background: var(--color-ffffff);
}
input.form-control::placeholder{
  color: var(--color-000000) !important;

}
textarea.form-control::placeholder{
  color: var(--color-000000) !important;

}
.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  width: 100%;
  padding: 25px;
  font-size: 14px;
  border-radius: 0;
  background: var(--color-ffffff);
  text-transform: uppercase;
  height: 160px;
}

.modal-dialog {
  max-width: 50% !important;
}

.form-control1 {
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-000000);
  padding: 20px;
  border-radius: 10px;
  color: var(--color-000000) ! IMPORTANT;
}


.form-control1::placeholder {
  color: #000 !important;
  opacity: 0.8!important; /* Firefox */
}
::placeholder {
  color: #fff !important;
  opacity: 0.8!important; /* Firefox */
}
.form-control:focus{
  border-color: var(--color-fe0000);
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff!important;
}
button.contact-btn {
  padding: 10px 60px;
  margin-top: 30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.contact-us button{
  padding: 10px 0;
  width: 30%;
  color: #000000;
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  border: 1px solid #fff;

  border-radius: 10px;
  margin-top: 20px;
}
.contact-us button:hover{
  color: #000000;
  background: transparent;
  color: var(--color-ffffff);
}

footer{
background-color: var(--color-f5f5f5);
color: var(--color-212121);
font-size: var(--font-size-16);
}
.footer {
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-ffffff);
}
.footer-box {
  display: flex;
}
.footer-box .icon{
  width: 10%;
  font-size: var(--font-size-24);
  color: var(--color-fe0000);
}
.footer-box .contact-box {
  width: 90%;
  line-height: 26px;
  font-size: 14px;
}
.footer-box .contact-box a{
  color: var(--color-ffffff);

}
.footer-box .contact-box a:hover{
  color: var(--color-fe0000);
}
.footer-box .contact-box h4{
font-size: var(--font-size-18);
}
.footer-box  .phone-box{
  margin-bottom: 27px;
}
.border{
  margin: 30px 0;
  width: 100%;
  height: 3px;
  border: none !important;
  background-color: var(--color-fe0000);
}
h3.footer-heading {
  font-size: var(--font-size-21);
  font-weight: bold;
  /* color: var(--color-d12032); */
  margin-bottom: 30px;
}
.top-footer p{
  padding-right: 80px;
  font-size: var(--font-size-14);
  line-height: var(--line-height-26);
}

.social-footer{
  margin-top: 30px;
}
.social-footer ul{
  display: flex;
}
.social-footer ul li a{
  float: left;
  margin-right: 10px;
  background-color: var(--color-ffffff);
  padding: 10px;
  border-radius: 100%;
  color: var(--color-212121);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-footer ul li i {
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  transition: 0.5s;
}
.social-footer ul li i:hover{
  color: var(--color-d12032);
}
.social-footer ul li a:hover{
  background-color: var(--color-fe0000);
  color: var(--color-ffffff);

}
ul.contact li{
  margin-bottom: 20px;
}

.quick-links{
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #fff;
}
.footer-logo{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 74%;
}

.footer-logo img{
  width:80px;
  margin-bottom: 30px;
}
.footer-bottom{
  margin-top: 50px;
}
ul.footer-menu li {
 display: flex;
}
ul.footer-menu li::before {
  margin: 0;
  content: '-';
position: relative;
font-size: var(--font-size-16);
}

ul.footer-menu li a{
  color: var(--color-ffffff);
  padding: 0;
  font-size: var(--font-size-14);
  margin-right: 20px;
  margin-left: 25px;

}
ul.footer-menu li a:hover{
  color: var(--color-fe0000);
}


.quick-links p{
  color: var(--color-ffffff);
}






.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.menu-btn {
  /* position: absolute; */
  width: 54px;
  height: 54px;
  float: right;
  border-radius: 100%;
  margin-top: 0px;
  background: #cca55c;
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}






/* .whats-app */
.whatsapp-btn {
  position: fixed;
  bottom: 146px;
  right: 53px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 


/* back to top */

#button {
  display: inline-block;
  background: var(--color-acb3a9);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right:52px;
  border-radius: 50%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
}

#button::after {
  content: "\F145";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  /* border: 2px solid var(--color-d12032); */
  background: var(--color-c2c4c6);

}

#button:hover:after {
  color: var(--color-0570b8);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1560px;
}
/* .counter */
.catalouge {
  background-color: var(--color-f5f5f5);
  text-align: center;
  color: var(--color-acb3a9);
}
.catalouge .p-content{
  color: var(--color-212121);
}
.catalouge a.connect {
  text-transform: uppercase;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  background: var(--color-fe0000);
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}

.catalouge a.connect span {
  color: var(--color-d12032);
  position: absolute;
  object-fit: scale-down;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  background: var(--color-ffffff);
  background: #fff url(../images/arrow.png) no-repeat center;
  right: -20%;
  top: 0;
  transition: 0.5s;
}

.catalouge a.connect:hover {
  background: var(--color-acb3a9);
  color: var(--color-ffffff);
}

.catalouge a.connect:hover span {
  background: #fff url(../images/arrow-1.png) no-repeat center;
}


.catalouge-flex {
  justify-content: flex-start;
  align-items: baseline;
}

.broucher-btn {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 100%;
  position: fixed;
  background-color: var(--color-fe0000);
  bottom: 84px;
  right: 55px;
  text-align: center;
  font-size: 24px;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.broucher-btn:hover{
  background-color: var(--color-212121);
  color: var(--color-ffffff);
}