@charset "utf-8";
  * {
  margin:0;
  padding:0;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:none repeat scroll 0% 0% transparent;
  text-align:left;
}

  .gold-border-animation {
	/*float:right;*/
	/*margin:auto;*/
	background:linear-gradient(-60deg,#006E6E 0%,#01b6b6 52%,#006E6E 53%,#01b6b6 100%);
	font-family:'Bebas Neue';
	display:inline-block;
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	overflow:hidden;
	color:#ffffff;
	/*font-size:35px;*/
	/*letter-spacing:2px;*/
	/*text-align:center;*/
 /*   text-decoration: none;*/
	/*-webkit-box-shadow:0 20px 50px rgba(0,0,0,0.5);*/
	/*box-shadow:0 20px 50px rgba(0,0,0,0.5);*/
  }

  .gold-border-animation::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	background-color:#01b6b6;
	opacity:0;
	-webkit-transition:.2s opacity ease-in-out;
	transition:.2s opacity ease-in-out;
  }

  .gold-border-animation:hover::before {
	opacity:0.2;
  }

  .gold-border-animation span {
	position:absolute;
  }

  .gold-border-animation span:nth-child(1) {
	top:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,right top,left top,from(rgba(43,26,8,0)),to(#d27407));
	background:linear-gradient(to left,rgba(43,26,8,0),#d27407);
	-webkit-animation:2s animateTop linear infinite;
	animation:2s animateTop linear infinite;
  }

  @keyframes animateTop {
	0% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
	100% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
  }

  .gold-border-animation span:nth-child(2) {
	top:0;
	right:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,26,8,0)),to(#d27407));
	background:linear-gradient(to top,rgba(43,26,8,0),#d27407);
	-webkit-animation:2s animateRight linear -1s infinite;
	animation:2s animateRight linear -1s infinite;
  }

  @keyframes animateRight {
	0% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
	100% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
  }

  .gold-border-animation span:nth-child(3) {
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,left top,right top,from(rgba(43,26,8,0)),to(#d27407));
	background:linear-gradient(to right,rgba(43,26,8,0),#d27407);
	-webkit-animation:2s animateBottom linear infinite;
	animation:2s animateBottom linear infinite;
  }

  @keyframes animateBottom {
	0% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
	100% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
  }

  .gold-border-animation span:nth-child(4) {
	top:0;
	left:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(43,26,8,0)),to(#d27407));
	background:linear-gradient(to bottom,rgba(43,26,8,0),#d27407);
	-webkit-animation:2s animateLeft linear -1s infinite;
	animation:2s animateLeft linear -1s infinite;
  }

  @keyframes animateLeft {
	0% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
	100% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
  }

  .button-glow {
	animation:glowing 3000ms infinite;
  }


.menu {
  list-style-type: none;
  border-radius: 5px;
}


.menu-text img {
  margin-right: 10px;
}

html {
  background-color:#00141A;
}

body {
  font-size:15px;
  font-family: 'fontku',sans-serif;
  margin-bottom: 120px;

}

a img {
  border:none;
}

.hover:hover {
  opacity:.5;
}

ul {
  list-style-type:none;
}

p {
  text-align:justify;
}

img {
  max-width: 100%;
  height: auto;
}

nav image {
  width: 100;
  height: 72px;
  display: block;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {
  display:inline-block;
}

* html .clearfix {
  height:1%;
}

.clearfix {
  display:block;
  height:auto;
}

.clear {
  clear:both;
  height:0;
}
  .animated-button2 {
	float:right;
	margin:auto;
	background:linear-gradient(-60deg,#0d6621 0%,#3acf0e 52%,#0d6621 53%,#3acf0e 100%);
	font-family:'Bebas Neue';
	display:inline-block;
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	overflow:hidden;
	color:#ffffff;
	font-size:35px;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 1px #000;
  text-decoration: none;
	-webkit-box-shadow:0 20px 50px rgba(0,0,0,0.5);
	box-shadow:0 20px 50px rgba(0,0,0,0.5);
  }

  .animated-button2::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	background-color:#3acf0e;
	opacity:0;
	-webkit-transition:.2s opacity ease-in-out;
	transition:.2s opacity ease-in-out;
  }

  .animated-button2:hover::before {
	opacity:0.2;
  }

  .animated-button2 span {
	position:absolute;
  }

  .animated-button2 span:nth-child(1) {
	top:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,right top,left top,from(rgba(43,26,8,0)),to(#54fd02));
	background:linear-gradient(to left,rgba(43,26,8,0),#54fd02);
	-webkit-animation:2s animateTop linear infinite;
	animation:2s animateTop linear infinite;
  }

  @keyframes animateTop {
	0% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
	100% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
  }

  .animated-button2 span:nth-child(2) {
	top:0;
	right:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,26,8,0)),to(#54fd02));
	background:linear-gradient(to top,rgba(43,26,8,0),#54fd02);
	-webkit-animation:2s animateRight linear -1s infinite;
	animation:2s animateRight linear -1s infinite;
  }

  @keyframes animateRight {
	0% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
	100% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
  }

  .animated-button2 span:nth-child(3) {
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,left top,right top,from(rgba(43,26,8,0)),to(#54fd02));
	background:linear-gradient(to right,rgba(43,26,8,0),#54fd02);
	-webkit-animation:2s animateBottom linear infinite;
	animation:2s animateBottom linear infinite;
  }

  @keyframes animateBottom {
	0% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
	100% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
  }

  .animated-button2 span:nth-child(4) {
	top:0;
	left:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(43,26,8,0)),to(#54fd02));
	background:linear-gradient(to bottom,rgba(43,26,8,0),#54fd02);
	-webkit-animation:2s animateLeft linear -1s infinite;
	animation:2s animateLeft linear -1s infinite;
  }

  @keyframes animateLeft {
	0% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
	100% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
  }

  .button-glow {
	animation:glowing 3000ms infinite;
  }

.container {
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#sectionWrapper {
  width:100%;
  height:auto;
  position:relative;
  margin:0 auto;
  background:#00141A;
  background-size:100% 100%;
}

#sectionWrapper #sectionHeader {
  width:100%;
  height:115px;
  background: #00141A;
  border-bottom: 3px solid #e4bc42;
  margin-bottom: 10px;
  position:relative;
}

#sectionWrapper #sectionHeader.header {
  height:170px;
}

#sectionWrapper #sectionHeader #sectionLogo {
  height:100px;
  left:0;
  top:10px;
  position:absolute;
}

#sectionWrapper #sectionHeader .login {
  width:390px;
  height:49px;
  position:absolute;
  right:0;
  top:42px;
}

#sectionWrapper #sectionHeader .login input {
  border:none;
  position:absolute;
  font-size:12px;
  color:#000;
  background:#fff;
}

#sectionWrapper #sectionHeader .login input.username {
  left:60px;
  top:0;
  width:112px;
  height:20px;
  padding:0 5px;
  border:1px solid #ffff00;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.password {
  top:27px;
  left:60px;
  width:112px;
  height:20px;
  padding:0 5px;
  border:1px solid #ffff00;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.code {
  left:189px;
  top:0;
  width:56px;
  height:20px;
  padding:0 5px;
  border:1px solid #ffff00;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login img.kode {
  height:20px;
  left:0;
  top:10px;
  position:absolute;
  left:189px;
  top:27px;
  border:1px solid #ffff00;
}

#sectionWrapper #sectionHeader .login input[type=button],
#sectionWrapper #sectionHeader .login input[type=button] {
  padding:0;
  border:none;
  cursor:pointer;
  position:absolute;
  top:0;
}

#sectionWrapper #sectionHeader .login input.btn-login {
  padding-top:-10px;
  border:2px solid;
  border-image-source: linear-gradient(0deg, 0deg, #0d6621 0%, #54fd02 25%, #37ce0a 48%, #079225 51%, #3fdf0e 75%, #37ce0a 100%);
  border-image-slice:1;
  cursor:pointer;
  visibility:visible;
  background: rgb(255, 0, 0);
  background: linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
  right:0;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:5px;
  font-size:26px;
  cursor:pointer;
  color:#ffffff;
  text-shadow: 2px 2px 2px #000000;
}

#sectionWrapper #sectionHeader .login a.btn-register {
padding-top: -10px !important;
  border: 1px solid #FF2121;
    border-image-slice: 100%;
  border-image-slice: 1;
  cursor: pointer;
  visibility: visible;
  background: rgb(255, 0, 0);
  background: linear-gradient(0deg,#FF2121 10%,#C1160C 32%,#9E0010 100%);
  left: -75px;
  top: 0;
  width: 98px;
  height: 38px;
  font-family: 'Bebas Neue',cursive;
  letter-spacing: 2px;
  margin-left: -76px;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  text-shadow: 2px 2px #000000;
  padding-top: 10px !important;
  padding-left: 32px !important;
}

#sectionWrapper #sectionHeader .login .fogotpass {
  position:absolute;
  color:#fff;
  font-size:12px;
  font-style:italic;
  position:absolute;
  right:168px;
  top:100px;
  font-weight:700;
}

#sectionWrapper #containerWrapper {
  width:100%;
  height:auto;
}

#sectionWrapper #containerWrapper #sectionMenu {
  width:100%;
  height:72px;
  padding-left: 2px;
}

#sectionWrapper #containerWrapper #sectionMenu .menu {
  float:left;
}

