
   body,html{
    height:100%;	
}
body{
   background: #fff;
   color:#000;
   font-size: 16px;
}
*{
  box-sizing:border-box;	
  margin: 0;
  padding: 0;
}
ul{
    margin:0px;
    padding:0px;
    list-style:none;	
}
.width100per{
    width: 100%;
    float: left;
}
.width100per .get-id-wrap{
  width: 100%;
  float: left;
  height: 100%;
  background-image: linear-gradient(255deg,hsl(9deg 65% 48%) 0%,hsl(12deg 67% 49%) 11%,hsl(14deg 68% 50%) 22%,hsl(17deg 71% 51%) 33%,hsl(19deg 74% 51%) 44%,hsl(22deg 77% 52%) 56%,hsl(24deg 80% 52%) 67%,hsl(26deg 82% 53%) 78%,hsl(28deg 85% 53%) 89%,hsl(30deg 87% 54%) 100%);
  background-size:  cover;
  padding: 10px 50px;
}
.width100per .get-id-wrap .logo-section{
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.width100per .get-id-wrap .logo-section .toofan-logo{
  width: 20%;
  float: left;
}
.width100per .get-id-wrap .logo-section .toofan-logo img{
  max-width: 100%;
}
.width100per .get-id-wrap .logo-section .logo-ipl{
  width: 10%;
  float: right;
}
.width100per .get-id-wrap .logo-section .logo-ipl img{
  max-width: 100%;
}
.width100per .get-id-wrap .heading{
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-family: 'gilroy-extrabold';
}
.width100per .get-id-wrap p{
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: 'gilroy-medium';
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 30px 0 0 0;
}
.width100per .get-id-wrap p span{
  display: block;
}
.width100per .get-id-wrap .spotlightButtonWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.width100per .get-id-wrap .spotlightButtonWrap .getButton{
  width: auto;
  float: left;
}
.width100per .get-id-wrap .spotlightButtonWrap .getButton a {
  display: block;
  text-decoration: none;
  background: #0a1155;
  color: #fff;
  font-size: 35px;
  padding: 10px 20px;
  border-radius: 15px;
  font-family: 'gilroy-extrabold';
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.width100per .get-id-wrap .spotlightButtonWrap .whatsButton {
  width: auto;
  float: left;
  padding-right: 20px;
}
.width100per .get-id-wrap .spotlightButtonWrap .whatsButton a {
  display: block;
  text-decoration: none;
  background: #45c655;
  color: #fff;
  border: 1px solid #fff;
  font-size: 35px;
  padding: 10px 20px;
  border-radius: 15px;
  font-family: 'gilroy-extrabold';
  transition: 0.3s all ease-in-out;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.width100per .get-id-wrap .ipl-players{
  width: 60%;
  margin: 0px auto;
  padding-top: 30px;
}
.width100per .get-id-wrap .ipl-players img{
  max-width: 100%;
}


@media only screen and (max-width: 1500px) {

  .width100per .get-id-wrap .ipl-players {
    width: 60%;
}

}

@media only screen and (max-width: 1024px) {

  .width100per .get-id-wrap .ipl-players {
    width: 100%;
}
.width100per .get-id-wrap .logo-section .logo-ipl{
  width: 18%;
}
.width100per .get-id-wrap .logo-section .toofan-logo{
  width: 40%;
}
.width100per .get-id-wrap{
  height: 100vh;
}
.width100per .get-id-wrap p{
  font-size: 35px;
  margin-bottom: 40px;
}
.width100per .get-id-wrap .spotlightButtonWrap{
  margin-bottom: 30px;
}

}

@media only screen and (max-width: 600px){
 
  .width100per .get-id-wrap{
    padding: 10px;
    height: 100%;
  }
  .width100per .get-id-wrap .logo-section .toofan-logo{
    width: 40%;
  }
  .width100per .get-id-wrap .logo-section .logo-ipl{
    width: 20%;
  }
  .width100per .get-id-wrap .heading{
    font-size: 30px;
  }
  .width100per .get-id-wrap p{
    font-size: 19px;
    margin: 10px 0 0 0;
  }
  .width100per .get-id-wrap .spotlightButtonWrap{
    display: block;
    float: left;
    margin-bottom: 0;
  }
  .width100per .get-id-wrap .spotlightButtonWrap .getButton{
    width: 100%;
  }
  .width100per .get-id-wrap .spotlightButtonWrap .getButton a{
    text-align: center;
  }
  .width100per .get-id-wrap .spotlightButtonWrap .whatsButton{
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .width100per .get-id-wrap .spotlightButtonWrap .whatsButton a{
    text-align: center;
  }
  .width100per .get-id-wrap .ipl-players{
    width: 100%;
    float: left;
  }

}

@media only screen and (max-width: 480px) {

  .width100per .get-id-wrap{
    height: 100vh;
  }
  .width100per .get-id-wrap .logo-section{
    margin-bottom: 25px;
  }
  .width100per .get-id-wrap p{
    font-size: 15px;
    margin: 30px 0 0 0;
  }
  .width100per .get-id-wrap .heading{
    font-size: 40px;
  }
  .width100per .get-id-wrap .spotlightButtonWrap{
    margin-bottom: 30px;
  }

}

@font-face {
  font-family: 'gilroy-extrabold';
  src: url('fonts/gilroy-extrabolditalic-webfont.woff2') format('woff2'),
       url('fonts/gilroy-extrabolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'gilroy-mediumitalic';
  src: url('fonts/gilroy-mediumitalic-webfont.woff') format('woff'),
       url('fonts/gilroy-mediumitalic-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'gilroy-medium';
  src: url('fonts/gilroy-medium-webfont.woff2') format('woff2'),
       url('fonts/gilroy-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}