* {
  padding: 0;
  margin: 0;
  font-family: Arial, "Franklin Gothic Medium", "Arial Narrow", sans-serif;
}
body {
  background-color: white;
}

.nav {
  width: 100%;
  background-color: #702283;
  list-style-type: none;
  overflow: hidden;
}

.left-side {
  padding-left: 35px;
  display: inline-block;
}

.left-side a {
  float: left;
  font-size: 18px;
  display: block;
  color: white;
  text-align: center;
  padding: 13px 20px;
  text-decoration: none;
}

.left-side a:hover {
  background-color: rgba(17, 17, 17, 0.223);
}

.active {
  background-color: #962071;
}

.right-side {
  float: right;
  margin-right: 20px;
}

.search-bar {
  display: inline-block;
  margin-top: 10px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 30px;
}

input {
  border: none;
  width: 100px;
}

input:focus {
  outline: none;
}

.search-color {
  color: #962071;
}

.user-account {
  display: inline-block;
}

.user-account p {
  color: white;
  display: inline-block;
}

.profile-pic {
  color: #962071;
  background-color: white;
  padding: 8px 8px;
  border-radius: 100px;
  margin-right: 10px;
}
.background {
  width: 100%;
  height: 600px;
  /* background-image: url(Homepage-Banner---1700-x-651---EN-min.png); */
  background-repeat: no-repeat;
  object-fit: contain;
}

.nav2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.661);
}

.left-side2 {
  padding: 20px;
  padding-left: 50px;
  display: inline-block;
}

.right-side2 {
  margin-top: 50px;
  margin-right: 20px;
  float: right;
}

.right-side2 a {
  color: black;
  font-size: 15px;
  padding: 13px 30px;
  text-decoration: none;
}

.right-side2 a:hover {
  border-top: 2px solid #702283;
}
.p1 {
  font-family: AvantGardeITCbyBT-Book, sans-serif;
  font-size: 26px;
  font-style: light;
  line-height: 26px;
  color: rgb(0, 0, 0);
  margin-top: 25px;
}
.p2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
  color: rgb(155, 155, 155);
}
.body {
  width: 100%;
  height: 300px;
}

.right-container {
  width: 65%;
  height: 100px;
  margin-top: -370px;
  margin-left: 40px;
}

.footer {
  background-color: #f3f3f3;
  width: 100%;
  height: 350px;
  overflow-x: hidden;
}
.firstline {
  width: 100%;
  color: #812976;
}
.footer div {
  display: inline-block;
  margin-left: 50px;
  margin-top: 20px;
  vertical-align: top;
}
.footer div p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer div a {
  display: block;
}
.footer div a {
  text-decoration: none;
  color: gray;
  font-size: 15px;
  font-weight: 500;
}
.followus {
  margin-top: 80px;
  margin-left: 100px;
  font-size: 30px;
}

.secondline div a {
  display: inline-block;
}
.secondline {
  width: 100%;
  color: #812976;
}
.fab,
.fa-brands {
  font-weight: 400;
}
b,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-square-facebook {
  color: blue;
}
.fa-square-twitter {
  color: rgb(29, 155, 240);
}
.fa-square-youtube {
  color: red;
}
.fa-square-instagram {
  color: #3d739c;
}

.download {
  position: relative;
  left: 400px;
  bottom: 5px;
  display: inline-block;
  width: 500px;
}
.lastfooter {
  background-color: #363636;
  height: 150px;
}

.lastfooter p {
  color: #899595;
  font-size: 15px;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
.lastfooter p:nth-child(2) {
  text-align: center;
}
