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(#3f003f,#3f003f 50%, #800080 100%); */
    background: repeating-linear-gradient(#996515,#996515 50%, #DA9100 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: 40px;
    font-size: 80px;
    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;
}

.sub-heading{
    width: 180px;
    height: 180px;
    background-color: #996515; 
    box-shadow: -5px 5px 5px rgba(0, 63, 0, 1);
    transform: rotate(45deg); /* Rotate the diamond shape */
    position: relative;
    margin-top: 40px;
}
.text{
    position: absolute; /* Set position to absolute to position the text */
    top: 50%; /* Position the text vertically in the middle */
    left: 50%; /* Position the text horizontally in the middle */
    transform: translate(-50%, -50%) rotate(-45deg); /* Rotate the text in the opposite direction of the diamond */
    white-space: nowrap;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.main-course{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 45%;
    margin-top: 2%;
    /* margin-left: 28%; */
    border-style: none;
    /* width: 40%; */
    height: 12%;
    border-radius: 100px;
    background-color: #996515;
    color: white;
    box-shadow: -5px 5px 5px rgba(0, 63, 0, 1);
}


/* 1year coaching details */
.year_coach{
    width: 140px;
    height: 140px;
    background-color: #996515; 
    box-shadow: -5px 5px 5px rgba(0, 63, 0, 1);
    transform: rotate(45deg); /* Rotate the diamond shape */
    position: relative;
    margin-top: 40px;
    color: white;
    text-align:center;
    /* border-style: groove; */
    font-size:20px;
    font-weight: bold;
    padding-top: 50px;
    text-transform: uppercase;
    margin-left: 25px;
    padding-top:40px;
    
}

.inner-text{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%) rotate(-45deg); 
    white-space: nowrap;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
}

/* .year-design .col{
    margin-right:-3%;
} */
.headings-overalltopic{
    width: 60%;
    align-items: center;
    /* border-style: groove; */
    padding-left:70px;
}
.sub-heading {
    text-align: center;
    line-height: 80px;
    /* border-style: groove; */
}
.edge{
    font-size:20px;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    right: 0;
    text-align: center;
    text-transform:capitalize;
    transform: translate(-10%, -50%) rotate(-45deg); /* Rotate the text in the opposite direction of the diamond */
    white-space: nowrap;
}
h1{
    text-transform: uppercase;
    text-align: center;
}