@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

/* Static Css Start */
header {
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100%;
}
#keypillars, #videosection, #ourjourney, #winners{ background-color: #fbfbfb;}
.hz_logo {
    position: fixed;
    top: 39px;
    left: 130px;
    z-index: 999;
    width: 200px;
}

.black_logo{ display: none;}
.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.header .back a {
  color: white;
  display: flex;
  align-items: center;
}

.header .back a svg {
  width: 200px;
  height: 40px;
}

.header .back a {
  color: white;
}

.header .back a span {
  color: #ff00c6;
}

.header ul.nav {
  list-style: none;
  display: flex;
  margin: 0;
}

.header ul.nav li a {
  color: white;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header ul.nav li a span {
  color: #ff00c6;
  margin-left: 5px;
}

.header ul.nav li.hamburger {
  display: none;
}

.header ul.nav li a:hover {
  color: #ff00c6;
}
.header ul.nav li a:hover span {
  color: #fff;
}

.header ul.nav li a svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.margin-auto {
  margin: 0 auto;
}

.terms {
  margin-bottom: 20px !important;
}

:root {
  --e-global-color-white: #ffffff;
  --e-global-color-red: #c12e2f;
  --e-global-color-btn-red: #ff00c6;
  --e-global-color-white-banner-text: #fffefe;
  --e-global-color-grey-icons: #999999;
  --e-global-color-yellow-buttons: #eb9500;
  --e-global-color-primary: #161616;
  --e-global-color-card-text: #585858;
  --e-global-color-red-border: #54ff00;
  --e-global-color-red-active: #ff00c6;
  --e-global-color-dark-icons-background: #202020;
  --e-global-color-dark-marron: #6c0054;
  --e-global-color-black-cards-bacground: #2e2e2e;
  --e-global-color-grey-cyber-box: #777777;
  --e-global-color-about-teams-red: #ad2d2d;
  --e-global-color-about-teams-background: #101010;
  --e-global-color-stars: #666666;
  --e-global-color-form-text: #898989;
  --e-global-color-form: #2e1c1c;
  --e-global-color-coming-soon: #737373;
}
.center-box{
  display: flex;
  flex-direction: column;  
  align-items: center;   
  justify-content: center;  
  gap: 20px;          
  height: 100vh;         
}

.center-box figure {
  margin: 0; position: relative; z-index: 9;;
}

.center-box .wp-partner {
  max-width:240px;   /* size control */
  height: auto; color:#fff; text-align: center; 
}
.center-box .wp-partner span{ 
    display: block;
    font-size: 13px; white-space: nowrap;
    margin-bottom: 0;
    text-transform: uppercase;
    background: #000;
    padding: 7px 15px;}
.center-box .wp-partner img{max-width:80px;} 
.prtner_list {max-width: 500px; padding-left:50px ;
    display: flex; justify-content: center; align-items: flex-start; 
    gap: 30px;
    
}
.bg_white{background-color: #fff; padding: 4px;}
.foxhog_logo{ max-width: 130px !important;}
.fonzie_logo{ max-width: 110px !important;}
.prtner_list figure{display: flex; justify-content: center; align-items:self-start; gap:5px; flex-wrap: wrap;min-height: 150px;}
.prtner_list figure b{height:100%;}
.prtner_list span{font-size: 20px;}
/* .sbl{ max-width:120px !important;}
.cpl{ max-width:100px !important;} */
.venue { position: absolute;
    z-index: 9;
    color: #fff; 
    bottom: 5%;
}
.venue span{display: block; font-size: 22px;}
.venue strong {display: block;
    font-size:20px;
    font-weight: 500;
}
.wp-awards {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.wp-awards img {
    width: 600px;
}
 

.wp-awards svg {
  width: 500px;
}
/* .wp-partner{width:220px;position: relative;
  z-index: 9;
  display: inline-block; margin: 0 auto;} */
.about-heading {
  position: relative;
  padding-top: 350px;
}

.big-heading {
  position: absolute;
  font-size: 75px;
  text-transform: uppercase;
  top: 100px;
  right: 15px;
  line-height: 90px;
  text-align: right;
  font-weight: 600;
  color: #ff00c6;
}

.big-heading span {
  color: #000;
}

.about-video {
  border-radius: 20px;
  overflow: hidden;
}

/* .about-text {
 
} */
.about-text p{ margin-bottom: 10px; display: block; font-size: 22px !important;
  font-weight: normal;
  line-height: 30px !important;}
  .about-text p strong{text-transform: capitalize !important;}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Pink Header */
.card-header {
  background: #d83a8b;
  padding: 28px;
  border-radius: 16px 16px 0 0;
}

.card-header h3 {
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

/* List */
.card-list {
  list-style: none;
  padding: 28px;
  margin: 0;
}

.card-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Newsreader", serif;
  color: #222;
}

.card-list li:last-child {
  margin-bottom: 0;
}

/* Check Icon */
.card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/right_arrow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}


.containerr {
  background-color: #ffffff;
  padding: 40px 60px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.containerBox{background-color: #ffffff; overflow: hidden;
  padding:30px;
  margin-bottom:30px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  h2{font-size:28px; text-decoration: underline; text-align: center; font-weight: 600; display: block; padding:15px 0 10px!important; background: rgba(0, 0, 0, 0.03); margin: -25px -25px 10px -25px; line-height:1; border-radius:8px 8px 0 0;}
  h3{ display: block;}
  .form-group{margin-bottom:30px;}
  .form-group:after{display: block; content: ''; line-height: 0; width: 100%;}
}
/* Video Section */
   .video-section {  color: #fff;}
    .video-section .video-Wrap { display: flex; gap: 20px;  margin: 0 auto; flex-wrap: wrap; }
    .video-section .left { flex: 3; min-width: 300px; aspect-ratio: 16/9; }
    .video-section iframe { width: 100%; height: 100%; border: none; border-radius: 12px; }
    .video-section .right { flex: 1;  overflow-y: auto; height: 560px; border-radius: 12px; min-width: 300px;display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .video-section .card { display: flex;
    gap: 12px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: 0.3s;
    flex-direction: row;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    background: #fbfbfb;}
    .video-section .card:last-child {
    border: none;
    padding-bottom: 4px;
}
    /* .video-section .card:hover { background: #2a2a2a; } */
    /* .video-section .card.active { background: #333; border: 1px solid #ff0055; } */
    .video-section .card img { width: 120px; height: 68px; border-radius: 6px; object-fit: cover; }
    .video-section .info { display: flex; flex-direction: column; justify-content: center; }
    .video-section .title { color: #000; font-size: 13px; font-weight: bold; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .video-section .date { font-size: 11px; color: #aaa; margin-top: 5px; }
    /* Custom Scrollbar */
    .video-section .right::-webkit-scrollbar { width: 6px; }
    .video-section .right::-webkit-scrollbar-thumb { background: #444; border-radius: 10px; }

.awards-section {
  padding: 60px 20px;
}

.title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff3eb5;
  display: block;
  margin: 10px auto 0;
}

.subtitle {
  font-size: 26px;
  margin: 40px 0 20px;
}

.card-wrapperr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Card Design */
.cardd {
  width:150px;
  height: auto;
  background: #fff;
  border: 1px solid #e6d5a3;
  border-radius: 0 0 120px 120px;
  padding: 25px 15px;
  position: relative;
  transition: 0.3s;
  overflow: visible;
  text-align: center;
}

.cardd:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cardd h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.brand {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

/* Trophy Icon */
.cardd::after { 
    background: url(../img/winner_trophy_new.png);
    font-size: 22px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background-size: 100%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}





@media only screen and (max-width: 600px) { 
  .hz_logo {
        top: 33px;
        left: 83px;
        width: 120px;
}
  .for_m{margin-top: 20px;}
.containerBox{padding:30px 10px; width:calc(100% - 16px); margin: 0 8px;}
}
/* Grid Setup */
.awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two columns */
  column-gap: 60px;
  /* Space between columns */
  row-gap: 0;
  /* We use padding/borders for rows */
}

/* Individual Card */
.award-card {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}

/* Remove border from the last row */
.award-card:nth-last-child(-n+2) {
  border-bottom: none;
}

/* The Circle Number */
.badge {
  min-width: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 25px;
  flex-shrink: 0;
}

/* Content Styling */
.content h3 {

  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: normal;
  margin: 0 0 10px;
}

.content p {
  margin-bottom: 0;
  color: #3f485d;
  font-size: 15px;
  font-family: "Newsreader", serif;
  line-height: 20px;
}

/* Badge Colors */
.bg-cyan {
  background-color: #29b6f6;
}

.bg-purple {
  background-color: #8e24aa;
}

.bg-orange {
  background-color: #ffa000;
}

.bg-indigo {
  background-color: #5c6bc0;
}

.bg-pink {
  background-color: #d81b60;
}

.bg-teal {
  background-color: #26a69a;
}



.about-wrapper {
  margin: 0 auto 80px;
  padding: 0 ;
  width: 100%;
}

.about-container {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left Content */
.about-content {
  flex: 1;
}

.about-content>h2 {
 text-align: left;
}

.about-content>h2::before {
     left: 45px;
}

.about-content>h2::after {
     left: 45px;
}

.about-content p {
  font-size: 25px;
  line-height: 38px;
  color: #333;
  text-align: left;
}

.about-content p strong {
  font-weight: 700;
  text-transform: uppercase;
}

/* Right Image Section */
.about-image {
  flex: 1;
  position: relative;
  width: 47%;
}

.image-bg {
  position: absolute;
  bottom: 0px;
  right: 25px;
  width: 90%;
  height: 100%;
  background: #ff00c6;
  border-radius: 16px;
  z-index: 0;
}

.image-box {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
/* Slide btn */
.slide_btn {
    position: relative;
    bottom: -30px;
}
.slide_btn .swiper-button-next{
    position: absolute;
    right: 35%;
    color: #fff;
    background: #000;
    padding: 8px;
    border-radius: 50px;
    width: 30px;
    height: 30px; z-index: 99;}

.slide_btn .swiper-button-prev{
    position: absolute;
    left: 35%;
    color: #fff;
    background: #000;
    padding: 8px;
    border-radius: 50px;
    width: 30px;
    height: 30px;z-index: 99;}
.mySwiper {
  padding: 0 0 50px;
}

.swiper-pagination {
  bottom: -5px !important;
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}


/* Static Css End */

/* Footer */
.footer-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(-24deg, var(--e-global-color-dark-marron) 0%, var(--e-global-color-dark-icons-background) 16%);
  position: relative;
  padding: 50px 0 10px;
}

.footer-section .footer-outer-margin {
  padding-bottom: 30px;
}

.footer-section .footer-icon {
  position: absolute;
  left: 0;
}

.footer-section .footer-bar-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-grey-cyber-box);
}

.footer-section .footer-bar-content {
  border-top: 1px solid #343434;
  padding:20px 0;
}

.footer-section .red-light-footer-p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-grey-cyber-box);
  margin-bottom: 36px;
}

.footer-section .teams-social-icons ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-section .teams-social-icons ul li a {
  background: var(--e-global-color-black-cards-bacground);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 78px;
  margin-right: -13px;
  transition: transform ease 300ms;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.footer-section .teams-social-icons ul li a:hover {
  background: var(--e-global-color-btn-red);
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer-section .teams-social-icons ul li a i {
  transition: all 0.3s ease-in-out;
}

.footer-section .teams-social-icons ul li a:hover i {
  color: var(--e-global-color-white-banner-text);
}

.footer-section .teams-social-icons ul li a:hover {
  transform: translate(0, -10px);
}

.footer-section .services-footer a {
  font-size: 16px;
  line-height: 30px;
  color: var(--e-global-color-grey-cyber-box);
  font-weight: 400;
  padding-left: 3px;
}

.footer-section .services-footer a:hover {
  color: var(--e-global-color-red-active);
}

.footer-section .support-footer a {
  font-size: 16px;
  line-height: 30px;
  color: var(--e-global-color-grey-cyber-box);
  font-weight: 400;
  padding-left: 3px;
}

.footer-section .support-footer a:hover {
  color: var(--e-global-color-red-active);
}

.footer-section .footer-services-heading {
  /* color: var(--e-global-color-grey-icons); */
  color: #fff;
}

.footer-section .contact-us-ul a {
  font-size: 16px;
  line-height: 31px;
  /* color: var(--e-global-color-grey-cyber-box); */
  color: #fff;
  font-weight: 400;
}

.footer-section .footer-margin-left {
  margin-bottom: 24px;
}

.footer-section .contact-us-ul .footer-additional {
  color: var(--e-global-color-red-active);
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.footer-section .services-footer,
.support-footer i {
  color: var(--e-global-color-red-active);
}

.footer-section .footer-content1 figure {
  margin-bottom: 20px;
}

.footer-section .footer-content1 {
  padding-top: 6px;
}

.footer-section .footer-get-heading {
  margin-bottom: 24px;
  color: var(--e-global-color-grey-icons);
}

.footer-section .footer-icon {
  position: absolute;
  left: -8px;
  top: -261px;
}

.footer-section .contact-address {
  padding-top: 4px;
}

.footer-section .contact-address .footer-additional {
  padding-right: 7px;
}

.footer-section .footer-content1 .social-icons ul li .social-networks {
  font-size:25px;
  line-height:25px;
}

.special-guest {
  background: #4f0a40;
}

.special-guest h2,
.special-guest .section-header p,
.special-guest .name,
.special-guest .item-content p {
  color: #fff !important;
}

.special-guest .name:hover {
  color: #fd3d6b !important;
}

.our-jury {
  background: #f4f4f4;
}

.categories-ptop {
  padding-top: 200px;
}

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.popup-box {
  background: #fff;
  padding: 20px;
  width: 300px;
  margin: 100px auto;
  text-align: center;
}

.tile img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.open-modal {
  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  outline: none;
  display: inline-block;
  color: #383a50;
  transition: all 0.3s ease;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-box {
  background: #fff;
  width: 900px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  animation: popup 0.3s ease;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0px 6px;
  background: #000;
  border-radius: 3px;
  color: #fff;
}

.modal-close:hover {
  background: #f6339d;
}

.modalbody {
  display: flex;
  overflow: auto;
}

.modalbody figure {
  width: 300px;
  position: sticky;
  top: 0;
}

.modalbody aside {
  width: calc(100% - 300px);
  padding-left: 30px;
}

.modalbody aside h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.modalbody aside h4 {
  margin-bottom: 15px;
  font-size: 16px;
}

.modalbody aside p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.modalbody .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.modalbody .social a {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.modalbody .social svg {
  width: 20px;
  height: 20px;
}



@keyframes popup {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.logo-line {
  stroke-dasharray: 2700;
  stroke-dashoffset: 2700;
  animation: line 15s ease-in-out forwards;
  animation-delay: 0.5s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 2700;
    stroke-width: 2;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-width: 2;
  }
}

/* PopUp Form Start */
.booksit {
  position: fixed;
  background-color: rgb(0 0 0 / 82%);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.booksit .box {
  background-color: white;
  padding: 30px 20px 20px;
  width: 500px;
  position: relative;
  text-align: center;
  border-radius:20px;
}

.booksit .box .close {
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.booksit .box .close svg {
  width: 16px;
  height: 16px;
}

.booksit .box h3 {
    margin-bottom: 5px;
    font-size: 22px;
    color: #000;
}

.booksit .box p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}
.booksit .box p strong{ font-weight: normal;}

.booksit .box .form-group {
  margin-bottom: 15px;
}

.booksit .box .form-group.col {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
  padding: 0;
}

.booksit .box .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 15px;
  box-sizing: border-box;
  outline: 0;
  border-radius: 8px;
  opacity: 1;
}

.booksit .box .form-group.agree {
  display: flex;
}

.booksit .box .form-group.agree input {
  width: 16px;
  height: 16px;
}

.booksit .box .form-group.agree label {
  font-size: 12px;
  margin-left: 5px;
}

.booksit .box .button {
  background-color: #ff00c6;
  color: white;
  font-size: 14px;
  font-weight: 900;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  border-radius:25px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 auto;
}

/* PopUp Form End */

/*  Nomination Form Start */
.nomination_container {
  max-width: 720px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 15px
}
.nomination_container h3{ font-size: 26px; font-weight: normal; }
.nomination_container h3 strong{ margin-bottom: 10px;    display: inline-block; text-decoration: underline; }
.nomination_container h4{ font-size: 22px; margin-bottom: 10px; line-height: 30px; }
.nomination_container h4 b{ font-weight: normal; }

.form-group.full label {
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  /*padding-left: 25px;*/
  line-height: 20px;
}

.form-group.full small {
  text-align: right;
  display: block;
  font-size: 10px;
  color: grey;
  margin-top: 5px;
}

.form-group.col {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.form-group.col>div {
  min-width: 250px;
  width:100%;
}

.form-group.checkbox {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}

.form-group.checkbox>div {
  width: 100%;
}
.fullWidth{width:100%!important;}

.form-item {
  position: relative;
}

.form-group input,
.form-group textarea,
.form-group select {
 
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
    padding: 15px;
    outline: none;
    color: #999;
    font-family: "Newsreader", serif;
}

.radiosctn {
  border-radius: 8px;
  background: transparent;
  border: solid 1px #ccc;
  transition: all .3s ease;
  padding: 0px;
  outline: none; overflow: hidden;
  gap: 0px !important
}

/* default borders */
.radiosctn.form-group.col > div {
  width: 100%;
  padding: 12px 12px 5px;
}

.radiosctn.form-group.col > div:nth-child(odd){
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.radiosctn.form-group.col > div:nth-child(even){
  border-bottom: 1px solid #ccc;
}
 
.radiosctn.form-group.col > div:last-child:nth-child(odd) {
  border-bottom: none;
}
 
.radiosctn.form-group.col > div:last-child:nth-child(even),
.radiosctn.form-group.col > div:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
/* Responsive */
@media only screen and (max-width: 600px) { 
  .radiosctn.form-group.col > div:nth-child(odd){border-right:none;}
.radiosctn.form-group.col > div:nth-last-child(2):nth-child(odd) {
  border-bottom: 1px solid #ccc;
}
  }
  .venue{margin-top: 70px;}

.submit_btn{ margin: -50px auto 0;}

.radiosctn.form-group.col>div:nth-child(even) {
  border-right: none;
}

.radiosctn .form-item label {
  top: 0px !important
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #000
}

.form-group textarea {
  height: auto;
  padding: 15px;
}

.form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 16px;
  left: 5px;
  font-size: 12px;
  background: #fff;
  padding: 4px 10px;
  color: #999;
  transition: all .3s ease;
  font-weight: normal;
}

.form-item input:focus+label,
.form-item input:valid+label {
  font-size: 12px;
  top: -8px
}
.dateTextBox{width:100%!important;}
.form-item input:focus+label {
  color: #000
}

input[type="radio"]+label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px
}

input[type="radio"]+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  position: absolute;
  top: -1px;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 50%
}

input[type="radio"] {
  display: none !important;
  display: inline
}

input[type="radio"]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: green
}

input[type="checkbox"]+b {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400;
}

input[type="checkbox"]+b:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 5px
}

input[type="checkbox"] {
  display: inline;
  opacity: 0;
  height: 2px;
  width: 2px;
  /* display: none; */
}

input[type="checkbox"]:checked+b:after {
  content: "✔";
  font-size: 14px;
  line-height: 20px;
  color: green;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 3px
}


.top_right_btn {
  position: fixed;
  right: 50px;
  top:40px;
  z-index: 999;

}

.top_right_btn a, a.cat_nomination {
    background-color: #ff00c6;
    color: #fff;
    padding: 11px 20px 8px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
}
a.cat_nomination{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
    display: inline-block;}
   span.closer {
    display: block;
    text-align: center;
    margin: 20px 0 0;
}
.top_right_btn a:hover, a.cat_nomination:hover{ background-color: #000; text-decoration: none;}

.submit_btn{ display: flex; justify-content: center; align-items: center;
    background-color: #ff00c6; 
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    border-radius:8px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto;}
.submit_btn:hover{background-color: #000;}
    .white_blur {
    background: rgb(255 255 255 / 97%);
    position: fixed;
    top: 0;
    width: 100%;
    height: 140px;
    z-index: 99;
    
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* For Safari */
}

.gap50px{gap: 50px;}
.t_c{ color: #ff00c6;}

/* accordion start */
  .accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-item:last-child {
  border-bottom: none;
}
.icon {
    position: relative;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion input {
  display: none;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 600 !important;
  position: relative;
  font-size: 22px;
  margin: 0;
}
.texts {
    width: calc(100% - 80px);
}
.acc_head {
    font-size: 28px;
}
#faq .acc_head {
    font-size: 22px;
}
#faq .icon{
    width: 30px;
    height: 30px;
  }
 #faq .icon::before {
    font-size: 25px;}
small.smal_txt {
    font-size: 12px;
    position: relative;
    top: 0;
    line-height: 18px;
    display: block;
}
small.small_cntn {
    display: block;
    margin-top: 6px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.accordion-content p {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;    
    padding: 0px 0 0 15px;
}
.accordion-content p::before{
    content: "";
    position: absolute;
    border: solid #ff00c6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 0;
    top: 3px;
}
.accordion-content p:last-child {
  margin-bottom: 30px;
}
.more_btn{
    background: #ff00c6;
    color: #fff;
    padding: 0px 5px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 12px;}

/* PLUS ICON */
.icon::before {
  content: "+";
  font-size: 36px;
  transition: 0.3s;
}

/* When checked show content */
.accordion input:checked ~ .accordion-content {
  max-height: 450px;
}

/* Change + to - when open */
.accordion input:checked + .accordion-title .icon::before {
  content: "-";
}

/* accordion end */

/* Responsive */
@media (max-width: 1024px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}


/* Responsive */
@media only screen and (max-width: 900px) {
    .award-card {
    display: block;
  }
 
/* .center-box .wp-partner {width:50%; margin:0 auto; font-size: 0.8rem; } */
/* .center-box .wp-partner img{ max-width: 80px;  margin-left:0px;} */

  .awards-grid {
    grid-template-columns: 1fr;
  }

  .award-card:nth-last-child(2) {
    border-bottom: 1px solid #eeeeee;
  }

  .containerr {
    padding: 30px;
  }
  .about-container {
    flex-direction: column;
  }

  .about-content h2 {
    font-size: 36px;
  }

  .image-bg {
    right: 15px;
   
  }

  .logo {

    top: 10px !important;
    left: 20px !important;
  }

  .logo-img:before {
    background: url(../img/hz-logo-mob.png) no-repeat !important;
    width: 174px !important;
    background-size: 32% !important;
  }

  .about-image {
    width: 100%;
  }
}



@media only screen and (max-width: 600px) {
  .categories-ptop{padding-top: 100px;}
  .categories-ptop .section-header{margin-bottom: 50px;}
  .gap50px{gap: 0px;}
  .footer-section .teams-social-icons ul li{ padding-right: 10px;}
  .img-fluid{max-width: 80%;}
  .wp-awards img {
    width: 65%;
}
.fonzie_logo {
    max-width: 90px !important;
}
.center-box .wp-partner span{font-size: 11px;}
.about-text{ font-size: 22px !important;}
.section-header{ margin-bottom:0;}
.card-header{ padding: 20px;}
.booksit .box{width: 90%;}

.white_blur{height: 90px;}
  
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
  .absolute-text{ display: none;}
  .header .back a{ margin-left: 15px;}

  .card-header h3 {
    font-size: 20px;
  }

  .wp-awards svg {
    width: 80%;
  }
  .about-container{ align-items: flex-start;}
  .about-content p{ font-size: 18px; line-height: 30px;}

  .big-heading {
        position: absolute;
        font-size: 26px;
        line-height: 32px;
        width: 100%;
        padding: 0 15px;
        right:0px;
        text-align: center;
  }

  .about-heading {
    padding-top: 200px;
  }

  .about-content h2 {
    font-size: 30px ;
    line-height:40px;
    margin-bottom: 30px;
  }

  .radiosctn.form-group.col>div {
    border-right: none;
  }

  .form-group.col,
  .form-group.checkbox {
    grid-template-columns: auto;
    gap: 15px;
  }

  .form-group.col>div {
    width: 100%;
  }
    .top_right_btn {
    right: 25px !important;
    top: 30px !important;
  }

  .acc_head {
    font-size: 22px;
}
.icon {
  width: 30px;
  height: 30px;
}
.icon::before {
  font-size: 28px;
}
}

@media screen and (max-width: 480px) {
    .cardd {
    width: 100%;
  }
  .modal-box {
    width: 90%;
  }

  .modalbody {
    display: block;
  }

  .modalbody aside {
    width: 100%;
    padding: 0;
  }

}


/*  Nomination Form Start */
/* Article */ 

/* Grid */
.cardGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.cardArticle {
  cursor: pointer;
  transition: all 0.3s ease;
}

.cardArticle figure {
  overflow: hidden; position: relative;
  /* border-radius:12px 12px 0 0; */
  background: #000;
}
.cardArticle figure:before{
  display: block; content: ''; width:calc(100% - 20px); height:calc(100% - 20px); position: absolute; left:10px; top:10px; border:solid 1px #fff;
}
.cardArticle img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease; opacity: 0.8;
}

.cardArticle:hover img {
 opacity: 1;
}

.articleSec {
  margin-top: 15px;
}
.articleSec p{color:#ff00c6; margin-bottom: 5px;}
.articleSec h3 a{
  font-size:16px;
  font-weight: 600; 
  color: #333;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .cardArticle h3 a{color: #333;} 

.cardArticle:hover h3 a{
  color: #000;
}

/* Responsive */
@media (max-width: 1200px) {
  .cardGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
    .title {
    font-size: 32px;
  }

  .subtitle {
    font-size: 20px;
  }

  .cardd {
    width: 45%;
  }
  .cardGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sectionHeader h2 {
    font-size: 32px;
  }


.prtner_list{width:90%; margin: 0 auto; padding-left: 0; gap:20px; flex-wrap: wrap;}
.prtner_list figure{min-height: auto; width: 45%;}

.center-box .wp-partner b{display: block; width: 100%;} 
.center-box .wp-partner img{max-width:80px;}
.foxhog_logo {
    max-width: 110px !important;
    margin-top: 35px;
}
img.sbl {
    max-width: 100px !important;
}
.venue strong{font-size:14px;}
.texts {
    width: calc(100% - 50px);
}
}

@media (max-width: 480px) {

  .top_right_btn a, a.cat_nomination{padding: 11px 10px 8px; font-size: 10px;}
  .cardGrid {
    grid-template-columns: 1fr;
  }
}