* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 color: rgb(40, 13, 83);
 background-color: rgb(49, 11, 54);
 margin: 0;
 padding: 0;
}
body::-webkit-scrollbar {
    width: 0.5rem;
  }
  
  body::-webkit-scrollbar-track {
    background: #1e1e24;
  }
  
  body::-webkit-scrollbar-thumb {
    background: #6649b8;
}
.navbar {
  position:sticky;
  top: 0; 
  width: 100%;
  display: flex;
  padding: 1px;
  background-color: #470f341f;
  z-index: 1000;
}

.navbar a {
float: right;
color: #0c0b0b;
text-align: center;
padding: 10px 14px;
text-decoration: none;
font-size: 25px;
}


.navbar a:hover {
background-color: #720660;
border-radius: 5px;
}


.bg{
  background-size: cover;
  margin-top: -60vh;
}
.container {
  width: 1000px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  top: 150px;
  left: 200px;
  border-radius: 20px;
}

.img-slider {
  width: 400px;
  height: 500px;
  border-right: 2px solid #3f0946;
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #fff;
}

.img-slider h1 {
  position: relative;
  top: 20px;
  left: 20px;
  text-align: center;
  font-family: "Lobster Two", cursive;
  font-size: 2rem;
}

.img-slider p {
  width: 300px;
  text-align: center;
  position: relative;
  top: 410px;
  left: 50px;
  font-family: "Nova Flat", cursive;
  font-weight: 700;
  font-size: 1.8em;
  color: rgb(16, 30, 77);
}

.container .img-slider img {
  width: 100%;
  height: 100%;
  margin-top: -11.5vh;
  border-radius: 10px;
}

.content {
  position: absolute;
  top: 10px;
  right: 100px;
  text-align: center;
}

.content h2 {
  text-align: center;
  font-size: 3rem;
  font-family: "Lexend", sans-serif;
  padding: 20px 0px 10px 0px;
}

#form {
  padding-top: 20px;
  padding-left: 80px;
}

#form label {
  font-family: "Comfortaa", cursive;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 10px 0px;
  color: #073326;
}

#form input {
  border: none;
  border-bottom: 3px solid #30156e;
  width: 350px;
  margin: 10px 0px;
  outline: none;
  font-size: 1.1rem;
  padding: 5px 0px;
  font-family: "Comfortaa", cursive;
  font-weight: 800;
}

#btn {
  text-align: center;
  padding: 10px 60px;
  position: relative;
  left: 52px;
  color: #fff;
  background-color: #30156e;
  background: linear-gradient(
    0deg,
    rgb(11, 59, 73, 1) 0%,
    rgba(11, 59, 73, 1) 100%
  );
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Comfortaa", cursive;
  cursor: pointer;
}

#btn:hover {
  background: rgb(11, 59, 73, 1);
  background: linear-gradient(
    0deg,
    rgb(23, 89, 94) 0%,
    rgba(25, 112, 105, 0.945) 100%
  );
}
