*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: nova-black;
  src: url('./Fonts/proximanova_black.otf');
}
@font-face {
  font-family: nova-bold;
  src: url('./Fonts/proximanova_bold.otf');
}
@font-face {
  font-family: nova-light;
  src: url('./Fonts/proximanova_light.otf');
}
@font-face {
  font-family: nova;
  src: url('./Fonts/Proxima Nova Font.otf');
}

  .container-fluid {
    padding: 0px;
 }
  body{
    /* font-family: nova; */
  }
  .footer-area{
    background: #394754;
  }
  .container-fluid{
    padding: none !important;
    padding-right: none !important;
    padding-left: none !important;
  }
  .footer-area .logo{
    width: 256px;
height: 51px;
flex-shrink: 0;
  }
  .footer-area .footer-list-area li a{
    color: #FFF;
    font-family: nova;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 175% */
    text-transform: capitalize;
  }
  .footer-area .footer-list-area .address{
    color: #8A8B8C;
font-family: nova;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 38px; /* 211.111% */
text-transform: capitalize;
  }
  .footer-area .addr-details .address-details {
    color: #FFF;
font-family: nova;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 183.333% */
text-transform: capitalize;
  }
  .footer-area .copyright-area{
    color: #FFF;
font-family: nova;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 23.8px */
text-transform: capitalize;
  }
  .footer-area .developed-by{
    color: #FFF;
text-align: right;
font-family: nova;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 23.8px */
text-transform: capitalize;
  }

  /*Swiper*/

  /* css slider */
