/* @font-face {
  font-family: CERAPRO-BLACK;
  src: url(../font_family/CERAPRO-BLACK.TTF);
}

@font-face {
  font-family: CERAPRO-REGULAR;
  src: url(../font_family/CERAPRO-REGULAR.TTF);
}

@font-face {
  font-family: CERAPRO-MEDIUM;
  src: url(../font_family/CERAPRO-MEDIUM.TTF);
} */

@font-face {
  font-family: Croissant One;
  src: url(../font_family/CroissantOne-Regular.ttf);
}

@font-face {
  font-family: LilyScript One;
  src: url(../font_family/LilyScriptOne-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}

.nav-bar {
  box-shadow: 0px 4px 40px 10px rgba(163, 109, 0, 0.2);
  height: 70px;
}

.nav-bar .nav-btn {
  border: 2px solid #fcc046;
  border-radius: 7px;
  font-weight: 500;
  padding: 6px 17px;
  color: #fcc046;
  font-size: 10px;
  font-family: "PT Sans", sans-serif;
}

.nav-bar li {
  margin: 0 15px;
}

.nav-bar .dropdown-menu li {
  margin: 0;
}

.nav-bar .dropdown-menu li a:hover {
  background: #fcc046;
  color: white;
}

/* .nav-bar a {
  font-size: 17px;
  font-weight: 500;
  color: black;
  font-family: "PT Sans", sans-serif;
  text-decoration: none;
}

.nav-bar li .active {
  font-family: "PT Sans", sans-serif;
}

.nav-bar a:focus,
.nav-bar a:hover {
  color: #fcc046;
}

.nav-bar li a.active {
  color: #fcc046;
} */

/* -------LOGIN POPUP----- */
/* .nav-bar .login_popup,
.signup_popup {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(62, 41, 0, 0.6);
  z-index: 99;
  display: none;
}

.nav-bar .popup_inner {
  max-width: 900px;
  max-height: 520px;
  background: #ffffff;
}

.nav-bar .popup_inner .form-img {
  object-fit: cover;
} */

.nav-bar .popup_inner .log_form {
  text-align: center;
  background: url(/images/img/form-bg.png);
  background-size: cover;
  padding: 0 50px;
  position: relative;
}

/* .nav-bar .popup_inner .log_form .hide_login_popup,
.hide_signup_popup {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
} */

.nav-bar .popup_inner .log_form .log_head1 {
  font-size: 40px;
  font-family: LilyScript One;
  color: #fcc046;
  margin-top: 150px;
}

.nav-bar .popup_inner .log_form .log_head2 {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  margin-top: 10px;
}

.nav-bar .popup_inner .log_form .google_btn {
  max-width: 200px;
  margin: 10px auto 15px;
}

.nav-bar .popup_inner .log_form .signup_link,
.signin_link {
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
}

.nav-bar .popup_inner .log_form .signup_link span,
.signin_link span {
  color: #fcc046;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
}

/* ------------------------------ */
/* .Envite-Category {background: url(../img/Bg.png);background-repeat: no-repeat;background-size: cover;padding-top: 30px;padding-bottom: 60px;} */
.Envite-Category .head_para {
  color: #8d5e00;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}

.Envite-Category .heading {
  font-size: 30px;
  font-weight: 900;
  color: black;
  position: relative;
}

.Envite-Category .sub-heading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: black;
  padding-top: 30px;
  font-family: Croissant One;
}

.Envite-Category .top-design,
.bottom-design {
  max-width: 270px;
  max-height: 20px;
  margin: 0 auto;
}

.Envite-Category .envite_inner {
  max-width: 1040px;
  width: 100%;
}

.Envite-Category .filter {
  padding: 20px 0 40px 0;
}

/* .Envite-Category .filter button {
  background: transparent;
  outline: none;
  border: 1px solid #fcc046;
  padding: 10px 20px;
  border-radius: 13px 0 0 13px;
  border-right: none;
  width: 140px;
  color: #fcc046;
  font-family: "PT Sans", sans-serif;
} */

.Envite-Category .filter .premium_btn {
  background: #fcc046;
  border: 1px solid #fcc046;
  border-radius: 12px;
  color: #fff;
  margin-right: -12px;
}

.Envite-Category .filter .free_btn {
  border: 1px solid #fcc046;
  border-radius: 12px;
  color: #fcc046;
}

.Envite-Category .filter i {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: #fcc046;
  border-radius: 10px;
  margin-left: 0px;
  cursor: pointer;
}

/* .Envite-Category .filter ul {
  position: absolute;
  top: 50px;
  right: -80px;
  transform: translateX(-50%);
  width: 150px;
  background: white;
  box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 0;
  z-index: 1;
  display: none;
}

.Envite-Category .filter ul li {
  list-style: none;
  padding: 10px;
  font-family: "PT Sans", sans-serif;
  color: #707070;
  cursor: pointer;
} */

.Envite-Category .filter ul li:hover {
  background: #fcc046;
  color: #000000;
}

.Envite-Category .cards .card {
  border-radius: 10px;
  box-shadow: 0px 4px 60px 30px rgba(0, 0, 0, 0.05);
  position: relative;
}

.Envite-Category .cards .card .favorite {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 8px;
  cursor: pointer;
}

.Envite-Category .cards .card .favorite i {
  font-size: 20px;
  color: #ea2076;
}

.Envite-Category .cards .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.Envite-Category .cards .hover .hover_btn {
  background: #fcc046;
  color: white;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
}

.Envite-Category .cards .card:hover .hover {
  display: flex;
}

.Envite-Category .cards .card img {
  max-width: 100%;
  max-height: auto;
}

.Envite-Category .cards .card .detail {
  font-size: 12px;
  font-weight: 700;
  color: #363954;
  font-family: "PT Sans", sans-serif;
}

.Envite-Category .cards .card .price {
  color: #ea2076;
  font-size: 13px;
}

.Envite-Category .cards .card .views {
  font-size: 12px;
  font-weight: 400;
  color: #505960;
  font-family: "PT Sans", sans-serif;
}

/* Done by RSA on 18-12-2024(Start) */
.biodata-keywords-section p { 
  display: inline;
  color: #696b79;
  line-height: 25px;
}

.biodata-keywords-section p, .biodata-paragraph-section p {
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
}

.biodata-keywords-section .container > p:after {
  content: "|";
  margin-left: 3px;
}

.biodata-keywords-section .container > p:last-child:after {
  content: "";
}

.biodata-keywords-section {
  padding: 30px 0;
}

.biodata-paragraph-section {
  padding: 30px 0 0 0;
}
/* Done by RSA on 18-12-2024(End) */

/* ---------------------- */
/* .footer {
  background: #fcc046;
  padding: 50px 0 0px 0;
}

.footer .foot-nav {
  border-bottom: 2px solid#F99C19;
}

.footer .foot-nav img {
  width: 200px;
  max-width: 100%;
}

.social a>img {
  width: 26px !important;
  height: 26px;
}

.footer .foot-nav h3 {
  padding-left: 2rem;
  font-family: Croissant One;
  font-size: 20px;
}

.footer .foot-nav li {
  list-style: none;
}

.footer .copyright span {
  color: #d87e00;
  text-align: center;
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
}

.footer .one {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #5a3500;
}

.footer .one p {
  font-family: "PT Sans", sans-serif;
  padding-top: 25px;
}

.footer .two,
.third {
  border-right: 2px solid #f99c19;
}

.footer ul li a {
  color: #ffffff;
  justify-content: left;
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
}

.footer ul li a:hover {
  color: #ffffff;
  cursor: pointer;
}

.footer .mail,
.social {
  padding-left: 2rem;
}

.footer .mail input {
  padding: 8px 10px;
  border: 2px solid black;
  border-right: none;
  background: transparent;
  border-radius: 8px 0 0 8px;
  outline: none;
  font-family: "PT Sans", sans-serif;
}

.footer .mail input::placeholder {
  color: white;
}

.footer .mail button {
  padding: 4px 20px;
  border-radius: 0 8px 8px 0;
  background: #100c04;
  color: white;
  outline: none;
  border: none;
  font-family: "PT Sans", sans-serif;
} */

/* ------------------------------ */
/* @media screen and (min-width: 1400px) {
  .nav-bar li {
    margin: 0 20px;
  }
} */

/* ------------------------------ */
@media screen and (max-width: 1300px) {
  .footer .mail {
    padding-left: 0;
  }
}

/* -------------------------------------- */
@media screen and (max-width: 1200px) {

  .footer .two,
  .third {
    border: none;
  }

  .nav-bar li {
    margin: 0 10px;
  }
}

/* -------------------------------------- */
@media screen and (max-width: 1024px) {
  .Envite-Category .cards .c6 {
    margin-left: 10px;
  }

  /* Added by RSA on 06-06-2024 */
  .Envite-Category .sub-heading {
    display: block !important;
  }
}

/* ------------------------------ */
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse {
    z-index: 1 !important;
    background: white !important;
  }

  .navbar-nav form {
    padding-top: 30px;
  }

  .navbar .contact_us {
    width: 100% !important;
  }

  .navbar .nav-btn {
    max-width: 100px;
  }

  .navbar .nav-btn,
  .contact_us {
    margin: 0 0 10px 10px !important;
  }

  .nav-bar .popup_inner {
    max-width: 700px;
  }

  .nav-bar .popup_inner .log_form .log_head1 {
    margin-top: 100px;
  }

  .nav-bar .popup_inner .log_form .log_head2 {
    margin-top: 20px;
  }
}

