/*!
Theme Name: Triyuga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: triyuga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Triyuga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@font-face {
  font-family: "Butler regular";
  src: url("./assets/fonts/Butler_Regular.woff") format("woff"),
    url("./assets/fonts/Butler_Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Butler bold";
  src: url("./assets/fonts/Butler_Bold.woff") format("woff"),
    url("./assets/fonts/Butler_Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Butler light";
  src: url("./assets/fonts/Butler_Light.woff") format("woff"),
    url("./assets/fonts/Butler_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-font: "Plus Jakarta Sans", sans-serif;
  --secondary-font: "Butler regular", sans-serif;
  --transition: all 0.3s ease;
  --primary: #642d91;
  --secondary: #df212c;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
.section {
  margin-top: 60px;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #fff;
}

.site-header.sticky .header-flex {
  align-items: center;
}

.site-header {
  position: absolute;
  z-index: 1000;
  padding: 40px 0;
  width: 100%;
}

.site-header.default-header {
  position: static;
  background: #f7f4f9;
}

.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #f7f4f9;
  border-bottom: 1px solid #eee;
  padding: 10px;
  transition: 0.5s ease-out;
}
.site-header.sticky .main-navigation div ul li a {
  color: var(--primary);
}
.site-header.sticky .main-navigation div ul li a:hover{
  color: var(--secondary);
}
.main-navigation div ul li a:hover{
  color: var(--secondary);
}
.site-header.sticky .custom-logo {
  width: 365px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.ham-menu {
  display: none;
}
.ham-menu > a {
  display: inline-block;
  background: var(--primary);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}

.ham-menu svg {
  width: 20px;
}

.ham-menu > a:hover {
  background: var(--secondary);
}
.offcanvas-logo {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.uk-offcanvas-bar {
  background: #eee;
  padding: 0;
}
.uk-offcanvas-bar > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uk-offcanvas-bar > div > ul > li {
  border-bottom: 1px solid #0000000f;
  padding: 10px 0;
}
.uk-offcanvas-bar > div > ul > li:hover {
  background: var(--primary);
}
.uk-offcanvas-bar > div > ul > li:hover a {
  color: #fff;
}

.uk-offcanvas-bar > div > ul > li > a {
  font-size: 15px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--primary);
  display: block;
  padding: 10px 15px;
}
.uk-offcanvas-bar > .social-icons {
  margin: 20px;
}
.uk-offcanvas-bar > .social-icons a {
  padding: 10px;
  color: #000;
}
.offcanvas-logo .custom-logo {
  width: 260px;
  text-align: center;
}
.uk-offcanvas-close svg {
  color: #b42a2a;
}

.banner-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 100px;
}
.banner-text h1 {
  font-family: "Butler light";
  font-size: 55px;
  line-height: 66px;
  letter-spacing: -2px;
  color: #ffffffe5;
  margin: 0;
}
.banner-text h1 span {
  font-family: "Butler Regular";
  font-size: 95px;
  color: #fff;
  letter-spacing: 1px;
}

.banner-text p {
  font-family: var(--primary-font);
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: 500;
  line-height: 26px;
  font-size: 16px;
}

.header-wrap h2 {
  font-family: var(--secondary-font);
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;

  color: #ffffff;
  margin: 0;
}
.header-wrap p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.header-wrap {
  margin-top: 20px;
}

.heading-wrap h2 {
  margin: 0;
  font-family: "Butler";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: var(--primary);
}
.heading-wrap h2 span {
  color: #df212c;
}
.heading-wrap p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  text-align: left;
}
.aboutus-btn {
  margin-top: 25px;
  display: inline-block;
  border-radius: 5px;
  padding: 9px 18px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(100, 45, 145, 0.15) 100%
    ),
    #ffffff;
  border-radius: 25px;
  color: var(--primary);
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 14px;
}
.aboutus-btn:hover {
  color: #fff;
  background: #241d2abd;
}
.main-navigation div ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.main-navigation div ul li a {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
}
.default-header {
  padding: 0;
}
.default-header .main-navigation div ul li a {
  color: #000;
}

.custom-logo {
  width: 395px;
  padding: 15px 0;
}
.banner__section {
  position: relative;
  height: 100vh;
  background: #fff;
}

.banner__img {
  height: 100vh;
}
.banner__section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__section::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 41.4%
  );
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.banner__section::before {
  content: "";
  position: absolute;
  background-image: url(./assets/img/Bechem_Logo.svg.png);
  z-index: 2;
  top: 40px;
  right: 40px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100px;
}
.page-banner,.page-banner .banner__img{
  height:70vh;
}

.dealer_container {
  background: linear-gradient(
      99.85deg,
      #fba007 53.32%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    #fba007;
  border-radius: 25px;
  padding: 40px;
}
.dealer_logo img {
  width: 150px;
}
.dealer-img > img {
  border-radius: 20px;
}
.logowrap {
  display: flex;
  gap: 30px;
  align-items: center;
}

.about__section {
  padding: 60px 0;
  background: rgb(100, 45, 145, 0.05);
}
.about__section div > h2,
.about__section div > p {
  text-align: center;
  margin-bottom: 20px;
}
.about-content {
  margin-left: 40px;
}
.gallery__img {
  overflow: hidden;
  display: block;
}
.gallery__img img {
  transition: 0.3s ease-out;
}
.gallery-slider img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery__img img:hover {
  transform: scale(1.2);
}

.gallery-slider {
  position: relative;
  margin-top: 44px;
}

.gallery-slider .owl-nav {
  display: flex;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  height: 0;
}

.gallery-slider .owl-nav button {
  margin: 10px;
  font-size: 20px !important;
  color: #fff !important;
  display: block;
  background: linear-gradient(
      99.85deg,
      #fba007 53.32%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    #fba007 !important;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.products_container {
  margin-top: 30px;
}
.product_img {
  position: relative;
  height:375px;
  display: block;
}
.product_img a {
  width: 100%;
  height: 400px;
}
.product_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.product_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1111112a;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  pointer-events: none;
}

.product-names {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.product-names h2 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.valued-customers-slider {
  margin-top: 40px;
}
.valued-customers-slider img {
  height: 100px;
  object-fit: contain;
}
.site-footer .site-info {
  background: rgb(100, 45, 145, 0.05);
}
.footer-wrap {
  padding: 40px 0;
}
.footer-logo img {
  width: 300px;
}
.footer-menu {
  text-align: center;
}
.footer-menu ul {
  padding: 0;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  font-family: var(--primary-font);
  color: var(--primary);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: 0;
  display: block;
}

.footer-heading-wrap h2 {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  margin: 0;
  margin-bottom: 10px;
}
.footer-heading-wrap p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin: 0;
}

.the__content p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  color: #1a1a1a;
}

.the__content ul {
  margin: 0;
  padding-left: 12px;
}

.the__content ul li {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
  color: #1a1a1a;
  margin-bottom: 7px;
}
.footer-heading-wrap p a {
  color: #000;
  opacity: 0.7;
}
.social-icons i {
  margin-right: 10px;
}
.copyright-section a {
  color: #fff;
  font-size: 14px;
}
.copyright-section {
  background: #df212c;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-transform: capitalize;
}

.contact-section .heading-wrap,
.contact-section .heading-wrap p {
  text-align: center;
}
.contact-section .heading-wrap p {
  font-family: var(--primary-font);
  font-weight: 500;
}
.contact-talk {
  margin: 25px 0;
}
.contact-address {
  margin-top: 40px;
  background: rgb(100, 45, 145, 0.05);
  border-radius: 5px;
  padding: 25px;
}
.contact-wrap h2 {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  margin: 0;
}
.contact-wrap span {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 24px;
  color: var(--primary);
  display: block;
  padding-bottom: 10px;
}
.contact-wrap p {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000;

  margin: 0;
  padding: 0;
}
.contact-wrap a {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.contact-icon {
  display: flex;
}
.contact-icon a i {
  color: #000;
  background: rgba(100, 45, 145, 0.52);
  padding: 12px;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon a {
  color: #000;
  font-family: var(--primary-font);
  display: block;
  margin: 10px 0;
}
.contact-wrap .social-icons a {
  color: #000;
  margin-left: 18px;
  font-size: 18px;
}
.contact-wrapping {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.contact-wrapping span {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.75;
}
.contact-container {
  padding: 30px;
  background: rgb(100, 45, 145, 0.05);
  border-radius: 25px;
  margin-top: 40px;
  display: block;
}
.contact-container .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

.contact-container .wpcf7-form p {
  grid-column: span 6;
  margin: 0;
}
.contact-container .wpcf7-form p:nth-child(4),
.contact-container .wpcf7-form p:nth-child(5) {
  grid-column: span 12;
}

.wpcf7-form.init p {
  margin: 0;
}
.contact-form h2 {
  font-family: var(--secondary-font);
  color: #000;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #fff;
  background: rgb(100, 45, 145);
  border-radius: 25px;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 14px;
  width: auto;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #fff;
  background: var(--secondary);
}
.wpcf7-response-output {
  grid-column: span 12;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 14px;
}

.contact-container input,
.contact-container textarea {
  width: 100%;
  outline: none;
  font-size: 14px;
  padding: 12px 22px;
  min-height: 35px;
  border: none;
  color: #111;
  font-family: var(--primary-font);
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
}

.contact-container textarea {
  height: 150px;
}

.contact-container form label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.contact-call {
  display: block;
  margin-top: 60px;
}
.contact-call h2 {
  color: var(--primary);
  margin: 0;
  font-size: 26px;
  margin: 10px 0;
  font-weight: 600;
}

.followus {
  margin-top: 30px;
}

.followus .social-icons a {
  color: #000;
  font-size: 24px;
  padding-right: 10px;
}

.company-details-imgs h2 {
  color: var(--primary);
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
.company-details {
  overflow: hidden;
  display: block;
}
.company-details-imgs img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  display: block;
  margin: auto;
  transition: 0.3s ease-out;
}
.company-details-imgs img:hover {
  transform: scale(1.2);
}
.company-details-imgs {
  padding: 15px;
  border: 1px solid #eee;
  margin-top:30px
}
.sticky {
  position: sticky;
  top: 125px;
  z-index: -1;
}
.return-btn{
 border: 1px solid #eee;
 background: var(--primary);
 color: #fff;
 font-size: 14px;
 font-weight: 600;
 display:inline-block;
 padding: 10px 20px;
 align-items: center;
 border-radius: 25px;
 font-family: var(--primary-font);
}
.return-btn:hover{
  background: var(--secondary);
  color: #fff;
}