@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap";



img {
    vertical-align: middle
}

a {
    text-decoration: none;
    display: inline-block
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: none
}

html,
body {
    scroll-behavior: smooth;
    margin:0;
    padding:0;
}

body {
    line-height: 28px;
   color:#111;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
}

p {
    margin-bottom: 0
}
.container{
    max-width: 1270px;
        
        margin:0 auto;
}
.player-section{
    display: grid;
    margin-top:50px;
  
}
.logo{
        margin: 0 auto;
        text-align: center;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .15);
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .15);
                width: 250px;
                height: 250px;
                border-radius: 50%;
}
.logo img{
    height: 220px !important;
        width: 220px;
        margin-top: 15px;
}
.player-btn{
    margin-left:-112px;
}
button.player-btn{
margin: 0 auto;
    text-align: center;
    margin-top: -190px;
        background: transparent;
            border: none;
}
 .player-button i {
  
     text-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
 }
  .play-button {
background: transparent;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 50px;
    cursor: pointer;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-top: -235px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
    -webkit-animation: shakti 2s linear infinite;
    animation: shakti 2s linear infinite;
  }
  .playing {
  
        text-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
        -webkit-animation: shakti 2s linear infinite;
            animation: shakti 2s linear infinite;
      /* Green when playing */
  }

  .paused {
  
        text-shadow: 5px 5px 0 rgba(0, 0, 0, .3);
        -webkit-animation: shakti-pause 2s linear infinite;
            animation: shakti-pause 2s linear infinite;
      /* Red when paused */
  }
 

  .player-btn i {
      font-size: 40px;
      color: var(--white);
      text-shadow: 5px 5px 0 rgba(0, 0, 0, .3)
  }
  .btn {
      background-color: #f6820c;
      /* Blue background */
      border: none;
      /* Remove borders */
      color: white;
      /* White text */
      padding: 12px 16px;
      /* Some padding */
      font-size: 16px;
      /* Set a font size */
      cursor: pointer;
      /* Mouse pointer on hover */
        border-radius: 10px;
            width: 150px;
  }

  /* Darker background on mouse-over */
  .btn:hover {
      background-color: RoyalBlue;
  }
  .content-section{
    margin:80px 0;
    height:50px;
  }
  .footer{
    background: #f6820c;
        padding: 5px 5px 13px 5px;
        height: 30px;
        margin-bottom: 0;
  }
  .footer p{
color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
  }

  @-webkit-keyframes shakti {
      0% {
          -webkit-box-shadow: 0 0 0 0 rgba(225, 0, 255, .7), 0 0 0 0 rgba(127, 0, 255, .7);
          box-shadow: 0 0 0 0 rgba(225, 0, 255, .7), 0 0 0 0 rgba(127, 0, 255, .7)
      }

      30% {
          -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 0 rgba(127, 0, 255, .7);
          box-shadow: 0 0 0 20px transparent, 0 0 0 0 rgba(127, 0, 255, .7)
      }

      60% {
          -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent;
          box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent
      }

      100% {
          -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent;
          box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent
      }
  }

  @keyframes shakti {
      0% {
          -webkit-box-shadow: 0 0 0 0 #ffc107, 0 0 0 0 #f6820c;
          box-shadow: 0 0 0 0 #ffc107, 0 0 0 0 #f6820c
      }

      30% {
          -webkit-box-shadow: 0 0 0 20px rgb(255 127 0/0%), 0 0 0 0 #f6820c;
          box-shadow: 0 0 0 20px rgb(255 127 0/0%), 0 0 0 0 #f6820c
      }

      60% {
          -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent;
          box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent
      }

      100% {
          -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent;
          box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent
      }
  }
   @keyframes shakti-pause {
       0% {
           -webkit-box-shadow: 0 0 0 0 #d45757, 0 0 0 0 #f80000;
           box-shadow: 0 0 0 0 #d45757, 0 0 0 0 #f80000
       }

       30% {
           -webkit-box-shadow: 0 0 0 20px rgb(255 127 0/0%), 0 0 0 0 #f80000;
           box-shadow: 0 0 0 20px rgb(255 127 0/0%), 0 0 0 0 #f80000
       }

       60% {
           -webkit-box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent;
           box-shadow: 0 0 0 20px transparent, 0 0 0 15px transparent
       }

       100% {
           -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent;
           box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent
       }
   }
@media(max-width:767px) {


}
@media(min-width:769px) {
   .col-lg-4,.col-md-4,.col-xs-4{
    display: flex;
        width: 33.33%;
        float: left;
   }
   .col-lg-6,
   .col-md-6,
   .col-xs-6 {
       display: flex;
       width: 50%;
       float: left;
   }
}

@media (max-width: 480px) {
.col-lg-12,
    .col-md-12,
    .col-xs-12,
        .col-sm-4 {
width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.btn{
    margin-top:15px;
}
.content-section{
    height:auto;
}
.footer{
    height:auto;
}
}
@media (min-width: 1200px) {
    .container{
    max-width: 1140px; 
}
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 540px;
    }
}