* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html{
    scroll-behavior: smooth;
  }
  
  body{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1C1C1C;
  }
  
  *:focus{
    outline: none;
  }
  
  a:hover{
    text-decoration: none;
  }
  
  a:focus{
    outline: none;
    box-shadow:0 0 0 0rem rgb(0 123 255 / 25%) !important;
  }
  img.img-responsive {
    width: 100%;
  }
  .btn:focus, .btn.focus{
    box-shadow:0 0 0 0rem rgb(0 123 255 / 25%) !important;
  }
  
  p {
    font-size: 1.2rem;
    line-height: 1.6;
}

  
  @media (min-width: 576px) {
    .container-width {
      max-width: 660px;
    }
  }
  
  @media (min-width: 768px) {
    .container-width {
      max-width: 1000px;
    }
  }
  
  @media (min-width: 992px) {
    .container-width {
      max-width: 1100px;
    }
  }
  
  @media (min-width: 1200px) {
    .container-width {
      max-width: 1200px;
    }
  }
  
  @media (min-width: 1400px) {
    .container-width {
      max-width: 1380px;
    }
  }
  
  @media (min-width: 1650px) {
    .container-width {
      max-width: 1520px;
    }
  }
  


/* 

/////////////////////////////////////////////////////////////////////

                        header starts here

///////////////////////////////////////////////////////////////////// */


header#header {
  position: absolute;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
  transition: ease .25s;
  top: 0;
  background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0) 100%);
}

header#header.header-fixed {
  background-color: #16193B;
  transition: ease .25s;
}
nav.navbar.navbar-expand-lg {
  padding: 0;
  border-bottom: 1px solid #f1f1f17e;
  padding-bottom: 10px;
}
ul.navbar-nav.mr-auto {
  text-align: center;
  margin: 0px auto;
}

header#header li.nav-item {
  padding: 0 15px;
}

header#header li.nav-item a {
  line-height: 24px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0;
}


header#header li.nav-item a {
  line-height: 24px;
  color: #FFFFFF;
}

.header-btn-group {
  display: flex;
  gap: 24px;
}

.footer-icon-block {
  flex-direction: column;
  align-items: end;
}
.footer-icon-block img {
  width: fit-content;
}

button.btn-header {
  padding: 8px 24px;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: .25s ease;
}
button.btn-header a {
  color: #16193B;
  text-decoration: none;
  transition: .25s ease;
}

button.navbar-toggle{
  display: none;
}
button.btn-header img {
  margin-left: 5px;
}
button.btn-header:hover {
  border: 1px solid #fff;
  transition: .25s ease;
  background-color: transparent;
}
img.app-str-icon-wt {
  display: none;
  transition: .25s;
}


button.btn-header:hover a {
  color: #fff;
  transition: .25s ease;
}

button.btn-header:hover img.app-str-icon-dr{
  display: none;
  transition: .25s;
}

button.btn-header:hover img.app-str-icon-wt{
  display: inline-block;
  transition: .25s;
}

div#navbarSupportedContent {
  margin-right: 100px;
}



.navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translate3d(1px, -7px, 0) rotate(-45deg);
  transform-origin: right bottom;
  width: 22px;
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translate3d(8px, 1px, 0) rotate(45deg);
  transform-origin: left top;
  width: 22px;
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(2) {
  display: none;
  transition: .25s;
}

.header-black .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 16px;
}
.header-black.header-fixed .icon-bar {
  background-color: #fff !important;
}


.icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 16px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle.icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: right top;
  width: 22px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 14px;
  margin-left: 4px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: right bottom;
  width: 22px;
}

button.navbar-toggle{
  background-color: transparent;
  border: 0;
}




@media (max-width: 991px) {

  
  button.navbar-toggle {
    display: block;
    margin-right: 120px;
}

div#navbarSupportedContent {
  margin-right: 0;
}
  .navbar-collapse {
    background-color: #0071ce;
    padding: 20px;
  }
  header#header li.nav-item {
    padding: 0px 0;
}
  ul.navbar-nav.mr-auto {
    margin-left: 0px;
    text-align: left;
  }


}


