/* *********** common css *****************  */
.error {
  color: red;
  text-align: left;
}
.award_votting button {
  border: none;
  outline: none;
  cursor: pointer;
}
.respons-success > p {
  text-align: left;
  margin-bottom: 1em;
  color: black;
}
.btn-post-like i.fa.fa-thumbs-up {
  color: #b4121b;
}

/* *********** row css *****************  */

.award_votting .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

/* *********** col css *****************  */

.award_votting .col-4 {
  position: relative;
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1025px) {
  .award_votting .col-4 {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .award_votting .col-4 {
    width: 100%;
    margin-bottom: 3rem;
  }
}

/* ---------------- gallery landing page --------------- */
.inner-right-bottom-text {
  font-size: 12px;
  color: #1c1c1c;
}
.award_votting .gallery_text_box {
  padding: 5rem 0;
}

.award_votting .clym__page_heading > h1 {
  color: #1c1c1c;
  text-align: center;
  font-size: 47px;
  margin-bottom: 2rem;
}

.award_votting .clym__page_desc {
  text-align: center;
  padding: 0 8rem;
}
.award_votting .clym__page_desc p {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 3rem;
}
.award_votting.gallery_landing_page .items .col-4 > a {
  display: block;
  text-align: center;
  color: #262626;
}

.award_votting.gallery_landing_page .items .col-4 > a:hover img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.692);
}

.award_votting.gallery_landing_page .items img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.award_votting.gallery_landing_page .items .item_hrading {
  font-size: 28px;
  margin-top: 1rem;
  color: #1c1c1c;
}

.gallery_landing_page.award_votting,
.gallery_images_page.award_votting {
  padding-bottom: 3rem;
}

@media screen and (max-width: 780px) {
  .award_votting .clym__page_heading > h1 {
    font-size: 30px;
    line-height: 1;
  }
  .award_votting .clym__page_desc {
    padding: 0;
  }
  .award_votting .clym__page_desc p {
    font-size: 14px;
  }
  .award_votting.gallery_landing_page .items img {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .award_votting .clym__page_desc p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 27px;
  }
  .award_votting.gallery_landing_page .items .item_hrading {
    font-size: 23px;
  }
}

/* ---------------- gallery images page --------------- */

.award_votting .gallery {
  /* display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-auto-rows: 15px; */
}

.award_votting .gallery img {
  /* max-width: 100%; */
  width: 100%;
  object-fit: cover;
  height: auto;
}

.award_votting .gallery .gallery-item {
  cursor: pointer;
}

.award_votting .gallery-item-text {
  display: block;
  padding-top: 1rem;
}

.award_votting .gallery-item-text h3 {
  font-family: "century-gothic", sans-serif;
  color: #1c1c1c;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.award_votting .gallery-item-text p {
  color: #696a6c;
  font-size: 18px;
}

.award_votting .gallery .content {
  position: relative;
}

.award_votting .gallery_hover_text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0px;
  left: 0px;
  background: #00000093;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  text-align: center;
  transition: all 0.5s ease;
  opacity: 0;
}

.award_votting .gallery_hover_text p {
  color: #fff;
}

.award_votting .gallery .gallery-item:hover .gallery_hover_text {
  height: 99.5%;
  opacity: 1;
}

.award_votting .gallery .vote_box {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #000000ce;
  z-index: 2;
}

.award_votting .gallery .vote_box.vote_active {
  color: #b4121b;
}

@media (max-width: 600px) {
  .award_votting .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-row-gap: 10px;
    grid-auto-rows: 10px;
  }
  .award_votting .gallery-item-text h3 {
    font-size: 18px;
  }
}

/* ************************* votes confirm box ***************************** */

.award_votting .votes_confirm_box {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  min-height: 580px;
}

.award_votting .votes_confirm_box .pop_box {
  width: 330px;
  background: #b4121b;
  color: #fff;
  text-align: center;
  padding: 2rem;
  position: relative;
}

.award_votting .votes_confirm_box .pop_box::after {
  content: " ";
  position: absolute;
  bottom: -18px;
  right: 22px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #b4121b;
}

.award_votting .votes_confirm_box .close_btn {
  position: absolute;
  top: 0;
  left: -47px;
}

.award_votting .votes_confirm_box .close_btn button {
  background: #b4121b;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 21px;
}

.award_votting .votes_confirm_box .pop_box .text_box {
  padding-bottom: 1rem;
}

