*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
/* HOME */
#home {
    background-image: url("./images/png/InnerImages/binnery_battle_background.jpg");
    background-size: cover;
    background-position: bottom;
    height: fit-content;
}
.home-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
}
.heading-1 h1 img{
  padding-top:290px;
  width: 700px;
}
.center-image{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
}
.center-image img{
  height: 120px;
  width:fit-content;
  margin-top: 30px;
}
@media (max-width: 970px){
  .heading-1 h1 img{
    padding-top:0px;
    width: 500px;
  }
}
@media (max-width: 670px){
  .heading-1 h1 img{
    padding-top:-20px;
    width: 300px;
  }
      .heading-1 h1{
        font-size: 10vw;
        padding-top: 200px;
    }
    .heading-1 h2{
        font-size: 5vw;
    }
    .center{
        width: 100%;
    }
    .center a{
        margin-bottom: 180px;
    }
    .center-image img{
      height: 120px;
      width:fit-content;
      margin-top: 30px;
    }
    .center-image{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 700px;
    }
}
@media (max-width: 457px){
  .heading-1 h1 img{
    padding-top:-20px;
    width: 250px;
  }
  #boxes-3{
    padding-bottom:48px;
}
}
.heading-2{
    text-align: left;
    width: 70vw;
    /* background: red; */
}
.heading-1 h2{
    color: #f7bd00;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 2vw;
}
.center a{
    background: orange;
    padding: 10px 8px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 123px;
    margin-top: 40px;
}
.center a:hover{
    background: orange;
    padding: 10px 8px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.center{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    /* background: red; */
    width: 700px;
}
@media (max-width: 970px){
    .heading-1 h1{
        padding-top: 250px;
    }
    .heading-1 h2{
        font-size: 3vw;
    }
    .center-image{
      width: 500px;
    }
    .center{
      width: 500px;
  }
  .center-image img{
    height: 90px;
    margin-top: 10px;
  }
}
@media (max-width: 670px){
  .center{
    width: 300px;
   }
   .center-image{
    width: 300px;
  }
  .center-image img{
    height: 80px;
    margin-top: 10px;
  }
}
@media (max-width: 457px){
  .center{
    width: 250px;
   }
   .center-image{
    width: 250px;
  }
  .center-image img{
    height: 65px;
    margin-top: 10px;
  }
}

.about-image-1{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 470px){
    #about img{
        height: 220px;
        width: 300px;
    }
}
.about-tag{
    padding-top:40px;
}
@media (max-width: 1000px){
    .about-tag{
    padding-top:10px;
    }
}
@media (max-width: 768px){
  #box-03{
    padding-bottom: 48px;
  }
}
#apply{
    width: 100%;
    background-image: url("images/png/13.jpg");
    background-size: cover;
}
@media (max-width: 768px){
    .apply{
        height: 64%;
    }
}
.apply h1{
    color: white;
    text-align: center;
    font-weight: 900;
    padding: 20px;
}
.apply .apply-box{
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.apply .apply-box .apply-h5{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply .apply-box h5{
    color: white;
    font-weight: 800;
}
.apply .apply-box .image{
    height: 140px;
    width: 140px;
    background-image: url("images/png/InnerImages/3.png");
    background-size: cover;
}





.apply .apply-box-1{
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.apply .apply-box-1{
    height: 200px;
    width: 200px;
}
.apply .apply-box-1 h5{
    color: white;
    font-weight: 800;
}
.apply .apply-box-1 .image{
    height: 140px;
    width: 140px;
    background-image: url("images/png/InnerImages/4.png");
    background-size: cover;
}
.row #card1{
  border: solid 3px #fdd245;
  height: 200px;
}

.timeline{
    background-image: url("images/png/InnerImages/Background1.jpg");
    background-size: cover;
}
#timeline-wrapper {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
  }
  
  #timeline-wrapper::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  
  /* Container around content */
  #timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 26%;
  }
  
  /* The circles on the timeline */
  #timeline-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left-item {
    left: 23.8%;
  }
  
  /* Place the container to the right */
  .right-item {
    left: 50.2%;
  }
  .left-item::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  .right-item::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .right-item::after {
    left: -16px;
  }
  #timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
  }
  #timeline-content h2 {
    font-size: 24px;
    font-weight: 700;
  } 

  @media screen and (max-width: 600px) {
    #timeline-wrapper::after {
      left: 31px;
    }
    #timeline-item {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
    #timeline-item::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
    .left-item::after, .right-item::after {
      left: 15px;
    }
    .right-item {
      left: 0%;
    }
  }
  @media (max-width:1141px){
    #timeline-item {
        width: 39%;
      }
      .left-item {
        left: 10.5%;
      }
  }
  @media (max-width:765px){
    #timeline-item {
        width: 48%;
      }
      .left-item {
        left: 1.3%;
      }
  }
  @media (max-width:599px){
    #timeline-item {
        width: 90%;
      }
      .left-item {
        left: 0.8%;
      }
  }
  .screen-card .main{
    position: absolute;
    top: 62px;
    left: 12px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background:#fdd245;
    border: white solid 4px;
    font-size: 19px;
    font-weight: 600;
    box-shadow: 2px 2px 10px #000;
    padding-top: 5px;
  }
.col-lg-3 h2{
    color: red;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}
.screen-card .cards1{
    height: 195px;
    background:#fdd245;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-left: 30px;
}
@media (max-width:1210px){
  .screen-card .cards1{
    height: 305px;
  }
  .screen-card .main{
    top: 120px;
  }
}
@media (max-width:425px){
  .screen-card .cards1{
    height: 370px;
  }
  .screen-card .main{
    top: 155px;
  }
}
.screen-card .cards1 .content{
    width: 80%;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.screen-card .cards1 .content .text{
    font-size: 18px;
}
.footer-top {
  padding: 19px 0 40px;
}
.wrapper1 .icon{
position: relative;
background-color: #fdd245;
border-radius: 50%;
margin: 1px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
display: inline-block;
align-items: center;
box-shadow: 5px 10px 10px rgba(224, 166, 30, 0.623);
cursor: pointer;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #333;
text-decoration: none;
}
@media (max-width: 705px){
  .last h4{
    font-size: 10px;
    width: 80%;
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 500px){
  .last h4{
    font-size: 15px;
  }
}
@media (max-width: 900px){
  .last h4{
    font-size: 15px;
  }
}