*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container{
    width: 100%;
    min-height: 200vh;
}
.container h1{
    text-align: center;
    color: #132E7E;
    margin-top: 40px;
    margin-bottom: 40px;
}
.first-box{
    background-image: linear-gradient(#3b5be9,#6ec1e4);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}
.col-md-6 ul{
   padding-top: 50px;
   padding-bottom: 50px;
}
.col-md-6 ul li{
    list-style: none;
    display: flex;justify-content: left ;
    align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 1rem;
}
.icon1{
    color: #132E7E;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    font-size: 13px;
}
.icon{
    padding: 10px 10px;
    color: #fff;
}
.black-box{
    width: 130%;
    height: 280px;
   
    border-radius: 20px;
    background-color: #000;
}
.two-box{
    display: flex;
    padding-inline: 25px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}
.white-box{
    width: 110%;
    height: 250px;
    
}
.content{
    padding: 50px 10px;
    color: #fff;
    font-weight: bold;
}
.white-box img{
    object-fit: cover;
    object-position: center;
}
.img-code{
    width: 100%;
    height: 245px;
}
form{
    padding-inline: 20px;
   
    width: 100%;
    min-height: 147vh;
    padding-bottom: 400px;
    padding-top: 0px;
}
form p{
    font-size: 2rem;
    text-align: center;
    
}
form input{
    width: 100%;
    min-height: 6vh;
    padding-left: 10px;
    font-size: 1.3rem;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    border: none;
   text-align: start;
}

input:last-child{
    margin: 0;
    background: none;
    border: none;
    font-size: 1rem;  
}
.file-chose{
    color: #000;  
}
.checkbox{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.checkbox input{
  width: 20px;
   
}
.checkbox p{
    font-size: 1rem;
   color: #fff;
  margin-top: 10px;
}
.file-chose{
    font-size: 1rem;
}
button{
    width: 100%;
   min-height: 7vh;
    background: none;
    border: none;
    background-color: #17A8E3;
    color: #fff;
    font-weight: bold;
}
button:hover{
    background-color: #0590c7;
    transition: 0.5s;
}
.input{
    position: relative;
}
.logo{
    width: 20px;
    position: absolute;
    right: 11%;
    top: 83.5%;
   
}
.plot-size{
    font-size: 1.5rem;
}
option{
    font-size: 1rem;
    padding: 10px 0;
}
input.btn {
    width: 100%;
    min-height: 7vh;
    background: none;
    border: none;
    background-color: #17A8E3;
    color: #fff;
    font-weight: bold;
}

