/*!
Theme Name: coinfutures
Theme URI: http://underscores.me/
Author: coinfutures
Author URI: http://coinfutures.io/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coinfutures
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

coinfutures is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.signup-card {
    border-radius: 8px;
    font-family: 'Inter';
    /* overflow: hidden;
    height: 100%; */
    position: relative;
    padding: 1.5px 1px;
    background: linear-gradient(270deg, #9E42FB 0%, #F45D52 100%);
   
}
.signup-card-inner {
    background: linear-gradient(180deg, #1C1728 0%, #030304 100%);
    border-radius: 8px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.signup-card-inner-head {
    padding: 14px 11px;
    background-color: #1C1E27;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.signup-card-inner h5 {
    font-size: 18px;
    line-height: 1.4;

}
.signup-card-inner-body {
    padding: 12px 10px;
    margin: 0;
    color: #D9D9D9;
    background: linear-gradient(180deg, #1C1728 0%, #030304 100%);
    border-radius: 0 0 10px 10px;
    flex: 1;
}
.text-gradient {
    background: linear-gradient(270deg, #9E42FB 0%, #F45D52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cstm-registration-form-play-section h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 54px !important;
    line-height: 67.2px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.cstm-three-col-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cstm-registration-form-play-section p{
    margin-bottom: 32px !important;
}
.cstm-registration-form-play-section a.wp-block-button__link.has-text-align-center.wp-element-button {
  background-color: transparent;
  padding: 0; 
}
.cstm-registration-form-play-section a.wp-block-button__link.has-text-align-center.wp-element-button:hover{
    color: #fff !important;
}



/* Slick Slider Custom Styles */
.timeline.slider {
    position: relative;
    margin-bottom: 30px;
}

.timeline.slider .slick-dots {
    bottom: -30px;
}

.timeline.slider .slick-prev,
.timeline.slider .slick-next {
    z-index: 1;
}

.timeline.slider .slick-prev {
    left: 10px;
}

.timeline.slider .slick-next {
    right: 10px;
}
.cstm-registration-form-play-section {
    padding-bottom: 140px;
}

/* Mobile specific styles */
@media (max-width: 768px) {
    .timeline.slider .timeline-step {
        margin: 0 10px;
    }
    .cstm-registration-form-play-section h2{
        font-family: Inter;
        font-weight: 700;
        font-size: 32px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }
    .cstm-registration-form-play-section {
        padding-bottom: 56px;
    }
}


