* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.theme-btn {
  text-decoration: none;
  display: inline-flex;
  padding: 8px 20px;
  background: #ff9900;
  color: white;
  outline: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

.theme-btn:hover {
  background: black;
  color: white;
}

.text-theme {
  color: #f99d25;
}
.bg-grey {
  background-color: #f2f2f2;
}

.theme-title {
  color: #f99d25;
  font-size: 20px;
  margin-bottom: 30px;
}

/*--home page start--*/

/*--header file CSS start--*/
/*--navber first CSS start--*/

.nav-first ul {
  list-style: none;
  padding-left: 0 !important;
}

.nav-first ul li {
  display: inline-block;
  margin-top: 20px;
  line-height: 5px;
}

.nav-first ul li a {
  text-decoration: none;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin: 7px;
  letter-spacing: 0px;
  word-spacing: 3px;
}

.search-icon {
  /*  margin-right: 20px; */
  margin-top: 13px;
}

@media screen and (max-width: 992px) {
  .search-icon {
    margin-top: 0px;
  }
}

.search-icon a .bi:hover {
  color: #f19d03;
}

.nav-first ul li a:hover {
  color: #f19d03;
}

.search-icon a .fa {
  font-size: 12px !important;
  color: #000;
  margin-left: 10px;
}

.search-icon a .bi {
  font-size: 20px !important;
  color: #000;
  margin-left: 20px;
}

.search-icon a .fa:hover {
  color: #f19d03;
}

/*--navber first CSS and--*/

/*--navbar second CSS start--*/

.nav1 ul {
  list-style: none;
  padding-left: 0 !important;
}

.nav1 ul li {
  display: inline-block;
}

.nav1 ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin: 7px;
  letter-spacing: 0px;
}

.nav1 ul li a:hover {
  color: #f19d03;
}

/*--navbar second  CSS and--*/

/*--Third navbar CSS start--*/
.thrid {
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  /* overflow: hidden; */
}

.thrid a {
  display: inline-block;
  color: black;
  padding-left: 20px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
}

@media screen and (max-width: 740px) {
  .thrid a {
    padding: 20px 10px;
  }
}

.thrid a:hover {
  color: #f19d03;
}

/*--Third navbar CSS and--*/

/*--header file CSS and--*/

/*--Section banner CSS Start--*/

.full-banner {
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .full-banner {
    margin-bottom: 70px;
  }
}

.full-banner .container .row {
  display: flex;
  justify-content: space-between;
}

.banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
}

.text ul {
  list-style: square;
  color: grey;
}

.text ul li {
  margin-left: -24px;
}

.text ul li h4 {
  color: #f19d03;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .text ul li h4 {
    color: #f19d03;
    font-family: Roboto, sans-serif;
    margin-top: 50px;
    font-weight: 500;
    font-size: 17px;
  }
}

.text h2 {
  color: #f19d03;
  font-weight: 700;
}

.text h1 {
  font-size: 55px;
  font-weight: 650;
}

@media screen and (max-width: 992px) {
  .full-banner .container .text h1 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

.text p {
  line-height: 25px;
  color: grey;
  text-align: left;
}

.text ul li h5 {
  color: #f19d03;
}

/*--Section banner CSS and--*/

/*--Peoject Start CSS--*/

.project {
  padding: 10px 20px;
  align-items: center;
}

.project .container-fluid .project-text {
  margin-bottom: 40px;
}

.project .container-fluid .project-text ul {
  list-style: square;
  display: flex;
}

.project .container-fluid .project-text ul li {
  color: #f19d03;
  margin-left: -20px;
}

.project .container-fluid .project-text ul li span {
  color: #f19d03;
  font-size: 15px;
  font-weight: 500;
}

.project .heading-text h1 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  display: block;
  font-weight: 600;
  color: #000;
}

/*--Peoject Start And--*/

/*--card file START CSS--*/

.card .card-body {
  margin-top: 36px;
}

.card .card-body a {
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 3px 10px;
  /* background-color: #2c3e50; */
  color: #000;
  font-family: "Inter", sans-serif;
  margin-left: -5px;
}

.card:hover {
  /*  margin-top: 5px;*/
  /* transition: all 300ms ease-in-out;
  transform: translateY(-25px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25); */
}

.owl-carousel .card .card-body .card-subtitle {
  margin-top: 40px;
  margin-bottom: 15px;
}

.card .card-body .card-subtitle span {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #4e5151;
}

@media screen and (max-width: 556px) {
  .card .card-body .card-subtitle span {
    font-size: 10px;
  }

  .card .card-body .card-subtitle a {
    font-size: 10px;
  }
}

.deo {
  float: right;
}

@media screen and (max-width: 900px) {
  .project .container .card {
    margin-top: 20px;
  }

  .project .container .card-body {
    box-sizing: border-box;
    padding: 10px;
  }
}

.progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  background-color: #e9ecef;
  margin-top: -7px;
}

.progress-bar {
  background-color: #6bdd7b;
}

.card-title h4 {
  font-size: 19px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  cursor: pointer;
  letter-spacing: 0px;
  color: #000;
}

.card-text span {
  font-weight: bold !important;
}

.card-title article {
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 552px) {
  .card-title article {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  .deo {
    margin-top: 0px;
  }
}

/*--card file START and--*/

/*--owl-carousel CSS START--*/

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  color: black !important;
  position: absolute;
  top: 40%;
  opacity: 0.8;
  height: 35px !important;
  width: 35px !important;
  border-radius: 50px !important;
}