.nav {
  margin:0px auto;
  max-width:1024px;
  width:1024px;
  font-family:'Bebas Neue',cursive;
}

#checkbox1,
.toggle {
  display:none;
}

#main-menu .menu {
  padding:0;
  margin:0;
  max-width:1024px;
  height:72px;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 3px solid #ffff00;
  background: #000314 ;
  display:flex;
  flex-direction:initial;
  align-items:center;
  justify-content:space-around;
}

.menu li a {
  text-decoration:none;
  align-self:center;
  border-radius:0px;
  font-size:20px;
  transition:background .2s linear;
}

li {
  padding-right:3px;
}

.demo:hover {
  background-color: #eb070700;
}

.demo li a {
  color:#fff;
}

.demo li a:hover {
  width:100%;
  color:#000;
}

/* .maincontent {
  height:1024px;
} */

#informasi {
  margin-top:5px;
  float:left;
  background:linear-gradient(0deg, #f2cf54 20%, #d48c34 50%, #f2cf54 95%);
  width:1022px;
  height:38px;
  border:2px solid;
  border-image-source: linear-gradient(0deg, #f2cf54 20%, #d48c34 50%, #f2cf54 95%);
  border-image-slice:1;
  border-radius:5px;
}

.textinformasi {
  float:left;
  color:#ffffff;
  font-size:23px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:0;
  width:0.2%;
  margin:7px 10px;
  margin:7px 10px;
  text-shadow: 2px 2px #000000;
}

.textmarquee {
    float:right;
    color:#fff;
    font:normal 17px arial,sans-serif;
    font-style:italic;
    width:90%;
    height:21px;
    margin:5px 5px;
    background:rgb(36,36,36);
    background:-moz-linear-gradient(0deg,rgba(36,36,36,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 48%,rgba(22,22,22,1) 50%,rgba(0,0,0,1) 75%,rgba(24,24,24,1) 100%);
    background:-webkit-linear-gradient(0deg,rgba(36,36,36,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 48%,rgba(22,22,22,1) 50%,rgba(0,0,0,1) 75%,rgba(24,24,24,1) 100%);
    background:linear-gradient(0deg,rgba(36,36,36,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 48%,rgba(22,22,22,1) 50%,rgba(0,0,0,1) 75%,rgba(24,24,24,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#242424",endColorstr="#181818",GradientType=1);
    padding-top:7px;
    border-radius:7px;
    overflow: hidden;
    white-space: nowrap;
}


#marquee-wrapper {
    display: inline-block;
    padding-left: 100%;
}

.marquee-text {
    display: inline-block;
    padding-right: 100%;
    animation: marquee linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

#sliderarea {
  margin-top:5px;
  float:left;
  width:1024px;
  height:296px;
  border:1px solid #ffff00;
}

.iframestyle {
  width:100%;
  height:295px;
  float:left;
  margin-left:0;
  margin-top:0;
}

.boxtoto {
  position:absolute;
  right:0;
  top:45px;
  margin-top:5px;
  float:right;
  width:302px;
  height:296px;
  font-family:'Bebas Neue',cursive;
  border:1px solid #ffff00;
}

.lastesttitle {
  float:left;
  width:100%;
  height:29px;
  vertical-align:middle;
  background:rgb(255,128,0);
  background:linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
  color:#fff;
  font-size:25px;
  font-family:'Bebas Neue',cursive;
  padding-top:5px;
  padding-bottom:3px;
  margin-bottom:2px;
}

.wrappersection {
  float:left;
  width:100%;
}

.widget-content {
  margin:0 0 0 0;
}

.nbox {
  -webkit-box-shadow:#67ff74;
  -moz-box-shadow:0 -2px 0 0 rgba(7,32,49,1);
  padding:0 0;
  float:left;
  display: table;
  margin: 0 0 0 0;
  width:1024px;
}

.media-body {
  vertical-align:middle;

}

.media-body span {
  position:absolute;
  font-family:'Bebas Neue',cursive;
  font-weight:normal;
  font-size:27px;
  margin-left:50px;
  color:#ffffff;
  text-decoration: underline;
  text-shadow: 2px 2px 2px #000000;
  padding-top:20px;
}

.media {
  float: left;
  width: 230px;
  height: 70px;
  margin-left: 18px;
  font-family: 'Bebas Neue';
  background: linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
  border: 2px solid;
  border-image-source: linear-gradient(0deg, 0deg, #0d6621 0%, #54fd02 25%, #37ce0a 48%, #079225 51%, #3fdf0e 75%, #37ce0a 100%);
  border-image-slice:1;
}

.socialico {
  float:left;
  width:35px;
  height:35px;
  position:absolute;
  margin-top:15px;
  margin-left:10px;
}

.button-glow {
	animation:glowing 3000ms infinite;
  }

  .glow {
	text-decoration:none;
	position:relative;
	overflow:hidden;
  }

  .glow:hover {
	box-shadow:2px 2px 25px 2px rgb(255, 255, 255);
  }

  .glow:before {
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:linear-gradient(
			120deg,transparent,rgba(0, 242, 255, 0.9),transparent
		  );
	transition:all 650ms;
  }

.kolomtogel {
    width: 1024px;
    margin:0 0 0 0;
  }

#divtogel {
    margin-top:7px;
    margin-bottom: 7px;
    float:left;
    width:1024px;
    height: 75px;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, 0deg, #0d6621 0%, #54fd02 25%, #37ce0a 48%, #079225 51%, #3fdf0e 75%, #37ce0a 100%);
    border-image-slice:1;
    border-radius:15px;
}

.TogelCountry {
    height: 30px;
    font-family:oswald;
    line-height: 25px;
    font-weight: 750;
    text-align: center;
    color: #fbff00
}

.TogelDate {
    color: #ffffff
}

.TogelCell img {
  margin-top: 9px;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: space-between;
}

.middleinfo {
  float:right;
  margin-top:7px;
  width:1024px;
  height:278px;
}

.gameswraper {
  font-family:arial;
  float:left;
  width:320px;
  height:278px;
  border:0 solid #ffff00;
}

.games {
  float:left;
  margin:0 auto;
  width:320px;
  height:62px;
  margin-bottom:8px;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, 0deg, #0d6621 0%, #54fd02 25%, #37ce0a 48%, #079225 51%, #3fdf0e 75%, #37ce0a 100%);
  border-image-slice:1;
  background:linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
}

.boxmid {
  float:left;
  width:364px;
  height: 278px;
  border:1px solid #FFCB05;
  margin-left: 8px;
  background:linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
}

.boxmid span {
  transform:translate(-50%,-50%);
  top:50%;
  left:50%;
  letter-spacing:5px;
  font-weight:normal;
  background-image:linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
  color:gold;
  -webkit-background-clip:text;
  letter-spacing:0;
  -webkit-text-stroke:0 #6c0000;
}

.boxdevice {
  float: right;
  margin:0 auto;
  right:0px;
  position: absolute;
  width:321px;
  height:278px;
  border:1px solid #ffff00;
  background: #ffff00;
  background:linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%);
  animation:gradient 15s ease infinite;
}

.boxslotgames {
  float:left;
  border:1px solid #ffff00;
  width:1024px;
  height: 300px;
  margin: 0 0 0 0;
}

.boxligabola {
  float:left;
  border:1px solid #ffff00;
  width:1024px;
  height: 180px;
  margin:0 0 0 0;
}

.gameslot {
  width: 1024px;
  margin: 0px auto 0px;
}

#divgameslot {
  margin-top:7px;
  float:left;
  width:1024px;
  height: 150px;
  border:1px solid;
  border-image-source: linear-gradient(0deg, 0deg, #0d6621 0%, #54fd02 25%, #37ce0a 48%, #079225 51%, #3fdf0e 75%, #37ce0a 100%);
  border-image-slice:1;
  border-radius:5px;
}



.button-glow {
  animation:glowing 1500ms infinite;
}

#sectionWrapper #footerwrapper {
  width:100%;
  height:auto;
  position:relative;
  margin-top: 5rem;
}

/*# sourceMappingURL=button.css.map */

.glow {
  text-decoration:none;
  position:relative;
  overflow:hidden;
}

.glow:hover {
  box-shadow:1px 1px 25px 5px rgba(16, 136, 0, 0.7);
}

.glow:before {
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(
    120deg,transparent,rgba(255, 255, 255, 0.9),transparent
  );
  transition:all 650ms;
}

.glow:hover:before {
  left:100%;
}

.light {
  -webkit-mask-image:linear-gradient(-15deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
  -webkit-mask-size:200%;
  animation:shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position:150%;
  }
  to {
    -webkit-mask-position:-50%;
  }
}


.togel-container {
  display: flex;
  color: #fff;
  width: 100%;
  margin: 1rem 0;
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #757575 25%, #757575 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;
}

.togel-wrapper {
  width: 25%;
}

.togel-wrapper .togel-item {
  /* width: 90%;
  border-radius: 6px; */
  margin: 0 auto;
  font-weight: bold;
  background: linear-gradient(to bottom, #b18f12, #f19b1b);
}

.togel-name {
  text-align: center;
  text-shadow: 1px 1px 2px  #000;
  background: #efbb10;
  padding: .3rem;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.togel-name #date {
  color: #ffd900;
}

.togel-results-number {
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 15px 0;
  border-right: 1px solid;
  border-left: 1px solid;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #757575 25%, #757575 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;
}

/* .togel-number {
  font-size: 18px;
  background: #ffd900;
  color: #000;
  border-radius: 50%;
  padding: 0 9px;
} */


.sns-service-container {
  /* display: flex; */
  /* gap: 10px; */
  border-top: 2px dashed #fcc905;
  padding-top: 1rem;
}

.sns-service-wrapper {
  display: flex;
  gap: 1rem;
}

.sns-service-item,.sns-service-item a {
  display: flex;
}

.sns-service-item {
  padding: 10px 15px;
  /* border-radius: 8px; */
  margin-bottom: 5px;
  background: linear-gradient(to bottom, #cf8231 10%, #e5bf43 40%, #cf8231 95%) !important;
  width: 25%;
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #e2a829 0%, #f5c405 25%, #fac804 48%, #f5c405 51%, #fdca05 75%, #f8c704 100%);
  border-image-slice: 1;
}

.sns-service-item a {
  color: #fff;
  text-shadow: 1px 1px 2px  #000;
  text-decoration: none;
  align-items: center;
  gap: 15px;
  font-weight: bold;
}

.sns-img-wrapper {
  background: linear-gradient(to right bottom, #f6f6f6, #dadada);
  width: 2.5rem;
  border-radius: 50%;
  padding: 6px 5px;
  display: flex;
}

.sns-service-item a img {
  width: 90%;
  margin: 0 auto;
}


.sns-information-wrapper {
  width: 70%;
}

.sns-information-box {
  background: linear-gradient(to bottom, #3ddd0d, #05b62c, #0d6621);
  border: 1px solid #fcc905;
  padding: 5px;
  border-radius: 12px;
  height: 94%;
  display: flex;
  flex-direction: column;
}

.sns-information-header {
  padding: 5px 0 10px;
  text-align: center;
  text-shadow: 1px 1px 2px  #000;
  color: #fff;
  font-weight: bold;
}

.sns-information-body {
  padding: 10px 15px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #0a7a00, #298d0b);
  color: #fff;
  height: 100%;
}


@keyframes glowing {
  0% {
    box-shadow:0 0 -10px #f7c81c;
  }
  40% {
    box-shadow:0 0 20px #f7c81c;
  }
  60% {
    box-shadow:0 0 20px #f7c81c;
  }
  100% {
    box-shadow:0 0 -10px #f7c81c;
  }
}

.button-glow {
  animation:glowing 1500ms infinite;
}
