/* Show it is fixed to the top */
body {
  font-family: 'citi_sansdisplay_regular';
  font-family: 'citi_sanstext_bold';
  font-family: 'citi_sanstext_regular';
}

@font-face {
  font-family: 'citi_sansdisplay_regular';
  src: url('https://www.techgig.com/files/techgig_resource/external_css_library/citi-sans-display-regular-webfont.woff2') format('woff2'),
      url('https://www.techgig.com/files/techgig_resource/external_css_library/citi-sans-display-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'citi_sanstext_bold';
  src: url('https://www.techgig.com/files/techgig_resource/external_css_library/citi-sans-text-bold-webfont.woff2') format('woff2'),
      url('https://www.techgig.com/files/techgig_resource/external_css_library/citi-sans-text-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: 'citi_sanstext_regular';
  src: url('https://www.techgig.com/files/techgig_resource/external_css_library/citi-sans-text-regular-webfont.woff2') format('woff2'),
      url('https://www.techgig.com/files/techgig_resource/external_css_library/citi-sans-text-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  font-family: 'citi_sansdisplay_regular';
  line-height: 1.2;
}
p {
  font-family: 'citi_sanstext_regular';
}
.ct-fixed-top {
  position: fixed;
  top: 14px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.top_nav{
height: 56px;
background-color: #fff;
padding-left:30px;;
    min-height: 44px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
    top: 30px;
}
.top_nav img{
  padding-top: 18px;
  width: 160px;
}
.menu-bar{
  background-color:#0F1632;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}

.menu-bar a{
  color: #fff !important;
  font-size: 16px;
  font-family: 'citi_sanstext_regular';
}
.menu-bar a:hover{
  color: #fff;
}
.menu-bar .navbar-nav .nav-item {
  padding-right: .5rem;
  padding-left: 20px;
  padding-bottom: 0px;
}

.menu-bar .active {
  border-bottom: solid 3px;
  padding-bottom: 0px;
}

.menu-bar .navbar {
  position: relative;
  display: flex
;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: 0px;
}

.hero_sec{
height: 464px;
border-radius: 20px;
background-image: url(https://www.techgig.com/files/contest_upload_files/hero_ct_banner.png);
margin-top: 9rem;
background-size: cover;
background-repeat: no-repeat;
padding-left:80px;
padding-right: 23em;
}

.hero_sec h1{
font-size: 32px;
padding-top: 7em;
margin-bottom: 15px;
font-weight: 400;
}

.hero_sec h3{
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 700;
}

.hero_sec p{
  font-size: 21px;
}

.tabs {
  padding-left: 80px;
  flex-wrap: wrap;
  border-radius: 5px;
}
.tab-button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
color: #BCC5C9;
border-bottom: solid 2px #BCC5C9;
background-color: #fff;
  border: none;
  text-align: center;
  transition: background 0.3s;
}


.tab-button {
  padding: 10px 20px;
  border-bottom: 3px solid #ccc; /* Default Inactive Border */
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  margin-right: 26px;
}

.tab-button.active {
  color: #255BE3;
  border-bottom: #255BE3 solid 2px;
}



.tab-content {
  display: none;
  padding: 15px;
  margin-top: 10px;
  padding-left: 80px;
  border-radius: 5px;
  background: white;
  margin-bottom: 4rem;
}

.tab-content p{
  font-size: 21px;
}

.tab-content.active {
  display: block;
}
@media (max-width: 600px) {
  .tabs {
      flex-direction: column;
  }
  .tab-button {
      width: 100%;
      margin-right: 0px;
      padding: 8px 7px;
      margin-right: 5px;
  }
}

.track{
  margin-top: 4rem;
}

.participate_btn{
  background-color: #255BE3;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  margin-top: 20px;
  display: inline-block;

}
.participate_btn:hover{
  background-color: #255BE3;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  border-radius: 24px;
  margin-top: 20px;
  display: inline-block;

}

.rewards{
background-color: #F0F5F7;
padding: 3rem 3rem 3rem 6rem;

}


.rewards h2{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.first, .runner_up{
  border-right: solid 2px #BCC5C9;
  margin-right: 27px;
}

.first h3{
  color: #255BE3;
  font-size: 46px;
  font-weight: 700;
    line-height: 35px;
  }
  
  .first p{
    color: #255BE3;
    font-weight: 700;
    font-size: 22px;
  }

.runner_up h3{
  color: #388A42;
  font-weight: 700;
  font-size: 46px;
    line-height: 35px;
  }
  
  .runner_up  p{
    color: #388A42;
    font-size: 22px;
    font-weight: 700;
  }

.participant h3{
color: #460303;
font-weight: 700;
font-size: 46px;
  line-height: 35px;
}

.participant p{
  color: #460303;
  font-weight: 700;
  font-size: 22px;
}
.crds{
  padding-bottom: 3rem;
}
.citi_crds{
  background-color: #0F1632;
  border-radius: 20px;
  padding: 2rem;
  min-height: 715px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.citi_crds img{
  width: 100%;
  border-radius: 20px;
  padding-bottom: 2rem;
}


.citi_crds h3{
  color: #fff;
  font-size: 32px;
}

.citi_crds p{
  color: #fff;
}

.mg{
  display: flex;
  justify-content: center
}

.citi_certificate{
  background-color: #F0F5F7;
  padding: 5rem 10rem 5rem 10rem;
}
.cards{
  padding-top: 1rem;
  padding-bottom: 0rem;
  margin-bottom: 3rem;
}
.citi_certificate img{
 
}
.testimonials{
  padding-top: 3rem;
}
.citi_certificate h2{
  font-size: 28px;
  margin-top:2em;
  margin-left: 3rem;
}
.citi_certificate p{
  font-size: 18px;
  padding-right: 6rem;
  margin-top: 30px;
  margin-left: 3rem;
}

.event{
  padding:2rem ;
  background-color: #fff;
}

.event_block{
  background-color: #F0F5F7;
  border-radius: 20px;
  display: flex;
  margin: 0px auto;
  width: 800px;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 50px 29px 75px;
}

.event_block h3{
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.event_block span{

}
.event_block p{
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  color: #255BE3;
  text-align: left;
  
}

.time{
  font-size: 20px;
  display: block;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.round{
  font-size: 20px;
  text-align: left;
  display: block;
  margin: 0px;
  padding: 0px;
  color: #255BE3;
}

.event h2{
  padding-top: 1em;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.menu-bar img{
  width:45px;
}
.img-card{
padding-bottom: 40px;
margin-top: 3rem;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: inherit;
}
.testimonials_card{
  background-color: #F5F4F4;
  border-radius: 27px;
  padding: 40px 46px 0px 37px;
  height: 640px;

}
.navbar-toggler {
  padding: 0px;
  float: right;
  margin-right: 17px;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  border-bottom: solid 3px;
  padding-bottom: 0px;
}
.testimonials_card p{
  font-size: 18px;
  height:300px;

}



.speekers-name{
  padding: 36px 0px;
}
.testimonials-speeker {
  width: 49px;
  height: 49px;
  margin-top: 0px;
}
.testimonials-image img {
  border-radius: 100%;
  border: 1px solid #D6D6D6;
  width: 70px;
  height: 70px;
}
.testimonials-name h3 {
font-size: 13px;
font-weight: 700;
margin-bottom: 2px;
margin-top: 6px;
color: #000000;
}
.testimonials-name p {
  padding: 0px;
  color: #000000;
  line-height: 18px;
  font-weight: 400;
  font-size: 11px;;
  height: auto;
}
.testimonials-name span {

  display: block;
  color: #636464;
}
.testimonials-name{
  padding: 0px 0px 0px 24px;
}

footer{
  padding-top: 6rem;

}
footer img{
  padding-right: 4rem;
  width:170px;
  height: auto;

}
footer span{
  font-size: 18px;
}

footer p{
  font-size: 15px;
}


@media (min-width: 320px) and (max-width: 480px) {

  .citi_certificate img {
    width: 100%;
}
.citi_certificate {
  background-color: #F0F5F7;
  padding: 3em 10px;
}

  .event_block {
    background-color: #F0F5F7;
    border-radius: 20px;
    display: inline-block;
    margin: 0px auto;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

.hero_sec {
  height: 400px;
  border-radius: 20px;
  background-image: url(https://www.techgig.com/files/contest_upload_files/hero_ct_banner.png);
  margin-top: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 0px;
}

.hero_sec h1 {
  font-size: 24px;
  padding-top: 3em;
  margin-bottom: 15px;
  font-weight: 400;
}
.hero_sec h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 700;
}
.hero_sec p {
  font-size: 16px;
}
.tabs {
  padding-left: 0px;
  flex-wrap: wrap;
  border-radius: 5px;
}
.tab-button {
  width: auto;
  font-size: 14px;
}
.tab-content {
  display: none;
  padding: 15px;
  margin-top: 10px;
  padding-left: 0px;
  border-radius: 5px;
  background: white;
  margin-bottom: 4rem;
}
.tab-content p {
  font-size: 16px;
}
participate_btn {
  background-color: #255BE3;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  margin-top: 20px;
  display: inline-block;
}
.rewards {
  background-color: #F0F5F7;
  padding: 2rem 2rem 2rem 2rem;
}
.first, .runner_up, .participant {
  margin-bottom: 4em;
}
.citi_crds {
  background-color: #0F1632;
  border-radius: 20px;
  padding: 2rem;
  min-height: auto;
  margin-top: 2rem;
  margin-bottom: 2em;
}
.citi_certificate h2 {
  font-size: 20px;
  margin-top: 2em;
  margin-left: 1rem;
}
.citi_certificate p {
  font-size: 18px;
  padding-right: 3rem;
  margin-top: 30px;
  margin-left: 1rem;
}
.event_block h3 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  text-align: left;
}
.event_block p {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  color: #255BE3;
  text-align: left;
}
.time {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.testimonials_card {
  background-color: #F5F4F4;
  border-radius: 27px;
  padding: 40px 46px 0px 37px;
  margin-bottom: 27px;
  height: auto;
}
footer img {
  padding-right: 0px;
  width:80px;
}
footer span {
  font-size: 15px;
  
}
footer p {
  font-size: 13px;
}
footer {
  padding-top: 2rem;
}

.first h3 {
  color: #255BE3;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}

.first, .runner_up {
  border-right: 0px;
  margin-right: 0px;
}
.runner_up h3 {
  color: #388A42;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}
.participant h3 {
  color: #460303;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}
.citi_crds h3 {
  color: #fff;
  font-size: 24px;
}
.citi_crds p {
  color: #fff;
  font-size: 14px;
}
.navbar {
  position: relative;
  display: table;

}
#mainNav .navbar-nav .nav-item .nav-link.active {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.testimonials_card p {
  font-size: 16px;
  height: auto;
}

.testimonials-name p {

  font-size: 11px !important;
}

}