@media (max-width: 576px) {
  .navbar-collapse {
    background-color: #0071ce;
    padding: 20px 20px;
  }
  .header-btn-group {
    display: flex;
    gap: 8px;
}

}




  #maraton-banner{
    background-image: url(../img/rajagiri-marathon-banner.jpeg);
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .hedaer-top-logo {
    width: fit-content;
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hedaer-top-logo img {
  width: 140px;
}

.azadi-ka {
  width: 100px;
  position: absolute;
  top: 30px;
  right: 0;
}
.azadi-ka img{
  width: 100%;
}
.gee-pee-logo img {
  width: 140px;
}
.gee-pee-logo {
  display: flex;
  align-items: end;
  gap: 10px;
  color: #fff;
}
.banner-text-block {
  padding: 250px 0 100px;
}

.banner-text-block h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.marathon-date-block {
  display: flex;
  gap: 20px;
}
.marathon-date .month {
  font-size: 1.5rem;
  font-weight: 800;
  background-color: #0071ce;
  padding: 5px 25px;
  border-radius: 5px;
  color: #fff;
}
.marathon-date h3 {
  text-align: center;
  padding: 5px;
  font-weight: 800;
  font-size: 2.5rem;
  background-color: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 2px solid #0071ce;
  background-color: #fff;
  color: #0071ce;
}
.marathon-date h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
.marathon-date span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
span.title-span {
  font-size: 3.5rem;
  font-weight: 800;
  color: #141d88;
  margin-top: 40px;
  display: block;
  font-family: 'Manrope', sans-serif;
}

.row.prize-block-content {
  align-items: center;
}
section#price-section {
  padding: 60px 0;
}
.prize-block-text h2 span {
  font-size: 4.5rem;
  font-weight: 800;
  display: block;
  margin: 10px 0;
}
section#about-section {
  padding: 60px 0;
}

.about-text p {
  font-size: 1rem;
  text-align: justify;
}
.about-text {
  padding: 40px 0;
  padding-right: 30px;
  padding-left: 0;
}
.about-text-02 {
  padding: 20px 20px 20px 20px;
  border-left: 1px solid #ededed;
  background-color: #e5f3fa;
}
.about-text h2 {
  color: #109edc;
}
.about-text-02 ul li {
  list-style: none;
  padding: 2px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.marathon-map {
  margin-top: 50px;
}


.about-text-02 ul li div {
  display: flex;
  align-items: center;
}

.about-text-02 ul li ul {
  padding: 10px 0px 10px 54px;
  width: 100%;
}
.about-text-02 ul li ul li {
  font-size: .9rem;
  border-bottom: 1px solid #ededed;
  width: fit-content;
}
.about-text-02 ul li ul li:last-child {
  border-bottom: 0px solid #d1d0d0;
}
.about-text-02 ul li svg {
  background-color: #7dd0fa;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 50%;
  margin-right: 10px;
}
.special-prize-cat {
  background-color: #e5f3fa;
  padding: 30px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.special-prize-cat h4 {
  font-size: 1.4rem;
  line-height: 2rem;
}


section#category-section {
  background-color: #f0f0f0;
  padding: 60px 0;
  margin-top: 40px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.section-title h2 {
  font-size: 3rem;
  font-weight: 600;
  width: fit-content;
}
.section-title h2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 3px;
  background-color: #202775;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.cat-list-block-item-img img {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.entry-fee span {
  font-size: .8rem;
}
.entry-fee svg {
  width: 10px;
  margin-right: 2px;
  fill: #fff;
}
.entry-fee h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  background-color: #202775;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}

.cat-list-block-item {
  box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
}
.cat-list-block-item-img {
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.cat-list-block-item-img img {
  height: 280px;
  object-fit: cover;
  overflow: hidden;
  transition: 0.3s;
}

.cat-list-block-item:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.cat-list-block-item-text {
  padding: 15px 25px 0px;
  background-color: #fff;
  border-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  min-height: 78px;
}
.cat-list-block-item-text h4 {
  font-size: 1rem;
  margin-bottom: 0px;
}
button.reg-btn {
  background-color: #a42a27;
  border: 0;
  padding: 12px 20px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 10px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  margin-top: 30px;
  transition: .25s;
}
button.reg-btn a {
  color: #fff;
}


button.reg-btn-2 {
  background-color: #a42a27;
  border: 0;
  padding: 12px 20px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  transition: .25s;
}
button.reg-btn-2:hover{
  background-color: #202775;
  transition: .25s;
}
button.reg-btn:hover{
  background-color: #202775;
  transition: .25s;
}

#text,#text2,#text3,#text4{
  display: none;
}

.prixe-details{
  width: 100%;
}
  .read-more-text {
    padding: 0px 25px 12px;
    background-color: #fff;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
}
.prixe-details-btn {
  color: #202775;
  background-color: transparent;
  border: 0;
  font-weight: 500;
  font-size: .9rem;
}
.prixe-details ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.prixe-details ul li {
  font-size: .9rem;
  padding: 6px;
  border-bottom: 1px solid #ededed;
}
.prixe-details ul li:last-child {
  border-bottom: 0px solid #ededed;
}
div#carousel .item {
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
div#carousel img {
  width: 240px;
}
section#partners-section {
  padding: 100px 0;
}

