@import url("https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");

:root {
  --blue: #368ce7;
  --blue-dark: #1666ba;
  --blue-light: #7ab3ef;

  --red: #ff0000;
  --red-dark: #a70000;
  --red-light: #ff5252;

  --green: #76ba1b;
  --green-dark: #4c9a2a;
  --green-light: #acdf87;

  --orange: #ff7400;
  --orange-dark: #ff4d00;
  --orange-light: #ff9a00;

  --black: #000;
  --dark: #333;
  --light: #666;

  --white: #fff;
  --white-dark: #ccc;
  --white-light: #eee;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}
a,
button,
input,
textarea {
  outline: 0;
  transition: all 0.5s ease;
}
a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", serif;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Dots", serif;
  font-weight: 700;
}

header,
.banner,
.section,
.h2,
.para,
.flexbox,
footer {
  width: 100%;
  float: left;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 800;
  background-color: #03384e;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
}
nav {
  position: absolute !important;
  top: 0 !important;
  width: 100%;
  float: left;
  left: 0;
  z-index: +5;
}

.navbar {
  background-color: #03384e;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-bottom: 5px solid #5c7d8c;
}

.navbar-toggler {
  border: none !important;
}
.navbar .container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.nav-container {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  display: flex;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #fff !important;
  transform: translateY(-4px);
  transition: 0.5s;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-nav {
  justify-content: end;
  width: 100%;
}

.nav-item {
  margin: 1px 14px;
}
.navbar-brand {
  color: #fff;
  font-size: 25px;
  font-family: "Zen Dots";
}
.navbar-brand:hover {
  color: #fff;
}
iframe {
  width: 100%;
  height: 500px;
  scrollbar-width: 0;
  border: 0;
}
.inner-banner .container {
  min-height: 200px;
}
.btn-cu {
  font-size: 18px;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: radial-gradient(100% 100% at 100% 0%, #03384e 0%, #576f79 100%);
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
    0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
    inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 0 2em;
  border-radius: 0.3em;
  color: #fff;
  height: 2.6em;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
  margin: 10px 0;
}

.btn-cu:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%),
    0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #5e7985;
  transform: translateY(-0.1em);
}

.btn-cu:active {
  box-shadow: inset 0px 0.1em 0.6em #5a737d;
  transform: translateY(0em);
}
.bg {
  background: #428baa;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.banner {
  background: url(../img/banner.jpg) center;
  background-size: cover;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 70px;
}
.banner p {
  padding: 20px 100px;
}
.banner img {
  width: 100%;
  object-fit: cover;
  height: 100px;
  border: 1px solid #75aa19;
}
.banner .container {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
}
.inner-banner .container {
  min-height: 200px;
}
.banner h1 {
  font-size: 40px;
  font-weight: 800;
}
.banner p {
  font-size: 15px;
  line-height: 24px;
}

