*{
    padding: 0;
    margin: 0;
    
}
body{
    margin-bottom: 100px;
    background: #000000;
    font-family: sans-serif;
}





















.imAboAt{
   text-align: center;
   
    
}

.imAboAt h1{
    font-size: 35px;
    color: white;
    margin-bottom: 10px;
    margin-top: 40px;
    transition: all 1s ease;
    font-family: inherit;
}


.imAboAt img{
    width: 50%;
    transition: all 0.5s ease;
    animation:  anim 1s forwards ;
    /* animation-delay: 2s; */
    z-index: 25;
}

@keyframes anim{
  from{
      margin-top: 5%;
  }to{
      margin-top: 1%;
  }
}



/* ---------end meet the head part---------------- */
.glamour{
    width: 70%;
    height: 600px;
    /* border: 1px solid white; */
    transition: all 0.5s animate__fadeInLeft;
    margin: auto;
}

.glamour .creamColor{
    width: 60%;
    height: 250px;
    background-color: whitesmoke;
    margin-top: 80px;
    position: absolute;
}

.glamour img{
    width: 55%;
    margin-top: 95px;
    margin-left: 2%;
    position: absolute;
    transition: all 1s ease;
    
}

.glamour img:hover{
    animation: forwards 3s glam;
    transition: all 1s ease;
}


.glamour iframe{
    position: absolute ;
    margin-top: 200px;
    margin-left: 30%;
    width: 35%;
    height: 350px;
    transition: all 2s ease-in-out;
}


/* -----------------glamour is ended---------------------------- */


.soulofthemusle{
    position: relative;
    margin: auto;
    text-align: center;
    transform-origin: right;
    margin-top: -50px;

    
}



.soulofthemusle img{
    width: 50%;
    margin-top: 40px;
}

/*------------------- soulofthuemsule ended-------------------------- */

.soundsofchampians{
    width: 50%;
    margin: auto;
}

.soundsofchampians img{
    margin-top: 70px;
    width: 100%;
}

.soundsofchampians iframe{
    width: 100%;
    height: 600px;
    margin-left: 3%;
}

.soundsofchampians img:nth-child(3){
    margin-top: -30px;
}


