/* Default CSS */
:root {
  --primary-color: #1d61b7;
  --primary-black-color: #031326;
}

.sub-title {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
}

.section-title h2 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 60px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .section-title h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.theme-btn.style-one {
  padding: 18px 30px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.yourcryptolink-website {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--primary-black-color);
}

/* Hero CSS */
.hero-ycl {
  padding: 195px 0 130px;
}
@media screen and (max-width: 991px) {
  .hero-ycl {
    padding: 160px 0 80px;
  }
}
@media (max-width: 767px) {
  .hero-ycl {
    padding: 70px 0 60px;
  }
  .hero-cta a.theme-btn.style-one {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
}
.hero-ycl .hero-content {
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .hero-ycl .hero-content {
    margin-bottom: 50px;
  }
}
.hero-ycl .hero-content .sub-title {
  padding: 12px 24px;
  color: var(--white-color);
  line-height: 1;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-ycl .hero-content .sub-title {
    font-size: 14px;
    line-height: 18px;
  }

}
.hero-ycl .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-ycl .hero-content h1 {
    font-size: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-ycl .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .hero-ycl .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-ycl .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-ycl .hero-content > p {
  font-size: 20px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 850px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .hero-ycl .hero-content > p {
    font-size: 16px;
    line-height: 30px;
  }
}
.hero-ycl .hero-content form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.hero-ycl .hero-content form .form_control {
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  color: var(--white-color);
}
.hero-ycl .hero-content form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.hero-ycl .hero-content form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.hero-ycl .hero-content form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.hero-ycl .hero-content form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.hero-ycl .hero-content form .form_control::placeholder {
  color: var(--white-color);
}
.hero-ycl .hero-content form .theme-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 4px;
  right: 4px;
  font-weight: 600;
  padding: 19px 30px;
  line-height: 1;
  border-radius: 10px;
}
.hero-ycl .hero-content form .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
@media (max-width: 575px) {
  .hero-ycl .hero-content form .theme-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.hero-ycl .hero-content form p {
  margin-top: 15px;
  font-weight: 600;
  color: var(--white-color);
}
.hero-ycl .hero-content form p i {
  color: #FFB700;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .hero-ycl .hero-content form p {
    font-size: 14px;
  }
}
.hero-ycl .hero-image-box {
  border-radius: 36px;
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.hero-ycl .hero-image-box img {
  border-radius: 30px;
  width: 100%;
}

/* Company Section */
.ycl-company {
  position: relative;
}
.ycl-company .overlay-slider {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#031326), color-stop(49%, rgba(2, 8, 22, 0)), to(#031326));
  background: linear-gradient(90deg, #031326 0%, rgba(2, 8, 22, 0) 49%, #031326 100%);
  z-index: 1;
}
.ycl-company .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
.ycl-company .text-box p {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 30px;
}

/* Features Section */
.ycl-features {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ycl-features .blur-shape {
  position: absolute;
  bottom: -255px;
  left: -300px;
  z-index: -1;
}
.ycl-features .blur-shape span {
  width: 1100px;
  height: 770px;
  border-radius: 1100px;
  background: linear-gradient(35deg, #47dbda 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.ycl-iconic-box {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  height: calc(100% - 30px);
}
.ycl-iconic-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
}
.ycl-iconic-box .content h5 {
  margin-bottom: 25px;
}
.ycl-iconic-box .content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

.ycl-features-two .yourcryptolink-image-box {
  position: relative;
  z-index: 1;
}
.ycl-features-two .yourcryptolink-image-box img {
  border-radius: 15px;
}
.ycl-features-two .yourcryptolink-image-box .blur-shape {
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: -1;
}
.ycl-features-two .yourcryptolink-image-box .blur-shape span {
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: conic-gradient(from 130deg at 50% 50%, #1d61b7 0deg, #000 360deg);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.ycl-features-two .reverse-wrap .yourcryptolink-image-box .blur-shape {
  left: auto;
  right: 60px;
}

.ycl-icon-content-box .content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.ycl-icon-content-box .content h4 i {
  color: var(--primary-color);
  margin-right: 12px;
}
.ycl-icon-content-box .content p {
  color: rgba(255, 255, 255, 0.7);
}

/* Key Features Section */
.ycl-key-features .key-features-wrapper {
  position: relative;
  background-color: #031326;
  border-radius: 40px;
  z-index: 1;
  overflow: hidden;
  padding: 50px 60px 20px;
}
@media screen and (max-width: 991px) {
  .ycl-key-features .key-features-wrapper {
    padding: 60px 15px 20px;
  }
}
.ycl-key-features .key-features-wrapper .blur-shape {
  position: absolute;
  top: -170px;
  right: -180px;
  z-index: -1;
}
.ycl-key-features .key-features-wrapper .blur-shape span {
  width: 768px;
  height: 538px;
  border-radius: 768px;
  background: linear-gradient(35deg, #47dbda 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.ycl-k-fetur-box {
  padding: 30px 30px 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.ycl-k-fetur-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.ycl-k-fetur-box .content h4 {
  margin-bottom: 15px;
}

/* Testimonial Section */
.ycl-professionals-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ycl-professionals-sec .blur-shape {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  right: -230px;
}
.ycl-professionals-sec .blur-shape span {
  background: linear-gradient(35deg, #47dbda 21.87%, #014A77 53.17%);
  width: 1100px;
  height: 770px;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.ycl-professionals-sec .ycl-content-box {
  padding-right: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ycl-professionals-sec .ycl-content-box {
    padding-right: 0;
  }
}
z
.ycl-professionals-sec .ycl-content-box .section-title {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .ycl-professionals-sec .ycl-content-box .section-title {
    padding-right: 0;
  }
}
.ycl-professionals-sec .ycl-content-box .ycl-image-box {
    /* background: -webkit-gradient(linear, left top, left bottom, from(#1d61b7), to(#FFF)); */
    /* background: linear-gradient(180deg, #1d61b7 0%, #FFF 100%); */
    border-radius: 20px;
    /* padding-left: 40px; */
    /* padding-top: 40px; */
    text-align: right;
    overflow: hidden;
}
.ycl-professionals-sec .ycl-content-box .ycl-image-box img {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .ycl-professionals-sec .ycl-content-box .ycl-image-box {
    padding-left: 15px;
    padding-top: 15px;
  }
   .ycl-professionals-sec .ycl-content-box {
    padding-right: initial;
}
}

.ycl-professionals-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.ycl-professionals-item .professionals-content p {
  margin-bottom: 30px;
}
.ycl-professionals-item .author-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ycl-professionals-item .author-rating-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ycl-professionals-item .author-rating-wrap .author-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ycl-professionals-item .author-rating-wrap .author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  margin-right: 15px;
}
.ycl-professionals-item .author-rating-wrap .author-thumb-item .author-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ycl-professionals-item .author-rating-wrap .author-thumb-item .author-info h5 {
  margin-bottom: 5px;
}
.ycl-professionals-item .author-rating-wrap .author-ratings span {
  font-weight: 600;
}
.ycl-professionals-item .author-rating-wrap .author-ratings span i {
  color: #FFB700;
  margin-right: 10px;
}

/* engine Item */
.ycl-engine-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ycl-engine-item {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ycl-engine-item .engine-head .plan {
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ycl-engine-item .engine-head p {
  margin-bottom: 27px;
}
.ycl-engine-item .engine-head .price {
  font-size: 85px;
  line-height: 120px;
  line-height: 1;
}
.ycl-engine-item .engine-head .price .duration {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ycl-engine-item .engine-head .price {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .ycl-engine-item .engine-head .price {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ycl-engine-item .engine-head {
    margin-bottom: 30px;
  }
}
.ycl-engine-item .engine-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 100px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .ycl-engine-item .engine-body {
    gap: 0 70px;
    padding: 0 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ycl-engine-item .engine-body {
    gap: 0 15px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .ycl-engine-item .engine-body {
    gap: 0 15px;
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  .ycl-engine-item .engine-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ycl-engine-item .engine-body ul li i {
  color: var(--white-color);
}
.ycl-engine-item .engine-button .theme-btn.style-one {
  background-color: rgba(255, 255, 255, 0.1);
}
.ycl-engine-item .engine-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media screen and (max-width: 991px) {
  .ycl-engine-item .engine-button {
    margin-top: 30px;
  }
}
.ycl-engine-item.engine-active .blur-shape {
  position: absolute;
  bottom: -85px;
  right: -185px;
}
.ycl-engine-item.engine-active .blur-shape span {
  width: 445px;
  height: 310px;
  border-radius: 50%;
  background: linear-gradient(35deg, #47dbda 21.87%, #014A77 53.17%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.ycl-engine-item.engine-active .engine-head .price {
  color: var(--primary-color);
}
.ycl-engine-item.engine-active .engine-head .price .duration {
  color: #fff;
}
.ycl-engine-item.engine-active .engine-body ul li i {
  color: var(--primary-color);
}
.ycl-engine-item.engine-active .engine-button .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.ycl-engine-item.engine-active .engine-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/* Faq Section */
.ycl-faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ycl-faq .blur-shape {
  position: absolute;
  top: -360px;
  left: -150px;
  z-index: -1;
}
.ycl-faq .blur-shape span {
  width: 1100px;
  height: 770px;
  border-radius: 50%;
  background: linear-gradient(35deg, #47dbda 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.ycl-faq .ycl-content-box {
  padding-right: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ycl-faq .ycl-content-box {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ycl-faq .ycl-content-box {
    padding-right: 0;
  }
}
.ycl-faq .ycl-content-box p {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
}

.ycl-faq-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px 40px 30px;
}
@media (max-width: 767px) {
  .ycl-faq-wrapper {
    padding: 20px 15px 20px;
  }
}

/* Footer CSS */
.footer-cta {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #02152A;
  padding: 47px 60px 58px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .footer-cta {
    padding: 27px 15px 28px;
  }
}
.footer-cta .cta-content-box h2 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footer-cta .cta-content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .footer-cta .cta-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.footer-cta .cta-content-box p {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-cta .cta-content-box p {
    font-size: 16px;
  }
}
.footer-cta .cta-content-box p a {
  color: var(--primary-color);
}
.footer-cta .cta-image {
  position: absolute;
  bottom: -8%;
  right: -15%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-cta .cta-image {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .footer-cta .cta-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-cta .cta-image {
    display: none;
  }
}
.footer-cta .cta-image img {
  border-radius: 20px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-box-shadow: -20px 20px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: -20px 20px 0 0 rgba(255, 255, 255, 0.1);     
    max-width: 687px;
}

.ycl-footer {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .ycl-footer {
    padding: 0;
  }
}
.ycl-footer .footer-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  background-color: rgb(13 40 70 / 40%);
}
@media screen and (max-width: 991px) {
  .ycl-footer .footer-wrapper {
    border-radius: 0;
  }
}
.ycl-footer .footer-wrapper .blur-shape {
  position: absolute;
  right: -360px;
  bottom: -230px;
  z-index: -1;
}
.ycl-footer .footer-wrapper .blur-shape span {
  width: 1000px;
  height: 700px;
  border-radius: 50%;
  background: linear-gradient(35deg, #47dbda 21.87%, #014A77 53.17%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.ycl-footer .footer-widget-area .footer-nav-widget {
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .ycl-footer .footer-widget-area .footer-nav-widget {
    padding-left: 0;
  }
}
.ycl-footer .footer-copyright {
  background-color: rgba(255, 255, 255, 0.04);
}

.ycl-footer-area .footer-cta {
  position: relative;
  z-index: 2;
  margin-bottom: -220px;
}
.ycl-footer-area .footer-wrapper {
  padding-top: 200px;
}

/* Page CSS */
.page-hero-ycl {
  padding: 185px 0 120px;
  background-position:center;
}
@media screen and (max-width: 991px) {
  .page-hero-ycl {
    padding: 140px 0 75px;
  }
}

/* About Page CSS */
.about-ycl .section-title {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .about-ycl .section-title {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-ycl .section-content-box {
    max-width: 670px;
    margin: 0 auto 50px;
  }
}
.about-ycl .section-image-box {
  position: relative;
  max-width: 630px;
  height: 460px;
  text-align: right;
}
.about-ycl .section-image-box .shape {
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 767px) {
  .about-ycl .section-image-box .image-one {
    padding-left: 30px;
  }
}
.about-ycl .section-image-box .image-one img {
  border-radius: 20px;
  -webkit-box-shadow: 7.023px 7.023px 50.161px 10.032px rgba(159, 88, 235, 0.15);
          box-shadow: 7.023px 7.023px 50.161px 10.032px rgba(159, 88, 235, 0.15);
}
.about-ycl .section-image-box .image-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-ycl .section-image-box .image-two {
    left: 30px;
  }
}
.about-ycl .section-image-box .image-two img {
  border-radius: 30px;
  -webkit-box-shadow: -5px 0px 50px 20px rgba(159, 88, 235, 0.1);
          box-shadow: -5px 0px 50px 20px rgba(159, 88, 235, 0.1);
  border: 1px solid var(--border-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-ycl .section-image-box {
    margin: 0 auto 50px;
  }
}

.features-two-ycl .feature-image-box {
  padding-right: 40px;
}
.features-two-ycl .feature-image-box img {
  border-radius: 30px;
}

.counter-ycl {
  padding: 0 30px;
}
.counter-ycl .counter-wrapper {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.ycl-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ycl-counter-item .content h2 {
  margin-bottom: 20px;
}
.ycl-counter-item .content p {
  font-weight: 500;
  font-size: 20px;
  color: var(--white-color);
}

.yourcryptolink-iconic-box.style-seven {
  background-color: rgba(255, 255, 255, 0.1);
}
.yourcryptolink-iconic-box.style-seven .content h4.title i {
  color: var(--primary-color);
}

.why-choose-ycl .yourcryptolink-iconic-box.style-seven {
    margin-left: auto;
    -webkit-filter: drop-shadow(10px 4px 30px rgba(58, 95, 255, 0.15));
    filter: drop-shadow(10px 4px 30px rgba(58, 95, 255, 0.15));
    height: calc(100% - 20px);
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion-item .accordion-header .accordion-title:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion-item .accordion-content p {
  color: rgba(255, 255, 255, 0.7);
}

/* Product Page CSS */
.product-ycl .yourcryptolink-iconic-box.style-eight {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-ycl .yourcryptolink-iconic-box.style-eight .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.product-ycl .yourcryptolink-iconic-box.style-eight .content .read-more {
  color: var(--white-color);
  text-decoration: underline;
}

/* Blog Page CSS */
.yourcryptolink-pagination ul li a {
  border-color: rgba(255, 255, 255, 0.1);
}

.read-more.style-one {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}

.blog-post-item.style-three {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-standard-ycl .blog-quote-post-item {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-details-wrapper .blog-post-main .entry-footer {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .blog-post-main .entry-footer span {
  color: var(--white-color);
}
.blog-details-wrapper .blog-post-main .entry-footer .tag-links a {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.blog-details-wrapper .blog-post-main .entry-footer .social-share a {
  border-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .post-author-box {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .comments-area .comments-list .comment {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
  color: var(--white-color);
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .contact-wrapper .wpcf7-form .form_control {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details-wrapper .contact-wrapper .wpcf7-form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .wpcf7-form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .wpcf7-form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .wpcf7-form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.blog-details-wrapper .contact-wrapper .wpcf7-form .form_control::placeholder {
  color: var(--white-color);
}

.sidebar-widget-area .sidebar-widget {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control::placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .search-btn {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  border-color: rgba(255, 255, 255, 0.1);
}

/*  Contact Page SS  */
.contact-ycl .yourcryptolink-iconic-box.style-twelve {
  background-color: rgba(255, 255, 255, 0.1);
}
.contact-ycl .yourcryptolink-iconic-box.style-twelve .content h5 {
  color: var(--white-color);
}
.contact-ycl .yourcryptolink-iconic-box.style-twelve .content p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-ycl .contact-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    border: none;
    border-bottom: 1px solid rgba(31, 31, 31, .1);
    padding-bottom: 20px;
    margin-bottom: 25px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control::placeholder {
  color: var(--white-color);
}
.contact-form-ycl .contact-wrapper .wpcf7-form .form_control:focus {
  border-color: var(--primary-color);
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
textarea {
    max-height: 150px;
}
/*  Company Page SS  */
.company-ycl {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Error Page css */
.error-page {
  padding: 130px 0 100px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .error-page {
    padding: 100px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .error-page {
    padding: 80px 0 50px;
  }
}
.error-page .section-content-box h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* Back To top */
.back-to-top {
  bottom: 50px;
  z-index: 2;
}

.image-one img {
    max-width: 440px;
}
.image-two img {
    max-width: 302px;
}
.ycl-features-two .yourcryptolink-image-box img {
    max-width: 85%;
}


/* Feature Cards */
.feature-card {
    min-height: 320px;
}

.feature-title {
    margin-bottom: 15px;
}

.feature-desc {
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.feature-item.no-border {
    border-bottom: none;
}

.feature-icon {
    color: var(--primary-color);
    margin-right: 10px;
}

/* Background override */
.bg-light-transparent {
    background-color: rgba(255,255,255,0.02);
}

/* Step Badges */
.step-badge {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #333743;
    color: #ffffff;
    margin-right: 15px;
    font-weight: 700;
}



section.error-404.not-found {
    padding: 220px 160px;
    text-align: center;
}
section.error-404.not-found .page-content {
    display: none;
}
.blog-post-item.style-three {
    height: calc(100% - 30px);
}

.ycl-iconic-box .title i {
    background: gainsboro;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 27px;
}

.ycl-k-fetur-box.mb-40 {
    height: calc(100% - 40px);
}





/* Custom Video Player Styles - UPDATED for taller ratio */
.video-container {
    position: relative;
    cursor: pointer;
    border-radius: 15px; /* Matches the original image style */
    overflow: hidden;    /* Ensures video stays within rounded corners */
    width: 100%;
    max-width: 100%;     /* Ensures it never exceeds the parent/container width */
    aspect-ratio: 3 / 2; /* This is the key change: forces a taller rectangle shape */
    background: transparent;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed to contain to prevent cropping; video will fit entirely within the container */
}

.play-button-overlay {
    /* Centering the button */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    
    /* Styling the button */
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.play-button-overlay:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button-overlay i {
    font-size: 32px;
    color: #fff;
    margin-left: 5px; /* Small adjustment for visual centering of the play icon */
}

.post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
}



/* Responsive adjustment to ensure full screen fit on smaller devices when played inline */
@media screen and (max-width: 768px) {
    .video-container {
        width: 100vw;
        position: relative;
        /*left: 50%;*/
        /*right: 50%;*/
        /*margin-left: -50vw;*/
        /*margin-right: -50vw;*/
        border-radius: 0; /* Optional: Remove rounded corners on mobile for edge-to-edge fit */
    }
}



.ycl-engine-item .engine-button .theme-btn.style-one {
    min-width: 260px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.style-one {
    border: 0px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.style-one:hover {
    background:#bbc7cb;
}

@media screen and (max-width: 768px) {
section.ycl-features-two.pt-80.pb-100 {
    padding-bottom: 50px;
}
.row.reverse-wrap.align-items-center.justify-content-center {
    flex-direction: column-reverse;
}
.about-ycl .image-one img {
    width: 100%;
    height: auto;
}
.about-ycl .image-two {
    display: none;
}
.about-ycl .shape {
    display: none;
}
.about-ycl .section-image-box {
    position: relative;
    max-width: 100%;
    height: auto;
    text-align: right;
}
.feature-image-box.mb-50 {
    margin: auto;
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
}
	.yourcryptolink-menu-top {
    display: none !important;
}
.yourcryptolink-menu-top {
    display: none !important;
}
}



@media screen and (max-width: 991px) {
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li a {
        padding: 20px 0;
    }
}





@media (min-width: 992px) {
html {
    scroll-behavior: auto !important;
}
}

@media (min-width: 992px) {
    footer .wpcf7-response-output {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
form.wpcf7-form.sent p {
    margin-bottom: 0 !important;
}
form.wpcf7-form.init p {
    margin-bottom: 0px !important;
}
}



@media screen and (max-width: 991px) {
    .footer-newsletter-widget .footer-content .form-group .theme-btn {
        position: relative;
        left: 0;
        margin-top: 0px !important;
    }

form.wpcf7-form.sent br {
    display: none !important;
}
form.wpcf7-form.init br {
    display: none !important;
}
html {
    scroll-behavior: auto !important;
}

}


div#smooth-wrapper {
    overflow-x: hidden;
}
a.back-to-top {
    display: none;
}
html, body {
    overflow-x: hidden;
}