.intro {
    margin-top: 90px;
    justify-content: space-evenly;
}

.introContent {
    margin: 0px;
}

.introHome {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 5%;
}

.introHomeContent {
    width: 100%;
}

.twoBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.twoBlock .blockLeft {
    text-align: center;
    z-index: 1;
}

.twoBlock .blockLeft h1 {
    margin: 0px;
    font-weight: 100;


}

.twoBlock .blockLeft h1.ft {
    font-size: 95px;
    font-weight: 100;
    background-color: white;
    color: #4f499f;
    border-radius: 10px;
    padding: 0px 20px;
}

.twoBlock .blockRight {
    z-index: 1;
    width: 37%;
}

.twoBlock .blockRight .bockOrange {
    border-radius: 20px;
    background-image: linear-gradient(125deg, #fa8751, #f96733);
    padding: 40px 40px;
    text-align: center;
}

.twoBlock .blockRight .bockOrange p {
    color: white;
}

.imageoneBg {
    background-image: url(/cisiweb2/image/futurefoundation/stockImages/students1.jpeg);
    background-size: cover;
    height: 100vh;
    text-align: center;
    clip-path: polygon(100% 14%, 100% 74%, 0 89%, 0 28%);
    margin-top: -22%;
}

.sectionThree {
    padding: 0px 15%;
}

.sectionThree h2 {
    font-weight: 100;
    text-align: left;
    margin: 0;
}

.col-md-4 .detailBlocks {
    border-radius: 20px;
    background-image: linear-gradient(125deg, #fa8751, #f96733);
    padding: 25px 30px;
    text-align: center;
    margin: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-md-4 .detailBlocks.blockOne {
    background-image: linear-gradient(125deg, #f1a93d, #eb9025);
}

.col-md-4 .detailBlocks.blockTwo {
    background-image: linear-gradient(125deg, #fb834e, #f96734);
}

.col-md-4 .detailBlocks.blockTwo {
    background-image: linear-gradient(125deg, #ff7372, #ff5757);

}

.col-md-4 .detailBlocks p {
    font-size: 17px;
    text-align: left;
}

.sectionFour {
    padding: 5% 20% 0%;
    text-align: center;
}

.imagetwoBg {
    background-image: url(/cisiweb2/image/futurefoundation/stockImages/students2.jpeg);
    background-size: cover;
    background-position-y: 30%;
    height: 100vh;
    text-align: center;
    clip-path: polygon(100% 10%, 100% 70%, 0 85%, 0 23%);
    margin-top: -4%;
}

.sectionFive {
    padding: 0px 15%;
}

.sectionFive h1 {
    font-weight: 100;
    margin: 0px;
}

.sectionFive .row {
    margin: 40px 130px 10px;
}

.sectionFive .newsBlock {
    margin-top: 40px;
}

.sectionFive .newsBlock p {
    font-size: 27px;
    font-weight: 100;
    text-align: right;
}

.sectionFive .newsblockRight {
    display: flex;
    flex-direction: column;
}

.sectionSix .partnerTxt {
    padding: 5% 20% 4%;
    text-align: center;
}

.sectionSix .partnerLogos {
    padding: 0% 7%;
}

.sectionSix .partnerLogos img {
    margin: 30px 60px;
}

@media (min-width: 768px) {
    .introHome h1 {
        font-size: 55px;
    }

    .introHome p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .introHome h1 {
        font-size: 45px;
    }

    .introHome p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .introHome h1 {
        font-size: 55px;
    }

    .introHome p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1400px) {
    .introHome h1 {
        font-size: 65px;
    }
}

@media (min-width: 1600px) {
    .introHome {
        height: 70vh;
    }

    .introHome h1 {
        font-size: 70px;
    }

    .introHome p {
        font-size: 17px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1800px) {
    .introHome h1 {
        font-size: 57px;
    }
}

@media (max-width: 1599px) {
    .imageoneBg {
        margin-top: -30%;
    }

    .introHome {
        padding: 0%;
    }

    .sectionThree {
        padding: 0px 10%;
    }

    .imagetwoBg {
        clip-path: polygon(100% 10%, 100% 75%, 0 90%, 0 23%);
    }

    .sectionFour {
        padding: 5% 17% 0%;
    }

    .sectionFive {
        padding: 0px 10%;
    }

    .sectionSix .partnerTxt {
        padding: 5% 17% 4%;
    }

    .sectionSix .partnerLogos {
        padding: 0% 0%;
    }

    .sectionSix .partnerLogos img {
        margin: 0px 50px;
    }
}

@media (max-width: 1479px) {
    .sectionSix .partnerLogos img {
        margin: 30px 38px;
    }

    .twoBlock .blockLeft h1.ft {
        font-size: 85px;
    }

    .introHome h1 {
        font-size: 52px;
    }

    .twoBlock .blockRight {
        z-index: 1;
        width: 40%;
    }

    .sectionThree {
        padding: 0px 8%;
    }

    .sectionFour {
        padding: 5% 13% 0%;
    }

    .sectionFive {
        padding: 0px 7%;
    }

    .sectionSix .partnerTxt {
        padding: 5% 13% 4%;
    }

    .introHome p {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .twoBlock .blockRight .bockOrange {
        padding: 30px 30px;
    }
}

@media (max-width: 1355px) {
    /* .sectionSix .partnerLogos img {
        margin: 0px 30px;
    } */

}

@media (max-width: 1300px) {
    .introHome p {
        font-size: 15px;
    }

    .twoBlock .blockLeft h1.ft {
        font-size: 70px;
    }

    .introHome h1 {
        font-size: 45px;
    }


}

@media screen and (max-width: 1280px) and (max-height: 700px) {
    .imageoneBg {
        margin-top: -23%;
    }

    .sectionFive .newsBlock p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .introHome {
        height: 50vh;
    }

    .imageoneBg {
        margin-top: -35%;
        height: 50vh;
    }

    .imagetwoBg {
        height: 50vh;
    }

    .sectionFive {
        padding: 0% 0%;
    }

    .sectionFive .newsBlock p {
        font-size: 22px;
    }

    .sectionFive .row {
        margin: 40px 130px 10px;
    }

    .sectionSix .partnerLogos img {
        margin: 10px 90px;
    }

    .sectionFive .row {
        margin: 40px 90px 10px;
    }

}

@media (max-width: 999px) {
    .introHome {
        height: 65vh;
    }

    .imageoneBg {
        margin-top: -35%;
        height: 60vh;
    }

    .imagetwoBg {
        height: 65vh;
    }

    .sectionFive .row {
        margin: 40px 80px 10px;
    }

    .sectionSix .partnerLogos img {
        margin: 30px 30px;
    }

}
@media (max-width: 991px) {
    .sectionThree .row {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .sectionThree .row {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .introHome {
        height: 80vh;
    }

    .imageoneBg {
        margin-top: -50%;
        height: 70vh;
    }

    .imagetwoBg {
        height: 70vh;
    }
    
    .sectionFive .newsBlock p {
        font-size: 25px;
    }

    /* your css rules for ipad portrait */
}

@media (max-width: 499px) {
    .introHome {
        height: 115vh;
    }

    .twoBlock {
        display: flex;
        flex-direction: column;
        row-gap: 25px;
    }

    .twoBlock .blockLeft h1.ft {
        font-size: 50px;
    }

    .introHome h1 {
        font-size: 33px;
    }

    .twoBlock .blockRight {
        width: 80%;
    }

    .imageoneBg {
        margin-top: -80%;
        height: 65vh;
    }

    .sectionThree .row {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .imagetwoBg {
        height: 65vh;
    }

    .sectionFive .row {
        margin: 0px;
    }

    .sectionFive .newsBlock p {
        font-size: 22px;
    }

    .sectionSix .partnerLogos img {
        margin: 20px 30px;
    }

}