body{
    font-family: Poppins;
}
p {
    font-size: 15px;
}
.addingtop {
    padding-top:90px;
}

/*scrollbutton*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/*Nav-Link*/
#navbarSupportedContent > ul li.active > a {
    color:grey !important;
}
.nav-link {
    color: #494949 !important;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 16px;
}
.left-pad-addon{
    padding: 0 36px 0 36px;
}
.logo-nav {
    height: 130px;
}
.dli{
    border-radius: 15%;
    height: 15px;
}
.nav-item ul .dropdown-menu .show {
    background-color: #fff;
}
.active .nav-link {
    color:#FFE600 !important;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

/*HOME*/
.carousel-item{
    max-width: 100%;
}
.carousel-inner .carousel-item > img{
    object-fit: cover;
    object-position: center;
    animation: zoomin 10s linear infinite;
}

@keyframes zoomin {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

.carousel-indicators > button {
        border-radius: 50%;
        width: 10px !important;
        height: 10px !important;

    }
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: rgba(255, 255, 255, 0.851) !important;
}
.carousel-dark .carousel-indicators .active {
    background-color: rgb(255, 237, 237) !important;
}
.product-index {
    padding-top: 55px;
}
.product-index h4 {
    font-size: 20px;
    font-weight: bolder !important;
    text-align: center;
    color: #ed1942;
    letter-spacing: -0.02em !important;
    font-family: Roboto !important;
    overflow-wrap: break-word;
    line-height: 1.2;
}
/*prod-index*/
.pro-con {
  position: relative;
  width: 100%;
}

.f-images {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay-pro {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: bottom 0.3s ease 0.1s;
  background-color: black;
}

/*.pro-con:hover .f-images {
  opacity: 0.3;
}*/

.pro-con:hover .overlay-pro {
  opacity: 0.5;
}

.pro-con:hover .btn-block{
  transition: bottom 0.3s ease 0.1s;
  opacity: 1;
  bottom: 10px;
}

.btn-block {
  position: relative;
  bottom: 0px;
  padding-left: 80px;
  padding-right: 80px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  font-family: Roboto !important;
  background-color: black !important;
  border-color: black !important;
  opacity: 0;  
  transform: translateZ(0);
}
.text-product{
    padding-top: 30px;
}
.text-product h3 {
    text-decoration: none !important;
    color:#ed1942 !important;
    font-family: Roboto !important;
    word-wrap: break-word;
    font-weight: 700 !important;
    font-family: Roboto !important;
    font-size: 12px;
}

/*post-list*/
.img-posts {
    width: 100% !important;
    height: 20vw !important;
    object-fit: cover !important;
}
.title-posts{
    text-decoration: none !important;
    color:#ed1942 !important;
    font-family: Roboto !important;
    word-wrap: break-word;
    font-weight: 700 !important;
    font-family: Roboto !important;
    font-size: 14px;
}

.more-products{
    font-family: Roboto !important;
    border-radius: 10em;
    font-weight: 700 !important;
    text-transform: initial !important;
    transition: color 200ms cubic-bezier(.785,.135,.15,.86),background-color 200ms cubic-bezier(.785,.135,.15,.86),border-color 200ms cubic-bezier(.785,.135,.15,.86);
    border-width: 1px;
    letter-spacing: -0.02em !important;
    font-size: 15px !important;
    padding: 14px 40px 14px 40px !important;
    color: #ed1942 !important;
    background-color: #ffff !important;
    border-color: #ed1942 !important;
}
.more-products:hover {
    color: #ffffff !important;
    background-color: #ed1942 !important;
    border-color: #ed1942 !important;
}
.all-news-btn{
    font-size: 15px !important;
    padding: 14px 40px 14px 40px !important;
    color: #ed1942 !important;
    background-color: transparent !important;
    border-color: #ed1942 !important;
    font-family: Poppins !important;
    font-weight: 700 !important;
}
.all-news-btn:hover {
    color: #ffffff !important;
    background-color: #ed1942 !important;
    border-color: #ed1942 !important;
}

/*profile*/
.profile-top {
    background-image: url(https://myhdicom.xeemore.com/storage/app/media/background/profile/mountain.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.prof-top2{
    background-color: #ed1942;
    opacity: 0.85;
    height: 50vh;
}
.insp h1{
    font-weight: 700 !important;
    letter-spacing: -0.05em !important;
    font-size: 75px;
    color:#fff;
    font-family: Poppins !important;
    overflow-wrap: break-word;
    text-align: center;
    display: block;
}

/*foto-leader*/
.container-pro {
  position: relative;
  width: 100%;
  padding: 30 30 30 30;
}

.image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  object-fit: cover;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1b1d1f;
}

.container-pro:hover .image {
  opacity: 0.3;
}

.container-pro:hover .middle {
  opacity: 0.8;
}

.text-pro {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  font-family: Roboto !important;
  margin-top: 0px !important;
}
.text-pro p {
    font-size: 10px;
}
/*endfotoleader*/

/*qproducts*/
.ingredients h1{
    font-size: 29px;
    color: #ed1942;
    font-family: Roboto !important;
    font-weight: 600;
}
.ingredients p {
    font-size: 18px;
    margin-top: 11px;
    color: #777;
    font-family: Roboto !important;
}
.qrow h1{
    font-size: 20px;
    color: #ed1942;
    font-family: Roboto !important;
    font-weight: 600;
}
.qrow p{
    font-size: 18px;
    font-weight: 600;
    margin-top: 11px;
    color: #777;
    font-family: Roboto !important;
}
.ourpro{
    font-size: 29px;
    color: #ed1942;
    letter-spacing: -0.05em !important;
    font-family: Roboto !important;
    line-height: 1.2;
    font-weight: 600;
}
/*slider*/
.resp2 div {
  position: relative;
  width: 100%;
  padding: 30 30 30 30;
}

.resp2 .container-fluid .img-fluid {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  object-fit: cover;
}

.resp2 .container-fluid .centered {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: red;
}

.resp2 .container-fluid:hover .img-fluid {
  opacity: 0.3;
}

.resp2 .container-fluid:hover .centered {
  opacity: 0.8;
}

.resp2 .container-fluid .centered .text-pro2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 15px;
  font-family: Roboto !important;
  margin-top: 0px !important;
  padding-left: 5px;
  padding-right:5px;
}
.resp2 .container-fluid .centered .text-pro2 hr {
    border-top: 2px solid white;
    opacity:1;
}

/*product*/
.hdi-prod .nav-pills .nav-item .nav-link{
    font-family: Poppins;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 11px;
    background-color:transparent !important;
    color: black !important;
}
.hdi-prod .nav-pills .nav-item .nav-link:hover {
    color: rgba(73,73,73,.5) !important;
}
.prod-tab .btn-block {
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding-left: 60px;
  padding-right: 60px;
  color: white;
  text-align: center;
  font-size: 10px;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: .1em;
  background-color: black !important;
  border-color: black !important;
  opacity: 0;  
  transform: translateZ(0);
}
.related-posts{
    column-count: 4;
    column-gap: 100px;
    column-span: all;
}

/*blog*/
#blog-con{
    width: 100%;
    /*height:70vh;*/
    height: 100%;
    background-color: #ed1942;
    opacity: 0.85;
    padding-top:30px;
}
#blog-con .container-fluid .container {
    padding-top:70px;
    overflow: hidden;
    padding-bottom: 70px;
}
#blog-con .container-fluid .container h1{
    font-size: 35px;
    color: #fff;
    font-family: Poppins !important;
    letter-spacing: -0.05em !important;
    font-weight: 600;
}
/*bulletin*/
#bulletin {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../images/placeholder.jpg");
    width: 100%;
    height:60vh;
    /*height: 100%;*/
    opacity: 0.85;
}
#bulletin .container-fluid .container {
    padding-top:150px;
    overflow: hidden;
}
/*magz*/
#img-magz {
    height: 350px;
}
/*faq*/
.faq-accord .accordion .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: none;
    border-right: none;
}
#headcon .container-fluid .container p{
    font-size: 18px;
    overflow-wrap: break-word;
    color: #fff;
    text-align: left;
    font-weight: 400 !important;
    font-family: Roboto !important;
}
.accordion-button{
  color:#ed1942;
  font-size: 20px;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: Roboto;
}
.accordion-button:not(.collapsed){
    color:#ed1942 !important;
    opacity: 0.5 !important;
}

