

@font-face {
  font-family: "Akrobat";
  src: url("./img/Akrobat_Extra_Bold.ttf") format("ttf"),
       url("./img/Akrobat_Extra_Bold.woff") format("woff");
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

a, a:visited{
  color: #000;
}


.smallfontfooter{
  font-size: 11px;
}
.mybg{
  height: 100%;
  background: url('./img/arrow.svg') no-repeat right center, linear-gradient(45deg, #EDEDED, #C2C2C2, #EEEEEE);
  background-size: cover;
}

.mylist .list-inline-item{
  margin-right: 0px;
}


.mus-icons{
  width: 48px;
  margin: 7px;
}

.anotherfont{
  font-family: "Akrobat";
  text-transform: uppercase;
}
.smallfont{
  font-size: 1.5em;
}


.starpic{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
  z-index: 100;
}



.marquee {
  position: absolute;
  bottom: 20px;
  width: 100vw;
  max-width: 100%;
  height: 85px;
  overflow-x: hidden;
  background: #ffed00;
}

.track {
  font-family: "Akrobat";
  text-transform: uppercase;
  font-size:60px;
  line-height: normal;


  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 100s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.smallfont2{
  font-size: 100%;
}

.instaandyt{
  width: 60%;
}

/* For mobile : like samsung grand(480 * 800): */
@media screen and (max-width : 480px){
.shopin{
  width: 55%;
}
  .smallfont2{
    font-size: 85%;
  }



  .mybg{
    height: 100vw;
    background: url('./img/arrow.svg') no-repeat right center, linear-gradient(45deg, #EDEDED, #C2C2C2, #EEEEEE);
    background-size: cover;
  }

  .track {
    font-family: "Akrobat";
    text-transform: uppercase;
    font-size:20px;
    line-height: normal;


    position: relative;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }

  .marquee {
    position: relative;
    bottom: 0px;
    width: 100vw;
    max-width: 100%;
    height: 25px;
    overflow-x: hidden;
    background: #ffed00;
  }

  .tl{
    text-align: center;
  }

  .starpic{
    position: relative;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 100;
  }

  .instaandyt{
    width: 100%;
  }


}


/* For iphone: */
@media screen and (max-width : 320px){
  .shopin{
    width: 55%;
  }
  .smallfont2{
    font-size: 85%;
  }
  .mybg{
    height: 100vw;
    background: url('./img/arrow.svg') no-repeat right center, linear-gradient(45deg, #EDEDED, #C2C2C2, #EEEEEE);
    background-size: cover;
  }

  .track {
    font-family: "Akrobat";
    text-transform: uppercase;
    font-size:20px;
    line-height: normal;


    position: relative;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }

  .marquee {
    position: relative;
    bottom: 0px;
    width: 100vw;
    max-width: 100%;
    height: 25px;
    overflow-x: hidden;
    background: #ffed00;
  }

  .tl{
    text-align: center;
  }

  .instaandyt{
    width: 100%;
  }

  .starpic{
    position: relative;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 100;
  }

}

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

  .anotherfont{
    font-size: 24px;
  }
}


/* For ipad: */
@media screen and (max-width : 768px){
  .shopin{
    width: 55%;
  }
  .smallfont2{
    font-size: 85%;
  }
  .mybg{
    height: 100%;
    background: url('./img/arrow.svg') no-repeat right center,  linear-gradient(45deg, #EDEDED, #C2C2C2, #EEEEEE);
    background-size: cover;
background-attachment: fixed;
  }

  .track {
    font-family: "Akrobat";
    text-transform: uppercase;
    font-size:20px;
    line-height: normal;


    position: relative;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }

  .marquee {
    position: relative;
    bottom: 0px;
    width: 100vw;
    max-width: 100%;
    height: 25px;
    overflow-x: hidden;
    background: #ffed00;
  }

  .tl{
    text-align: center;
  }

  .instaandyt{
    width: 100%;
  }

  .starpic{
    position: relative;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 100;
  }

}