.contact-details-item.border-right-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  height: 100%;
}

.contact-location-block, .contact-details-item {
  position: relative;
  min-height: 150px;
}
.contact-location-block::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.12);
}
.contact-details-block {
  background-color: #e5f3fa;
  padding: 80px 0;
}
.contact-location-block h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 17px;
}
.location-item {
  display: flex;
  gap: 10px;
}


.location-item h6 {
  font-size: 1.4rem;
  font-weight: 600;
}
.contact-icon {
  text-align: center;
  margin-bottom: 20px;
}

.contact-details-item div p{
  text-align: center;
  margin-bottom: 10px;
}
.contact-details-item div p a {
  text-align: center;
  color: #000;
}
.contact-details-item p{
  text-align: center;
  margin-bottom: 10px;
}
.contact-details-item p a {
  text-align: center;
  color: #000;
}


.footer-top-logo img {
  width: 90px;
}

footer {
  padding: 20px 0;
}

nav.footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  padding-top: 20px;
}
ul.footer-nav {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
ul.footer-nav li a {
  color: #000;
  font-size: 14px;
}



header#header.inner-header {
  background: transparent;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(9,9,121,0) 100%);
}

section#inner-banner-section {
  margin-top: 200px;
  margin-bottom: 80px;
}

header#header.inner-header nav.navbar.navbar-expand-lg {
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

header#header.inner-header li.nav-item a {
  line-height: 24px;
  color: #000;
}

.section-title-block {
  margin-bottom: 40px;
}



section#faq-section {
  background-color: #f1f1f1;
  padding: 100px 0;
  margin-bottom: 40px;
}

.faq-title-block h3 {
  color: #000;
}

#faq .card {
  margin-bottom: 0px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
#faq .card-body {
  padding: 20px 0;
  color: #000;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.6;
}
  #faq .card .card-header .btn-header-link{
      font-weight: 100;
      font-size: 1.3rem;
  }

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

.reach-block {
    margin-bottom: 20px;
    margin-top: 20px;
}

section#inner-banner-section-block {
  margin-top: 113px;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-color: #ededed;
}

section#inner-banner-section-block .section-title-block {
  margin-bottom: 0;
}

section#inner-banner-section-block-content {
  padding: 60px 0;
}
.sub-text-title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.gallery-block{
  margin-bottom: 30px;
}

.gallery-block img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
li.nav-item.active a {
  color: #202775 !important;
  font-weight: 600;
}

.prize-block-text p {
  font-size: 1rem;
  font-weight: 400;
}

.sponsor-block {
  border: 1px solid #ededed;
  min-height: 160px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sponsor-block img {
  max-width: 250px;
  margin: 0px auto;
  height: 100px;
  object-fit: contain;
}
.sponsor-block a {
  margin: 0px auto;
  display: flex;
  text-align: center;
}
.sponsor-block h4 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
}
.row.align-items-center.row-rev {
  flex-direction: row-reverse;
}

.section-title-block a {
  color: #000;
  font-weight: 600;
}

.category-img img {
  border-radius: 10px;
}


.modal-dialog {
  max-width: 950px;
}

