﻿.it-title{
    font-size: 3.3rem;
    font-family: 'Open Sans';
    color: white;
    margin-top: 2rem;
    position: relative;
    display: flex;
}

.it-title > p{
    margin: 3rem 0 5rem 3%;
    font-weight: 600;
}

.it-title::before{
    background-image:url(../../Imgs/Layout/itbg.jpg);
    content: '';
    width: calc(90% + 2rem);
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.it-title::after{
    background-image: linear-gradient(to bottom, transparent 15%, var(--cbg) 48%);
    position: absolute;
    content: '';
    height: 600px;
    width: calc(90% + 2rem);
    top: 0;
    left: 0;
    z-index: -1;
}

.it-intro{
    background-color: var(--cbg);
    width: 80%;
    margin: 0 calc(5% - 1rem);
    font-size: 1.6rem;
    font-family: 'Open Sans';
    font-weight: 100;
    color: var(--t3);
    opacity: .86;
    line-height: 2.6rem;
    padding: .25rem 2rem;
}

.it-tool-c{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    color: var(--t3);
    width: 90%;
    padding: 0 2rem 0 0;
}

.it-tool-c:nth-child(3){
    margin-top: 8rem;
}

.it-tool-title{
    min-width: 150px;
    height: 150px;
    background-color: var(--cbg3);
    font-size: 3rem;
    font-family: 'Open Sans';
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.it-tool-title p{
    z-index: 1;
}

.it-tool-desc {
    height: 150px;
    display: flex;
    align-items: center;
    background-color: var(--cbg2);
    margin-left: 5rem;
}


.it-tool-desc > p{
    flex: 1;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'Open Sans';
    margin: 0 1.5rem;
}

.it-try{
    font-size: 1.6rem;
    margin: 6rem 0 6rem 0;
    font-family: 'Roboto';
}

.it-try > a{
    font-weight: 600;
}

.it-tool-c > .it-tool-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../Imgs/Layout/itb1.jpg);
    background-size: 100% 100%;
    opacity: .5;
}

.it-2 > .it-tool-title::after {
    background-image: url(../../Imgs/Layout/itb2.jpg);
    opacity: .7;
}

.it-3 > .it-tool-title::after {
    background-image: url(../../Imgs/Layout/ib3.jpg);
    opacity: .7;
}

.it-4 > .it-tool-title::after {
    opacity: .7;
    background-size: unset;
    background-image: url(../../Imgs/Layout/ib4.jpg);
}

.it-5 > .it-tool-title::after {
    opacity: .55;
    -webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 0px) and (max-width: 1023px){
    .it-title{
        font-size: 3.1rem;
        margin-top: 0;
    }

    .it-title > p{
        margin: 2rem 0 5rem 0;
        text-align: center;
    }

    .it-title::before{
        width: 100%;
        height: 800px;
    }

    .it-title::after{
        background-image: linear-gradient(to bottom, transparent 15%, var(--cbg) 48%);
        height: 800px;
        width: 100%;
    }

    .it-intro{
        background-color: unset;
        width: 100%;
        margin: 0;
        font-size: 1.5rem;
        line-height: unset;
        padding: unset;
        position: relative;
    }

    .it-intro::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--cbg);
        top: 0;
        left: 0;
        opacity: .5;
        z-index: -1;
    }

    .it-intro > p{
        margin: 0 3%;
        padding: .5rem 0;
    }

    .it-tool-c{
        margin: 5rem auto 0 auto;
        width: 100%;
        padding: unset;
        flex-direction: column;
        align-items: unset;
    }

    .it-tool-c:nth-child(3){
        margin-top: 22%;
    }

    .it-tool-title{
        width: 30%;
        height: 2.4rem;
        font-size: 2.2rem;
    }

    .it-tool-desc {
        height: unset;
        margin: 0;
        padding: 1rem 0;
    }

    .it-tool-desc > p{
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin: 1rem 3% 0 3%;
    }

    .it-try{
        font-size: 1.5rem;
        margin: 6rem 8% 6rem 8%;
        line-height: 2.4rem;
    }

    .it-tool-title::after{
        background-image: unset !important;
    }
}