.bot-trading-section {
    margin-top: 13rem;
    padding: 10rem 0;
    position: relative;
}

.top-left-bg-shape {
    position: absolute;
    top: -14rem;
    left: 0;
    z-index: -1;
}

.top-right-bg-shape {
    position: absolute;
    top: -18rem;
    right: 0;
    z-index: -1;
}

.bottom-right-bg-shape {
    position: absolute;
    bottom: -18rem;
    right: 0;
    z-index: -1;
}

.bot-trading-section .first-card h1 {
    font-size: 6rem;
    font-weight: 700;
}

.bot-trading-section .first-card h3 {
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--secondary-color);
}
.bot-trading-section .first-card h3 span {
    background: linear-gradient(to right, #C4312C 0%, #FF8C87 100%);
    background: -webkit-linear-gradient(to right, #C4312C 0%, #FF8C87 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bot-trading-section .first-card .trading-steps {
    margin-top: 4rem;
    position: relative;
    z-index: 1;
    max-width: 50rem;
}
.bot-trading-section .first-card .trading-steps::before {
    content: '';
    position: absolute;
    top: 37%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    z-index: -1;
    background: #DFDFDF;
}
.bot-trading-section .first-card .trading-steps .box .circle {
    display: inline-flex;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: var(--white);
    border: 1px solid #DFDFDF;
}
.bot-trading-section .first-card .trading-steps .box span {
    line-height: 1;
}
.bot-trading-section .first-card .trading-steps .box span:last-child {
    display: block;
    margin-top: 1rem;
}

.second-card {
    margin-top: 6.2rem;
}
.second-card .heading h4 {
    position: relative;
    color: var(--primary-dark);
    font-size: 2.4rem;
    padding: 8px 6px;
    font-weight: 700;
    display: inline-block;
}
.second-card .heading h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--primary-color);
}

.third-card {
    margin-top: 6.3rem;
    position: relative;
}
.bottom-left-bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
.create-bot-card {
    border-radius: 11px;
    padding: 3rem;
    margin-bottom: 4rem;
    background: #F4F4F4;
    box-shadow: 0px 0px 15px 0px rgba(217, 217, 217, 1);
}
.create-bot-card .content h5 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--secondary-color);
}
.create-bot-card .content p {
    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: 0;
    color: var(--grey-color-500);
}
.create-bot-card .content .bot-points {
    margin-top: 3rem;
    max-width: 40rem;
}
.create-bot-card .content .bot-points .box {
    text-align: center;
    position: relative;
    padding-right: 3.6rem;
}
.create-bot-card .content .bot-points .box:last-child {
    padding-right: 0;
}
.create-bot-card .content .bot-points .box:last-child::after {
    display: none;
}
.create-bot-card .content .bot-points .box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-dark);
    width: 2px;
    height: 50%;
}
.create-bot-card .content .bot-points .box p {
    color: var(--secondary-color);
    font-size: 1.4rem;
    font-weight: 600;
}
.create-bot-btn {
    background: #C93832;
    color: var(--white);
    padding: 1.8rem 3rem;
    border-radius: 5px;
    font-size: 14px;
    min-width: max-content;
    box-shadow: none;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.create-bot-btn:hover {
    color: var(--white);
}

.third-card .video-box iframe {
    width: 100% !important;
    height: 70rem !important;
    border-radius: 11px;
}

.choose-days span {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
    padding: 0 1rem;
    line-height: 1;
    cursor: pointer;
    border-right: 1px solid var(--black);
}
.choose-days span:last-child {
    border: 0;
    padding-right: 0;
}
.choose-days .active {
    color: var(--primary-dark);
}

.ranking-spot-grid {
    border-radius: 11px;
    background: #F4F4F4;
    padding: 3rem 2.6rem 4rem;
    height: 100%;
}

.currency-pair-box {
    margin-top: 1rem;
}
.currency-pair-box .pill {
    display: inline-block;
    background: #D9D9D9;
    padding: 6px 16px;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
    color: var(--secondary-color);
}
.currency-pair-box .pill.dropdown {
    padding: 6px 0;
}
.currency-pair-box .pill.active {
    color: var(--primary-dark);
}
.currency-pair-box .pill.dropdown button {
    border: 0;
    outline: 0;
    padding: 0 14px;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
}
.currency-pair-box .pill.dropdown button::after {
    right: -4px;
    position: relative;
    margin-left: 14px;
}
.currency-pair-box .pill.dropdown button::before {
    content: '';
    position: absolute;
    right: 28px;
    height: 100%;
    width: 1px;
    background: var(--black);
    top: 0;
}
.currency-pair-box .dropdown-menu {
    margin-top: 6px;
    min-width: 150px;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.2) 0 10px 20px 0;
}
.currency-pair-box .dropdown-menu a {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem 2rem;
}
.currency-pair-box .dropdown-menu a.active {
    color: var(--primary-dark);
    background: var(--light-grey-100);
}