/* ------------------------------------------- */
@media screen and (max-width: 768px) {
  .Envite-works-section .card-section .card-3 {
    margin-right: 60px;
  }

  .nav-bar .popup_inner .form-img {
    display: none;
  }

  .nav-bar .popup_inner .log_form {
    width: 100%;
    height: 350px;
  }

  .nav-bar .popup_inner .log_form .log_head1 {
    margin-top: 80px;
  }

  .nav-bar .popup_inner .log_form .google_btn {
    margin: 15px auto 30px;
  }

  /* .Envite-Category .filter ul {
    right: -100px;
  } */
}

/* ---------------------------------- */
@media screen and (max-width: 767px) {

  /* Commented by RSA on 25-12-2023(Start) */
  /* .Envite-Category #products_view .col-xl-3 {width: 50%;}
  .Envite-Category #products_view .col-xl-3 .card {width: 100%;} */
  /* Commented by RSA on 25-12-2023(End) */
  /* Commented by RSA on 06-06-2024(End) */
  /* .Envite-Category .envite_inner .head_para {display: none;} */
  /* by pawan */
  /* .Envite-Category .envite_inner .ProductCard {width: 50%;max-width: 50%;margin-bottom: 20px;} */
  .Envite-Category .envite_inner .ProductCard .card-heading {
    padding: 10px 0 0 !important;
  }

  .Envite-Category .envite_inner .heading {
    margin: 0;
  }

  .Envite-Category .envite_inner .ProductCard .card {
    margin: 10px 0;
  }

  /* End by pawan */
}

/* ---------------------------------- */
@media screen and (max-width: 600px) {
  /* .Envite-Category .filter ul {
    right: -50px
  } */
  .Envite-Category .filter i{
    width: 35px;
    height: 35px;
  }
}


@media screen and (max-width: 420px) {
  /* .Envite-Category .filter ul {
    right: -50px
  } */
  .Envite-Category .filter i{
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

/* ---------------------------------- */
@media screen and (max-width: 350px) {
  .footer .mail {
    padding-left: 0;
  }

  .Envite-Category .filter {
    justify-content: start !important;
  }

  /* Commented by RSA on 25-12-2023(Start) */
  /* .Envite-Category .filter .show_filter_list {margin-top: 20px;} */
  /* Commented by RSA on 25-12-2023(End) */
}