*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.9),rgba(4, 9, 30, 0.7));
  background-position: center;
  background-size: cover;
  position: relative;
}

nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

nav img{
  width: 150px;

}

.nav-links{
  flex: 1;
  text-align: right;
}

.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after{
  width: 100%;
}

.text-box{
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-5%, 5%);
}

.text-box h1{
  font-size: 42px;
}

.text-box p{
  margin: 10px 0px 40px;
  font-size: 14px
  color #fff;
}

/*----Image Slider----*/

#parent{
  position: relative;
}

.image img{
  width: 100%;
  height: 100vh;
  align-items: center;
}

.banner img{
  width: 70%;
  height: 100vh;
  top: 0px;
  position: absolute;
  transform: translate(43%, 0%);
}

.hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 5px, solid #f44336;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn:hover{
  border: 1px solid #f44336;
  background: #f44336;
  transition: 1s;
}

nav .fa{
  display: none;
}
@media query{
  .text-box h1{
    font-size: 20px;
  }

  .nav-links ul li{
    display: block;
  }
  .nav-links{
    position: absolute;
    background: f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    transition: 1s;
    right: -200px;
    text-align: left;
    z-index: 2;
  }

  nav .fa{
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
.nav-links ul{
  padding: 30px;
}
  #parent{
    width: 100%;
    height: 75vh;
  }

}

/*----AboutUs----*/

.product-breif{
  align-items: center;
  text-align: center;
}

.content{
  padding: 50px;
}

.rowx{
  display: flex;
  justify-content: center;
}
.colx .content p{
  font-size: 14px;
  text-decoration: none;
  text-align: justify;
}
.colx{
  display: flex;
}
.colx .content-img img{
  max-width: 1500px;
  padding: 50px 25px;
}
.line-2{
  background: #ff523b;
  color: #fff;
}
/*----AboutUs End----*/
.box{
  width: 400px;
  margin-left: 5%;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
}

.slide-img{
  height: 300px;
}

.slide-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.detail-box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
}

.pro-btn{
  background-color: #f44336;
  border: 5px;
  cursor: pointer;
}

.type span{
  padding-left: 10%;
  color: rgba 26, 26, 26, 0.5);
}
.type a{
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
}
.type{
  display:
  flex-direction:column;
}
.cs-hidden{
  display: block;

}
.cs-hidden li{
  display: inline-block;
  position:relative;
  padding: 50px 150px;

}

.container{
  max-width: 1170px;
  margin: auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.footer{
  background-color: #24262b;
  padding: 70px 0px;
}

.footer-col ul{
  list-style: none;
  padding: 0 20px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left: 1;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li{
  margin-bottom: 10px;
}

.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
}
