.header-main img {
    height: 45px;
}
.header-section-2 .header-2 {
    background-color: hsl(0deg 0% 0% / 39%);
}
.indialogo {
    margin-bottom: 30px;
}
.indialogo img {
    height: 90px;
}
.indialogo1 img {
    height: 70px;
}
.venu_str {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 24px 0px 2px;
}
.date_stn {
    padding-right: 35px;
}
.date_icons {
    width: 19px;
    display: inline-block;
    margin-top: -5px;
    margin-right: 7px;
}
@media (min-width: 769px) {
    .btn_sectn {
        width: 450px;
        height: auto;
        overflow: hidden;
        margin: auto;
        display: block;
        padding: 0px 24px 0px 33px;
        position: relative;
        z-index: 9;
    }
}
.reg_btns {
    width: 46%;
    height: auto;
    line-height: 44px;
    border-radius: 2px;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 3px;
    float: left;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-left: 1.5%;
    margin-right: 1.5%;
    text-transform: uppercase;
    background: #cb3593;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.join_btn {
    background: #66cbe8;
    color: #000;
    border-radius: 2px;
}
.join_btn:hover {
    background: #fff;
    color: #000000;
}
.reg_btns:hover {
    background: #cda6a9;
    color: #000;
}
.partner-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.partner-section h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.news-box-items .content p {
    font-size: 14px;
    line-height: 20px;
}
.news-box-items .content p:nth-of-type(2) {
    margin-top: 2px;
}
.news-box-items .content h3 {
    font-size: 18px;
    color: var(--theme);
}
.partner-logo {
  max-height: 75px;
  object-fit: contain;
  margin: 15px 15px;
}
.how-work-section {
    border-top: 1px solid #eeeeee2b;
}
.discussion-box img {
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
.modal-header.border-0 {
    background-color: var(--theme);
}
.partner-group {
  margin-bottom:30px;
}
.contact-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #000;
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt .form .single-select .list {
    background: var(--theme);
}
.photo-booth-label {
    z-index: 999;
    right: 10px;
    max-width: 200px;
    bottom: 10px;
}
.photo-booth-label .close_post {
    top: -10px;
    height: 20px !important;
    width: 20px !important;
    left: -10px !important;
    color: #04072f;
    cursor: pointer;
    background: #fff;
    opacity: 1;
    position: absolute;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    line-height: 16px;
    z-index: 99;
}
.blink-img {
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.5; }
  100% { opacity: 1; }
}

    .post-card {
        position: relative;
        z-index: 1;
        border-radius: 10px;
        padding: 25px;
    }

    .preview-box {
        width: 150px;
        height: 120px;
        background: #ddd;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #555;
        overflow: hidden;
    }

    .preview-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-upload {
        background-color: #2f80ed;
        color: white;
    }

    .btn-camera {
        background-color: #1f1f1f;
        color: white;
    }

    .btn-create {
        background-color: #6db58f;
        color: white;
    }
    .avatar-preview{
  width:150px;height:150px;
  border-radius:8px;
  overflow:hidden;
  background:#e5dfdf;
  display:flex;
  align-items:center;
  justify-content:center;
}
.avatar-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.modal-body{overflow:hidden;}