* {
  margin: 0px;
  padding: 0px;
}
#background {
  background-color: #383838;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 75px 0px 50px;
  z-index: 1;
  margin-bottom: 60px;
}
/* navbar and banner */
.navbar {
  width: 100%;
  position: fixed;
  background-color: #000000;
  font: 12px lato, Arial, Helvetica, sans-serif;
  color: white;
  display: flex;
  align-items: center;
  padding: 20px;
  z-index: 1000;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  margin-top: -75px;
}
.nav {
  width: 50%;
  margin-left: 600px;
  display: flex;
  /* border: 1px solid red; */
  gap: 50px;
  font-size: 20px;
}
.navbar > div > img {
  width: 35%;
  /* border: 1px solid green; */
  margin-left: 30px;
  cursor: pointer;
  margin-bottom: 10px;
}
.nav > p {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-top: 15px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.nav > p:hover {
  text-decoration: underline;
}
.nav > button {
  width: 30%;
  height: 45px;
  color: #ffffff;
  background-color: #5a3bdb;
  border-radius: 30px;
  padding: 8px 10px;
  margin-top: 6px;
  cursor: pointer;
  font-size: 16px;
}
.nav > button:hover {
  background-color: #673ab7;
}
.bar {
  width: 30%;
}
.bar a img {
  width: 50%;
}
.banner {
  /* border: 1px solid red; */
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}
#img {
  width: 80%;
  margin: auto;
  margin-top: -300px;
  margin-bottom: 100px;
  display: flex;
  padding: 30px;
}
.imgi > img {
  width: 80%;
  position: relative;
  left: 150px;
}
.imgt {
  /* border: 1px solid; */
  width: 40%;
  padding: 10px;
}
.imgt {
  margin-top: 300px;
  /* border: 1px solid; */
  width: 40%;
  margin-left: 60px;
}
.imgt h2 {
  position: relative;
  left: 170px;
  margin-bottom: 50px;
  background: url(https://kcdn.twiikapp.com/images/pt/startpage_h1_bg.jpg)
    no-repeat left bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h2 + p {
  position: relative;
  left: 170px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.imgt > a > img {
  position: relative;
  left: 170px;
  height: 50px;
  margin-top: 20px;
}
/* footer section */
#footer {
  /* position: absolute; */
  left: 0px;
  bottom: 0px;
  background: #121451;
  height: auto;
  width: 100%;
  display: flex;
}

#footerR {
  /* border: 1px solid red; */
  width: auto;
  max-width: auto;
  padding: 50px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 50px;
}
#footerL {
  /* border: 1px solid yellow; */
  vertical-align: middle;
  padding: 80px;
  margin-left: 250px;
}
#footerL > a > img {
  position: relative;
  left: 150px;
  top: 30px;
  height: 50px;
  padding: 10px;
}
#footerR > p {
  color: #bbbbbb;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
#footerR > p:nth-child(4) {
  margin-top: 30px;
}
#footerR > p:nth-child(2) {
  position: relative;
  left: 100px;
}
#footerR > p:nth-child(3) {
  position: relative;
  left: 100px;
}
#footerR > a {
  text-decoration: none;
  color: white;
}
#footerR > img {
  position: relative;
  left: 100px;
  width: 50%;
  margin-bottom: 10px;
}
#footerR p a {
  text-decoration: none;
  color: white;
  margin-top: 40px;
  position: relative;
  left: 100px;
}
.nav a {
  text-decoration: none;
  color: white;
}

button a {
  text-decoration: none;
  color: white;
}
.bar > a > img {
  width: 30%;
}
