body{
    margin:0;
    height:100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;     
}
.bg-img{
    width:100%;
    height:60%;
    background: repeating-linear-gradient(#FDB515,#FDB515 50%, #FFBF00 100%);
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.bg-img p{
    position: relative;
    width: 150px;
    height: 150px;
    /* background-color: rgba(191, 10, 48, 1); */
    background-color: #FF0000;
    margin-left: 45%;
    margin-top: 30px;
    line-height:50px;
    /* box-shadow: -5px 5px 5px rgba(191, 10, 48, 1); */
    color: white;
    text-align:center;
    border-radius: 100px;
    /* font-size:23px;
    font-weight: bold; */
    padding-top: 30px;
    font-size: 40px;
    font-weight: bold;
    /* line-height: 1; */
}
.bg-img a{
    text-decoration: none;
    line-height: 1;
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family:Truculenta;
}

.main-course{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    /* border-style: none; */
    position: absolute;
    margin-top: 2%;
    margin-left: 28%;
    border-style: none;
    width: 40%;
    height: 12%;
    border-radius: 100px;
    background-color: #FDB515;
    color: white;
    box-shadow: -5px 5px 5px rgba(191, 10, 48, 1);
}


/* 1year coaching details */
.year_coach{
    position: relative;
    width: 170px;
    height: 120px;
    transform: skew(20deg);
    background: #FDB515;
    margin: 0px;
    box-shadow: -5px 5px 5px rgba(191, 10, 48, 1);
    color: white;
    text-align:center;
    font-size:20px;
    font-weight: bold;
    padding-top: 50px;
    text-transform: uppercase;
    padding-top:40px;
}
.inner-text{
    position: absolute; 
    top: 15%; 
    left: 20%; 
    transform: skew(-20deg); 
    transform-origin: center; 
    color: white; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}
/* .year-design .col{
    margin-right:-3%;
} */
.headings-overalltopic{
    width: 50%;
    margin-top: 10%;
    /* border-style: groove; */
}

/* parallelogram */
#parallelogram {
    width: 200px;
    height: 150px;
    transform: skew(20deg);
    background: #FDB515;
    box-shadow: -5px 5px 5px rgba(191, 10, 48, 1);
    position: relative;
  }

  .text {
    position: absolute; 
    top: 30%; 
    left: 15%; 
    transform: skew(-20deg); 
    transform-origin: center; 
    color: white; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
  }

  h1{
    text-align: center;
    text-transform: uppercase;
  }
  .edge{
    font-size:20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-transform:capitalize;
    white-space: nowrap;
    transform: skew(-20deg); 
}
