* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  width: 100%;
  background-color: black;
  position: fixed;
}

.logo {
  width: 150px;
  margin-left: 50px;
}

a {
  text-decoration: none;
}

.but {
  background-color: white;
  margin-left: 30px;
  color: black;
}

.pre {
  color: rgb(218, 218, 218);
  margin-left: 30px;
}

.pre:hover {
  color: white;
}

.bn1 {
  padding: 10px;
  border-radius: 10%;
  background-color: black;
  color: white;
  border: 2px solid white;
  font-size: 15px;
  cursor: pointer;
  margin-left: 50px;
}

.bn2 {
  padding: 10px;
  border-radius: 10%;
  background-color: #0D86FF;
  color: white;
  border: 2px solid #0D86FF;
  font-size: 15px;
  cursor: pointer;
  margin-left: 20px;
}

.banner {
  padding-top: 100px;
  height: 650px;
  width: 100%;
  background-image: url(banneraka.gif);
  background-size: cover;
  overflow: hidden;
}

.heading {
    color: #FFF0D4;
    width: 100%;
    font-size: 52px;
    text-align: left;
    font-family: 'MembershipSloganFonts', var(--webull-font-family-semi-bold, OpenSans-SemiBold, Arial, sans-serif) !important;
    line-height: 70px;
}

.para {
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 20px;
    font-family: var(--webull-font-family-normal, OpenSans-Regular, Arial, sans-serif) !important;
    line-height: 36px;
}

.btno {
    margin-left: 150px;
    color: #000000;
    width: fit-content;
    border: none;
    cursor: pointer;
    padding: 14px 40px;
    font-size: 20px;
    min-width: 174px;
    background: #A6A8C9;
    font-family: var(--webull-font-family-semi-bold, OpenSans-SemiBold, Arial, sans-serif) !important;
    line-height: 28px;
    border-radius: 28px;
    background-image: linear-gradient(101deg, #E0E8F0 0%, #DAE2F7 50%, #979DB9 100%);
}

#pal {
    margin-left: 150px;
}

#pala {
    text-align: center;
    margin-top: 100px;
}

.div {
  display: flex;
  padding-top: 50px;
}

details {
  width: 1100px;
  background-color: #1a1a1a;
  color: white;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 18px 32px;
  margin: 10px 0;
}

summary {
  color: #F8F8F8;
  font-size: 20px;
  font-family: var(--webull-font-family-semi-bold, OpenSans-SemiBold, Arial, sans-serif) !important;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary-img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  color: rgba(255, 255, 255, 0.60);
  width: 100%;
  padding: 0 32px;
  font-size: 18px;
  font-family: var(--webull-font-family-normal, OpenSans-Regular, Arial, sans-serif) !important;
  line-height: 26px;
}

footer {
  background-color: #1D263A;
  width: 100%;
  height: 1800px;
}

.pages {
  display: flex;
  margin-left: 200px;
}

.pages a b {
  color: white;
}

.pages a {
  text-decoration: none;
  color: rgb(172, 172, 172);
}

.pages a:hover {
  text-decoration: none;
  color: white;
}

.two {
  margin-left: 70px;
}

.three {
  margin-left: 70px;
}

.four {
  margin-left: 70px;
}

.five {
  margin-left: 70px;
}

.short a {
  color: white;
}

.short {
  margin-left: 200px;
}

footer p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 21px;
    font-family: var(--webull-font-family-normal, OpenSans-Regular, Arial, sans-serif) !important;
}

footer p a {
    color: rgb(18, 148, 247);
}

.paraa {
  margin-right: 160px;
  margin-left: 200px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}