/*contact-us*/
#headcon{
    width: 100%;
    /*height:60vh;*/
    height: 100%;
    background-color: #ed1942;
    opacity: 0.85;
}
#headcon .container-fluid .container {
    padding-left: 90px;
    padding-top:50px;
    overflow: hidden;
    padding-bottom: 50px;
}
#headcon .container-fluid .container h1{
    margin-top: 0px !important;
    font-weight: 700 !important;
    color: #fff;
    line-height: 1;
    font-size: 75px;
    font-family: Poppins !important;
}

.text-header-add {
   font-size: 20px;
   color: #ed1942;
   font-family: Roboto !important;
   margin-top: 0px !important;
}
.text-add p {
   font-size: 15px;
   overflow-wrap: break-word;
   line-height: 1.75;
   text-align: left;
   color: #777;
}
/*footer*/
.site-footer{
    background-color: #494949;
    padding-top: 15px;
    padding-bottom: 15px;
}
.text-footer{
    font-weight: 400;
    font-family: Roboto;
    font-size: .875em;
    color: #fff;
}

/*addition*/
.boldred {
    color: #ed1942 !important;
    font-weight: 600;
    font-family: Roboto !important;
    font-size: 15px;
}
.boldred-title {
    color: #ed1942 !important;
    font-family: Roboto !important;
    font-size: 29px;
}
.boldred-title-2 {
    color: #ed1942 !important;
    font-weight: 300;
    font-family: Roboto !important;
    font-size: 20px;
}
/*foradditionreveal*/
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}