body{
    .courgette-regular {
        font-family: "Courgette", cursive;
        font-weight: 400;
        font-style: normal;
      }
      display: flex;
      justify-content: center;
}
.main-box:hover{
    padding: 5px;
}
.main-box>.box-one:hover{
    padding: 1.5px;
}
.main-box{
    width: 25%;
    box-shadow: 0 0 7px rgb(13, 24, 174),inset 0 0 10px rgb(115, 111, 155);
    color: white;
    font-weight: 500;
    height: 85vh;
    display: flex;
    margin-top: 7vh;
    border-radius: 20px;
    transition: 0.6s;
}
.main-box>.box-one{
    width: 95%;
    margin-left: 2.3%;
    border: 1px solid black;
    height: 82vh;
    margin-top: 9px;
    background: linear-gradient(20deg,rgb(48, 44, 84) 10%,rgb(17, 16, 25) 40%);
    border-radius: 20px;
    transition: 0.6s;
}
.main-box>.box-one>.box-two{
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-left: 2.5%;
}
.main-box>.box-one>.box-two>span{
    display: flex;
    justify-content: space-around;
}
.main-box>.box-one>.box-two>span>small{
    font-size: 10px;
    margin-top: 4px;
}
.main-box>.box-one>.box-two>span>button{
    width: 80px;
    height: 28px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 300;
    padding: 1px 3px;
    outline: none;
    background-color: rgb(59, 55, 55);
    color: rgb(225, 226, 255);
    margin-left: 2px;
}
.main-box>.box-one>.box-two>span>button:hover{
    transform: scale(0.95);
}
.main-box>.box-one>.box-three{
    display: flex;
    width: 95%;
    margin-left: 2.5%;
    flex-direction: column;
}
.main-box>.box-one>.box-three>span{
    display: flex;
    justify-content: space-around;
}
.main-box>.box-one>.box-three>span>button{
    width: 80px;
    margin-top: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 33px;
    background-color: black;
    color: white;
    outline: none;
    margin-left: 2px;
}
.main-box>.box-one>.box-three>span>button:hover{
    transform: scale(0.95);
}
.main-box>.box-one>.box-three>span>small{
    font-size: 10px;
}
.main-box>.box-one>.box-one-top{
    width: 95%;
    margin-left: 2.5%;
    height: 29vh;
    border: 1px solid rgb(34, 32, 32);
    margin-top: 10px;
    border-radius: 10px;
}
.main-box>.box-one>.box-one-top>#box-one-bottom{
    width: 95%;
    margin-left: 2.5%;
    display: flex;
    justify-content: space-around;
}
.main-box>.box-one>.box-one-top>#box-one-bottom>button{
    width: 100px;
    margin-left: 2px;
    height: 25px;
    margin-top: 6px;
    outline: none;
    color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #1786d1;
}
.main-box>.box-one>.box-one-top>#box-one-bottom>button:hover{
    transform: scale(0.95);
}
.main-box>.box-one>.box-one-top>#box-one-text{
    display: flex;
    margin-top: 4px;
    font-size: 13px;
    justify-content: space-around;
}
.main-box>.box-one>.box-one-top>#box-one-middle{
    width: 95%;
    height: 15vh;
    margin-left: 2.5%;
    margin-top: 4px;
    border: 1px solid rgb(23, 23, 23);
    box-shadow: inset 0 0 8px rgb(161, 161, 161);
    border-radius: 10px;
}
.main-box>.box-one>.box-one-top>#box-one-middle>input[type=text]{
    width: 93%;
    height: 12.5vh;
    border: none;
    box-shadow: 0 0 8.5px black;
    border-radius: 7px;
    margin-left: 2.9%;
    margin-top: 9px;
    cursor: default;
}
@media(max-width:830px){
    .main-box{
        width: 100%;
    }
}
.back-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
  

@media (min-aspect-ratio: 16/9){
  .back-video{
      width: 100%;
      height: auto;
  }
}
@media (max-aspect-ratio: 16/9){
  .back-video{
      width: auto;
      height: 100%;
  }
}
.btnn button{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 70vh;
      margin-left: 75px;
      font-size: 18pt;
      font-weight: 500;
      width: 13vw;
      height: 7vh;
      border-radius: 10px;
      background-color: #4024e2;
      transition: 0.5s;

}
.btnn button:hover{
    background-color: #5a5cca;
    font-weight: 600;
    width: 13.5vw;
    height: 7.5vh;
} 