@import url("variable.css");

.page-template-template-ftx-commerce .site-content .site-main .container {
    max-width: 1150px
}
.page-template-template-ftx-commerce .courses-section .heading-block .section-title {
    color: var(--navyslate);
}


.commerce-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: calc(90vh - 120px) !important;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

.banner-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.banner-content .heading-48 {
    font-weight: 700;
}

.banner-content p {
    font-weight: 600;
    max-width: 450px;
    margin-bottom: 20px;
    width: 100%;
}

.banner-btn {
    background: var(--dodgerblue);
    color: var(--white-color);
    padding: 14px 40px;
    min-width: 250px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 600;
}

.banner-btn:hover {
    background: var(--digital-blue);
    color: var(--white-color);
}

@media(max-width:1600px) {
    .commerce-banner {
        min-height: 400px;
    }
}

@media(max-width:991px) {
    .commerce-banner {
        min-height: inherit !important;
        background-position: left;
    }
}
/* Ftx commerce banner section css start */

.commerce-training-section{
    background: var(--lightsagegreen);
}

.commerce-training-section p {
    text-align: left;
}

.logo-wrap{
    margin-bottom: 35px;
}

.logo-wrap img{
    max-width: 430px;
}



.training-content p {
    font-weight: 400;
}

.training-content p:last-child{
    margin-bottom: 0;
}


@media(max-width:991px){
    .logo-wrap img{
        max-width: 340px;
    }
}
@media(max-width:767px){
    .logo-wrap img{
        max-width: 260px;
    }
}

.ftx-commerce-offer .container {
    max-width: 1150px;
}

.ftx-commerce-offer h2 {
    font-weight: 400;
}

.ftx-commerce-offer .ftx-commerce-inner h3 {
    padding: 15px 0;
}
.ftx-commerce-offer .ftx-commerce-inner p {
    font-size: 14px;
    padding: 0 15px;
}
.ftx-commerce-offer-points {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.courses-section {
    background: var(--lightsagegreen);
}

.instructor-showcase-section {
    background: var(--pista-green);
}

.instructor-showcase-section .container {
    max-width: 1150px;
    padding: 0 80px;

    @media(max-width:1600px) {
        padding: 0 40px;
    }

    @media(max-width:1600px) {
        padding: 0 30px;
    }
}

.instructor-showcase-content {
    max-width: 520px;
    margin: auto;
    text-align: end;
}

.instructor-showcase-content h2 {
    color: var(--tree-green);
    margin-bottom: 18px;
}

.instructor-showcase-content .heading-20 {
    color: var(--tree-green);
    margin-bottom: 30px;
    font-weight: normal !important;
}

.instructor-showcase-content p {
    color: var(--black-color);
}

/* Bottom */

.coming-course-info h2 {
    color: var(--tree-green);
    margin-bottom: 35px;
}

.coming-course-info p {
    margin-bottom: 20px;
}

.coming-course-info strong {
    display: block;
    color: var(--tree-green);
    font-weight: 600;
}

.coming-course-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.coming-course-info ul li {
    color: var(--tree-green);
    margin-bottom: 10px;
}

.coming-course-image img {
    width: 100%;
    max-width: 470px;
}

/* Hover Effect */

.why-ftx-commerce {
    background: var(--lightsagegreen);
}

/* Responsive */

@media(max-width:991px) {


    .instructor-showcase-content,
    .coming-course-info {
        text-align: center;
        margin: auto;
    }
    .banner-content p {
        text-align: left;
        max-width: 350px;
        width: 100%;
    }
    .logo-wrap {
        margin-bottom: 18px;
    }
    .commerce-training-section p {
        text-align: center;
    }
   .ftx-commerce-offer .row>div[class^="col-"] {
       margin-bottom: 20px;
   }

   .ftx-commerce-offer .row>div[class^="col-"]:last-child {
       margin-bottom: 0;
   }
   .ftx-commerce-offer-points p:last-child {
    margin-bottom: 0;
   }
   .instructor-showcase-image {
    text-align: center;
   }
   .why-ftx-commerce .description {
    text-align: center;
   }
   .commerce-banner {
       min-height: inherit;
       background-image: none;
       background-color: #e9ece9;
   }

   .training-content {
       text-align: center !important;
   }

   .ftx-commerce-offer .mb-5 {
       margin-bottom: 20px !important;
   }

   .instructor-showcase-content h2 {
       margin-bottom: 10px;
   }

   .instructor-showcase-content .heading-20 {
       margin-bottom: 10px;
   }

   .coming-course-info h2 {
       margin-bottom: 10px;
   }
}

@media(max-width:575px) {
    .commerce-banner {
        background-color: var(--pista-green) !important;
        background-image: none !important;
    }
    .banner-content {
        text-align: center;
    }
    
    .banner-content p {
        max-width: 330px;
        text-align: center;
        margin: 0 auto 20px;
    }
}