*{
  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-top header (videosection)----*/

#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;
  }

}

/*  .owl-dots{
  text-align: center;
  margin-top: 40px;
}

.owl-dots{
  height: 15px;
  width: 45px;
  border-radius: 25px;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
  border: 2px solid #0072bc!important;
  transition: all 0.3s ease;
}

.owl-dot:hover,
.owl-dot .active{
  background: #0072bc!important;
} */

/*----Image Slider----*/

/*----Product breif----*/
.product-breif{
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

h1{
  font-size: 36px;
  font-weight: 600;
}

p{
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.pro-slide img{
  width: 100%;
  height: 100vh;
}
.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;
}

/* product */

/*.small-container{
  max-width: 100%;
  margin: auto;
  padding-left: 25px;
  padding-right: 20px;
}

.row{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.single-product{
  margin-top: 80px;
}

.small-img-row{
  display: flex;
  justify-content: space-around;
}
.col-2 img{
  max-width: 1080px;
  padding: 50px 0;
}

.small-img-col{
  flex-basis: 24%;
  cursor: pointer;
}

.single-product .col-2 img{
  padding: 0px;
}

.single-product .col-2{
  padding: 20px;
}

.col-2{
  flex-basis: 50%;

}

.col-2 h1{
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
}

.single-product h4{
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.single-product input{
  width: 50px;
  height: 40px;
  padding-left: 10px;
  font-size: 20px;
  margin-right: 10px;
  border: 1px solid #ff523b;
}

input:focus{
  outline: none;
}

a{
  text-decoration: none;
  color: #555;
}

.single-product .fa{
  color: #ff523b;
  margin-left: 10px;
}

p{
  color: #555;
}

.btn{
  display: inline-block;
  background: #ff523b;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: background 0.5;
}

.btn:hover{
  background: #563434;
}*/





/* footer */

.footer{
  background-color: #24262b;
  padding: 70px 0px;
}

.footer-col ul{
  list-style: none;
  padding: 0 30px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding: 0 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;
}

.carousel{
  align-items: center;
  display: flex;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel_images {
  display: flex;
  transform: translateX(0);
  transition: transform 0.25s;
}
  img{
    border-radius: 5px;
  }
.carousel_button {
  background: teal;
  border: 0;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  height: 3rem;
  opacity: 0.25;
  position: absolute;
  transition: opacity 0.25;
  width: 3rem;
  z-index: 1;
}

.previous:hover {
    left: 5px;
    opacity: 0.5;
  }
.next:hover {
  right: 5px;
  opacity: 0.5;
}
/* footer End*/




/*product-1*/
 .pro-header h1{
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px;
}

.pro-1{
  display: flex;
}
.pro-1-content{
  margin-left: 5%;
  margin-top: 5%;
  width: 40%;
  height: 80vh;
}

.pro-1-content h4{
  font-size: 20px;
    color: #ff523b;
}
.pro-1-content p{
  margin-top: 3%;
}
.pro-1-img {
  margin-left: 5%;
  margin-top: 5%;
  width: 40%;
  height: 80vh;
  background: red;
}
.product {
  display: flex;
}
.pro-butn{
  width: 30%;
  height: 60vh;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: inline;
}
.pro-butn button{
  background-color: #ff523b;
  color: white;
  width: 250px;
  height: 40px;
  margin: 15%;
}
.pro-dimen{
  width: 30%;
  height: 60vh;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.pro-dimen table {
  margin: 2%;
  width: 100%;
  height: 50vh;
}

.pro-dimen table th{
  color: #ff523b;
  text-align: left;
}