.currency-pair-applied-values-wrapper {
    margin-top: 10px;
}
.currency-pair-applied-values-wrapper .inner {
    min-height: 200px;
    display: flex;
}
.currency-pair-applied-values-wrapper .inner > * {
    flex: 1;
}
.top-three-offers .box:first-child {
    background: #B9BFCE;
}
.top-three-offers .box:nth-child(2) {
    background: #DADADA;
    padding-top: 6.5rem;
}
.top-three-offers .box:last-child {
    background: #f6aba8;
}
.top-three-offers .box {
    position: relative;
    padding: 2.4rem 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.top-three-offers .box:hover {
    padding-bottom: 3rem;
}
.top-three-offers .box .number {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: #414141;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 400;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-three-offers .box p {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--black);
    marign-bottom: 0.7rem;
}
.top-three-offers .box p.pair-title {
    color: #666666;
}
.top-three-offers .box p.value {
    color: var(--primary-dark);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}
.top-three-offers .box p.value svg {
    width: 1.2rem;
    height: 1.2rem;
}

.currency-pair-table {
    margin-top: 3.2rem;
    max-height: 59rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.currency-pair-table table th,
.currency-pair-table table td {
    font-size: 1.4rem;
    color: var(--black);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 1.6rem 0;
    vertical-align: middle;
}
.currency-pair-table table th:first-child,
.currency-pair-table table td:first-child {
    text-align: left;
}
.currency-pair-table table th:last-child,
.currency-pair-table table td:last-child {
    text-align: right;
}
.currency-pair-table table td .value {
    color: var(--primary-dark);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.currency-pair-table table td .value svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 3px;
}
.currency-pair-table table td {
    color: #343434;
}
.currency-pair-table table td .pair-box p {
    font-size: 1.6rem;
    margin-bottom: 4px;
}
.currency-pair-table table td .pair-box p.name {
    color: #666666;
    font-size: 1.4rem;
}
.currency-pair-table table td .pair-box .icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    border: 1px solid #414141;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.telegram-card {
    padding: 10rem 0 0;
}
.telegram-card .cta-btn a {
    background: var(--white);
    border-radius: 11px;
    box-shadow: 0px 0px 30px 0px #D9D9D91A;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25rem;
}
.telegram-card .cta-btn img {
    width: 14rem;
    margin-bottom: 2.6rem;
}
.telegram-card .cta-btn .arrow {
    margin-top: .4rem;
}

.faqs-section {
    padding: 5rem 0;
}
.faqs-section .content {
    max-width: 52rem;
}

.grey-text {
    margin-top: 1.6rem;
    background: rgba(1,8,30,.08);
    border-radius: 4px;
    padding: 8px 8px 10px;
    margin-bottom: 16px;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 500;
    color: rgba(1,8,30,.6);
}

.currency-pair-data {
    line-height: 1.6;
}
.currency-pair-data .first,
.currency-pair-data .pair-values {
    margin-bottom: 8px;
}
.currency-pair-data .first .name {
    color: #01081e;
    font-size: 1.6rem;
    font-weight: 500;
}
.currency-pair-data .first .value {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 500;
}
.currency-pair-data .pair-values .text {
    color: rgba(1,8,30,.6);
    font-size: 1.3rem;
    font-weight: 500;
}
.currency-pair-data .pair-values .value {
    color: #01081e;
    font-size: 1.4rem;
    font-weight: 500;
}

/* Media Queries */
@media (max-width: 1600px) {
    .top-left-bg-shape {
        top: -20rem;
        left: -10rem;
    }
    .top-right-bg-shape {
        top: -28rem;
        right: -10rem;
    }
    .second-card {
        margin-top: 4.2rem;
    }
    .bot-trading-section {
        margin-top: 12rem;
        padding: 8rem 0;
    }
    .third-card {
        margin-top: 3.3rem;
    }
    .create-bot-card {
        margin-bottom: 3rem;
    }
    .third-card .video-box iframe {
        height: 60rem !important;
    }
    .currency-pair-table {
        margin-top: 1.4rem;
    }
    .currency-pair-table table th, .currency-pair-table table td {
        padding: 1.2rem 0;
    }
    .currency-pair-table {
        max-height: 48rem;
    }
    .telegram-card {
        padding: 7rem 0 0;
    }
    .bottom-left-bg-shape {
        bottom: 5px;
    }
    .bot-trading-section .first-card h1 {
        font-size: 5rem;
    }
    .bot-trading-section .first-card h3 {
        font-size: 3rem;
    }
    .bot-trading-section .first-card .trading-steps {
        margin-top: 3rem;
        max-width: 46rem;
    }
    .second-card .btn-default svg {
        width: 3rem;
    }
}
@media (max-width: 1199px) {
    .currency-pair-table {
        max-height: 47rem;
    }
    .currency-pair-applied-values-wrapper .inner {
        min-height: 180px;
        display: flex;
    }
}
@media (max-width: 991px) {
    .bot-trading-section {
        margin-top: 10rem;
        padding: 5rem 0;
    }
    .top-left-bg-shape {
        top: -36rem;
        left: -26rem;
    }
    .top-right-bg-shape {
        top: -40rem;
        right: -40rem;
    }
    .second-card {
        margin-top: 3.2rem;
    }
    .create-bot-card {
        padding: 2rem;
    }
    .create-bot-card .content .bot-points {
        margin-top: 1rem;
    }
    .currency-pair-applied-values-wrapper .inner {
        min-height: 140px;
    }
    .currency-pair-table {
        max-height: 45rem;
    }
    .top-three-offers .box:nth-child(2) {
        padding-top: 5.5rem;
    }
    .top-three-offers .box {
        padding: 1.4rem 1.2rem;
    }
    .top-three-offers .box p {
        font-size: 1.4rem;
    }
    .top-three-offers .box p.value {
        font-size: 1.8rem;
    }
    .ranking-spot-grid {
        padding: 2rem 1.6rem 2rem;
    }
    .currency-pair-table table td .value {
        font-size: 1.6rem;
    }
    .currency-pair-table table td .value svg {
        width: 1rem;
        height: 1rem;
    }
    .currency-pair-table table td .pair-box .icon {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 6px;
    }
    .currency-pair-table table td .pair-box p {
        font-size: 1.4rem;
    }
    currency-pair-table table td .pair-box p.name {
        font-size: 1.2rem;
    }
    telegram-card .cta-btn a {
        padding: 2rem 1.5rem;
        width: 22rem;
    }
    .telegram-card .cta-btn img {
        width: 12rem;
        margin-bottom: 0.6rem;
    }
    .create-bot-card .content .bot-points .box {
        flex: 1;
        padding: 0 1rem;
    }
    .create-bot-card .content .bot-points .box p {
        font-size: 1.3rem;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .bot-trading-section {
        margin-top: 8rem;
        padding: 5rem 0;
    }
    .first-card img {
        margin-top: 3rem;
    }
    .bot-trading-section .first-card .trading-steps {
        margin-top: 2rem;
        max-width: 100%;
    }
    .second-card {
        margin-top: 2.2rem;
    }
    .create-bot-card .content h5 {
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    .create-bot-card .content p {
        font-size: 1.4rem;
    }
    .ranking-spot-grid {
        margin-top: 2rem;
    }
    .currency-pair-applied-values-wrapper .inner {
        min-height: 150px;
    }
    .currency-pair-table table th, .currency-pair-table table td {
        padding: 0.6rem 0;
    }
    .currency-pair-table {
        max-height: 30rem;
    }
}
@media (max-width: 575px) {
    .bot-trading-section .first-card h1 {
        font-size: 3.6rem;
    }
    .bot-trading-section .first-card h3 {
        font-size: 2.6rem;
    }
    .bot-trading-section .first-card .trading-steps .box .circle {
        width: 3.4rem;
        height: 3.4rem;
    }
    .bot-trading-section .first-card .trading-steps .box span:last-child {
        margin-top: .6rem;
        font-size: 1.3rem;
    }
    .third-card .video-box iframe {
        height: 22rem !important;
    }
    .top-three-offers .box {
        padding: 1.4rem 1rem;
    }
    .top-three-offers .box p {
        font-size: 1.3rem;
    }
    .top-three-offers .box p.value {
        font-size: 1.5rem;
    }
}
