

#frames{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    flex-wrap:wrap;
}

.container{
    padding: 50px 20px;
    height: 100vh;

}

input,label,h4,button,p{
    font-family: 'Poppins', Sans-serif;
}
@media screen and (max-width:768px){
    input,label,h4,button,p{
    font-family: 'Poppins', Sans-serif;
    font-size:30px;
}
}
input{
    width:100%;
}
.btn-primary{
    font-size: 18px;
    font-weight: 400;
    min-width: 200px;
    background-color: #2B47A2;
    border-radius: 100px;

}
      .body-section{
        margin-top:40px !important;
    }

@media screen and (min-width: 360px) and (max-width: 767px) {
    .body-section {
        margin-top: 30vh !important;
    }
}
.main-frame{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.choose-frame{
    width: 100%;
    max-width: 870px;
    padding: 30px;
    min-width: 413px;
    background-color: white;
    border-radius: 10px;
}

.upload-section{
  width: 30%;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-grow: 1;

}

p.frame-heading{
    text-align: left;
    color: black;
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 10px;
}

.body-bg{
    background-image: url('http://indiawithkejriwal.com//images/AAP2.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;

}
h3{
    text-align: center;
    color:#F8CF25;
    font-size: 48px;
    font-weight: 700;
}

.logo img{
    width: 100px;
}

.kejriwal-img{
    position: absolute;
    width: 400px;
    left: 0;
    bottom: 0;
}

.share-button{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

button.share{
    color: white;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    font-size: 32px;
}

#shareOptions{
    display: flex;
    justify-content: center;
    gap:20px;
}
h5{
    text-align: center;
    color: #F8CF25;
    font-size: 26px;
    font-weight: 700;
}

span#counter{
    color: #2b47a2;
    font-size: 30px;
    font-weight: 700;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    margin-left: 15px;
}
.counter-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
label {
    background-color: #F8CF25;
    color: #2B47A2;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
    border-radius: 100px;
    width: 200px;
    text-align: center;
  }

  label::after{

    display: inline-block;
    margin-left: 5px; /* Adjust the spacing between the label text and the icon */
    vertical-align: middle; /* Align the icon vertically */
    content: url("https://indiawithkejriwal.com/images/cameraicon.svg");

  }