@font-face {
  font-family: "Canela Web";
  src: url("/font/Canela-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Canela Deck Web";
  src: url("/font/CanelaDeck-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Bold";
  src: url("/font/GT-America-Standard-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Medium";
  src: url("/font/GT-America-Standard-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Regular";
  src: url("/font/GT-America-Standard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Albertus Medium";
  font-style: normal;
  font-weight: 400;
  src: url('/font/Albertus-Medium.ttf') format('truetype');
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: rgb(243, 244, 244);
}

.iic-image-container {
  height: 100vh;
  position: relative;
}

.iic-image-content {
  text-align: center;
  position: relative;
  width: 100%;
}

.iic-image-content::before {
  content: "";
  background: hsla(0, 0%, 5%, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.iic-image-content .background-img {
  width: 100%;
  height: 100vh;
}

.iic-image-content h1 {
  position: absolute;
  top: 52%;
  left: 29%;
  max-width: 550px;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  font-family: "Albertus Medium";
  font-size: 3.5rem;
  line-height: 4.3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  padding-bottom: 0;
  text-align: start;
}
.iic-image-content .iic-logo {
  position: absolute;
  top: 57.3%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
}
.iic-image-content .mhrd-logo {
  position: absolute;
  top: 57.3%;
  left: 73%;
  padding-top: 25px;
  padding-bottom: 25px;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
}
.iic-image-content .aicte-logo {
  position: absolute;
  top: 57.3%;
  left: 91%;
  padding: 10px;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
}
.iic-image-content .mobile{
  display: none;
}

.iic-description {
  padding: 64px 159px;
}
.iic-description > p {
  font-family: "GT America Regular";
  line-height: 1.5;
  /* font-size: 20px; */
  font-size: 1.11rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  padding-bottom: 0;
  text-align: start;
  color: #585858;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}
.iic-details > p {
  padding: 0;
  font-family: "Albertus Medium";
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-align: start;
  margin: 0;
  margin-top: 50px;
  text-align: justify;
}
.iic-divider {
  border: 1px solid black;
  margin-top: 40px;
  margin-bottom: 40px;
}
.iic-ranking-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 72px;
}
.iic-ranking-container p:first-child {
  padding-top: 0;
  font-family: "Albertus Medium";
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  padding-bottom: 0;
  text-align: start;
  margin: 0;
}
.iic-ranking-container p:last-child {
  font-family: "GT America Regular";
  line-height: 1.5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  padding-bottom: 0;
  text-align: start;
  color: #585858;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}
.iic-ranking-divider {
  margin: 20px 0;
}


/* Mobile Responsiveness */
@media (max-width: 450px){

  .iic-image-content h1{
    display: block;
    width: 80%;
    top: 38%;
    left: 50%;
    font-size: 1.7rem;
    line-height: 1.2;
    margin:0px  auto;
    text-align: center;
  }

  .iic-image-content #logo-deks{
  display: none;
  }
  .iic-image-content .mobile{
    display: block;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: white;
    min-width: 300px;
    height:246px ;
    margin:0 auto;
    background: rgba(0, 0, 0, 0);
  }
  
  .iic-image-content .iic-logo{
    top: 28%;
    left: 27%;
    height: 110px;
    width: 159px;
  }
  .iic-image-content .aicte-logo{
    top: 28%;
    left: 79%;
    height: 90px;
    width: 105px;
  }
  .iic-image-content .mhrd-logo{
    top: 77%;
    left: 50%;
    height: 55px;
    width: 100%;
  }
  /* .iic-image-content .iic-logo{
    top: 55%;
    left: 27%;
    height: 110px;
    width: 159px;
  }
  .iic-image-content .aicte-logo{
    top: 55%;
    left: 74%;
    height: 90px;
    width: 130px;
  }
  .iic-image-content .mhrd-logo{
    top: 77%;
    left: 50%;
    height: 70px;
    width: 323px;
  } */


  .iic-image-content .background-img{
    height: 80vh;
  }

  .iic-description {
    padding: 30px 20px;
}

.iic-details > p{
  font-size: 1.2rem;
}

.iic-ranking-container{
  padding-left: 0;
  padding-right: 0;
}
.iic-ranking-container p:first-child{
  font-size: 18px;
  line-height: 1.4;
}
.iic-ranking-container p:last-child{
  min-width: 125px;
    text-align: right;
}

}
