
#frames{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    flex-wrap:wrap;
}

.container{
    padding-top: 20px;
}

input,label,h4,button,p{
    font-family: 'Poppins', Sans-serif;
}

input{
    width:100%;
}
.btn-primary{
    font-size: 16px;
    font-weight: 400;
    min-width: 120px;
    background-color: #2B47A2;
    border-radius: 100px;

}

.main-frame{
    display: flex;
    gap: 20px;
}


.choose-frame{
    width: 65%;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
}

.upload-section{
    width: 35%;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

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: 70px;
}

.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");

  }

  .flex-btn{
    display: flex;
    gap: 10px;
  }

  img{
    cursor: pointer;
  }

/* Media Query */
@media (max-width:768px){
    .main-frame{
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap;
    }
    .choose-frame{
        width: 100% !important;
        padding: 15px !important;
    }
    .upload-section{
        width: 100% !important;
        padding: 15px !important;

    }

    #frames img{
        width: 80px;
    }

    #frames{
        display: flex;
        flex-wrap: wrap;
    }
}