@import url("https://fonts.googleapis.com/css2?family=Fredoka&family=Inter&family=Source+Sans+Pro&family=Work+Sans&display=swap");


:root {
  --primary-color: #f2c21d;
  --secondary-color: #b92ea3;
  --font-1: "Fredoka";
  --font-2: "Inter";
  --font-3: "Source Sans Pro";
  --font-4: "Work Sans";
}



body {
  font-size: 14px;
  font-family: var(--font-4);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.divider {
  width: 0px;
  height: 106px;
  border: 1px solid #b831a3;
  margin: auto;
}


@media screen and (max-width: 767px) {
  .divider {
    width: 191px;
    height: 0px;
    border: 1px solid #b831a3;
    margin: auto;
  }

  .navbar-collapse {
    background-color: rgb(20 15 72);
    padding-bottom: 50px;
  }

  .navbar-nav .dropdown-menu {
    margin: 10px 0px;
  }

  .nav-item {
    padding: 10px 25px 0px 25px !important;
  }

  .main-heading {
    font-family: var(--font-2);
    font-style: normal;
    font-weight: 600;
    font-size: 36px !important;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.0025em;
  }

}







/* //ourwork */

.mt-105 {
  margin-top: 105px;
}

.work-item {
  position: relative;
  margin-bottom: 30px;
}

.work-item .inner-box {
  position: relative;
  overflow: hidden;
}

.work-item .inner-box img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .tdn {
    display: none;
  }

  .work-item {
    margin-bottom: 100px;
  }

  .work-item .inner-box img {
    width: 100%;
    max-height: 290px;
    object-fit: cover;
  }

  .work-item .content h6 {
    /* Semibold/H6 */

    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.0025em;
    color: #171717;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .work-item .content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.0015em;
    color: #3f4245;
    margin-bottom: 25px;
  }

  .work-item .content .btn-theme {
    padding: 21px 75px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (min-width: 576px) {
  .work-item .overlay {
    text-align: left;
    padding: 20px;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 62px;
    transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  }

  .work-item:hover .overlay {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
    background: linear-gradient(180deg,
        #b831a3 0%,
        rgba(0, 0, 0, 0.25) 197.29%);
    opacity: 1;
    visibility: visible;
  }

  .work-item .content {
    text-align: left;
  }

  .work-item .content h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0015em;

    /* white */

    color: #ffffff;
  }

  .work-item .content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.0015em;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
  }

  .work-item .content .btn-theme {
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
  }

  .work-item:hover .content :is(h6, p, .btn-theme) {
    opacity: 1;
    visibility: visible;
  }
}

.work-pride {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.0025em;
  color: #151a36;

}


/* end  */



/* .cover-image-container {
  background-image: url("./images/cover-image.png");
  background-size: cover;
  background-position: center;
  height: 72vh;
  position: relative;
} */

.main-heading {
  /* max-width: 371px; */
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 55px;
  line-height: 67px;
  letter-spacing: 0.02em;
}

.about-text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 33px;
  color: #3f4245;
  margin-top: 27px;
  margin-bottom: 31px;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: white;
}

