* {
  margin: 0;
  padding: 0;
  }

body{
    margin: 0px;
    padding: 0px;
    background-color: rgb(247, 247, 247);
    height: auto;
    width: auto;
    padding-bottom: 200px;
}
.hemaHeading{
    position: relative;
    width: 100%;
    height: 100px;
    box-shadow: 10px 10px 35px -8px rgba(180, 180, 180, 0.644);
  }
  #PLinesGIF{
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height:100%;
    transition: .8s;
  }
  .hemaHeading p{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 30px;
    z-index: 2;
    text-shadow: 0px 2px 12px rgba(255, 255, 255, 0.842);
    left: 50%;
    transform: translate(-50%);
    margin: 0px;
    margin-bottom: 12px;
    pointer-events: none;
  }
  .FadeBlack{
    position: absolute;
    width: 100%;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.534);
    bottom: 4px;
    right: 0;
    pointer-events: none;
  }
  /* End of Heading CSS */
svg{
    position: absolute;
    z-index: 2;
    margin: 10px;
    fill: rgb(255, 255, 255);
    transition: .3s;
    cursor: pointer;
}
svg:hover{
    fill: rgb(143, 143, 143);
}
/* Back Button here */


#hema51{
    position: absolute;
    width: 400px;
    margin-left: 650px;
    animation: 2.5s fadeInUp;
}

.colored{
    width: 100%;
    height: 296px;
    background-color: #282828;
}

#hemah1, h6{
    position: absolute;
    font-family:  sans-serif;
    color: #ff6600;
    margin: 0px;
    margin-left: 390px;
    margin-top: 200px;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    animation: 2.5s fadeInUp;
}
.colored h6{
    font-size: 20px;
    margin-top: 260px;
    color: #ffffff;
    animation: 2.5s fadeInUp;
}
#samp60{
  font-size: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #292929;
  font-weight: bold;
  margin: 10px 0px 0px 400px;
  animation: 2.5s fadeInUp;
}

#samp60::before{
  content: '✓  ';
  color: #292929;
  font-weight: bold;
}



.DetCont{
  width: 945px;
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 90px;
  row-gap: 100px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 90px;
}

.border{
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, rgba(255,96,0,0.79) 0%, rgba(196,196,196,0.47) 100%);
  border-radius: 2px;
  padding: 3px;
  box-sizing: border-box;
  height: 186px;
  width: 254px;
  text-align: center;
  padding: 10px 15px 0px 15px; 
 }

#princHead{
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0px;
  color: #f35a01;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  border-bottom: 1px dotted #282828;
  width: 100%;
  padding-bottom: 10px;
}
ul li{
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #2b2b2b;
  list-style: none;
  line-height: 32px;
}
ul li:before {
  content: '✓  ';
  font-weight: bolder;
  color: #000000;
}



#princHead1{
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0px;
  color: #f35a01;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  border-bottom: 1px dotted #282828;
  width: 140px;
}

@keyframes fadeInUp {
    0% {
      transform: translatex(100%);
      opacity: 0;
    }
    100% {
      transform: translatex(0%);
      opacity: 1;
    }
  }
  /* @keyframes fadeInLeft {
    0% {
      transform: translatex(100%);
      opacity: 0; 
    }
    100% {
      transform: translatex(0%);
      opacity: 1;
    }
  } */

  .RT7600{
    width: 100%;
    height: auto;
    margin-top: 200px;
  }
  .coloredRT{
    width: 100%;
    height: 296px;
    background-color: #363636;
}
.coloredRT #RTh6{
  font-size: 20px;
  margin-top: 260px;
  color: #ffffff;
  animation: 2.5s fadeInUp;
}
#RT76, #RTh6{
  position: absolute;
  font-family:  sans-serif;
  color: #ff6600;
  margin: 0px;
  margin-left: 340px;
  margin-top: 200px;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
  animation: 2.5s fadeInUp;
}
#sampRT {
  font-size: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #292929;
  font-weight: bold;
  margin: 10px 0px 0px 340px;
  animation: 2.5s fadeInUp;
}
#sampRT::before {
  content: '✓ ';
  color: #292929;
  font-weight: bold;
}



@media only screen and (max-width: 1050px){
  #hema51, #hemaRT{
    margin-left: 350px;
  }
  #hemah1, h6, #RT76, #RTh6  {
    margin-top: 352px;
  }
  .colored h6,.coloredRT #RTh6 {
    font-size: 20px;
    margin-top: 413px;
    color: #e64900;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
  }
  .sampdiv{
    margin-top: 155px;
  }
  
}

@media only screen and (max-width: 950px){

  .DetCont {
    grid-template-columns: auto auto;
    margin-left: 50%;
    width: 546px;
  }

}
@media only screen and (max-width: 630px){
  #hema51, #hemaRT,#hemah1, h6, #RT76, #RTh6  {
    margin-left: 140px;
}
#hemah1, h6 {
  margin-left: 200px;
}

#samp60, #sampRT {
  font-size: 15px;
  margin: 10px 0px 0px 180px;

}
.DetCont {
  grid-template-columns: auto;
  margin-left: 50%;
  width: 300px;
}

}
@media only screen and (max-width: 560px){
  .hemaHeading p {
    font-size: 20px;
    margin-bottom: 22px;
  }
  #hema51, #hemaRT, #hemah1, h6, #RT76, #RTh6 {
    margin-left: 40px;
}
#hemah1, #RT76{
  margin-top: 170px;
}
.colored h6, .coloredRT #RTh6 {
  font-size: 20px;
  margin-top: 230px;
  color: #e64900;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
}
#samp60, #sampRT {
  font-size: 15px;
  margin: 7px 0px 0px 43px;
}
.sampdiv {
  margin-top: 64px;
}
.sec{
  margin-top: 84px;
}
  #hema51 {
    margin-left: 140px;
    width: 200px;
}
.colored, .coloredRT{
  width: 100%;
  height: 196px;
  background-color: #282828;
}

}

@media only screen and (max-width: 415px){
}
