
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: 80vh !important;
/* background: url("../img/hackathon-hero-bg.jpg") top center; */
background: linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 37, 66, 0.5)), url(../img/hackathon-hero-bg.jpg) fixed center center;
background-size:cover;
position: relative;
}

#hero:before {
content: "";
background: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero .hero-container {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 0 15px;
margin-left: 15%;
margin-right: 15%;
}

#hero h1 {
margin: 0 0 10px 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #93c95a;
}

#hero h2 {
color: #eee;
margin-bottom: 50px;
font-size: 24px;
}

#hero p {
font-size: 18px;

}

.hack1  {
background-color: #003055;

}

 .hack1 .row {
padding-left: 10%;
  padding-right: 10%
}

.hack1 .ch-box{
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    min-height: 330px;

    border-radius: 25px;
    padding: 25px;
    margin: 15px 5px;
    background-color: #002542;
    color: #fff;

    /* box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1); */

  }
.hack1 .ch-box h5{
margin-top: 15px;
font-size: 16px;
  color: #93c95a;
}
.hack1 .ch-box p{
font-size: 13px;
text-align: justify;
line-height:16px;
}

.hack1 .ch-box .ch-icon {
background-color: #93c95a;
border-radius: 25px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  /* width: 100px;
  height: 100px; */
  left: 0;
  right: 0;
}
.hack1 .ch-box .ch-icon img{
  /* width: 65px; */
  max-width: 85px;
  margin: 5px

}




@media (max-width: 768px) {


 .hack1 .row {
padding-left: 2%;
  padding-right: 2%
}

  .hack1 .ch-box{
      display: flex;
      text-align: left;
      align-items: left;
      justify-content: center;
      min-width: 164px;
      min-height: 130px;
      padding: 15px;
      margin: 5px 15px;
    }


    .hack1 .ch-box .ch-icon {
    background-color: #93c95a;
    border-radius: 20px;
      margin-bottom: 0px;
      margin-right: 15px;
      margin-left: 5px;
    }
    .hack1 .ch-box .ch-icon img{
      max-width: 65px;
    }

}




.hack1 .why{
  border: 1px solid #93c95a;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.hack1  .challenges ol li span{
  font-weight: bold;
  color: #93c95a;
}



.why {
  position: relative;
  z-index: 2;
  padding-left: 160px;
  padding-right: 160px;
  background-color: #ededed !important;
  background: linear-gradient(0deg, rgb(92 176 0 / 55%), rgb(86 168 0 / 55%)), url(../img/why-bg.jpg);


   background-repeat:no-repeat;
   background-size: cover;
}


.why .why-text{
  color: #fff;
  text-align: right;
  border: 2px solid #fff;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  font-family: "careem";
  font-size: 22px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 8px 0px inset;
}

.why span{
    color: #002f54;
}
.why  .why-title {
    padding: 10%;
  }
.why  .why-title h1{
color: #fff;
  font-size: 44px;
  font-weight: 300 !important;
}

@media (max-width: 768px) {
  .why {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why  .why-title h1{
    font-size: 42px;
  }
  .why .why-text{
      font-size: 16px;
      text-align: justify;
  }
}


/*--------------------------------------------------------------
# participants
--------------------------------------------------------------*/
.participants .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #93c95a;
  margin-bottom: 20px;
}


.participants .content ul {
  list-style: none;
  padding: 0;
}

.participants .content ul li {
  padding-bottom: 10px;
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #808083;
}

.participants .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #93c95a;
}


@media (max-width: 768px) {
  .participants .content h3 {
    text-align: center;
    font-size: 28px;
  }
  .participants .content ul li {
    font-size: 16px;
  }
  .participants .content ul i {
    font-size: 16px;
  }


}



/*--------------------------------------------------------------
# benefits
--------------------------------------------------------------*/
.benefits  {
  padding-left: 20%;
  padding-right: 20%
}

.benefits .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 45px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 25px;
  background: #93c95a;
  border-color: #93c95a;
}

.benefits .icon-box .icon {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.benefits .icon-box .icon i {
  color: #93c95a;
  font-size: 48px;
}

/* .benefits .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #e5f7d2;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
} */

.benefits .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}

.benefits .icon-box h4 a {
    color: #fff;
}

.benefits .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
    color: #fff;
}

.benefits .icon-box:hover {
  background: #fff;
  border-color: #93c95a;
}

.benefits .icon-box:hover .icon {
    background: #93c95a;
}

.benefits .icon-box:hover .icon i {
    color: #fff;
}

.benefits .icon-box:hover .icon::before {
  background: #e5f7d2;
}

