:root {
    --main-color: #024;
    --secondary-color: #FF8800;
    --white-color: #FFF;
    --cta-color: #88FF00;
    --text-color: #333;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-display: auto;
}

@font-face {
    font-family: "Barlow Regular";
    src: url("../fonts/Barlow-Regular.woff");
    font-display: auto;
}

@font-face {
    font-family: "Barlow Bold";
    src: url("../fonts/Barlow-Bold.woff");
    font-display: auto;
}

@font-face {
    font-family: "Barlow SemiBold";
    src: url("../fonts/Barlow-SemiBold.woff");
    font-display: auto;
}

@font-face {
    font-family: "Barlow Medium";
    src: url("../fonts/Barlow-Medium.woff");
    font-display: auto;
}

body {
    font-size: 16px;
}

p{
    font-size: 1rem;
    font-family: "Montserrat Regular";
}

a:hover{
    text-decoration: none !important;
    
    color: var(--text-color);
}

.bg-blue {
    padding-top: 50px;
    padding-bottom: 100px;
    background: var(--main-color);
    color: var(--white-color);
    position: relative;
}

.bg-white {
    padding-top: 50px;
    padding-bottom: 100px;
    background: var(--white-color);
    color: var(--text-color);
    position: relative;
}

#trp-floater-ls.trp-bottom-right{
    right: 0% !important;
}

.rotatex180{
    transform: rotateX(180deg) !important;
}

.underline-word{
    position: relative;
    white-space: nowrap;
}

.underline-word::before{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 7px solid var(--secondary-color);
    opacity: 0.2;
    z-index: 0;
}

/******************************/
/*           HEADER           */
/******************************/
.site-header {
    background: #000;
    color: var(--white-color);
    padding: 15px 0;
}

.site-header-main {
    color: var(--white-color);
}

#logo-img {
    max-height: 25px;
}

header .cta-button-main {
    min-width: 135px;
    max-height: 30px;
}

header i{
    cursor: pointer;
}

header .menu{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    header .menu .menu-list{
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none;
    }

    header .menu .menu-list .menu-item{
        float: left;
        margin: 0 10px;
        font-family: "Montserrat Regular";
    }

    header .menu .menu-list .menu-item a:hover{
        color: var(--secondary-color);
    }

.site-header a{
    color: white;
}

.fa-shopping-cart:hover{
    color: var(--secondary-color);
}

/******************************/
/*         FIRST BLOCK        */
/******************************/

.custom-shape-divider-bottom-1697226568 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1697226568 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1697226568 .shape-fill {
    fill: var(--white-color);
}

.custom-shape-divider-bottom-1697226568 .shape-fill-blue {
    fill: var(--main-color);
}

.bg-img-mobile-home {
    position: relative;
}

.bg-img-mobile-home::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url("https://infitrading.com/wp-content/uploads/2023/06/metatrader_img-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.first-container-text {
    color: var(--white-color);
}

.first-container-text h1 {
    font-size: 2.7rem;
    font-family: "Barlow Bold";
    font-weight: 700;
    margin-bottom: 70px;
}

.first-container-text p {
    color: #FFF;
    font-size: 1rem;
    font-family: "Montserrat Regular";
    line-height: 134.4%;
    margin-bottom: 70px;
}

.cta-button-main {
    display: flex;
    /* width: 302px; */
    height: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: none;
    color: #333 !important;
    text-align: center;
    font-size: 1rem;
    font-family: "Barlow Bold";
    font-weight: 700;
    line-height: 134.4%;
    background-color: var(--cta-color);
    padding: 2%;
}

.main-section-1 .cta-button-main,
.main-section-5 .cta-button-main,
.main-section-6 .cta-button-main {
    margin: auto;
    padding: 0% 8%;
    font-size: 1.45rem;
}

.main-section-1 .cta-button-main{
    width: 80%;
    margin-bottom: 50px;
}

.cta-button-main:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out all;
}

.cta-button-main:focus {
    outline: none;
}


/******************************/
/*        SECOND BLOCK        */
/******************************/

.main-section-2 i {
    color: var(--secondary-color);
}

.main-section-2 img {
    max-width: 450px;
}

.main-section-2 p {
    font-size: 1rem;
    font-family: "Montserrat Regular";
}

.main-section-2 h2,
.main-section-2 h3 {
    font-family: "Barlow Bold";
}

.main-section-2 .characteristic-content {
    margin-bottom: 120px;
}

