
@font-face{
  font-family: 'Cocogose';
  src: url('cocogoselighttrial.ttf');
}
@font-face{
  font-family: 'Robotoregular';
  src: url('Roboto-Regular.ttf');
}

@font-face{
  font-family: 'Robotolight';
  src: url('Roboto-Light.ttf');
}

@font-face{
  font-family: 'namecat';
  src: url('Namecat.ttf');
}

*{
  
  /* font-family: 'Cocogose'; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar{
  display: none;
}
body{
  background: #000C1A;
}

.info center span:nth-child(2){
  margin-left: 4px;
  animation: blink 0.8s infinite;
  color: #459ff8ef;
  font-size: 30px;
}

@keyframes blink{
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.logo img{
  width: 70px;
  height: 70px;
  border-radius: 90px;
}

center {
  width: 350px;
  height: 200px;
  font-family: Robotoregular;
}
center span:nth-child(1){
  font-size: 24px;
  font-family: Robotoregular;
}


.notetraktir{
  text-align: center;
  width: 300px;
  height: 130px;
  background: #1b1b1c;
  border: 2px solid #bd8809;
  font-family: namecat;
  border-radius: 7px;
  padding: 10px;
  color: #bd8809;
  position: absolute;
  top: 250px;
  left: 30px;
}

marquee{
  font-family: Robotoregular;
  color: white;
  position: fixed;
  top: 690px; 
  z-index: 9;
  background: #1f6ece;
  padding: 5px 0;
}

.sendmail .logo{
  font-size: 50px;
  display: flex;
  justify-content: center;
  transform: translateY(13px);
}
.sendmail{
  width: 90px;
  height: 90px;
  border-radius: 90px;
  /* background: #0a73cb8a; */
  position: fixed;
  top: 560px;
  left: 259px;
}

.dot{
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 510px;
  left: 45%;
}
.titik{
  width: 10px;
  height: 10px;
  border-radius: 90px;
  background: gray;
  transition: .5s;
}
.aktif{
  margin: 7px;
  width: 10px;
  height: 10px;
  border-radius: 90px;
  background: #459ff8ef;
  transition: .5s;
}

.mytitle{
  font-family: Robotoregular;
}
.myprofil{
  position: relative;
  height: 230px;
}
.bgsampul img:nth-child(1){
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.myprofil .profil img{
  position: absolute;
  top: 72px;
  left: 100px;
  border-radius: 90px;
  border: 6px solid #000C1A;
}

.lencanaDanName{
  width: 200px;
  height: 50px;
  position: absolute;
  left: 120px;
  top: 225px;
}

.profil .verify img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 70px;
  border: none;
}

.profil .name{
  color: #ffe902;
  font-family: namecat;
  text-align: center;
  font-size: 23px;
  position: absolute;
  top: 0px;
  left: -2px;
}
.info span:nth-child(2){
  margin-left: 20px;
}

.supportme a:nth-child(1){
  color: white;
  font-family: Cocogose;
}
.supportme iframe{
  transform: translatey(-98px);
}

.container p{
  color: white;
  text-align: center;
  font-family: Robotoregular;
  margin-bottom: 10px;
}

.contact .garistitledua{
  margin: 20px 0;
}

.contact .garistitledua h3{
  transform: translateY(14px);
  text-align: center;
  margin: 0;
  font-family: Cocogose;
}

.contact hr:nth-child(1){
  width:90px;
  position:absolute;
  top:42px;
  left: 30px;
}
.contact hr:nth-child(2){
  width:90px;
  position:absolute;
  top:42px;
  left:235px;
}

.supportme hr:nth-child(1){
  width:63px;
  position:absolute;
  top:42px;
  left:30px
}

.supportme hr:nth-child(2){
  width:63px;
  position:absolute;
  top: 42px;
  left:260px
}

.info{
  display: block;
  height: 460px;
  position: relative;
  top: 27px;
  font-size: 23px;
  font-family: Robotoregular;
  color:#dad8d8;
  border-bottom: 1px dashed #459ff8ef;
}

.allfoto .picone{
  margin: 9px;
  scroll-snap-align: start;
}

.picontainer{
  width: 350px;
  height: 560px;
  display: flex;
  white-space: nowrap;
  overflow-y: scroll;
  scroll-snap-type: x mandatory;
  opacity: 0;
}

.allfoto{
  width: 350px;
  display: flex;
  overflow: hidden;
  position: relative;
  top: -10px;
  margin-top: 30px;
  opacity: 1;
  
}

.container{
  width: 100%;
  background: #000C1A;
  display: flex;
  flex-direction: column;
  
}

.container .navbar{
  display: flex;
  width: 100%;
  height: 35px;
  background-color: #000C1A;
  font-size: 28px;
  font-weight: bold;
  justify-content: space-between;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 8px;
  color: #459ff8ef;
  border-bottom: 1px solid #459ff8ef;
}


.container .contact{
  display: block;
  width: 330px;
  height: 305px;
  margin: 12px;
  color: white;
  margin-bottom: 18px;
}

iframe{
  margin-top: 20px;
}

.container .supportme{
  width: 360px;
  border-radius: 8px;
  margin: 12px;
  margin-left: 0;
  margin-bottom: 5px;
  color: white;
  font-family: Cocogose;
  
}

.contact .akuncontainer{
  position: relative;
  top: 20px;
  left: -21px;
}

.contact .akunsosmed{
  height: 35px;
  width: 160px;
  margin: 10px;
  margin-left: 28px;
  display: flex;
}

.akunsosmed img{
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.akunsosmed .linktujuan{
  margin-top: 6px;
  margin-left: 7px;
  font-size: 17px;
}

a{
  text-decoration: none;
  color: #459ff8ef;
  font-family: 'Robotoregular';
}

a:visited{
  color: purple;
}


.textscroll{
  margin-top: 3px;
  opacity: 0;
  transform: translateY(30px);
}

.visible{
  opacity: 1;
  transition: opacity 1s ease,transform 0.6s ease;
  transform: translateY(0);
}

button{
  width: 160px;
  height: 40px;
  padding: 6px;
  background: #ab1717;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  outline: 1px solid white;
  margin-top: 34px;
  position: relative;
  top: -50px;
  left: 88px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    body {
        background-color: #000C1A;
    }
    .container {
        width: 360px;
        border: 1px solid #459ff8ef;
        margin: 5px auto;
    }

   .sendmail{
     position: fixed;
     top: 780px;
     transform: translateX(650px);
    }
    marquee{
      position: fixed;
      top: 870px;
    }
    
   
}

@media (min-width: 400px) and (max-width: 1020px){
    body {
        background-color: #000C1A;
    }
    .container {
        width: 360px;
        margin: auto;
        border: 1px solid #459ff8ef;
    }
}