.benefits .icon-box:hover h4 a {
  color: #93c95a;
}

.benefits .icon-box:hover p {
  color: #545454;
}

@media (max-width: 768px) {
  .benefits  {
    padding-left: 3%;
    padding-right: 3%
  }
  .benefits .icon-box {
    padding: 25px 10px;
  }

  .benefits .icon-box .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
  }

  .benefits .icon-box .icon i {
    font-size: 40px;
  }


}

/* ------------------------------------ */


/*--------------------------------------------------------------
# venu
--------------------------------------------------------------*/
.venu  {
  padding-left: 15%;
  padding-right: 15%
}


.venu .venu-text{
  color: #808083;
  font-size: 19px;
}

.venu .venu-text span{
  color: #002f54;
  /*text-align: left;*/
  font-family: "montserratBold";
  font-size: 19px;
}
.venu .icon-box {
  text-align: center;

  padding: 5px 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  background: #fff;

}



.venu .icon-box h4 {
  font-weight: 700;
  /*margin-bottom: 15px;*/
  font-size: 22px;
  color: #93c95a;
}

.venu .icon-box h4 a {
    color: #93c95a;
}

.venu .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
    color: #fff;
}

.venu .icon-box:hover {
  background: #fff;
  border-color: #93c95a;
}

.venu .icon-box:hover .icon {
    background: #93c95a;
}

.venu .icon-box:hover .icon i {
    color: #fff;
}

.venu .icon-box:hover .icon::before {
  background: #e5f7d2;
}

.venu .icon-box:hover h4 a {
  color: #93c95a;
}

.venu .icon-box:hover p {
  color: #545454;
}

@media (max-width: 768px) {
  .venu  {
    padding-left: 3%;
    padding-right: 3%
  }
  .venu .icon-box {
    padding: 25px 10px;
  }

  .venu .icon-box .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
  }

  .venu .icon-box .icon i {
    font-size: 40px;
  }


}

/* ------------------------------------ */



#hero .btn-apply{
  font-family: "careem", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 58px;
  padding-bottom: 22px;
  border-radius: 15px;
  transition: 0.5s;
  line-height: 1;
  margin: 15px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #93c95a;
  background: #93c95a;
}

#hero .btn-apply:hover {
  background: #fff;
  font-weight: bold;
  color: #93c95a;
  text-decoration: none;
}


.timeline1  {
  background-color: #ededed !important;
  padding-left: 20%;
  padding-right: 20%
}

.timeline1 .section-title  {
  font-family: "careem";
  padding-left: 15%;
  padding-right: 15%
}

.timeline2 {
  border-right: 4px solid #93c95a;
  color: rgba(0, 0, 0, 0.8);
  margin:  auto 20px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: right;
  font-weight: 100;
  max-width: 80%;
}

.timeline2 h3 {
margin-left: 20px;
font-family: "careem";
font-size: 22px !important;

}
.timeline2 h5 {
color: #93c95a;
font-size: 16px !important;
/* font-family: "montserrat"; */

}
.timeline2 .event {
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
margin-bottom: 10px;
position: relative;
}


.timeline2 .event:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.timeline2 .event:before,
.timeline2 .event:after {
position: absolute;
display: block;
top: 0;
}
.timeline2 .event:before {
right: -217.5px;
color: rgba(0, 0, 0, 0.4);
content: attr(data-date);
text-align: right;
font-weight: 100;
font-size: 0.9em;
min-width: 120px;
}
.timeline2 .event:after {
box-shadow: 0 0 0 2px #93c95a;
right: -58.85px;
background: #fff;
border-radius: 50%;
height: 15px;
width: 15px;
content: "";
top: 5px;
}


@media (max-width: 768px) {
  .timeline1  {
    padding-left: 2%;
    padding-right: 2%
  }
  .timeline1 .section-title  {
    padding-left: 0%;
    padding-right: 0%
  }

.timeline2 {
    padding-right:10px;
max-width: 90%;
}
.timeline2 h3 {
font-size: 18px !important;
}

.timeline2 h5 {
font-size: 16px !important;

}
#hero .hero-container {
margin-left: 2%;
margin-right: 2%;
}
}



@media (min-width: 1024px) {
#hero {
  background-attachment: fixed;
}
}

@media (max-width: 768px) {
#hero {
  height: 90vh !important;
}

#hero h1 {
  font-size: 28px;
  line-height: 36px;
}

#hero h2 {
  font-size: 18px !important;
  line-height: 24px;
  margin-bottom: 30px;
}

#hero p {
font-size: 16px !important;
}
}
