:root {
  --primary-color: rgb(50, 50, 90);
  --secondary-color: white;
}

* {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth;
  line-height: 2;
  color: white;
}

#delete-later {
  overflow: hidden;
  width: 380px;
  margin: 0 auto;
  border-left: 12.5px;
  border-right: 12.5px;
  border-style: solid;
  border-color: var(--primary-color);

  z-index: -8;
}

body {
  background-color: rgb(34, 21, 21);
}

header {
  position: fixed;
  top: 0;
  z-index: 5;
}
#control {
  width: 100%;
}

#cover {
  left: -12.5px;
  width: 380px;
  margin: 0 auto;
  position: relative;
  background-color: black;
}
a{
    text-decoration: none;
    color: inherit;
}

#fake-top {
  background-color: var(--primary-color);
  height: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 25px;
  padding: 12.5px;
  align-items: center;
  box-shadow: 0 2px rgb(15, 0, 0);
  z-index: 9;
  opacity: 1;
  margin-bottom: 2px;
}

#logo-div {
  display: flex;
  height: 100%;

  justify-content: center;
  flex-direction: row;
  margin-top: -5px;
    width: 120px;
  overflow: hidden;

}
#logo-img {
  margin-left: -15px;
  margin-top: 5px;
  height: 40px;
  width:50px;
}

#btn-span {
  position: relative;
  background-color: green;
  transition: 1s ease-in-out;
}
#first-head {
  font-size: 20px;
}
#apply {
  background-color: transparent;
  color: gold;
  font-weight: 900;
  font-size: 15px;
}

#applyform {
  margin-top: -60px;
  padding-top: 70px;
}

#first-form {
}
#another-main {
  position: relative;
}
main {
  position: relative;
  width: 355px;
  margin: 60px auto 0 auto;
  min-height: 100vh;
}
main::before {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("img/wall.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  filter: blur(10px);
}

#first-image {
  background-color: yellow;
}
#first-image-div {
  width: 100%;
  object-fit: cover;
}

#home h3 {
  text-align: center;
}
.section-padding {
  padding: 5px;
  text-align: center;
}

#apply-div label {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-weight: bolder;
}

#select-amount {
  width: 100px;
  background-color: var(--primary-color);
}
#apply-amount-btn {
  background-color: gold;
  width: 190px;
  font-size: larger;
  font-weight: 700;
  border-radius: 20px;
  display: block;
  margin: 10px auto;
  height: 70px;
}
#apply-amount-btn:hover{
  background-color: greenyellow;
}
#first-nav {
  position: absolute;
  z-index: -1;
  width: 100%;

  border: none;
  transition: 1s ease-in-out;
  background-color: rgb(2, 1, 1);
  display: flex;
  justify-content: center;
  border-top: 1px solid white;
}

#first-nav ul {
  padding: 0;
  list-style-type: none;
  font-size: larger;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

  height: min-content;
}
#first-nav ul li button {
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
#first-nav ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -1px white;
  height: 33px;
}
#first-nav ul li button a {
  border: 0;
  color: blue;
  background-color: none;
  text-decoration: none;
  color: white;
  font-size: larger;
}

#nav-btn {
  position: relative;
  font-size: 19px;
  z-index: 3;
  color: white;
  background-color: transparent;
  border: 0;
}
.move-nav {
}

.move-it {
  margin-top: -150px;
}
.move-it-margin {
  margin-top: 0;
}

#bounce {
  margin: 0;
  background-color: green;
  padding: 0;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
}

#about-us {
  margin-top: -70px;
  padding-top: 110px;
}
#whyus {
  margin-top: -70px;
  padding-top: 90px;
}
#about-us h3:nth-of-type(1) {
  text-align: center;
  font-weight: 600;
  border: 1px dashed gold;
  display: inline-block;
  padding: 4px;
}

.with-padding {
  text-align: center;
  font-weight: 600;
  border: 1px dashed gold;
  display: inline-block;
  padding: 4px;
}

#about-us h3:nth-of-type(2) {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
#bounce {
  color: white;
}
#about-us p:nth-of-type(1) {
  text-align: center;
  font-size: 18px;
}
#first-form input {
  width: 100%;
  height: 40px;
  outline: none;
  font-size: 17px;
  font-weight: lighter;
  background-color: rgb(45, 45, 63);
  color: white;
}
#first-form label {
  display: block;
  margin-top: 10px;
  font-weight: lighter;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#submit-apply {
  font-size: 15px;
  font-weight: bold;
  color: white;

  display: block;
  background-color: black;
  margin: 15px auto 0 auto;
  border: 1px solid gold;
}

#submit-apply:hover{
  background-color: gold;
  color: black;
}

#not-correct{
display: flex;
justify-content: center;

margin-top: 15px;

}
#incorrect-span{
    padding: 7px;
background-color: var(--primary-color);
color: red;
border-radius: 5px;
}
@keyframes move {
  to {
    margin-top: 0;
  }
}

@keyframes movenav {
  to {
    left: 120px;
  }
}

#acctotp {
  width: 100px;
}

@media screen and (max-width: 550px) {

    #delete-later{
        width: 100%;
     border: 0;
    }

    #cover {
 left: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: black;
}
  
  
    #fake-top {
  background-color: var(--primary-color);
  height: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 25px;
  padding: 12.5px;
  align-items: center;
  box-shadow: 0 2px rgb(15, 0, 0);
  z-index: 9;
  opacity: 1;
  margin-bottom: 2px;
  width: 100vw;
 
}
main{
  width: 95%;
  position: relative;
}


}
#first-nav ul li button a{

  width: 100%;
  display: block;
}
#first-nav ul li button {
 
  width:100%;
}

#the-cover-image{
  width:100%;
  height: 100vw;

  background-image: url(
  "./img/work.WEBP");
  background-position: center;
  background-size: cover;
}


/* new additions */

#confirm-p{
padding: 5px;
text-align: center;
}

#note{
  display: block;
  color: red;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-size: 18px;
 background-color: var(--primary-color);;
}

#last{
 position: absolute;
 bottom: 0;
 
}
#last img{
width: 100%;
}