/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');
body{
	margin: 0;
	padding: 0;
  font-family: "Maven Pro", serif;
	background: #fff;
	color: #fff;
	font-size: 16px;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5{font-family: "Maven Pro", serif;}
.header .logo img{max-height: 90px;}
.header ul.nav li{margin:0 30px;}
.header ul.nav li:last-child{margin-right: 0;}
.header ul.nav li a{
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  padding: 0;
}
.header ul.nav li a:after{
  content: '';
  width: 0%;
  height: 1px;
  background: #f8552c;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.header ul.nav li a:hover:after,.header ul.nav li.active a:after{
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header ul.nav li a:hover,.header ul.nav li.active a{color: #f8552c;}
.services_section{
  padding:20px 0 0;
}
.services_box{
  position: relative;
  overflow: hidden;
}
.services_box{margin-bottom: 30px;}
.services_box .hover-text {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  opacity: 0; 
  cursor: pointer;
  transform: translateX(-100%); 
  transition: transform 0.3s ease-in-out, opacity 0.4s ease-in-out;
}

.services_box:hover .hover-text {
  opacity: 1;
  transform: translateX(0);
}

.footer{
  background: #000000;
  padding: 40px 0;
  border-top: 6px solid #ff4c17;
  min-height: 240px;
}
.services_box img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.footer h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li a{
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  display: block;
}
.footer ul li a:hover,.footer ul li a.active:hover{
  color: #fa4b00;
}
.footer-nav.socail-nav li a img{margin-right: 7px;}
.footer-nav.socail-nav li a:hover img{opacity: 0.8;}
.copyright-text{
  color: #ccc;
  font-weight: 300;
  padding: 70px 0 0;
  letter-spacing: 6px;
  font-size: 14px;
}
.product_section{
  padding:50px 0;
}
.product_list h3{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}
.product_list p{
  font-size: 14px;
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
}
.product_list{
  cursor: pointer;
  margin-bottom: 30px;
}
.product_list img{transition: all 0.3s ease-in; transform: scale(1);}
.product_list:hover img{opacity: 0.9; transform: scale(1.1)}
.inner-banner{position: relative;}
.inner-banner h1{
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  z-index: 1000;
}
.product_detail{
  padding: 80px 0;
  border-top: 1px solid #ebebeb;
  color: #000;
}
.detail_right_content{
/*  padding-left: 90px;
  padding-top: 40px;*/
  background: #f8f8f8;
  padding: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  margin-left: 50px;
  position: relative;
}
.detail_right_content:after {
  content: '';
  display: block;  
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #000;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  display: none;
}
.right_content{
  display: flex;
  align-items: center;
}
.logo_d{max-width: 200px;}
.product_detail h4{
  letter-spacing: 2px;
  font-weight: bold;
  color: #fa4b00;
}
.product_detail h5{font-weight: bold;}
.product_detail p{
  font-weight: 300;
  font-size: 16px;
}
.detail_tab h3{
  border-bottom: 2px solid #FA4B00;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.detail_tab{padding-top: 60px;}
#table_3 th{
font-size: 14px;
}
#table_3 td{font-size: 13px;}
.mobile_nav{display: none;}
.btn11 {
  position: absolute;
  width: 32px;
  height: 60px;
  top: 11px;
  right: 20px;
  transition-duration: 0.5s;
}
.btn11 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #212121;
}
.btn11 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -10px;
}
.btn11 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 10px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: #212121;
  left: 15px;
}
.btn11 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -10px;
}
.btn11 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 10px;
}
.btn11.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11:hover {
  cursor: pointer;
}
.pluggin-container{
  background-color: #0a0908;
  min-height: 100vh;
}

.plugin {
  min-height: 800px;
  height: 800px;
  width: 100%;
  
}