@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900';
body, html {
  min-height: 100%;
}

body {
  background-image: url("../img/bg-main.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  font-family: "Lato", sans-serif;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.container {
  background: #25272C;
  min-height: 100%;
  padding: 0;
  width: 100%;
}

.header {
  height: 550px;
  width: 100%;
  background: url("../img/top.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-image: linear-gradient(45deg, rgba(101, 128, 233, 0.73) 0%, #1E6DB6 100%);
}

.topmenu {
  position: relative;
  z-index: 20;
  margin-top: 20px;
}
.topmenu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  padding: 0 27px;
  text-decoration: none;
}
.topmenu .line {
  display: block;
  width: 45px;
  border-bottom: 1px solid #fff;
}

.server-info {
  margin-bottom: 150px;
  position: relative;
  z-index: 20;
}

.inner {
  gap: 80px;  
  padding: 50px;
}


section .text {
  padding: 40px;
  max-width: 700px;
}
section .text p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
section .text p b {
  color: #fff;
  font-weight: 700;
}
section .text ul {
  color: #fff;
  margin: 0;
  padding: 0 0 0 20px;
}
section .text ul li {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
}
section .text ul li b {
  color: #fff;
  font-weight: 700;
}













section .text1 {
    padding: 40px;
    max-width: 700px;
    left: 20px;
    position: relative;
}
section .text1 p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
section .text1 p b {
  color: #fff;
  font-weight: 700;
}
section .text1 ul {
  color: #fff;
  margin: 0;
  padding: 0 0 0 20px;
}
section .text1 ul li {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
}
section .text1 ul li b {
  color: #fff;
  font-weight: 700;
}

section.discord-widget {
  padding: 40px;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
section.discord-widget iframe {
  height: 500px;
  width: 100%;
}
section.join {
  padding: 40px;
}
section.join .btn-pill {
  margin: 30px;
}
section.join .line {
  border-bottom: 1px solid #fff;
}

.footer {
  padding: 40px;
  background-color: #25272C;
  background-image: linear-gradient(45deg, rgba(101, 128, 233, 0.66) 0%, #1E3FB6 100%);
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.footer .block {
  min-height: 200px;
  margin-right: 80px;
}
.footer p {
  max-width: 500px;
  padding-top: 40px;
  margin-bottom: 0;
}

h1 {
  font-size: 68px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 86px;
  margin: 0 0 35px 0;
  padding: 0;
}

h2 {
  font-size: 48px;
  line-height: 57px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  padding: 0;
}

h3 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 900;
  padding: 0;
  margin-bottom: 6px;
}

.btn-pill {
  height: 50px;
  padding: 0 100px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.28);
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  transition: all 300ms ease;
  bottom: 0;
}
.btn-pill:hover {
  bottom: 10px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.28);
}
.btn-pill.white {
  background: #fff;
  color: #4360AE;
}

a.links-suppressor, .links-suppressor a {
  text-decoration: none;
}


h4 {
    position: relative;
    font-size: 25px;
    line-height: 44px;
    color: #fff;
    font-weight: 900;
    padding: 0;
    margin-bottom: 9px;
    left: 120px;
}


#retailbox {
   position:relative;
background-color: #25272c;
width:400px;
left: 400px;
top:70px;
height:250px;
}
#iframe-overlay { /* Adjust values as needed */
    height: 80px;
    width: 50px;
    background-color: #25272c;
    position: relative;
    top: -75px;
    left: 725px;
}

