.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%;
}

.btnPressMore{
  text-align: center;
    margin-top: 90px;
}
.btnPressMore a{
  font-size: 20px;
}
.btnPressMore a:hover{
  background: #3f3899;
    border-color: #3f3899;
}

.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: 110px;
  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/website-ff.jpg);
  /* 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%;
  margin-bottom: 5%;
}

.sectionThree {
  padding: 0px 15%;
}

.sectionThree h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.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: flex-start;
}

.col-md-4 .detailBlocks.blockOne {
  background-image: linear-gradient(125deg, #f1a93d, #eb9025);
}
.col-md-4 .detailBlocks.blockOne a {
  display: none;
}

.col-md-4 .detailBlocks.blockTwo {
  background-image: linear-gradient(125deg, #fb834e, #f96734);
}
.col-md-4 .detailBlocks.blockTwo a {
  display: none;
}

.col-md-4 .detailBlocks.blockTwo {
  background-image: linear-gradient(125deg, #ff7372, #ff5757);
}

.col-md-4 .detailBlocks p {
  font-size: 20px;
  text-align: center;
}

.sectionFour {
  padding: 5% 20% 0%;
  text-align: center;
}

.imagetwoBg {
  background-image: url(/cisiweb2/image/futurefoundation/stockImages/students5.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 {
  display: none;
}

.sectionSix .partnerTxt {
  padding: 5% 20% 4%;
  text-align: center;
}

.sectionSix .partnerLogos {
  padding: 0% 7%;
}

.sectionSix .partnerLogos img {
  margin: 30px 60px;
}
.sectionSeven {
  padding: 0 15%;
  margin-top: 150px;
}

.trusteeBlocks > .row {
  /* margin-bottom: 100px; */
}

.trusteeBlocks {
  margin-top: 50px;
}

.col-md-4 img {
  /* border-radius: 20px; */
  height: 280px;
}
.trusteeCard {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  border-radius: 20px;
  margin-top: 15%;
}
.trusteeCard .innerBlock {
  display: flex;
  justify-content: center;
}
.overlay {
  position: absolute;
  z-index: 2;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f97d47de;
}

.trusteeCard:hover .overlay {
  top: 0%;
  left: 0;
}
.speakerModal .modal-content {
  border: 0;
  border-radius: 20px;
}
.speakerModal .col-sm-6 {
  width: 100%;
}
.speakerModal .speaker-details .name,
.speakerModal .speaker-details .info {
  display: none;
}
.speaker-image-container {
  margin-bottom: 40px;
}
.speaker-image-container img {
  margin-top: 30px;
  border-radius: 20px;
  width: 100%;
}
button.closeButton {
  background: #ffffff00;
  border: none;
  color: #4e489e;
  position: absolute;
  right: 2%;
  z-index: 10;
  top: 2%;
  font-size: 25px;
}
.overlay .innerBlock {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.overlay .titleBlock {
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  gap: 3px;
}
.overlay .titleBlock .title {
  font-weight: 600;
  font-size: 20px;
}
.overlay .titleBlock .name {
  font-size: 16px;
  text-align: center;
}
.overlay .titleBlock .info {
  font-size: 16px;
  text-align: center;
}

@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: 22px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1800px) {
  .introHome h1 {
    font-size: 70px;
  }
}

@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;
  }
  .footerBottom a {
    padding: 6px 8px 6px 8px;
  }
}

@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;
  }
  .sectionFive .newsBlock {
    margin-top: 60px;
  }
  .sectionSeven {
    padding: 0 15%;
    margin-top: 150px;
  }
}

@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: -58%;
    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: -85%;
    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;
  }
}