.section {
  padding: 20px 0;
  position: relative;
}
.section .container {
  position: relative;
  z-index: 2;
}
.h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}
.para {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 20px;
}
.para:last-child {
  margin: 0;
}
.flexbox {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.flexbox:last-child {
  margin: 0;
}
.flexbox > p,
.flexbody {
  flex: 1;
}
.flexbox > p:first-child,
.flexbody:first-child {
  padding: 0 30px 0 0;
}
.flexbox > p:last-child,
.flexbody:last-child {
  padding: 0 0 0 30px;
}
.flexbox > img {
  width: 100%;
  max-width: 40%;
  object-fit: cover;
  height: 300px;
}
.center {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 20px;
}
.center:last-child {
  margin: 0 !important;
}
.container > img {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
.flexgroup {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.flexgroupbox {
  width: 25%;
  margin: 0 0 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  float: left;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
}
.flexgroupbox img {
  width: 100%;
  margin: 0 0 20px;
}
.flexgroupbox h4 {
  font-size: 20px;
  color: #fff;
}
.box {
  padding: 20px;
  background-color: #5c7d8c;
  text-align: center;
  width: 49%;
}
.box-w {
  width: 49%;
}
.box h4 {
  background-color: #fff;
  color: #357519;
  padding: 10px;
  width: 100%;
}
strong {
  font-size: 18px;
}
.section2 {
  background: linear-gradient(rgba(2, 6, 176, 0.6), rgba(2, 6, 176, 0.6));
}
.section3 {
  background: linear-gradient(rgba(153, 219, 38, 0.7), rgba(153, 219, 38, 0.7));
}
.content {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  float: left;
  padding: 20px;
  color: #fff;
  border-radius: 20px;
}
.flex {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/game-img-4.jpg) center;
  background-size: cover;
  width: 22%;
  text-align: center;
  padding: 20px;
}
.flex-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/game-img-5.jpg) center;
  background-size: cover;
  width: 22%;
  text-align: center;
  padding: 20px;
}
.flex-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/game-img-6.jpg) center;
  background-size: cover;
  width: 22%;
  text-align: center;
  padding: 20px;
}
.flex-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/game-img-7.jpg) center;
  background-size: cover;
  width: 22%;
  text-align: center;
  padding: 20px;
}
.formsection {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.formsection .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.formsection .para {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.formsection h3 {
  margin-top: 20px;
}
.formbox {
  width: 100%;
  float: left;
  max-width: 600px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 10px;
}
.logo-box img {
  height: 40px;
}
.formfield {
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
  padding: 0 10px;
  border: none;
  background: #f3f3f3;
  border: solid 1px #333;
  color: #000;
  font-size: 15px;
}
.textarea-cu {
  width: 100%;
  height: 100px;
  margin: 0 0 10px;
  padding: 10px;
  border: none;
  background: #f3f3f3;
  border: solid 1px #333;
  color: #000;
  font-size: 15px;
}
.formfield::placeholder,
.textarea-cu::placeholder {
  color: #333;
}
.formbutton {
  width: 100%;
  float: left;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  background: #576f79;
  color: #fff;
  cursor: pointer;
  outline: 0 !important;
}

footer {
  background-color: #03384e;
  text-align: center;
  padding: 30px 0;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footerlinks {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 0 20px;
}
.ssl-img img {
  width: 100px;
  margin: 20px;
}
.font-c {
  padding: 20px;
  border: 2px solid #fff;
  background-color: #66a513;
  margin: 0 0 20px;
}
.footerlinks a {
  font-size: 14px;
  color: #ffffff;
  margin: 0 6px;
}
.footerlinks a:hover {
  text-decoration: underline !important;
}
.copyrights {
  font-size: 14px;
  color: #fff;
}
.text-white {
  font-size: 14px;
}
.cookiesection {
  width: 100%;
  float: left;
  min-height: calc(100vh - 126px);
  padding: 40px 0;
  margin-top: 80px;
}
.cookiesection h2 {
  font-size: 22px;
  font-weight: 600;
}
.cookiesection p {
  font-size: 14px;
  line-height: 20px;
}
.cookiesection p strong {
  font-weight: 600;
}
.cookiesection p .bolder {
  display: block;
  margin: 30px 0 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.backbutton {
  float: left;
  display: inline-flex;
  align-items: center;
  margin: 30px 0 20px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-dark) !important;
  border: solid 1px var(--blue-dark);
}
.backbutton img {
  width: 15px;
  margin: 0 5px 0 0;
  transition: all 0.3s ease;
}
.backbutton:hover {
  background: var(--blue-dark);
  color: #fff !important;
}
.backbutton:hover img {
  filter: saturate(0) brightness(10);
}
.alert {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  position: fixed !important;
  bottom: 0px;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 7px 30px !important;
  display: flex;
  justify-content: space-between;
  border-radius: 0px !important;
  flex-wrap: wrap;
  align-items: center;
}
.alert-dismissible {
  z-index: +3;
}
.alert-close {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  padding: 0px !important;
  width: 3rem;
  height: 2rem;
  font-size: 14px;
}
.hide {
  display: none;
}
span {
  font-weight: bold;
}

.alert p {
  font-size: 14px;
}

.hide {
  display: none;
}
.alert-close {
  padding: 0px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  margin: 0 !important;
  font-size: 14px;
}
@media (max-width: 800px) {
  .banner h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 20px;
  }
  .para {
    font-size: 14px;
  }
  .flexbox {
    flex-direction: column;
  }
  .flexbox > img {
    max-width: 100%;
    order: 1;
    margin: 0 0 15px;
  }
  .flexbody,
  .flexbox > .para {
    padding: 0 !important;
    order: 2;
  }
  footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flexgroupbox {
    width: 100%;
  }
  .formfield {
    width: 100%;
  }
  .formbutton {
    width: 100%;
  }
  .img-size {
    width: 100%;
  }
  .footerlinks {
    justify-content: center;
    margin: 10px 0;
  }
  .accordion {
    width: 100% !important;
  }
  .form-w,
  .form-w-b {
    width: 100% !important;
  }
  .logo-box {
    flex-direction: column;
  }
  .banner p {
    padding: 20px;
  }
  .nav-icon img {
    width: 30px;
  }
}
figure.snip1157 {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 > img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #5c7d8c;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  color: #fff;
  font-style: italic;
  flex-direction: column;
  display: flex;
}
blockquote img {
  width: 100px;
  margin: 0 0 10px;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #5c7d8c;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: relative;
  margin-top: 30px;
  color: #ffffff;
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
}