.main-section-2 i {
    font-size: 3rem;
    margin-bottom: 20px;
}

/******************************/
/*        THIRD BLOCK         */
/******************************/
.main-section-3 h2{
    font-family: "Barlow Bold";
}

.collaborators-container {
    display: flex;
    flex-direction: row;
    overflow: auto;
    margin: auto;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 30px;
}

.collaborators-container img {
    max-width: 200px;
    object-fit: contain;
    margin: 23px;
}

/******************************/
/*        FOURTH BLOCK        */
/******************************/

.main-section-4.bg-white{
    padding-bottom: 150px;
}

.main-section-4 h2 {
    font-family: "Barlow Bold";
}

.main-section-4 .nav-tabs {
    border-bottom: .5px solid var(--secondary-color);
}

.main-section-4 .tab-header-panel {
    font-family: "Barlow Bold";
    background-color: var(--white-color);
}

.main-section-4 .tab-header-panel button {
    background-color: var(--white-color);
    color: var(--text-color);
    border-radius: 0;
    border-bottom: .5px solid var(--secondary-color);
}

.main-section-4 .tab-header-panel button:focus {
    outline: none;
}

.main-section-4 .tab-header-panel button:hover:not(.active) {
    border: 1px solid transparent;
    border-bottom: .5px solid var(--secondary-color);
    -webkit-box-shadow: 0px -6px 8px -1px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px -6px 8px -1px rgb(0 0 0 / 21%);
    box-shadow: 0px -6px 8px -1px rgb(0 0 0 / 21%);
}

.main-section-4 .tab-header-panel .active {
    border: .5px solid var(--secondary-color);
    -webkit-box-shadow: 0px -6px 8px -1px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px -6px 8px -1px rgb(0 0 0 / 21%);
    box-shadow: 0px -6px 8px -1px rgb(0 0 0 / 21%);
    border-bottom: none;
    position: relative;
    z-index: 1;
}

.main-section-4 .tab-body-panel {
    border: .5px solid var(--secondary-color);
    padding: 30px;
    border-top: none;
    max-height: 450px;
    overflow: auto;
}

.main-section-4 .tab-body-panel::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: none;
    color: var(--main-color);
}

.main-section-4 .tab-body-panel::-webkit-scrollbar-button {
    display: none;
}

.main-section-4 .tab-desktop {
    display: block;
}

.main-section-4 .accordion-mobile {
    display: none;
}

.main-section-4 .container-image-copy-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(250px, 1fr));
    grid-auto-rows: 250px;
    align-items: center;
    gap: 10px;
    justify-items: center;

    margin-top: 90px;
}

.main-section-4 .image-copy-grid{
    width: 400px;
}

.main-section-4 .image-copy-grid-copy{
    width: 250px;
}

/******************************/
/*     FIFTH BLOCK - PLANS    */
/******************************/

.main-section-5.bg-blue{
    padding-bottom: 150px;
}

.main-section-5 .plans-row{
    row-gap: 30px;
}

.main-section-5 h2 {
    font-family: "Barlow Bold";
}

.promotion_title{
    font-family: "Barlow Bold";
    color: var(--cta-color) !important;
}

.link_promotion{
    color:  var(--white-color);
    font-family: 'Montserrat Regular';
    font-weight: 300;
    text-decoration: underline;
}

.link_promotion:hover{
    color:  var(--secondary-color);
}

.main-section-5 .plan-container {
    border-radius: 5px;
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.35);
    background-color: var(--white-color);
    padding: 20px;
    color: var(--text-color);
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.main-section-5 .plan-container-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main-section-5 .plan-container:hover,
.main-section-5 .plan-container:focus {
    background: linear-gradient(180deg, rgb(255 136 0 / 83%) 0%, rgba(255, 255, 255, 1) 100%);
    /* cursor: pointer; */
}

.main-section-5 .cta-button-main {
    width: 100%;

}

.main-section-5 .plan-container .plan-title {
    font-size: 1.75rem;
    font-family: "Barlow Bold";
}

.main-section-5 .plan-container .plan-description ul{
    text-align: center;
}

.main-section-5 .plan-container .plan-description li{
    list-style: none;
    font-family: 'Montserrat Regular';
    font-size: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding:  5px 0;
}

.main-section-5 .plan-container .plan-description li:last-child{
    border-bottom: none;
}

.main-section-5 .plan-container .plan-old-price {
    font-size: 1rem;
    font-family: "Barlow Bold";
    text-decoration: line-through;
}