.owl-carousel .owl-prev {
  left: 0;
  font-size: 10px !important;
  background-color: #2d3436 !important;
  color: white !important;
}

.owl-carousel .owl-next {
  right: 0;
  font-size: 10px !important;
  background-color: #2d3436 !important;
  color: white !important;
}

/*--owl-carousel CSS and--*/

/*--about section file CSS start--*/
.about-pro .about-titlepro h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.875rem;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 80px;
  cursor: pointer;
}

@media screen and (max-width: 756px) {
  .about-pro .about-titlepro h3 {
    font-size: 25px;
  }
}

.about-pro .about-titlepro h3:hover {
  text-decoration: underline #ff9900;
}

.about-pro .text-text-pro li {
  margin-left: -32px;
  color: #ff9900;
}

@media screen and (max-width: 992px) {
  .about-pro .text-text-pro li {
    margin-left: -15px;
  }
}

.about-pro .text-text-pro li h4 {
  color: #ff9900;
}

.about-pro .text-text-pro h3 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
}

.about-pro .text-text-pro p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.funder-text-title-circle {
  display: flex;
}

@media screen and (max-width: 756px) {
  .funder-text-title-circle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.funder-text-title-circle .icon-pro-line-icob span .bi {
  color: #ff9900;
  font-size: 30px;
  margin-left: -10px;
}

.funder-text-title-circle .funder-title {
  margin-left: 30px;

  text-align: justify;
}

.funder-text-title-circle .funder-title h4 {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  color: #000;
}

.funder-text-title-circle .funder-title p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
  letter-spacing: 1px;
  line-height: 18px;
}

