@font-face {
  font-family: "play-bold";
  src: url("../fonts/Play-Bold.ttf") format("embedded-opentype"), url("../fonts/Play-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "play-regular";
  src: url("../fonts/Play-Regular.ttf") format("embedded-opentype"), url("../fonts/Play-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf") format("embedded-opentype"), url("../fonts/Roboto-Regular.ttf") format("opentype");
}
.navbar-nav a {
  color: #383938 !important;
  font-family: play-regular;
  transition: 0.35s;
}
.navbar-nav a:hover {
  color: #fccb06 !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 57, 56, 0.80%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: rgba(56, 57, 56, 0.55);
  border-color: rgba(56, 57, 56, 0.1);
}

.line {
  border: 2px solid #fccb06;
  width: 70px;
  border-radius: 3px;
}

header {
  background-image: url("../image/bg.png");
  background-position: center center;
  background-size: cover;
  min-height: 650px;
}
header .maintxt {
  line-height: 50px;
  padding-top: 240px;
  font-family: play-bold;
  font-size: 40px;
  color: #383938;
}
header p {
  font-family: play-regular;
  color: #383938;
  font-size: 18px;
}
header .mainimage {
  padding-top: 150px;
}
@media (max-width: 991px) {
  header {
    min-height: 100px;
  }
  header .maintxt {
    padding-top: 110px;
  }
}
@media (max-width: 1199px) {
  header {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  header .mainimage {
    padding-top: 60px !important;
  }
}

.section1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.section1 .whoimage {
  border-radius: 10px;
}
.section1 h4 {
  font-family: play-bold;
}
.section1 p {
  font-family: roboto-regular;
}

.section2 {
  background-color: #383938;
  color: aliceblue;
  margin: 0px auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 100px;
}
.section2 h4 {
  font-family: play-bold;
}
.section2 h5 {
  font-family: play-bold;
}
.section2 p {
  font-family: roboto-regular;
}
.section2 .linecenter {
  border: 2px solid #fccb06;
  width: 70px;
  margin: auto;
  border-radius: 3px;
}
.section2 .card {
  border-radius: 10px;
  background-color: #1b1b1b;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.section2 .card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.section2 .linecard {
  border: 2px solid #fccb06;
  width: 70px;
  border-radius: 3px;
}

.section3 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.section3 h4 {
  font-family: play-bold;
}
.section3 p {
  font-family: roboto-regular;
}
.section3 .hover {
  transform: scale(1);
  overflow: hidden;
}
.section3 .hover img {
  transition: 0.3s ease-in-out;
}
.section3 .hover:hover img {
  transform: scale(1.1);
}
.section3 .ddgame {
  border-radius: 10px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}
.section3 .ddgame:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1b1b1b;
  color: #cacaca;
}
footer .footermenu span {
  font-family: roboto-regular;
  padding-right: 20px;
  white-space: nowrap;
  line-height: 40px;
}
footer a {
  text-decoration: none;
  color: #cacaca;
  transition: all 0.2s ease-in-out;
}
footer .icons span {
  text-align: end;
  white-space: nowrap;
}
footer .icon2 span {
  color: #cacaca;
  font-family: roboto-regular;
}
footer .icon2 {
  text-align: end;
}
footer .icons {
  text-align: end;
  white-space: nowrap;
}
footer a:hover {
  color: #fccb06;
}
footer .footertxt {
  font-size: 12px;
  font-family: roboto-regular;
}
footer .tm {
  font-size: 7px;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  footer .icon2 {
    padding-top: 50px;
    text-align: center;
  }
  footer .footermenu {
    text-align: center;
    padding-right: 0px;
  }
  footer .footermenu span a {
    line-height: 40px;
  }
  footer .icons {
    padding-top: 30px;
    text-align: center;
    margin: auto;
  }
  footer .footerlogo a {
    justify-content: center;
    display: flex;
    text-align: center;
    margin: auto;
  }
}/*# sourceMappingURL=main.css.map */