.thermoFirst {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThermoFirst {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itfc {
    background-color: #8e3b35 !important;
    position: relative;
}

.itfc img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 26rem;
}

.insideThermoFirstCard {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.insideThermoFirstCard h1 {
    color: #4e2825;
    text-transform: uppercase;
    font-size: 62px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 0.5rem;
    margin-left: 3rem;
}

.insideThermoFirstCard h2 {
    color: #4e2825;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 4px;
    margin-bottom: 1rem;
    margin-left: 3rem;
}

.insideThermoFirstCard p {
    margin-left: 3rem;
    width: 70%;
    color: #2C3740;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
}

.thermoSecond {
    padding: 0 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThermoSecond {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThermoSecondCard {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideThermoSecondCard h2 {
    font-size: 32px;
    text-transform: uppercase;
    word-spacing: 4px;
    margin-bottom: 1.2rem;
    color: #4e2825;
}

.insideThermoSecondCard p {
    color: #2C3740;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
}

.insideThermoSecondCard img {
    margin-top: 2rem;
}

.thermoSecondRight {
    width: 50%;
    display: flex;
    justify-content: center;
}

.vc {
    flex-direction: row;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.valuesCard {
    height: 12rem;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #efefef;
    margin: 1rem;
    padding: 1rem;
}

.valuesCard img {
    border-radius: 100%;
    padding: 0.25rem;
    background: #fff;
    margin-top: 0;
    height: 3rem;
    margin-bottom: 1rem;
}

.valuesCard p {
    color: #2C3740;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5rem;
}

.thermoThird {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThermoThird {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideThermoThird p {
    color: #2C3740;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    text-align: center;
}

.insideThermoThird h2 {
    color: #4e2825;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 0.5rem;
}


.insideThermoThird h3 {
    font-size: 32px;
    word-spacing: 4px;
    margin-bottom: 1.2rem;
    color: #4e2825;
    text-align: center;
}

.thermoThirdCard {
    background-color: snow;
}

.thermoThirdCard img {
    height: 15rem;
    margin: 0 1rem;
}

.thermoFourth {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: yellowgreen;
}

.insideThermoFourth {
    height: 80%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: yellow;
}

.insideThermoFourthCard {
    height: 100%;
    width: 50%;
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: slategray;
}

.insideThermoFourthCard img {
    height: 100%;
    width: 100%;
}

.thermoFifth {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThermoFifth {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fifthCard {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFifthCArd {
    height: 10rem;
    width: 32%;
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8e3b35;
}

.insideThermoFifth h2 {
    color: #4e2825;
    text-transform: uppercase;
    font-size: 42px;
    /* letter-spacing: 1px; */
    font-weight: 900;
    margin-bottom: 0.5rem;
}

/*  */
.thermo-build-section {
    width: 100%;
    margin: 6rem 0;
    position: relative;
}

.thermo-build-section::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 10%;
    z-index: -1;
    background-color: #4e2825;
}

.inside-tbs {
    display: flex;
    padding: 4rem 0;
    align-items: center;
}

.itbs-left {
    width: 55%;
    height: 80vh;
    /* padding: 4rem 0; */
}

.itbs-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.build-card {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.build-card-left {
    font-size: 36px;
    text-transform: capitalize;
    padding: 2rem;
    color: #4e2825;
    font-weight: 1000;
    width: 33%;
    line-height: 33px;
}

.build-point {
    display: flex;
    align-items: center;
    margin: 0.8rem 0;
}

.build-point img {
    margin-right: 1rem;
    width: 2.5rem;
}

.itbs-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.itbs-right::before {
    content: '';
    position: absolute;
    width: 7%;
    height: 50%;
    background-color: #4e2825;
    right: 0;
    top: 25%;
}

.itbs-right .build-card:nth-child(2) {
    border-bottom: 2px solid #4a4a4a42;
    border-top: 2px solid #4a4a4a42;
}

.build-card-right {
    width: 67%;
    padding-right: 3rem;
}

p.bpara {
    color: #4a4a4a;
    font-size: 15px;
}

.thermo-fifth-section {
    margin: 8rem 0;
    padding: 0 1rem;
}

.project-img img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 4px;
}

.heading {
    text-align: center;
    margin: 2rem 0;
    text-transform: capitalize;
}

.heading span {
    text-align: center;
    font-size: 37px;
    font-weight: 1000;
    color: #4e2825;
}

.table-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

table {
    width: 100%;
    padding: 0 2rem;
}

caption {
    text-align: left;
    padding: 0.5rem 2rem;
    color: #414141;
}

caption span {
    font-weight: 600;
    font-style: italic;

}

th,
td {
    padding: 1rem;
    text-transform: capitalize;
    text-align: left;
}

table tr:nth-child(even) {
    /* background-color: #8e3b35;
    color: white; */
}

thead {
    background-color: #8e3b35;
    color: #fff;
}

.advantages-section {
    padding: 4rem;
    padding-bottom: 1rem;
    width: 100%;
}

.inside-advs {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
}

.adv-card {
    padding: 2rem;
    width: 70%;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    margin: 1rem 0;
    position: relative;
}

.inside-advs .adv-card:nth-child(even) {
    align-self: flex-end;
}

.inside-advs .adv-card:nth-child(even) .adv-img {
    right: 3%;
}




.inside-advs .adv-card:nth-child(even) .adv-heading {
    right: 20px;
    left: unset;
}

img.adv-img {
    position: absolute;
    bottom: -30%;
    width: 12rem;
}

.adv-content {
    margin-bottom: 1rem;
}

.adv-content h4 {
    text-transform: capitalize;
}

.adv-content p {
    color: #424242;
}

.adv-heading {
    position: absolute;
    background: #8e3b35;
    color: white;
    left: 25px;
    top: -64px;
    height: 4rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0 0;
}

.adv-heading img {
    width: 2.5rem;
    margin-right: 1rem;
}

.adv-heading p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.applications-section {
    padding: 4rem;
    width: 100%;
}

.inside-app-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.app-card {
    padding: 2rem;
    border: 2px dashed #4e2825;
    width: 45%;
    position: relative;
    margin-top: 2rem;
    height: 50vh;
}

.app-card img {
    width: 4rem;
    background: #8e3b35;
    padding: 0.5rem;
    position: absolute;
    right: 5%;
    top: -30px;
    border-radius: 4px;
}

.app-card h2 {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 0.5rem;
    color: #4e2825;
    font-weight: 900;
}

.app-card h4 {
    color: #4e2825;
}

.thermobricks-table {
    width: 100%;
    padding: 4rem;
}

.inside-tt {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.thermobricks-sustainability {
    padding: 0 4rem;
    margin-bottom: 4rem;
    width: 100%;
}

.itss-left {
    width: 50%;
}

.itssi-card img {
    width: 3rem;
}

.itss-icon {
    display: flex;
    /* padding: 2rem 0; */
    flex-wrap: wrap;
}

.itssi-card {
    width: 33%;
    margin: 1rem 0;
    padding: 0.5rem;
}

.itssi-card-flex {
    flex: 2;
}

.itssi-card p {
    color: #424242;
    font-size: 14px;
    margin: 0.5rem 0;
}

p.itss-para {
    margin: 0.7rem 0;
    font-size: 15px;
    text-align: justify;
}

.inside-itss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itss-right {
    width: 45%;
}

.itss-right img {
    width: 100%;
}

.certificate {
    width: 100%;
    padding: 4rem;
}

.inside-certificate {
    border: 5px solid;
    padding: 0.5rem;
}

.extra-div {
    border: 1px solid;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.extra-div p {
    width: 55%;
    padding-right: 1rem;
}

img.leaf {
    position: absolute;
    right: 0px;
    height: 15rem;
}

img.leaf2 {
    position: absolute;
    height: 17rem;
    rotate: 180deg;
    left: 0;
    bottom: 0;
}

.certi-img img {
    height: 10rem;
}

/* .certificate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.certificate p {
    margin-left: 0;
}

 */

@media(max-width: 1325px) {}

@media (max-width: 1200px) {
    .itbs-left {
        width: 50%;
        height: 80vh;
        /* padding: 4rem 0; */
    }

    .itbs-right {
        width: 50%;
    }

    .advantages-section {
        padding: 2rem;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .insideThermoFirstCard h1 {
        font-size: 50px;
    }

    .itfc img {
        height: 22rem;
    }

    .insideThermoSecond {
        width: 100%;
    }

    .applications-section {
        padding: 4rem 2rem;
    }

    .inside-itss {
        align-items: flex-start;
    }

    .thermobricks-sustainability {
        padding: 0 2rem;
    }
}

@media (max-width: 1030px) {

    th,
    td {
        padding: 0.5rem;
    }

    .insideThermoSecondCard h2 {
        font-size: 28px;
        margin-bottom: 1rem;
    }

    /* .valuesCard {
        height: 10rem;
        width: 100%;
    } */
    .thermoSecondRight {
        width: 40%;
    }

    .thermoSecondRight img {
        width: 100%;
    }

    .insideThermoSecondCard {
        width: 60%;
    }

    .thermoSecond {
        padding: 0 2rem;
    }

    .insideThermoThird h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .thermoThirdCard {
        background-color: snow;
        padding: 0rem;
    }

    .thermoThirdCard img {
        height: 12rem;
        margin: 0 1rem;
    }

    .insideThermoThird {
        width: 90%;
    }

    .thermo-build-section::before {
        width: 35%;
        height: 80%;
        top: 50px;
    }

    /* .adv-card {
        width: 80%;
    } */
    .adv-card {
        width: 80%;
        margin: 3rem 0;
    }

    .app-card {
        height: 53vh;
    }

    .itss-right {
        width: 48%;
    }

    .certificate {
        width: 100%;
        padding: 4rem 2rem;
    }

    img.leaf {
        height: 11rem;
        bottom: 0;
    }

    img.leaf2 {
        height: 14rem;
    }
}

@media (max-width: 900px) {

    th,
    td {
        font-size: 14px;
    }

    .app-card {
        padding: 1rem;
    }

    .app-card h2 {
        font-size: 23px;
        font-weight: 900;
    }

    .insideThermoFirstCard p {
        margin-left: 1rem;
    }

    .insideThermoFirstCard h2 {
        margin-left: 1rem;
    }

    .insideThermoFirstCard h1 {
        margin-left: 1rem;
    }

    table {
        width: 100%;
        padding: 2rem 0rem;
    }

    .inside-itss {
        flex-direction: column-reverse;
    }

    .itss-right {
        width: 100%;
    }

    .itss-left {
        width: 100%;
    }

    .itssi-card {
        margin: 0;
    }

    .insideThermoSecond {
        flex-direction: column;
    }

    .insideThermoSecondCard {
        width: 100%;
    }

    .vc {
        justify-content: center;
    }

    .thermoSecondRight {
        width: 45%;
        margin-top: 1rem;
    }
}


@media (max-width: 830px) {

    th,
    td {
        word-break: break-all;
    }



    .inside-tbs {
        flex-direction: column;
    }

    .thermo-build-section::before {
        display: none;
    }

    .itbs-left {
        width: 90%;
    }

    .inside-tbs {
        padding: 0;
    }

    .itbs-right {
        width: 100%;
    }

    .itbs-right::before {
        display: none;
    }

    .adv-card {
        width: 90%;
    }

    img.adv-img {
        width: 10rem;
    }



    .insideThermoFirstCard h1 {
        font-size: 37px;
    }

    .insideThermoFirstCard h2 {
        font-size: 30px;
    }
}

@media (max-width: 765px) {
    .insideThermoSecond {
        flex-direction: column;
    }

    .insideThermoSecondCard {
        width: 100%;
        align-items: flex-start;
        padding: 2rem;
    }

    .valuesCard {
        height: 14rem;
        width: 43%;
    }

    .insideThermoThird h2 {
        font-size: 30px;
    }

    .inside-app-section {
        flex-direction: column;
        row-gap: 26px;
    }

    .app-card {
        height: 40vh;
        padding: 2rem;
        width: 100%;
    }

    .insideThermoFirst {
        flex-direction: column;
    }

    .thermoFirst {
        height: 125vh;
        width: 100%;
    }

    .insideThermoFirstCard {
        width: 100%;
    }

    .insideThermoFirstCard {
        justify-content: flex-start;
        padding: 2rem 1rem;
    }

    .thermoSecond {
        padding: 0;
    }

    img.leaf {
        height: 8rem;
        bottom: 0;
    }

    .certificate {
        width: 100%;
        padding: 0rem 2rem;
    }

    img.leaf2 {
        height: 11rem;
        left: 22px;
        top: -23px;
        rotate: 270deg;
    }

    .certi-img img {
        height: 8rem;
        margin-right: 1rem;
    }
}

@media (max-width: 700px) {
    .adv-card {
        width: 100%;
    }

    .thermo-fifth-section {
        margin: 4rem 0;
    }

    .heading span {
        font-size: 33px;
    }

    .thermobricks-table {
        width: 100%;
        padding: 2rem;
    }

    .heading span {
        font-size: 30px;
    }

    h1.heading {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .app-card {
        height: 45vh;
    }

    .insideThermoThird h2 {
        font-size: 19px;
    }




    img.adv-img {
        bottom: -23%;
        width: 7rem;
    }

    .inside-certificate {
        width: 100%;
        border-radius: 0;
    }

    .extra-div {
        flex-direction: column;
    }

    .inside-certificate p {
        font-size: 15px;
    }

    .extra-div p {
        width: 85%;
        align-self: flex-start;
    }


    .app-card img {
        width: 3rem;
    }

    .heading span {
        font-size: 27px;
    }

    .thermobricks-table {
        width: 100%;
        padding: 0 2rem;
    }

    .thermoSecondRight {
        width: 55%;
        margin-top: 1rem;
    }

    .insideThermoSecondCard h2 {
        font-size: 23px;
        margin-bottom: 1rem;
    }

    .applications-section {
        padding: 0rem 2rem;
    }
}

@media (max-width: 530px) {
    .inside-advs .adv-card:nth-child(odd) .adv-content {
        margin-left: 0rem;
    }

    .inside-advs .adv-card:nth-child(even) .adv-content {
        margin-right: 0rem;
    }

    .valuesCard {
        width: 42%;
    }
}

@media (max-width: 500px) {
    .insideThermoFirstCard p {
        width: 100%;
        text-align: justify;
    }

    .insideThermoSecondCard {
        padding: 1rem;
    }

    .insideThermoSecondCard {
        margin: 0;
    }

    .valuesCard {
        width: 100%;
    }

    .thermoThirdCard img {
        height: 8rem;
        margin: 1rem;
    }

    .build-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 2rem;
    }

    .build-card-left {
        padding: 1rem 0;
        width: 100%;
    }

    .build-card-right {
        width: 100%;
        padding-right: 0;
    }

    .build-card-left {
        font-size: 30px;
    }

    th,
    td {
        font-size: 12px;
    }

    .itss-icon {
        flex-direction: column;
    }

    .itssi-card {
        width: 100%;
    }

    .insideThermoFirstCard h2 {
        font-size: 21px;
    }

    .insideThermoFirstCard h1 {
        font-size: 25px;
    }

    .valuesCard {
        height: 10rem;
    }

    .insideThermoSecondCard h2 {
        font-size: 20px;
    }

    .adv-card {
        width: 100%;
        margin: 3rem 0;
    }

}

@media (max-width: 465px) {
    .adv-card {
        padding: 1rem;
    }

    .adv-heading {
        right: 0;
        left: unset;
    }

    .inside-advs .adv-card:nth-child(even) .adv-heading {
        right: unset;
        left: 0;
    }

    .inside-app-section {
        row-gap: 10px;
    }

    .app-card {
        height: 55vh;
    }

    /* .valuesCard {
        height: 9rem;
        width: 43%;
    } */


}

@media (max-width:400px) {
    img.adv-img {
        width: 10rem;
        display: none;
    }

    .app-card {
        height: 55vh;
        padding: 1rem;
    }
}