body {
  font-size: 18px;
  font-weight: 360;
  color: #888;
  line-height: 30px;
  text-align: center;
  background-image: url("../imgs/backgrounds/vecteezy_abstract-purple-gradient-texture-with-geometric-elements_7355486.jpg");
  background-size: cover;
  background-color: #36454f;
}

a:link,
a:visited {
  color: #ce1a5f;
}

a:hover {
  color: #e0115f;
}

.btn-link-3 {
  background: none;
  border: none;
  color: inherit;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
}

.btn-link-3:hover {
  color: #b3c7ff;
}

.background-tint {
  filter: sepia(100%) saturate(200%) brightness(70%) hue-rotate(330deg);
}

#aboutvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.aboutcontent {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  z-index: 1;
}

#aboutbtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#aboutbtn:hover {
  background: #ddd;
  color: black;
}

.section-container {
  margin: 0 auto;
  padding-bottom: 80px;
}

.section-description {
  margin-top: 60px;
  padding-bottom: 10px;
}

.section-description p {
  margin-top: 20px;
  padding: 0 120px;
}

.divider-1 {
  padding: 25px 0 15px 0;
}

.divider-1 .line {
  width: 160px;
  margin: 0 auto;
  border-bottom: 1px dashed #ccc;
}

.navbar {
  margin-bottom: 0;
  padding-top: 0;
  background: #444;
  border: 0;
  border-radius: 0;
  transition: all 0.6s;
}

.navbar-no-bg {
  padding-top: 10px;
  background-color: rgba(68, 68, 68, 0.8);
}

ul.navbar-nav {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-inverse ul.navbar-nav li a.btn-link-3 {
  display: inline-block;
  margin: 9px 0 0 15px;
  padding: 6px 15px;
  background: #7a002f;
  border: 0;
  font-size: 14px;
  font-weight: 360;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 6px;
}

.navbar-brand {
  width: 102px;
  background: url(../imgs/pfps/logo.png) left center no-repeat;
  text-indent: -9999999;
}

.dw1,
.about,
div.pl {
  text-align: center;
  margin: auto;
  width: 1000px;
  padding: 260px;
  color: #b1cbcc;
  font-size: 22px;
}

footer {
  position: fixed;
  color: white;
  bottom: 0;
  width: 100%;
  height: 13%;
  padding: 40px 0 45px 0;
  background: none;
}

.footer-copyright {
  padding-top: 15px;
}

.footer-copyright a {
  color: #888;
  border-bottom: 1px dotted #888;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #888;
  border: 0;
}

center {
  width: 500px;
  margin: 0 auto;
}

ul.plul {
  display: inline-block;
  text-align: left;
}

#aboutimages {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-social-logo {
  padding-left: 15px;
  padding-right: 1px;
  transition: transform 0.2s;
  width: 65px;
  height: 47px;
}

aboutvideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  filter: blur(7px);
  opacity: 65%;
}

.bgbox,
.bgboxfooter {
  background: #7a002f;
  border-radius: 25px;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.bgboxfooter {
  font-size: 15px;
  padding: auto;
  width: auto;
  margin: auto;
}

.section {
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  transition: 0.5s;
}

section:hover {
  transform: scale(1.02);
}

.enter-button {
  background-color: #dd2b6f;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.enter-button:hover {
  background-color: #e0115f;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .section {
    padding: 10px;
  }
}

.charpopup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.charpopup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bgbox {
  flex-grow: 1;
  padding: 20px;
  background: #7a002f;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.sidebar {
  position: fixed;
  right: 1002px;
  top: 685px;
  width: 91px;
  color: white;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  gap: 7px;
  z-index: 1;
}

.sidebar a {
  display: block;
  text-align: center;
}

.social-logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.sidebar a:hover .social-logo {
  transform: scale(1.1);
}