.contact-us-button {
  border-radius: 100px;
  background: linear-gradient(124.03deg, var(--primary-color) -3.63%, var(--secondary-color) 162.58%);
  color: var(--neutral-white, #fff);
  font-feature-settings: "clig" off, "liga" off;

  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-weight: 600;
  /* 125% */
  border: none;
  padding: 13px 20px;
}

/* bicycle */
.bicycle-text {
  color: var(--neutral-dark, #171717);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;

  /* H2 */
  font-family: Manrope;

  font-style: normal;
  letter-spacing: -0.4px;
}

.mino-text {
  color: var(--neutral-charcoal, #3f4245);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;

  /* P Regular */
  font-family: Rubik;
  font-size: 16px;
}

.bicycle-card {
  min-height: 300px;
  padding: 25px 25px 25px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: linear-gradient(176.81deg,
      rgba(130, 130, 130, 0.312) 12.97%,
      rgba(130, 130, 130, 0) 111.32%);
  border-radius: 10px;
}

.bicycle-card:hover {
  background: linear-gradient(132.03deg,
      rgba(184, 49, 163, 0.9) 52.69%,
      rgba(242, 194, 29, 0.9) 171.91%);
  min-height: 300px;
  padding: 25px 25px 25px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.icon-box {
  width: 32px;
  height: 32px;
  background: #009cdd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bicycle-card-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 10px;
  color: white;
}

.footer-text {
  color: var(--neutral-light, #f0f0f0);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.foooter-main {
  display: flex;
  height: 90px;

  align-items: center;
  align-self: stretch;
}

.foote-main-text {
  color: var(--neutral-white, #fff);
  font-feature-settings: "clig" off, "liga" off;
  /* H5 */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}

.nav-item {
  padding: 0px 25px 0px 25px;
}

.nav-link:hover {
  color: white;
  font-weight: normal;
}

.nav-link {
  color: white;
  font-weight: normal;
}

/* Style the active link with golden color and bold font */
.nav-link:active {
  color: gold;
  font-weight: bold;
}

/* map heading */

.contact-head {
  color: var(--P2, #b831a3);
  font-feature-settings: "clig" off, "liga" off;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.contact-text {


    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.001em;
    color: #171717;
  /* 150% */
}

.drop-head {
  color: var(--N1, #171717);
  font-feature-settings: "clig" off, "liga" off;

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
}

.drop-text {
  color: var(--N1, #171717);
  font-feature-settings: "clig" off, "liga" off;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}


/* //slider */
/* Navigation arrows */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary-color) !important;
  font-size: 30px !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0px 2px 5px #f4eae1 !important;
  padding: 10px;
  font-size: 24px;
  border-radius: 50%;
  border: none;
  outline: none;
}

/* Hover state */
.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Disabled state */
.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}

/* Previous arrow */
.owl-prev {
  left: 0;
}

/* Next arrow */
.owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9 !important;
  margin: 0 5px;
  cursor: pointer;
}

.owl-carousel .owl-dot.active {
  background: linear-gradient(124.03deg,
      var(--primary-color) -3.63%,
      var(--secondary-color) 162.58%) !important;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.testimonial {
  padding-top: 120px;
  padding-bottom: 47px;
  text-align: center;
  color: #fff;
  background: url(../../images/testimonial-bg.png);
  background-size: cover;
}

.testimonial-item {
  max-width: 815px;
  text-align: center;
  margin: auto;
}

.testimonial-item p {
  font-family: var(--font-2);
  font-size: 18px;
  font-style: italic;
  line-height: 29px;
  margin-bottom: 40px;
}

.testimonial-item p::before {
  content: "\01F44D";
  position: absolute;
  top: 0;
  margin-left: -35px;
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  padding: 2px;
  background: linear-gradient(124.03deg,
      var(--primary-color) -3.63%,
      var(--secondary-color) 162.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-item .testimonial-info {
  text-align: center;
}

.testimonial-item .testimonial-info .testimonial-name {
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #b831a3;
}

.testimonial-item .testimonial-info span {
  font-family: var(--font-2);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/*  */

.call-to-action {
  padding-top: 68px;
  padding-bottom: 46px;
  background: linear-gradient(132.03deg,
      #b831a3 52.69%,
      var(--primary-color) 171.91%);
  border-radius: 6px;
}

.call-to-action-inner {
  color: #fff;
  text-align: center;
}

.call-to-action-inner h4 {
  font-family: var(--font-2);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.0025em;
}

.call-to-action-inner p {
  font-family: var(--font-2);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 37px;
}



.testimonial {
  padding-top: 82px;
  padding-bottom:47px;
  text-align: center;
  color: #fff;
  background: url(../../images/testimonial-bg.png);
  background-size: cover;
}

.owl-item .item {
  width: 81% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {

  .testimonial-item {
    max-width: 343px;
    text-align: center;
    margin: auto;
  }
}



.testimonial-item p {
  font-size: 17px;
  line-height: 21px;
}

.testimonial-item .testimonial-info .testimonial-name {
  font-size: 18px;
  line-height: 24px;
}

.testimonial-item .testimonial-info span {
  font-size: 14px;
  line-height: 20px;
}