.main-section-5 .plan-container .prices-container{
    margin-bottom: 25px;
    margin-top: 15px;
}

.main-section-5 .plan-container .plan-price {
    font-size: 1.875rem;
    font-family: "Barlow Bold";
}

.main-section-5 .star-plan {
    background-color: var(--secondary-color);
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.main-section-5 .star-plan i {
    color: var(--white-color);
}

.cards-row{
    row-gap: 30px;
}

.main-section-5 .guide{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-color);
    font-family: "Montserrat Regular";
    padding: 5px;
    text-decoration: underline;
}

.main-section-5 .guide:hover{
    /* color: white; */
}

/******************************/
/*     SIXTH BLOCK - REVIEWS  */
/******************************/

.main-section-6 h2 {
    font-family: "Barlow Bold";
}

.reviews-container{
    width: 100%;
    overflow: auto;
    display: flex;
    color: var(--text-color);
    column-gap: 50px;
    margin-bottom: 50px;
    flex-direction: row;
    padding: 10px;

}

    .reviews-container .card-reviews-container{
        padding: 20px;
        border: 0.5px solid var(--secondary-color);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
        max-width: 450px;
        min-width: 400px;
    }

        .reviews-container .card-reviews-header{
            font-size: 1.5rem;
            display: flex;
            column-gap: 15px;
            align-items: center;
            margin-bottom: 15px;
            font-family: 'Barlow Bold';
        }
        

            .reviews-container .card-opinon-header-logo{
                width: 50px;
                display: flex;
                height: 50px;   
                justify-content: center;
                align-items: center;             
                border-radius: 50%;
                background: rgb(255,255,255);
                background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,175,84,1) 75%, rgba(255,136,0,1) 100%);
                background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,175,84,1) 75%, rgba(255,136,0,1) 100%);
                background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,175,84,1) 75%, rgba(255,136,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff8800",GradientType=1);
            }

        
/******************************/
/*   SEVENTH BLOCK - CONTACT  */
/******************************/

.main-section-8 h2 {
    font-family: "Barlow Bold";
}

.main-section-8 .contact-form{
    width: 100%;
}

.main-section-8 .send-contact-form{
    padding: 5px 25px;
    background: transparent;
    color: white;
    border: 1px solid var(--cta-color);
    border-radius: 10px;
    width: 50%;
    font-family: "Montserrat Regular";
}

.main-section-8 .send-contact-form:hover{
    background-color: var(--cta-color);
    color: var(--text-color);
    border: 1px solid var(--white-color);

}

.contact-form input,
.contact-form select,
.contact-form textarea{
    border: 1px solid black;
    border-radius: unset;
}

.border-color-red{
    border: 1.5px solid rgb(255, 0, 0) !important;
}

.error-msg{
    font-size: .75rem;
    color: red;
    text-align: left;
}

#sent-confirm{
    color: var(--cta-color);
    width: 100%;
    text-align: center;
    padding-top: 15px;
    font-size: 1.7rem;
    font-weight: 900;
    font-family: 'Barlow Bold';
}

/******************************/
/*           FOOTER           */
/******************************/

.risk-text{
    font-size: 0.675rem;
}

footer hr{
    border-top: 1px solid white;
}

footer .policy-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

footer .policy-container a{
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Montserrat Regular';
}

.cky-btn-revisit-wrapper{
    display:none !important;
}

/******************************/
/*           FAQ's            */
/******************************/

.main-section-7 h2{
    font-family: "Barlow Bold";
}

.main-section-7 #accordion{
    color: var(--text-color);
}

.main-section-7 #accordion .btn-link{
    color: var(--main-color);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-section-7 #accordion .card{
    border-radius: 0 !important;
    border: .5px solid var(--secondary-color) !important;
    margin-bottom: 10px;
}

.main-section-7 #accordion .card .card-header{
    background-color: transparent !important;
    padding: 0.5rem 1rem !important;
}

.video-container{
    padding: 50% 0 0 0;
    position: relative;
}

.main-section-7 .promotion-image{
    width: 50%;
}


/******************************/
/*           CART             */
/******************************/

.page .entry-title{
    font-size: 1.75rem;
    font-family: "Barlow Bold";
    color: var(--text-color);
}

td.product-name{
    display: flex;
}

td.product-name a.remove{
    margin-right: 10px;
    width: 25px !important;
    height: 25px !important;
}

.woocommerce a.remove:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
}

.woocommerce-checkout-payment{
    display: none !important;
}