@media screen and(max-width: 756px) {
  .funder-text-title-circle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.pant-button-2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .pickfunder-logo {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .pant-button-2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/*--about section file CSS and--*/

/*--free fudling CSS start--*/

.free-funding {
  margin-bottom: 70px;
}

.free-funding .container .content-text {
  border: 1px solid #a4a8ad;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 10px 20px;
  min-height: 373px;
}

@media screen and (max-width: 768px) {
  .free-funding .container .content-text {
    min-height: 0px;
  }
}

.free-funding .container .content-text .icon-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 120px;
  width: 120px;
  border-radius: 50px;
  font-size: 25px;
  transition: 0.5s;
  position: relative;
  /* background-color: #F99D25; */
  color: white;
}

/* .free-funding .container .content-text .icon-bar:hover {
  transform: scale(1.2);
} */

/* .free-funding .container .content-text .icon-bar:hover {
  background-color: #fff;
  box-shadow: 2px 2px 2px grey;
} */

/* .free-funding .container .content-text .icon-bar > span:hover {
  background-color: #f19d03;
} */

/* .free-funding .container .content-text .icon-bar > span {
  position: absolute;
  top: 5px;
  margin-left: 70px;
  border-radius: 50px;
  padding: 10px 10px;
  background-color: #9e9e9e;
} */

.free-funding .container .content h3 {
  font-weight: 700;
  line-height: 35px;
  color: #000;
  margin-top: 17px;
}

.free-funding .container .content-text h3 {
  font-weight: 700;
}

.free-funding .container .content-text p {
  line-height: 40px;
  font-weight: 500;
  color: #000;
  font-size: 17px;
}

.free-funding .container .content-text a {
  padding: 25px 60px;
  box-sizing: border-box;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 800;
  margin: 5px;
  background-color: #f19d03;
  text-transform: uppercase;
  margin-top: 70px;
}

.free-funding .container .content-text a:hover {
  /* background-color: grey; */
  /* color: white;
  transition: 0.9s;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase; */
}

/*--free fudling CSS And--*/

/*--last page start--*/

.all-line {
  color: #a4a8ad;
}

.last-page {
  background-color: black;
  padding: 100px 30px;
}

.last-page ul {
  list-style: none;
}

.last-page ul li a {
  color: white;
  font-size: 15px;
  font-family: ShopifySans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
}

.last-page ul li a:hover {
  color: #f19d03;
  border-bottom: 2px solid #f19d03;
}

/* .last-pagei {
  color: white;
  margin: 10px;
} */

.info a {
  color: white;
  font-size: 15px;
  font-family: ShopifySans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.info a .fa {
  padding: 0 5px;
  font-size: 14px;
}

.copy-right p {
  color: white;
  display: flex;
  justify-content: center;
  font-family: ShopifySans, Helvetica, Arial, sans-serif;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .copy-right p {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  footer .last-page .img-fluid {
    width: 200px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .last-page {
    text-align: center;
  }

  footer .last-page .img-fluid {
    width: 150px;
    margin-top: -50px;
    /* margin-bottom: 50px; */
  }

  .last-page ul li a {
    margin-right: 40px;
  }

  .about-use {
    margin-top: -14px;
  }
}

/* .hr-line {
  color: white;
}
 */
/*--last page and--*/

.copy-right p {
  color: white;
  display: flex;
  font-size: 14px;
  font-family: ShopifySans, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.menu .nav-link {
  background-color: white;
  display: flex;
  align-items: center;
  list-style: none;
}

.icon-up {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  position: fixed;
  bottom: 0;
  right: 30px;
  margin-bottom: 50px;
  background-color: grey;
}

.icon-up .bi {
  font-size: 30px;
}

/*--last page and--*/

/*--home page and--*/

/*--login css start--*/

.login-form {
  background: linear-gradient(rgba(5, 2, 16, 0.5), rgba(5, 2, 16, 0.5)),
    url(../images/create.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}

.login-form .design .logo img {
  width: 300px;
}

.login-form .design {
  min-height: 500px;
}

.design form .submit-button {
  display: block;
  width: 100%;
  border: 1px solid white;
  background: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 7px;
}

.label {
  margin-top: 12px;
}

.design form label {
  font-size: 17px;
  color: white;
  font-family: "Roboto", sans-serif;
}

.design form .phone-number {
  width: 100%;
  border-bottom: 1px solid white;
  color: white;
}

.design form .phone-number select {
  width: 50px;
  background: transparent;
  color: inherit;
  padding: 5px 10px;
  border: 0;
  border-right: 1px solid white;
  outline: 0;
  -webkit-appearance: none;
}

.design form .phone-number select option {
  color: black;
}

.design form .phone-number input {
  background: transparent;
  color: white;
  padding: 5px 15px;
  outline: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
}

.login-form .design .signup-button {
  text-decoration: none;
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  border: 2px solid white;
  padding: 7px 15px;
  margin-top: 10px;
  border-radius: 7px;
}

.login-form .text-titie-back {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
}

.login-form .text-titie-back a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-top: 20px;
  margin-left: 35px;
}

/*--login css and--*/

/*--signin css start--*/

.signin-form {
  background: linear-gradient(rgba(5, 2, 16, 0.5), rgba(5, 2, 16, 0.5)),
    url(../images/create.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}

.signin-form .design .logo img {
  width: 300px;
}

.signin-form .design {
  min-height: 500px;
}

.design form .sign-in-button {
  display: block;
  width: 100%;
  border: 1px solid white;
  background: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 7px;
}

.design form label {
  font-size: 17px;
  color: white;
  font-family: "Roboto", sans-serif;
}

.design form .phone-number {
  width: 100%;
  border-bottom: 1px solid white;
  color: white;
}

.design form .phone-number select {
  width: 50px;
  background: transparent;
  color: inherit;
  padding: 5px 10px;
  border: 0;
  border-right: 1px solid white;
  outline: 0;
  -webkit-appearance: none;
}

.design form .phone-number select option {
  color: black;
}

.design form .phone-number input {
  background: transparent;
  color: white;
  padding: 5px 15px;
  outline: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
}

.signin-form .design a {
  text-decoration: none;
  color: white;
  display: block;
  text-align: center;
}

.design form .first input {
  background: transparent;
  color: white;
  outline: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
}

.design form .first {
  width: 100%;
  border-bottom: 1px solid white;
  color: white;
}

.design form .email input {
  background: transparent;
  color: white;
  outline: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
}

.design form .email {
  width: 100%;
  border-bottom: 1px solid white;
  color: white;
}

.signin-form .text-titie-back {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
}

.signin-form .text-titie-back a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-top: 20px;
  margin-left: 35px;
}

/*--signin css and--*/

/*--project css start--*/

.project {
  /*  margin-top: 60px;
  margin-bottom: 60px; */
}

.project .container .content h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.project .container .content p {
  color: #838694;
}

section.container {
  width: 1100px;
}

@media screen and (max-width: 600px) {
  section.container {
    width: 360px;
  }
}

#from-back {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9ee;
  padding: 30px;
  margin: 30px auto;
}

.form-frame span {
  color: #838694;
}

.form-frame label {
  width: 100%;
  font-weight: 600;
  color: #838383;
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 5px;
}

.form-frame input {
  width: 100%;
  border: 1px solid lightgray;
  margin-bottom: 10px;
  padding: 7px 15px;
  font-size: 15px;
}

.form-frame textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid lightgray;
}

.form-frame a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff9900;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 0px;
  border-radius: 5px;
  color: white;
}

.form-frame .text small {
  color: #e83e8c;
}

.form-frame select {
  width: 100%;
  height: 45px;
  box-shadow: none;
  border: 1px solid lightgray;
}

.form-frame option {
  background-color: lightgray;
  color: grey;
  overflow: scroll;
}

.checkbox label {
  color: #838694;
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkbox h3 {
  margin-top: 30px;
  padding-top: 40px;
}

.Reward h3 {
  font-size: 24px;
  text-align: left;
  margin: 40px 0px;
  color: #838694;
}

.butt a {
  text-decoration: none;
  border: 1px solid lightgray;
  padding: 5px 5px;
  display: inline-block;
  float: right;
  margin-top: 50px;
  color: black;
}

.line {
  margin-top: 120px;
}

.buttp a {
  text-decoration: none;
  color: black;
}

.buttp {
  border: 1px solid lightgray;
  padding: 5px 10px;
  float: right;
}

/*--project css and--*/

/*--contact css start for a new file--*/

.Connect-noe {
  margin: 50px 0;
}
.Connect-noe .container .text-me ul span {
  font-size: 20px;
  color: #ff9900;
}

.Connect-noe .container .text-me ul li {
  list-style: square;
  color: grey;
}

.Connect-noe .container .text-me h1 {
  font-size: 56px;
  letter-spacing: -0.8px;
  font-weight: 700;
  line-height: 1.32;
  color: #1b1f2e;
  margin-bottom: 30px;
}

.Connect-noe .container .text-me p {
  color: #838694;
  font-size: 16px;
  line-height: 2.1;
}

.Connect-noe .container input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  background-color: #f7f7f9;
  border: none;
  padding: 20px 20px;
}

.Connect-noe .container textarea {
  background: #f7f7f9;
  width: 100%;
  padding: 20px 20px;
  max-height: 135px;
  border: none;
  font-size: 15px;
  box-shadow: none;
}

.but {
  margin-top: 10px;
  padding: 20px 70px;
  margin-bottom: 20px;
  border: none;
  transition: 0.9s;
  text-transform: uppercase;
  background-color: darkgray;
  font-weight: 600;
}

.but:hover {
  color: white;
}

/*--contact css  for a new file and--*/

/*--my campaigns css start--*/

/*--section my big-banner start CSS--*/

section.title-pro .container ul {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  width: 200px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding: 25px;
  margin-top: -50px;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}

.title-pro .container li {
  list-style: none;
  color: grey;
  display: inline-block;
}

.title-pro .container li a {
  text-decoration: none;
  text-transform: uppercase;
  color: grey;
}

.title-pro .container li a:hover {
  text-decoration: underline;
}

section.my-cam {
  background-image: linear-gradient(rgba(5, 2, 16, 0.5), rgba(5, 2, 16, 0.5)),
    url(../images/book1.jpg);
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

section.my-cam .contact {
  font-size: 49px;
  margin-left: 80px;
  font-weight: 700;
  color: white;
}

section.my-cam .contact h1 {
  font-weight: 700;
  font-size: 40px;
}

/*--section my big-banner and CSS--*/

/*--section dashboard-pro css start--*/

.dashboard-pro .container {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  width: 200px;
  height: 100px;
  font-size: 14px;
  font-weight: 500;
  /*padding: 25px;*/
  margin-right: 107px;
  margin-top: -50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .dashboard-pro .container {
    margin-left: 20px;
  }
}

.dashboard-pro .container li {
  list-style: none;
  color: grey;
  display: inline-block;
}

.dashboard-pro .container li a {
  text-decoration: none;
  text-transform: uppercase;
  color: grey;
}

.dashboard-pro .container li a:hover {
  text-decoration: underline;
}

.normal-text .container h5 {
  margin-bottom: 55px;
}

/*--section dashboard-pro css and--*/

/*--an-illustrated css start--*/

.an-illustrated .container h1 {
  color: red;
}

.wind-title .container ul {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 400px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-top: -70px;
  float: right;
}

@media screen and (max-width: 900px) {
  .wind-title .container ul {
    margin-right: 25px;
    width: 300px;
    font-size: 10px;
  }
}

.wind-title .container li {
  list-style: none;
  color: grey;
  display: inline-block;
}

.wind-title .container li a {
  text-decoration: none;
  text-transform: uppercase;
  color: grey;
}

.wind-title .container li a:hover {
  text-decoration: underline;
}

/*video and text css start*/

.recipes .container .cont-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.recipes .container .cont-text p {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #838694;
  text-align: left;
}

.recipes .container .intro a {
  text-decoration: none;
  background-color: #ff9900;
  color: white;
  padding: 3px 10px;
}

.recipes .container .intro-text h3 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
  margin-top: 0;
}

.recipes .container .box {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 35px 25px;
  margin-top: 10px;
}

.recipes .container .box h3 {
  color: #ff9900;
}

@media screen and (max-width: 1000px) {
  .recipes .container .box h3 {
    font-size: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 770px) {
  .recipes .container .box h3 {
    font-size: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .recipes .container .box p {
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .recipes .container .box p {
    font-size: 25px;
    text-align: center;
  }
}

.recipes .container .prim {
  display: inline-block;
  float: right;
}

.recipes .container .pro-bar {
  height: 9px;
}

.recipes .container .dolar p {
  margin-top: 10px;
  font-weight: 600;
}

.recipes .container .dolar p > span {
  color: #ff9900;
  font-weight: bold;
}

.recipes .container .dolar-but a {
  text-decoration: none;
  color: black;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 15px 9px;
  margin: 0px 5px;
}

.recipes .container .dolar-but a:hover {
  border: 1px solid #ff9900;
}

.recipes .container .compun p {
  display: flex;
}

.recipes .container .text-p a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.recipes .container .text-p a:hover {
  color: #ff9900;
}

.recipes .container .icon-box {
  font-size: 30px;
  padding: 15px;
}

.recipes .container .button-theem {
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .recipes .container .button-theem a {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.recipes .container .button-theem .goon {
  background-color: white;
  color: black;
  font-size: 35px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}

/*video and text and start*/

/*--section tab plugin  CSS start--*/
section.box-modl .container {
  border-left: 2px solid grey;
}

ul .nav-item .b-tto-un {
  text-decoration: none;
  text-transform: capitalize;
  margin: 10px;
  padding: 20px 60px;
  background-color: #ff9900;
  color: white;
  font-size: 20px;
}

section.box-modl .container .title-text-promo p {
  color: #7a7a7a;
  margin-bottom: 30px;
}

section.box-modl .container .title-text-promo span {
  /*position: absolute;*/
  padding: 3px 10px;
  border-radius: 50%;
  background-color: #ff9900;
  margin-left: -23px;
}

ul .nav-item .b-tto-un:focus {
  background-color: white;
  color: black;
  box-shadow: 2px 2px 10px lightgray;
}

@media screen and (max-width: 900px) {
  ul .nav-item .b-tto-un {
    display: flex;
    padding: 12px 12px;
  }
}

/*--section tab plugin  CSS and--*/

/*peoject css Start*/

.project .container .progress {
  height: 9px;
}

.project .container .card p {
  font-weight: bold;
}

.project .container .card p .format {
  color: #ff9900;
  font-weight: bold;
}

/*peoject css and*/

/*--section description storys CSS start--*/

.description .container .heading h2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}

.description .container .heading p {
  color: #838694;
  line-height: 40px;
  margin-bottom: 40px;
}

.description .container .heading ul {
  overflow-wrap: break-word;
}

.description .container .heading ul li {
  list-style: none;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #838694;
}

@media screen and (max-width: 900px) {
  .description .container .heading ul li {
    font-size: 15px;
    line-height: 20px;
    margin-right: 0px;
  }
}

.description .container .heading .bi {
  margin: 20px;
  background-color: #ff9900;
  border-radius: 50%;
}

.description .container .natural-images p {
  color: #838694;
  line-height: 35px;
  margin-bottom: 40px;
  margin-top: 20px;
}

/*--section description storys CSS and--*/

/*--rewaeds-title start css--*/

.description .container .rewards-title h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
}

.description .container .rewards-card {
  background-color: #f7f7f9;
  padding: 50px 20px;
}

.description .container .rewards-card h6 {
  font-size: 20px;
  color: black;
}

.description .container .rewards-card span {
  color: #ff9900;
}

.description .container .rewards-text ul {
  list-style: none;
}

.description .container .rewards-text ul li {
  padding-top: 20px;
  font-size: 18px;
  color: #838694;
}

.description .container .rewards-text .bi {
  padding: 5px;
  color: #ff9900;
}

.description .container .rewards-text .new-color {
  color: black;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .description .container .rewards-text ul li {
    font-size: 15px;
  }
}

/*--rewaeds-title and css--*/

/*--peoject  CSS Start--*/
.project .container .project-text ul {
  padding-left: 0px !important;
}

.project .container .project-text ul li {
  color: #000;
  line-height: 6px;
  list-style: square;
  cursor: pointer;
}

.project .container .heading-similar h2 {
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  color: #f19d03;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .project .container .heading-similar h2 {
    font-size: 30px;
  }
}

/*--peoject  CSS and--*/

/*--an-illustrated css and--*/

/*--dropdwon and button CSS start--*/

div.dropdown {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  /*background: #fff;*/
  padding: 10px 20px;
}

div.dropdown a {
  text-decoration: none;
  color: black;
  transition: 0.2;
  padding: 10px;
  font-size: 18px;
}

div.dropdown a:hover {
  background-color: #1b1f2e;
  color: #ff9900;
  /* padding: 10px 0px; */
}

span.dropdown:hover .dropdown-menu {
  display: block;
}

span.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-left: 100px;
  border: none;
  padding: 5px 40px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.drop-menu {
  margin-left: 280px;
  border: none;
  padding: 5px 40px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
  div.dropdown a {
    font-size: 14px;
  }

  .drop-menu {
    margin-left: 140px;
  }
}

.butt {
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: #ff9900;
  display: inline-block;
  float: right;
  color: white;
  margin-left: 5px;
}

.butt:hover {
  background-color: #898989;
  color: white;
}

/*dropdwon and button CSS and--*/

/*--table form CSS Start--*/

section.table .container {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px 20px;
}

section.table .container a {
  margin-left: 10px;
  text-decoration: none;
  color: black;
  font-size: 20px;
}

section.table .container .date {
  border: 1px solid lightgray;
  padding: 5px 10px;
  display: inline-block;
}

.butti {
  border: none;
  padding: 10px 20px;
}

section.table .container form {
  float: right;
}

section.table .container form input {
  height: 44px;
  border: none;
  border: 1px solid lightgray;
}

.table .container .text-fund {
  background-color: #ff9900;
  padding: 20px;
  color: white;
  border-radius: 5px;
}

.table .container ul li {
  list-style: none;
  font-size: 20px;
}

.table .container .text-Total {
  background-color: #f6f6fb;
  padding: 20px;
  border-radius: 5px;
}

.size {
  font-size: 25px;
}

.raised {
  font-size: 15px;
  font-weight: 500;
}

table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

table,
th,
td {
  height: 29px;
}

/*--table form and CSS--*/

/*--My Campaigns CSS start--*/

.MyCampaigns .container {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 20px;
}

.text-bg {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 20px;
  line-height: 30px;
}

.MyCampaigns .container .text-bg h4 {
  font-size: 25px;
  color: #1b1f2e;
  letter-spacing: 0;
  margin: 20px 0 20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.MyCampaigns .container .text-bg label {
  width: 100%;
  font-size: 20px;
}

.MyCampaigns .container .text-bg input {
  width: 100%;
  border: none;
  border: 1px solid lightgray;
  box-shadow: none;
  height: 50px;
  padding: 10px;
  color: grey;
  margin-top: 10px;
  margin-bottom: 20px;
}

.MyCampaigns .container .text-bg textarea {
  width: 100%;
  border: none;
  border: 1px solid lightgray;
  box-shadow: none;
  padding: 10px;
  color: grey;
  margin-top: 10px;
  margin-bottom: 20px;
}

.MyCampaigns .container .text-bg .theem {
  float: left;
  margin-top: 15px;
}

.MyCampaigns .container .text-bg .butt-a {
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: #ff9900;
  display: inline-block;
  margin-top: 15px;
  color: white;
  margin-bottom: 40px;
}

.MyCampaigns .container .text-bg .but {
  margin-left: 10px;
  padding: 8px 32px;
  line-height: 25px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.MyCampaigns .container .text-bg .but:hover {
  background-color: #898989;
  color: white;
}

.saveing-form {
  display: flex;
  justify-content: end;
}

/*--My Campaigns CSS and--*/

/*--my profile form CSS start--*/

.my-profile {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/create.jpg);
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

form.design::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  z-index: 0;
}

form.design {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  form.design {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  section.my-profile .design form > label {
    font-size: 15px;
  }
}

form.design {
  background-color: rgba(255, 99, 71, 0.2);
  padding: 15px 30px;
}

section.my-profile .logo {
  display: flex;
  justify-content: center;
}

section.my-profile .design h1 {
  color: white;
  text-align: center;
}

section.my-profile .design label {
  width: 100%;
  font-size: 30px;
  color: white;
}

section.my-profile .design input {
  background: transparent;
  color: white;
  outline: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  /*margin-top: 10px;*/
  margin-bottom: 1px;
}

section.my-profile .design input {
  width: 100%;
  border-bottom: 1px solid white;
  color: white;
  padding: 5px;
}

section.my-profile .design a {
  display: flex;
  width: 30%;
  justify-content: center;
  text-align: center;
  border: 1px solid white;
  background-color: white;
  padding: 10px 30px;
  font-size: 16px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 7px;
  text-decoration: none;
}

/*--my profile form CSS and--*/

/*--coutom spinner CSS start--*/

.coutom-spinner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 99;
}

.coutom-spinner .spinner-border {
  width: 5rem;
  height: 5rem;
}

/*--coutom spinner CSS and--*/

/*--About-us CSS start for page--*/
.full-banner .container .text-text h2 {
  font-size: 45px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .full-banner .container .text-text h2 {
    font-size: 30px;
  }
}

.full-banner .container .text-text ul li {
  list-style: square;
  color: grey;
  margin-left: -20px;
}

.full-banner .container .text-text ul li h4 {
  color: #ff9900;
}

@media screen and (max-width: 768px) {
  .full-banner .container .text-text ul li h4 {
    margin-top: -30px;
  }
}

.full-banner .container .text-text p {
  color: grey;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

u {
  text-decoration: underline;
}

.full-banner .container .funder-text-title h4 {
  margin-left: 100px;
  line-height: 35px;
}

.full-banner .container .funder-text-title p {
  color: grey;
  margin-left: 100px;
  line-height: 35px;
}

@media screen and (max-width: 700px) {
  .full-banner .container .funder-text-title p {
    line-height: 20px;
    margin-left: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .full-banner .container .funder-text-title h4 {
    line-height: 20px;
    margin-left: 0px;
    text-align: center;
    margin-top: 70px;
  }
}

.full-banner .container .funder-text-title .icon-pro-line {
  margin-bottom: -40px;
  margin-left: 21px;
  margin-top: 20px;
  font-size: 40px;
  color: #ff9900;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .full-banner .container .pant-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .full-banner .container .funder-text-title .icon-pro-line span {
    display: flex;
    justify-content: center;
  }
}

/*--center images and text start CSS start--*/

section.creators {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),
    url(../images/max2.jpg);
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
}

section.creators .sec-text h4 {
  color: #29f0b4;
  font-size: 20px;
  text-align: center;
}

section.creators .sec-text h1 {
  color: white;
  font-size: 74px;
  text-align: center;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 768px) {
  section.creators .sec-text h1 {
    font-size: 30px;
    text-align: center;
  }
}

section.creators .theem-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

section.creators .sec-text a {
  text-decoration: none;
}

/*section.creators .sec-text .submit {
  border: none;
  background: none;
  font-weight: bold;
  
  color: black;
  text-transform: uppercase;
  background-color: #FF9900;
}

section.creators .sec-text .submit:hover {
  background-color: #081A31;
  color: white;
  transition: 0.9s;
}*/

section.creators .sec-text .submit {
  padding: 25px 50px;
  background: none;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  overflow: hidden;
  border: none;
  background: none;
  font-weight: bold;
  color: black;
  background-color: #ff9900;
  transition: all 0.9s ease;
  letter-spacing: 4px;
}

section.creators .sec-text .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(62, 50, 230, 1);

  transform: translateX(-95%);
  z-index: -1;
  transition: all 0.9s ease;
  background-color: #081a31;
}

section.creators .sec-text .submit:hover {
  color: white;
}

section.creators .sec-text .submit:hover::before {
  transform: translateX(0%);
}

/*--center images and text start CSS and--*/

/*--About-us CSS and for page--*/

/*--user file css all section creat on the cliking on this page START*/
.user-meaing-frat .bi {
  font-size: 30px !important;
}

.modal-body .modal-title-mo a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0px;
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.modal-body .modal-title-mo a:hover {
  color: #f19d03;
}

.modal-body .modal-sub ul li {
  list-style: none;
  display: block;
  margin-top: 20px;
}

.modal-body .modal-sub ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Nobile", sans-serif;
  color: #000;
}

.modal-body .modal-sub ul li a:hover {
  color: #f19d03;
  text-decoration: underline;
}

.min-abput-titt .finsh-title h3 {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0px;
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.min-abput-titt .finsh-title h3:hover {
  color: orange;
}

.min-abput-titt .sen-icon-text-title {
  margin-top: 10px;
}

.min-abput-titt .sen-icon-text-title .bi {
  font-size: 25px;
}

.min-abput-titt .sen-icon-text-title span {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-left: 30px;
  cursor: pointer;
  position: absolute;
  top: 35px;
}

.min-abput-titt {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 100px;
}

.min-abput-titt::before {
  content: "";
  top: 25px;
  left: 0;
  position: absolute;
  height: 50px;
  width: 200px;
  background-color: #f19d03;
  transform: translateX(-100%);
  transition: all 0.9s ease;
  z-index: -1;
}

.min-abput-titt:hover::before {
  transform: translateX(0);
}

.sen-icon-text-title:hover {
  color: white !important;
}

.sen-icon-text-title span:hover {
  color: white !important;
}

.line-mistaking {
  margin-top: 150px;
}

/*--user file css all section creat on the cliking on this page AND*/

/*--user form first file user icon form SRART CSS--*/
.drop-menu {
  border: 1px solid lightgray;
  min-height: 400px;
  width: 550px;
  display: none;
}

.heading-title-user-form h3 {
  font-size: 14px;
  margin-top: 70px;
  font-family: "Inter", sans-serif;
  margin-left: 50px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0px;
}

.artist-title {
  display: grid;
}

.artist-title li a {
  font-size: 13px !important;
  font-family: "Radio Canada", sans-serif !important;
  font-weight: 400 !important;
  margin-left: 50px !important;
  line-height: 10px !important;
  letter-spacing: 0px !important;
}

.artist-title li a:hover {
  text-decoration: underline !important;
}

.heading-title-user-form h5 {
  font-size: 11px;
  margin-top: 70px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 10px;
}

.button-5 .bi {
  margin-left: 0px;
  font-size: 25px;
}

.button-5 span {
  font-size: 15px;
  display: inline-block;
  margin-left: 30px;
  font-weight: 400;
  position: absolute;
  top: 112px;
}

.modal-abput-titt-3 .button-5:hover {
  color: white;
  cursor: pointer;
}

.modal-abput-titt-3 {
  position: relative;
  overflow: hidden;
  margin-left: 40px;
  z-index: 1;
}

.modal-abput-titt-3::after {
  content: "";
  top: 106px;
  left: 0px;
  position: absolute;
  height: 50px;
  width: 200px;
  background-color: #f19d03;
  transform: translateX(-100%);
  transition: all 0.9s ease;
  z-index: -1;
}

.modal-abput-titt-3:hover::after {
  transform: translateY(0px);
}

.dropdown a .bi {
  color: black;
  font-size: 30px;
}

.menu-line-form {
  margin-top: 70px;
}

.log-out-parson span {
  font-size: 15px !important;
  margin-left: 50px !important;
  cursor: pointer;
}

.log-out-parson span:hover {
  color: #f19d03;
  text-decoration: underline;
}

/*--user form first file user icon form SRART CSS--*/

/*--user-profile-images-all-user CSS START--*/
.images-user-profile-user {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.images-user-profile-user a {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #ff9900;
  text-decoration: none;
}
.icon-user-erin-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-user-erin-1 .bi {
  font-size: 15px;
  font-weight: 400;
  color: #ff9900;
}

.icon-user-erin-1 a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.user-text-profile-usee h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.user-text-profile-usee .bi {
  font-size: 18px;
  font-weight: 500;
}
.user-text-profile-usee span {
  font-size: 17px;
  font-family: "Inter", sans-serif;
}
.user-text-profile-usee {
  position: relative;
}

.user-text-profile-usee .icon-user-erin-2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
}
.user-text-profile-usee .icon-user-erin-2 .bi {
  font-size: 18px;
  font-weight: 500;
  color: #ff9900;
}
.user-text-profile-usee .icon-user-erin-2 a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.user-text-profile-usee .social-icon-user-file-all {
  margin: 10px 0;
}
.user-text-profile-usee .social-icon-user-file-all a {
  text-decoration: none;
  padding: 5px;
}

.user-text-profile-usee p {
  font-size: 17px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .user-text-profile-usee .icon-user-erin-2 {
    display: none;
  }
  .user-text-profile-usee {
    text-align: center;
  }
}
/*--user-profile-images-all-user CSS END--*/

/*--section card slider project CSS START--*/

.project-text-1 .heading-text-Supporting h3 {
  margin-left: 23px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 200 !important;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
}
.progress-1 {
  height: 23px !important;
  border-radius: 50px;
}

.progress-bar-1 {
  background-image: linear-gradient(to right, #3498db, #2ecc71);
}

.progress-bar {
  text-align: left !important;
}
.progress-bar p {
  margin: 7px;
}

.card-subtitle-tt {
  margin-top: -40px;
}

/*--section card slider project CSS END--*/

/* Project Page Start */

.highlights .outer {
  background-color: #fff;
  padding: 60px 120px 60px;
  transform: translateY(-80px);
  z-index: 11;
}

.highlights .outer .goal label {
  font-size: 15px;
  color: #767676;
}

.highlights .outer .goal h4 {
  font-size: 35px;
  margin: 13px 0;
}

.highlights .outer .goal h4 span {
  font-size: 16px;
  color: #c6c6c6;
}

.highlights .outer .media {
  background: #000;
  margin-top: 50px;
}

.highlights .outer a.donate-link {
  padding: 8px;
  transition: 0.4s max-width ease;
  text-decoration: none;
  background: orange;
  color: white;
  display: block;
  max-width: 200px;
  margin: 60px auto 0;
  text-align: center;
}

.highlights .outer a.donate-link:hover {
  max-width: 230px;
}

section.story ul.tab-list {
  position: sticky;
  top: 100px;
}

.story ul.tab-list button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  background: transparent;
  width: 100%;
  text-align: left;
  color: grey;
}

.story ul.tab-list button.active {
  color: #f99d25;
}

.story .tab-content {
  padding: 10px 0;
}

.back-project {
  padding: 60px 0;
}

.back-project .tip {
  position: sticky;
  top: 100px;
}

.back-project form.tip-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.back-project form.tip-form .input-group {
  flex: 1;
  border: 1px solid #d4d4d4;
}

.back-project
  form.tip-form
  .input-group
  .input-group-prepend
  .input-group-text {
  border-radius: 0;
  border: 0;
  font-size: 15px;
  padding: 8px 20px;
  color: #6e6e6e;
  background: #e2e2e2;
}

.back-project form.tip-form .input-group input {
  background: transparent;
  border: 0;
  padding: 8px 20px;
  font-size: 15px;
  flex: 1;
  outline: 0;
  border-left: 1px solid #d4d4d4;
}

.back-project form.tip-form .back-project-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 70px;
  background: #f99d25;
  color: white;
  margin-left: 15px;
}

.back-project form.tip-form .back-project-btn:hover {
  background-color: #000;
}

.back-project .tips {
  margin-top: 15px;
}

.back-project .tips a {
  text-decoration: none;
  padding: 7px 12px;
  font-size: 13px;
  background: #f4eee6;
  color: #8f5f20;
  margin: 5px;
  border-radius: 50px;
  display: inline-flex;
}

.back-project .tips a:hover {
  background: #f9dab0;
  color: #51330b;
}

.back-project .rewards .card {
  box-shadow: none;
  padding: 8px;
  border-radius: 0;
  margin-bottom: 20px;
}

.back-project .rewards .card .image {
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-project .rewards .card .content {
  padding: 10px 0;
}

.back-project .rewards .card .content h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.back-project .rewards .card .content h4 {
  font-size: 18px;
}

.back-project .rewards .card .content p {
  font-size: 14px;
  color: gray;
}

.back-project .rewards .card .content ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.back-project .rewards .card .content ul li i {
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #b1b1b1;
}

.back-project .rewards .card form.pledge-form .select-reward-btn,
.back-project .rewards .card form.pledge-form .continue-btn {
  display: flex;
  flex: 1;
  background: black;
  justify-content: center;
  align-items: center;
  padding: 6px;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.back-project .rewards .card form.pledge-form .select-reward-btn:hover,
.back-project .rewards .card form.pledge-form .continue-btn:hover {
  background: #f99d25;
}

.back-project .rewards .card form.pledge-form label {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding-top: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #f99d25;
  font-weight: 700;
}

.images-user-profile-user {
  position: absolute;
  right: 100px;
  bottom: 0;
  transform: translateY(50%);
}

.images-user-profile-user > img {
  width: 230px;
  height: 230px;
}

.header .stats .list {
  background: rgb(239 227 211);
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.back-img .categories li a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 300;
  margin-right: 15px;
  margin-bottom: 12px;
}

.stats .list h4 {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.stats .list p {
  margin-bottom: 0;
}

.explore-project {
  transform: translateY(-70px);
  z-index: 1;
  position: relative;
}

.highlights .profile-tabs .nav-link {
  border: 0;
  background: transparent;
  color: gray;
  outline: 0;
}
.highlights .profile-tabs .nav-link.active {
  color: #f99d25;
}

.highlights.my-campaigns .outer {
  transform: translateY(0px);
}


.footer-widget-social {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.last-page .footer-widget-social a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background: #363636;
  color: #f99d25;
}

.last-page .footer-widget-social a:hover {
  color: white;
}


/* MEDIA QUERY START */

@media only screen and (max-width: 767px) {
  .highlights .outer {
    transform: translateY(0px);
    margin-top: 15px;
    z-index: 0;
    padding: 15px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .highlights .outer .goal h4 {
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(228, 228, 228);
    padding-bottom: 20px;
  }

  .highlights .outer .media {
    margin-top: 0;
  }

  .highlights .outer a.donate-link {
    margin-top: 30px;
  }

  .story .tab-content {
    border-top: 1px solid rgb(218, 218, 218);
  }

  .back-project form.tip-form {
    flex-direction: column;
    margin-top: 0;
  }

  .back-project form.tip-form .back-project-btn {
    margin-top: 20px;
    margin-left: 0;
  }

  .images-user-profile-user {
    position: initial;
    justify-content: center;
    align-items: center;
  }

  .stats .list h4 {
    font-size: 30px;
  }

  .explore-project {
    transform: translateY(0);
    margin-top: 50px;
  }
}

/* MEDIA QUERY End */

/* Project Page End */