a.readmore-btn {
  color: #a42a27;
  font-size: 15px;
  transform: translate(0px, -5px);
}
.terms-conditions-popup h2 {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.terms-conditions-popup p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.terms-conditions-popup h5 {
  font-size: 1.1rem;
}



button.close.agree-btn {
  font-size: 1rem;
  background-color: #a42a27;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0 0 transparent;
  opacity: 1;
}
 .terms-conditions-popup {
  padding: 40px 0; 
}

.btn-block {
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.booking-details-block {
    background-color: #e5f3fa;
    padding: 80px 0;
}
.booking-details-contact-location-block h5 {
    color: #4b4b4b;
    font-size: 15px;
    margin-bottom: 20px;
}

.results-bg img {
  width: 120px;
  margin-bottom: 15px;
}
.section-title-block.results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
}
section#inner-banner-section-block- {
  background-color: #ededed;
}
.section-title-block.results h1{
  font-size: 28px;
  color: #109edc;
  font-weight: 600;
}

.about-text-02.results h2 {
  color: #109edc;
}
.about-text-02.results p {
  color: #000;
  font-weight: 600;
}

.g-10{
  gap: 10px;
}
@media (max-width: 1600px) {
  .about-text-02 ul li span {
    width: 85%;
  }
.terms-conditions-popup {
  padding: 40px 0; 
  max-height:450px;
 overflow:scroll;
}


}
@media (max-width: 1200px) {
  .cat-list-block-item {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
  }
  .hedaer-top-logo img {
    width: 100px;
}

header#header li.nav-item {
  padding: 0 8px;
}

}

@media (max-width: 991px) {

  .azadi-ka {
    right: 15px;
    width: 80px;
  }
  .hedaer-top-logo img {
    width: 120px;
  }

  .about-text-02 ul li {
    flex-wrap: nowrap;
  }
  li.race-details {
    display: block;
  }
  li.race-details {
    display: block !important;
  }

  .contact-location-block, .contact-details-item {
    position: relative;
    min-height: 150px;
    text-align: center;
  }
  .contact-location-block::before {
    display: none;
  }
  .location-item {
    justify-content: center;
}
.contact-details-block button.reg-btn-2 {
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
}
.row.contact-items-block {
  margin-top: 30px;
}
.contact-details-block {
  background-color: #e5f3fa;
  padding: 50px 0;
}


#header.inner-header .icon-bar {
  background-color: #000;
}
header#header.inner-header li.nav-item a {
  line-height: 24px;
  color: #fff;
}

}



@media (max-width: 767px) {

span.title-span {
    font-size: 3rem;
}

  .banner-text-block h1 {
    font-size: 2rem;
  }
  .prize-block-text {
    margin-top: 30px;
  }
  .cat-list-block-item-text {
    min-height: 80px;
  }
  .row.cat-list-block {
    justify-content: center;
}
button.reg-btn {
  margin-top: 10px;
}
.contact-details-item.border-right-1 {
  border-right: 0px solid rgba(0, 0, 0, 0.12);
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}
.contact-details-item {
  padding-top: 30px;
}

.about-text-02 ul li {
  list-style: none;
  padding: 12px 0;
  font-size: 14px;
}

}


@media (max-width: 450px) {

  #maraton-banner {
    min-height: auto;
  }
  .azadi-ka {
    right: 0;
    width: 60px;
    top: 22px;
  }
  button.navbar-toggle {
    display: block;
    margin-right: 80px;
  }

  .banner-text-block h1 {
    font-size: 2.2rem;
  }
  span.title-span {
    font-size: 1.5rem;
  }

  .banner-text-block {
    padding: 140px 0 60px;
}

.prize-block-text h2 {
  font-size: 1.4rem;
}
.prize-block-text h5 {
  font-size: 1rem;
}
.section-title h2 {
  font-size: 2rem;
  font-weight: 600;
  width: fit-content;
}

section#partners-section {
  padding: 60px 0;
}

.prize-block-text h2 span {
  font-size: 3.5rem;
}
.hedaer-top-logo img {
  width: 90px;
}

.section-title-block h1 {
  font-size: 2rem;
}
section#inner-banner-section {
  margin-top: 140px;
  margin-bottom: 80px;
}


#inner-banner-section p {
  font-size: 1rem;
  line-height: 1.6;
}
#inner-banner-section h4 {
  margin-bottom: 20px;
}

.about-text-02 {
  padding: 40px 20px 40px 20px;
}

}