.paypal-button-container{
    width: 100%;
}

#order_review{
    /* display: flex;
    align-items: center; */
    margin-bottom: 50px;
}

#order_review .ppc-button-wrapper{
    /* margin-left: 50px; */
}

.woocommerce-input-wrapper {
    display: flex!important;
    column-gap: 10px!important;
    width: 100%;
}

.woocommerce-billing-fields input, .woocommerce-account-fields input, .woocommerce-additional-fields textarea, .woocommerce-checkout .woocommerce-form-login input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 49% !important;
}

.woocommerce-billing-fields h3{
    display: none;
}

#order_review_heading{
    margin-bottom: 15px;
    margin-top: 15px;
}

/* #ppc-button-ppcp-gateway {
	margin-right: 0px;
	clear:both;
	float:right;
	width: 100%;
} */

.paypal-button-container {
    min-width: 500px !important;
    max-width: 100% !important;
}

.restore-item{
    display: none;
}

.back-button{
    display: flex;
    padding: 10px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-family: "Barlow Bold";
    font-weight: 700;
    background-color: var(--cta-color);
    margin: auto;
    margin-bottom: 30px;
    color: var(--text-color);
    width: fit-content;
}

.back-button:hover{
    color: var(--text-color);
}

/******************************/
/*        ERROR - 404         */
/******************************/

.error-404 .page-title{
    font-size: 3.5rem;
    font-family: "Barlow Bold";
}

.error-404 .page-content p{
    font-family: "Montserrat Regular";
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    header .menu .menu-list{
        display: none;
    }
}


@media (min-width: 992px) {
    .bg-img-mobile-home::before {
        display: none;
    }

    .collaborators-container {
        justify-content: flex-start;

    }
}


@media (max-width: 768px) {
    #logo-img {
        max-height: 20px;
    }

    header .cta-button-main {
        min-width: 114px;
        font-size: .75rem;
    }

    .main-section-2 .characteristic-content {
        margin-bottom: 3rem;
    }

    .main-section-2 img {
        max-width: 350px;
        margin-bottom: 3rem;
    }

    .collaborators-container {
        display: flex;
        flex-direction: row;
        overflow: auto;
        max-width: 100%;
        margin: auto;
        align-items: center;
        margin-bottom: 30px;
        max-width: 80%;
        justify-content: flex-start;
    }

    .collaborators-container img {
        max-width: 150px;
    }

    .collaborators-container::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: none;
        color: var(--main-color);
    }

    .main-section-4 .tab-desktop {
        display: none;
    }

    .main-section-4 .accordion-mobile {
        display: block;
    }

    .main-section-4 .body-accordion {
        max-height: 350px;
        overflow: auto;
        border-left: .1px solid var(--secondary-color);
        border-right: .1px solid var(--secondary-color);
    }

    .main-section-4 .header-accordion {
        color: var(--text-color);
        background-color: var(--white-color);
        border: .5px solid var(--secondary-color);
    }

    .main-section-4 .header-accordion button {
        color: var(--text-color);
    }

    .main-section-4 .header-accordion button:focus {
        color: var(--text-color);
        text-decoration: none;
    }

    .main-section-4 .card:last-child .header-accordion {
        margin-bottom: 0;
    }

    .main-section-4 .card:last-child .body-accordion {
        border-bottom: 0.5px solid var(--secondary-color);
    }

    .main-section-4 .header-accordion button i {
        transform: rotate(180deg);
    }

    .main-section-4 .header-accordion button.collapsed i {
        transform: rotate(0deg);
    }

    .main-section-4 .image-copy-grid{
        width: 100%;
    }

    .main-section-5 .plan-container {
        padding: 40px;
        min-height: 400px;
        margin-bottom: 3rem;
        justify-content: space-between;
    }

    .main-section-5 .cta-button-main {
        margin: unset;
    }

    .reviews-container{
        column-gap: 35px;
    }

    .reviews-container .card-reviews-container{
        min-width: 300px;
    }

    .main-section-7 .send-contact-form{
        margin: 15px;
        width: 100%;
    }

    footer .policy-container{
        flex-direction: column;
        row-gap: 15px;
    }

    #order_review{
        flex-direction: column;
    }
    
    #order_review .ppc-button-wrapper{
        margin-left: 0;
    }

    .video-container{
        padding: 200% 0 0 0;
        position: relative;
    }

    .main-section-7 .promotion-image{
        width: 100%;
    }
}