.award_votting .votes_confirm_box .heading {
  font-family: "century-gothic", sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.award_votting .votes_confirm_box .main_heading {
  font-family: "schoolbook", serif;
  font-size: 47px;
  line-height: 1.2;
  margin: 0.5rem 0;
  font-weight: bold;
}

.award_votting .votes_confirm_box form textarea {
  font-family: "century-gothic", sans-serif;
  color: #fff;
  width: 100%;
  min-height: 200px;
  border: 1px solid #fff;
  padding: 1rem;
  background: transparent;
  resize: vertical;
  font-size: 14px;
  line-height: 20px;
}
.award_votting .votes_confirm_box form textarea::placeholder {
  font-family: "century-gothic", sans-serif;
  color: #fff;
}
.award_votting .votes_confirm_box form button {
  font-family: "century-gothic", sans-serif;
  width: 100%;
  background: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 1rem;
  margin-top: 1rem;
  color: #1c1c1c;
}
.award_votting .votes_confirm_box form button:hover {
  background: #1c1c1c;
  color: #fff;
}
.award_votting .votes_confirm_btn {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.award_votting .votes_confirm_btn button {
  width: 85px;
  height: 85px;
  background: #b4121b;
  color: #fff;
  font-family: "century-gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #000000c5;
  margin-top: 2rem;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .award_votting .votes_confirm_box {
    right: 40px;
    min-height: 495px;
  }
  .award_votting .votes_confirm_box .pop_box {
    width: 275px;
    padding: 1rem;
  }
  .award_votting .votes_confirm_box .main_heading {
    font-size: 30px;
  }
  .award_votting .votes_confirm_box .heading {
    font-size: 13px;
    font-weight: 400;
  }
  .award_votting .votes_confirm_box form button {
    font-size: 14px;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
  .award_votting .votes_confirm_btn button {
    font-size: 14px;
    font-weight: 400;
  }
  .award_votting .votes_confirm_box .close_btn {
    left: -38px;
  }
  .award_votting .votes_confirm_box .close_btn button {
    width: 40px;
    height: 40px;
  }
  .award_votting .votes_confirm_box .pop_box::after {
    right: 15px;
  }
}

@media (max-width: 600px) {
  .award_votting .votes_confirm_box .pop_box {
    width: 225px;
  }
  .award_votting .votes_confirm_box {
    min-height: 400px;
  }
  .award_votting .votes_confirm_box form textarea {
    min-height: 120px;
  }
}

/* ************************* sign up box ***************************** */

.award_votting .sign_up_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0000009a;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.award_votting .sign_up_form_box {
  max-width: 650px;
  width: 80%;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 2.5rem;
}

.award_votting .sign_up_form_box .close_btn {
  position: absolute;
  top: -50px;
  right: -50px;
}

.award_votting .sign_up_form_box .close_btn button {
  background: #b4121b;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 23px;
}

.award_votting .sign_up_form_box .heading {
  font-size: 47px;
  margin-bottom: 1.5rem;
  color: #1c1c1c;
  line-height: 1.2;
  font-family: "schoolbook", serif;
  font-weight: bold;
  text-transform: capitalize;
}

.award_votting .sign_up_form_box .text {
  margin-bottom: 2rem;
  color: #262626;
  line-height: 36px;
  font-size: 20px;
}

.award_votting .sign_up_form_box form input,
.award_votting .sign_up_form_box form button {
  width: 100%;
  border: none;
  outline: none;
  padding: 1.5rem;
  font-weight: bold;
  font-family: "century-gothic";
}

.award_votting .sign_up_form_box form input {
  color: #262626;
  margin-bottom: 10px;
  background: #ced3d7;
  font-family: "century-gothic";
}
.award_votting .sign_up_form_box form input::placeholder {
  color: #070707;
  font-size: 16px;
}
.award_votting .sign_up_form_box form .input-group {
  margin-bottom: 1rem;
}

.award_votting .sign_up_form_box form button {
  background: #b4121b;
  color: #fff;
  margin-top: 1.5rem;
  font-size: 21px;
}
.award_votting .sign_up_form_box form button:hover {
  background: #1c1c1c;
}
@media (max-width: 600px) {
  .award_votting .sign_up_form_box {
    width: 85%;
    padding: 1.5rem;
  }
  .award_votting .sign_up_form_box .close_btn {
    right: 0;
  }
  .award_votting .sign_up_form_box .heading {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  .award_votting .sign_up_form_box .text {
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 27px;
  }
  .award_votting .sign_up_form_box form input,
  .award_votting .sign_up_form_box form button {
    padding: 1rem;
  }
  .award_votting .sign_up_form_box form input {
    margin-bottom: 0.5rem;
  }
  .award_votting .sign_up_form_box form button {
    margin-top: 1rem;
    font-size: 14px;
  }
}

/* Abhijit */
body {
  overflow-x: unset;
}
.award_votting .gallery .gallery-item {
  display: block;
  padding-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .award_votting .gallery .gallery-item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .award_votting .gallery .gallery-item {
    width: 33%;
  }
}

@media (min-width: 2000px) {
  .award_votting .gallery .gallery-item {
    width: 25%;
  }
}