.slider{
  height: 100vh;
  margin-top: -50px;
  position: relative;
}
.slider .list .item{
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}
.slider .list .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .list .item::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;

}
.slider .list .item .content{
  position: absolute;
  left: 10%;
  top: 20%;
  width: 500px;
  max-width: 80%;
  z-index: 1;
}
.slider .list .item .content p:nth-child(1){
  text-transform: uppercase;
  letter-spacing: 10px;
}
.slider .list .item .content h2{
  font-size: 100px;
  margin: 0;
}
.slider .list .item.active{
  opacity: 1;
  z-index: 10;
}
@keyframes showContent {
  to{
      transform: translateY(0);
      filter: blur(0);
      opacity: 1;
  }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
  transform: translateY(30px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
  animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
  animation-duration: 1.3s;
}
.arrows{
  position: absolute;
  bottom: 10%;
  right: 50px;
  z-index: 100;
}
.arrows button{
  background-color: #eee5;
  border: none;
  font-family: monospace;
  width: 40px;
  height: 40px;

  font-size: x-large;
  color: #eee;
  transition: .5s;
}
.arrows button:hover{
  background-color: #eee;
  color: black;
}
.thumbnail{
  position: absolute;
  bottom: 50px;
  z-index: 11;
  display:  none;
  gap: 10px;
  width: 100%;
  height: 250px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;
}
.thumbnail::-webkit-scrollbar{
  width: 0;
}
.thumbnail .item{
  width: 150px;
  height: 220px;
  filter: brightness(.5);
  transition: .5s;
  flex-shrink: 0;
}
.thumbnail .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbnail .item.active{
  filter: brightness(1.5);
}
.thumbnail .item .content{
  position: absolute;
  inset: auto 10px 10px 10px;
}

nav{
  width: 100%;
  position: absolute;
  z-index: 999;
  padding: 10px;
  top: 0;
}
nav .nav-area{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
nav .nav-area .logo-area img{
  width: 200px;
}
nav .nav-area .links-area ul li{
  list-style: none;
  display: flex;
}


.logo-area{
  padding: 0px;
}
.logo-area p{
  width: 100%;
  color: #FFF;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 235.714% */

  text-align: justify;

}
footer .link-area a{
  color: white;
font-size: 14px;
font-weight: 400;
line-height: 29px;
letter-spacing: 0em;
text-align: left;

}
footer .icon-footer{
  display: flex;
  align-items: center;
}
footer .icon-footer a{
  text-decoration: none;
}
footer .icon-footer img{
  width: 15.203px;
  transition: 0.5s;
  display: none;
height: 15.203px;
transform: rotate(0deg);
flex-shrink: 0;
}
footer .icon-footer:hover img{
  width: 15.203px;
  transition: 0.5s;
  display: block;
height: 15.203px;
transform: rotate(0deg);
flex-shrink: 0;
}
.addr-area h5{
  color: #8A8B8C;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 38px; /* 211.111% */
text-transform: capitalize;
}

.addr-area p{
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-transform: capitalize;
}
.addr-area span{
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 29px;
  text-transform: capitalize;
}
footer .copy-area {
  color: #FFF;
font-size: 14px;
padding-bottom: 30px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 23.8px */
text-transform: capitalize;
margin-left: 40px;
}

.our-mission {
  display: flex;
  align-items: center;
  justify-content: center;
padding: 50px;
  background: #AB052D;
}
.our-mission {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-mission .desc-area{
  padding: 30px;

}
.our-mission .desc-area .break-line{
  width: 90px;
height: 6px;
flex-shrink: 0;
background: #FFF;
}
.our-mission .desc-area h2{
  color: #FFF;
  margin-bottom: 10px;
font-size: 45px;
font-style: normal;
font-weight: 700;

}

.our-mission .desc-area p{
  color: #FFF;
  margin-top: 20px;
  text-align: justify;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 168.75% */
}

.our-mission .img-area{
  align-items: center;
  display: flex;
  justify-content: center;

}
.why{
  min-height: 40vh;
}
.why .container-fluid{
padding: 50px;


}
.why .container-fluid .title-area h2{
  color: #394754;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 128% */
}

.why .container-fluid .break-line{
  width: 90px;
height: 6px;
flex-shrink: 0;
background: #AB052D;
}
.why .container-fluid .list-area{
  display: flex;
  justify-content: end;
  align-items: end;
}
.why .container-fluid .list-area ul li{
  list-style: none;
  margin-bottom: 10px;
  width: 512px;
  display: flex;
}
.why .container-fluid .list-area ul li p{
  color: #394754;
font-size: 16px;
text-align: justify;
font-style: normal;
font-weight: 400;

}
.why .container-fluid .list-area ul li img{
  width: 23px;
  margin-right: 20px;
height: 23px;
margin-top: 5px;
flex-shrink: 0;
}

.about-area{
  background: #394754;
 padding: 50px;
 display: flex;
 justify-content: center;
 text-align: center;
}
.about-area .abt-area-desc{
  display: flex;
  padding: 30px;
  align-items: center;
  flex-direction: column;
}
.about-area .abt-area-desc h2{
  color: #FFF;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 700;

}
.about-area .abt-area-desc .breakline{
  width: 90px;
  margin-bottom: 20px;
height: 6px;
flex-shrink: 0;
background: #AB052D;
}
.about-area .abt-area-desc p{
  color: #FFF;
text-align: center;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 37px; /* 205.556% */
width: 689px;
height: 140px;
flex-shrink: 0;
}
.bg-area{
  display: flex;
  background-image: url('./image/bg-products.png');

  background-size: contain;
  background-position: right;
  display: flex;
  background-repeat: no-repeat;

}
.bg-area .title-area{
  clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
  background-color: #AB052D;
  width: 65%;
  height: 60vh;
  display: flex;
  place-content: center;
  flex-direction: column;
    padding: 40px;
    align-items: baseline;
}
.bg-area .title-area h2{
  color: #FFF;
margin-top: 50px;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 128% */
}

.bg-area .title-area .breakline{
  width: 90px;
height: 6px;
flex-shrink: 0;
background: #FFF;
}
.product-sec{
  padding: 50px;
}
.product-sec .product-card{
  padding: 50px;
  background: #F8F8F9;
  margin-bottom: 20px;
  min-height: 60vh;
}
.product-sec .product-card img{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100px;
  height: 70px;
}
.product-sec .product-card h3{
  color: #394754;

font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 213.333% */
}
.product-sec .product-card p{
  color: #394754;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 168.75% */
}
.capa-des-sec{
  padding: 30px;
}
.capa-des-sec .capa-des p{
  color: #394754;
  font-size: 18px;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
}






.capa-list-sec{
  padding: 60px;

  justify-content: center;
  display: flex;
}

.capa-list-sec .capa-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.capa-list-sec .capa-list ul li img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

.capa-list-sec .capa-list ul li p{
  color: #394754;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;

}

.contact-area-sec{
  padding: 30px;
}

.contact-area-sec .contact-cont p{
  color: #394754;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px; /* 205.556% */

}

.contact-area-sec .contact-desc span{
  color: #AB052D;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 140% */

}
.contact-area-sec .contact-desc h3{
  margin-top: 40px; /* 181.818% */

  color: #9F1836;
font-size: 18px;
font-style: normal;
font-weight: 700;

text-decoration-line: underline;
text-transform: capitalize;
}
.contact-area-sec .contact-desc p{
  color: #000;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 36px;
text-transform: capitalize;
}

.contact-area-sec .contact-cont{
  margin-left: 20px;
    width: 80%;
}


p{
  margin-bottom: 0 !important;
}



ul{
  margin-bottom: 0px !important;
}

header{
  width:100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
}
#chk1{
  display: none;


}
i{
  color: #fff;
  cursor: pointer;
}
header .logo{
  flex: 1;
  color:#fff;

  margin-left: 50px;
  text-transform: uppercase;
  font-size: 15px;
}
header .search-box{
  flex: 1;
  position: relative;
}
.search-box input{
  width:100%;
  height: 40px;
  border: none;
  outline: none;
  background:#f2f2f2;
  border-radius: 30px;
  color:gray;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 40px;
  text-align: center;

}

.search-box button{
  cursor: pointer;
  width:40px;
  height: 40px;
  border-radius: 30px;
  border:none;
  position: absolute;
  top:0;
  right: 0;
  transform: scale(0.9);
  background: green;
  color: #fff;
}
header img{
  width: 180px;
}
header ul {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}
header ul li{
  list-style: none;
}
header ul li a{
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
header ul li a:hover{
  color: #FFF;
  border-top: 2px solid #ffffff;
}
header .menu{
  font-size: 2.5em;
  display: none;
}


/* css slider */
.slider{
  height: 100vh;
  margin-top: -50px;
  position: relative;
}
.slider .list .item{
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}
.slider .list .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .list .item::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;

}
.slider .list .item .content{
  position: absolute;
  left: 0%;
  align-items: baseline;
  padding: 43px;
  top: 0;
  clip-path: polygon(0 0, 50% 0, 73% 100%, 0% 100%);
  background: #AB052D;
  width: 100%;
  max-width: 80%;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider .list .item .content h2{
  color: #FFF;
font-family: nova;
font-size: 41px;
width: 50%;
font-style: normal;
font-weight: 700;
line-height: 59px; /* 143.902% */
text-transform: uppercase;
}
.break-line {
  width: 100px;
  height: 6px;
  margin-top: 30px;
  transition: width 0.5s ease-in-out;
  background-color: #FFF; /* Add a background color for testing */
}
.slider .list .item .content p:nth-child(1){
  text-transform: uppercase;
  letter-spacing: 10px;
}

.slider .list .item.active{
  opacity: 1;
  z-index: 10;
}
@keyframes showContent {
  to{
      transform: translateY(0);
      filter: blur(0);
      opacity: 1;
  }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
  transform: translateY(30px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
  animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
  animation-duration: 1.3s;
}
.arrows{
  position: absolute;
  bottom: 10%;
  right: 50px;
  z-index: 100;
}
.arrows button{
  background-color: #AB052D;
  border: none;
  font-family: monospace;
  width: 60px;
  height: 50px;

  font-size: x-large;
  color: #eee;
  transition: .5s;
}
.arrows button:hover{
  background-color: #394754;
  color: #fff;
}
.thumbnail{
  position: absolute;
  bottom: 50px;
  z-index: 11;
  display:  none;
  gap: 10px;
  width: 100%;
  height: 250px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;
}
.thumbnail::-webkit-scrollbar{
  width: 0;
}
.thumbnail .item{
  width: 150px;
  height: 220px;
  filter: brightness(.5);
  transition: .5s;
  flex-shrink: 0;
}
.thumbnail .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbnail .item.active{
  filter: brightness(1.5);
}
.thumbnail .item .content{
  position: absolute;
  inset: auto 10px 10px 10px;
}


.grey-backclr{
  background: #394754;
  min-height: 50vh;
  color: white;
  align-items: center;
  font-family: nova;
  justify-content: center;
  display: flex;
  text-align: center;
}
.grey-backclr .linebreaksmRed{
  width: 90px;
  height: 6px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: width 0.5s ease-in-out;
  background: #AB052D;
}
form{
  margin-top: 30px;
}

.contact-desc{
  margin-right: 20px;
}

.form-control {
  display: block;
    width: 100%;
    height: 50px;
    padding: 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D7D7D7;
     border-radius: 0px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn{
  width: 218px;
height: 63px;
flex-shrink: 0;
background: #AB052D;
border: none !important;
border-radius: 0px !important;
}
.btn:hover{
  color: #AB052D;
  background-color: white;
  border: 1px solid #AB052D !important;
}
.btn:active{
  color: #AB052D;
  background-color: white;
  border: 1px solid #AB052D !important;
}