/* FONT FACE - Roboto */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto' !important;
    letter-spacing: 1px;
}

/* TAB ONE START */
.tab-one {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.logo-tab-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.tab-one .content{
    font-family: "Avenir";
    padding: 0 47px;
    margin-top: 5rem;
}

h4{
    font-size: 1.2rem !important;
}

.tab-one h1{
    font-size: 65pt;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
    line-height: 65pt;
    letter-spacing: 5px;
}

.logo-tab-one img{
    width: 70%;
    display: block;
    margin: auto;
}

.tab-one h1 br{
    margin: 0;
    height: 0;
    padding: 0;
}

img.mob{
    display: none;
}

.tab-one .item-content{
    margin: 0px 0 1rem 0;
}

.tab-one .desc {
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.bold {
    font-family: "Roboto-Bold" !important;
    text-transform: uppercase;
}

.first{
    padding: 0 1.3rem;
}

.tab-one h4{
    margin-bottom: 0;
}

.tab-one h5{
    margin-bottom: 0;
    font-family: "Roboto_Regular";
}

.tab-one .money{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.tab-one .money p{
    margin-bottom: 0;
}

.tab-one .money .bold h4{
    font-family: "Roboto_Bold";
    text-transform: uppercase;
    margin-right: 5px;
}

.tab-one .bottom-content{
    display: flex;
    align-items: flex-end;
    font-size: 15px;
    justify-content: space-between;
}

.btn-signup{
    margin: 4rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-signup .signup{
    display: block;
    text-transform: uppercase;
    background-color: black;
    padding: .7rem 1.5rem ;
    color: white;
    text-decoration: none;
}

/* TAB ONE END */


/* TAB TWO START */
.tab-two{
    padding: 2.5rem 0;
    background-color: #e8e6de;
}

.tab-two .bottom-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-two .bottom-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

.bottom-content .image{
    padding: 0px 30px 30px  0;
}

.tab-two h5{
    font-size: 15pt;
    font-family: "Roboto_Regular";
}

.tab-two .right {
    padding-left: 50px;
}

.tab-one .image-thumb{
    background-position: center;
    background-size: cover;
    background-image: url("../uploads/banner_ss1.png");
}

.tab-two p{
    font-size: 14pt;
    margin-bottom: 25px;
}

.note{
    display: block;
    font-size: 15px;
    margin-top: 35px;
}

/* TAB THREE */
.tab-three{
    padding: 2.5rem 0;
}

.tab-three p{
    font-size: 14pt;
}

.tab-three h5{
    font-size: 15pt;
    font-family: "Roboto_Regular";
}

.tab-three .item-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}

.tab-three .item-content .image{
    border-radius: 100%;
    overflow: hidden;
}

.tab-three .item-content .desc{
    padding-left: 3rem;
}

.footer{
    background-color: #e0ded5;
    padding: 3rem 0;
}

.footer .btn-signup{
    margin: 0;
}

.footer .btn-signup .signup{
    margin: 0 auto;
}

.footer .note{
    text-align: center;
    margin: 0 0 0 0;
}

p{
    margin-bottom: .5rem;
}

.tab-four{
    background-color: #e8e6de;
    padding-top: .5rem;
}

@media (max-width: 1200px) {
        
    .tab-one h1{
        font-size: 40pt;
        line-height: 40pt;
    }

    h4{
        font-size: 1rem !important;
    }

    .tab-two h5{
        font-size: 13pt;
    }

    .tab-three h5{
        font-size: 13pt;
    }
}


@media (max-width: 767px) {
        
    .first{
        padding: 0;
    }

    .tab-one .content{
        text-align: center;
        margin: 1rem auto
    }

    .tab-one .image-thumb{
        height: 70vh;
    }

    .tab-one h1{
        font-size: 31pt;
        line-height: 31pt;
    }

    .tab-one .money{
        justify-content: center;
    }

    .tab-one h3.desc{
        font-size: 10pt;
    }

    h4{
        margin: 0;
    }

    .tab-one .btn-signup{
        justify-content: center;
    }
        
    img.mob{
        display: block;
    }

    img.desc{
        display: none;
    }

    .logo-tab-one{
        padding: 1rem 1.5rem;
    }

    .tab-two .right {            
        padding: 0;
    }

    .tab-three .item-content .image{
        margin: 1.5rem  auto;
    }
        
    .tab-three .item-content {
        text-align: center;
    }
        
    .tab-three .item-content .desc{
        padding-left: 0;
    }

    .bottom-content .image{
        padding: 20px 0;
    }

}

@media (max-width: 768px) {
    .tab-one .item-content:nth-child(1){
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .tab-one h5{
        display: flex;
        align-items: flex-start;
    }
}