@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #832724 !important;
  --secondary-color: #191919 !important;
  --text-color: #A0A0A0 !important;
  --text-color-dark: #919497;
  --white: #FFFFFF;
  --second-white: #F8F8F8;
  --third-white: #F7F7F7;
  --gray: #656565;
  --light-gray: #cecece;
}

body {
  font-family: "Albert Sans", sans-serif !important;
}
.bg-text{
  background-color: var(--second-white);
}
a {
  text-decoration: none !important;
}

.default-container {
  width: 90%;
  margin: 0 auto;
}
/* Menu */
.menu-button{
  background-color: rgba(0, 0, 0, 0.4);
  min-width: 200px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.navbar-toggler {
  padding: 0;
  line-height: 0;
  border: none !important;
  background-color: var(--white) !important;
  border-radius: 50px !important;
  width: 48px !important;
  height: 48px !important;
  border: none;
  right: 30px;
  position: absolute;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
.navbar-menu-button{
  background-color: transparent;
  color: var(--white);
  border: none;
  font-size: 25px;
}
.dropdown-menu .lang {
  width: 50px !important;
}
.dropdown-menu.flag {
  background-color: transparent !important;
  border: none;
}
.dropdown-menu.flag img{
  margin-top: 10px;
}
.dropdown-menu.flag a:hover {
  background-color: transparent !important;
}
.offcanvas.offcanvas-start {
  width: 100% !important;
}
.mobile-menu a{
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: bold;
  transition: all 0.5s;
}
.mobile-menu a:hover{
  text-decoration: none;
  color: var(--primary-color);
  font-size: 30px;
  font-weight: bold;
  transition: all 0.5s;
}
.menu-social-icon {
  color: var(--primary-color);
  margin-right: 20px;
  text-decoration: none;
  font-size: 30px;
}
.menu-contact a{
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: bold;
}
.navbar{
  transition: all 0.5s;
}
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 12px 12px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9;
}
.navbar.hidden {
  top: -150px;
  
}
/* Menu End */

/* Slider */
.carousel-item img {
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
}
.slider-counter{
  position: absolute;
  top: 42%;
  left: 5%;
  z-index: 5;
  color: var(--primary-color);
  font-size: 36px;
  font-weight: lighter;
  padding: 0;
  line-height: 43px;
}
.slider-content {
  position: absolute;
  top: 40%;
  left: 30%;
  z-index: 5;
  color: var(--primary-color);
  font-size: 84px;
  font-weight: bold;
  padding: 0;
  line-height: 100px;
}
.slider-content p{
  left: 5%;
  position: relative;
}
.slider-content span{
  color: var(--secondary-color);
}
.slider-indicators{
  top: 60%;
  left: 5%;
  position: absolute;
}
.slider-indicators button{
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: var(--light-gray);
  margin-right: 5px;
}
.slider-indicators .active{
  background-color: var(--primary-color);
}
.carousel-fade .slogan{
  position: absolute;
  top: 65%;
  left: 5%;
}
.slogan{
  font-size: 16px;
  font-weight: lighter;
  color: var(--text-color);
}
.slogan p{
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.slogan span{
  font-weight: 600;
  line-height: 19px;
}
.social-icons {
  position: absolute;
  bottom: 50px;
  justify-content: space-between;
  padding: 15px;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 5;
  font-size: 13px;
  background-color: var(--second-white);
  border-radius: 12px;
  min-width: 300px;
}
.social-icons a{
  text-decoration: none;
  color: var(--gray);
}
.social-icon a{
  margin-right: 10px;
}
.slider-text-box {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  z-index: 5;
  width: 260px;
  top: 70%;
  margin-left: 30px;
}
.slider-text-box img{
  width: 32px;
  height: 32px;
}
.slider-text-box p{
  color: var(--third-white);
  font-size: 14px;
  line-height: 17px;
  font-weight: 200;
  padding: 0;
  margin: 0;
}
.ellipse-slider-two {
  width: 54px;
  height: 54px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  position: absolute;
  margin-top: 20px;
}
.ellipse-slider-one::before {
  content: "";
  position: absolute;
  left: -300px;
  width: 300px;
  height: 2px;
  background-color: var(--primary-color);
  margin-top: 12px;
}
.ellipse-slider-one {
  width: 26px;
  height: 26px;
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Slider End */

/* Button */
.custom-btn{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 12px;
  display: inline-block;
}
.custom-btn:hover{
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.carousel-fade .custom-btn{
  bottom: 50px;
  left: 21%;
  position: absolute;
  z-index: 5;
}
#about .custom-btn{
  margin-top: 120px;
}
/* Button End */

/* Title */
.title{
  font-size: 60px;
  font-weight: 900;
  padding: 0;
  line-height: 72px;
  color: var(--primary-color);
}
.title span {
  color: var(--secondary-color);
}
.title-two{
  font-size: 48px;
  font-weight: 600;
  padding: 0;
  line-height: 58px;
  color: var(--primary-color);
}
.title-two span {
  color: var(--secondary-color);
  font-weight: 900;
}
/* Title End */

/* About */
#about-page{
  margin-top: 10%;
}
.about-title{
  color: var(--third-white);
  font-size: 48px;
  line-height: 58px;
}
/* About End */

/* Faq */
.faq-number{
  text-align: left;
  font: normal normal 800 60px/72px Albert Sans;
  letter-spacing: 0px;
  color: var(--white);
  -webkit-text-stroke: 1px #E0E0E0;
}
.faq-title{
  color: var(--text-color);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.faq-text{
  color: var(--text-color);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
/* Faq End */

/* Products */
.prod-btn {
  border-radius: 9px;
  padding: 20px 30px;
  transition: all 0.5s;
  width: 450px;
  position: absolute;
  bottom: -60px;
  left: 15%;
  transform-origin: left;
  transform: rotate(-90deg);
  z-index: 1;
}
.gray-color{
  background-color: #646464;
}
.white-color{
  background-color: var(--third-white);
}
.red-color{
  background-color: var(--primary-color);
}
.gray-color-text{
  color: #646464;
}
.red-color-text{
  color: var(--primary-color);
}
.prod-card {
  position: relative;
}

.prod-btn span {
  display: block;
  color: var(--white) !important;
}

.prod-btn .top-text {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
}

.prod-btn .bottom-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: lighter;
}

.prod-btn i {
  color: var(--white);
  font-size: 36px;
  transform: translate(-30px, 0);
  opacity: 0;
  transition: all 0.5s;
}

.prod-btn:hover {
  border-radius: 2px;
}

.prod-btn:hover i {
  opacity: 1;
  transform: translate(0, 0);
}
.prod-card:hover img{
  transform: scale(1.02) translate(10px, -10px);
  transform-origin: left top;

}
.products img{
  position: relative;
  height: 270px;
  width: 100%;
  left: 20px;
  object-fit: contain;
  transition: all 0.5s;
}
.product-number{
  font-size: 72px;
  font-weight: 900;
  line-height: 86px;
  position: relative;
  padding-left: 30%;
}
.product-text{
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  position: relative;
  padding-left: 30%;
}
/* Products End */

/* Parallax */
.parallax-container {
  margin-top: 10%;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 600px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-text-box{
  width: 536px;
  height: 426px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.parallax-text{
  font-size: 48px;
  letter-spacing: 0px;
  color: var(--third-white);
  text-transform: uppercase;
  line-height: 50px;
}
.ellipse-two {
  width: 30px;
  height: 30px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  position: relative;
}

.ellipse-one {
  width: 14px;
  height: 14px;
  background: var(--third-white) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Parallax End */

/* FAQ */
.faq-title-two{
  font-size: 24px;
  line-height: 40px;
  color: var(--secondary-color);
  font-weight: bold;
}
.faq-text-two{
  font-size: 16px;
  line-height: 30px;
  color: var(--secondary-color);
  font-weight: normal;
}
/* FAQ End */

/* Newletter */
.news-card{
  border-radius: 16px;
  height: 300px;
}
.news-text{
  font-size: 30px;
  line-height: 36px;
  color: var(--secondary-color);
}
.newsletter input{
  background-color: #EAEAEA;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
}
.newsletter :focus{
  outline: none;
}
.newsletter button{
  background-color: var(--secondary-color);
  color: var(--white);
  padding: 8px 30px;
  transition: all 0.3s;
  border-radius: 12px;
  border: none;
}
.newsletter img{
  mix-blend-mode: luminosity;
}
.news-phone{
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
}
/* Newletter End */

/* Contact */
.form-control {
  border: 1px solid #4A4A4A !important;
  border-radius: 10px !important;
  padding: 0.9rem 1.2rem !important;
}

.form-control:focus {
  box-shadow: none !important;
  /* box-shadow: rgba(222, 21, 20, 1) 0px 1px 0px !important; */
  border: 1px solid var(--primary-color) !important;
}

.contact input::placeholder {
  color: #3E3E3E;
}

.contact button {
  border: 1px solid var(--gray);
  color: var(--gray);
  padding: 15px 25px;
  transition: all 0.3s;
  margin: 0;
  background-color: transparent;
  border-radius: 8px;
}

.contact button:hover {
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}

.contact-title {
  font-size: 20px;
  line-height: 0;
  color: var(--secondary-color);
}

.contact-link {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: var(--secondary-color);
  display: inline-block;
  margin: 10px 0;
}

/* Contact End */

/* Footer */
.footer-social-media a{
  color: var(--secondary-color);
  margin-left: 15px;
  transition: all 0.5s;
}
.footer-social-media i{
  font-size: 22px;
}
.footer-social-media a:hover{
  color: var(--primary-color);
}
.footer-text{
  font-size: 41px;
  color: var(--secondary-color);
  line-height: 49px;
}
.footer-button{
  border-radius: 8px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
.footer-button:hover{
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white);
}
.footer-title{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--secondary-color);
}
.footer-link{
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: var(--secondary-color);
  transition: all 0.5s;
}
.footer-link:hover{
  color: var(--primary-color);
}
/* Footer End */

/* WhatsApp */
.whatsapp{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3ECD58;
  position: fixed;
  right: 50px;
  bottom: 40px;
  color: #fff;
  font-size: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

/* WhatsApp End */