@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*Graphik Fonts*/
@font-face {
    font-family: 'graphik_trialbold';
    src: url('../fonts/graphik-bold-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-bold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphik_trialmedium';
    src: url('../fonts/graphik-medium-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-medium-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphik_regular_trialregular';
    src: url('../fonts/graphik-regular-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-regular-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphik_trialsemibold';
    src: url('../fonts/graphik-semibold-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-semibold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: #001446;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #d0116c;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}
a:hover{
    text-decoration: none;
    color: #000;
}

hr:not([size]) {
    height: 1px;
    color: #d0116c;
}
h4{
    font-size: 1.6rem;
    font-family: 'poppinsmedium';
    color: #575757;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
    box-shadow: none;
    border: none;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: 0.8rem;
    border-radius: 50%;
    color: #d0116c;
    left: 0;
    top: 0px;
}
.img-rounded{
    border-radius: 20px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #d0116c;
}
.common-btn {
    background: #d0116c;
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-size: .9rem;
    transition: 0.3s ease-in-out;
}
.common-btn:hover, .common-btn:focus {
    color: #fff;
    box-shadow: 0 6px 8px rgb(0 0 0 / .5);
    transform: scale(1.05);
}

.navbar-brand img{
  width: 150px;
}

/* Carousel Caption Custom */
.carousel-caption-custom {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 50%;
  bottom: auto;
}
.carousel-caption p{
  font-size: 2rem;
  font-family: 'poppinssemibold';
  margin-bottom: 0;
}
.carousel-caption h2{
  font-size: 3rem;
  font-family: 'poppinsextrabold';
  margin-bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
  text-transform: uppercase;
  color: #000;
  font-size: .9rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #d0116c;
}
.navbar-expand-lg .navbar-nav .nav-link:focus{
    color: #d0116c;
}
.navbar-nav .nav-link.active {
  color: #d0116c !important;
}

.common-heading{
  font-family: 'poppinsextrabold';
}
.bottel-icon{
  width: 52px;
}
.bg-light-pink{
  background: #FFF0F7;
}
.about-icon{
  width: 52px;
  margin-bottom: 15px;
}
.products h4, .products p {
  color: #001446;
}

.reborn{
  background: url('../images/reborn.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.reborn-box{
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  margin: 30px 0;
}
.reborn-box h4{
  color: #001446;
  font-family: 'poppinssemibold';
  text-transform: uppercase;
}

/*Owl Carousel CSS*/
.blog .owl-prev{
    top: 40% !important;
}
.blog .owl-next{
    top: 40% !important;
}
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #d0116c;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 45% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #d0116c;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 45% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}
.owl-carousel .owl-item img.comma{
    width: 70px;
    display: inline-block;
}

footer{
  background: #2B0015;
  color: #fff;
  padding-top: 40px;
}
.footer-logo{
  width: 130px;
  margin-bottom: 15px;
}
footer h4{
  font-family: 'poppinssemibold';
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
}
footer ul{
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
  margin-bottom: 10px;
}
footer ul li a{
  color: #fff;
}
footer ul li a:hover{
  color: #d0116c;
}
.socail-links a{
  color: #fff;
  margin-left: 7px;
}
.socail-links a:hover{
  color: #d0116c;
}
.form-control{
    font-size: 0.8rem;
}
.form-select {
    font-size: 0.8rem;
}

/*Media Query*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .common-btn.ms-3{
        margin-left: 0 !important;
    }
}

@media (max-width: 767.98px) {
  .carousel-caption-custom {
    max-width: 100%;
    text-align: center;
    width: 80%;
  }
  .carousel-item img{
    height: 350px;
    object-fit: cover;
  }
  .carousel-item {
    height: 350px;
    overflow: hidden;
  }
  .carousel-caption h2{
    font-size: 1.7rem;
  }
  .carousel-caption p{
    font-size: 1.4rem;
  }
  .mob-t3{
    margin-top: 30px;
  }
  .reborn-box{
    margin: 0;
  }
   .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    footer h4 {
        margin-top: 20px;
    }
    .common-btn.ms-3{
        margin-left: 0 !important;
    }
}
