body {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0em;
  background-color: #000;
  color: #1d1d1f;
  font-style: normal;
}
a {
  text-decoration: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vegas-slide {
  opacity: 0.4;
}
.nav {
  position: relative;
  height: 80vh;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.nav .title h2 {
  max-width: 700px;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  text-align: center;
}
.nav .title .rabc {
  padding: 10px;
  border-radius: 20px;
}
.nav .title .rabc img {
  width: 300px;
}
.nav .title .btn {
  margin: 30px 0;
  border-radius: 40px;
  font-size: 24px;
  font-weight: 600;
  height: auto;
  padding: 9px 38px;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.nav .title .btn:hover {
  border-color: #e5010c;
  background-color: #e5010c;
}
header {
  box-sizing: border-box;
  padding-top: 30px;
  height: 10vh;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .logo img {
  height: 50px;
}
header .socialIcon a {
  display: flex;
  list-style: none;
  text-align: center;
  margin-top: 8px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
header .socialIcon a:hover {
  opacity: 1;
}
footer {
  box-sizing: border-box;
  display: flex;
  height: 20vh;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  align-items: center;
}
footer .copyRight {
  width: 350px;
  margin: 0 auto;
  display: block;
}
footer p {
  color: #fff;
  text-align: center;
}
footer p a {
  color: #fff;
}
@media (max-width: 576px) {
  .nav .title h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .nav .title .rabc img {
    width: 240px;
  }
  header .logo img {
    width: 200px;
  }
  footer p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
