@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@font-face {
    font-family: Museo;
    src: url("../assets/fonts/Museo500-Regular.otf") format("opentype");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Museo;
    scroll-behavior: smooth;
}
:root{
    --grey:#f0f0f0;
    --green:#93D53B;
    --light-green:#e9f5c5;
    --blue:#124C64;
}
a{
    text-decoration: none;
}
.text-green{
    color: var(--green);
}
.text-blue{
    color: var(--blue);
}
.bg-grey{
    background-color:#f0f0f0 !important ;
}
.bg-white{
    background-color:#fff !important ;
}
.bg-green{
    background-color:var(--green);
}
.bg-light-green{
    background-color:var(--light-green);
}
.bg-blue{
    background-color:var(--blue);
}
.btn-apply{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    padding: 3px 15px !important;
    font-size: 13px;
    color: var(--blue);
}
.nav-link{
    font-size: 13px;
    margin-left: 10px;
    color: var(--blue) !important;
}
.hero{
    background: url("../assets/img/hero-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: -2;
}
.about,.howdoesitwork,.sponsers{
    height: 100%;
    position: relative;
    z-index: -2;
}
.contact{
    height: 100%;
    position: relative;    
}

.howdoesitwork,.keydates{
    height: 100%;
    position: relative;
    z-index: -2;
}
.details{
    height: 100%;
    position: relative;
}

.bg-overlay-grey{
    background-image: linear-gradient(#f0f0f063,#f0f0f081);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 68vh;
    z-index: -1;
    
}
.bg-overlay-grey-details{
    height: 100%;
}
.bg-overlay-grey2{
    background-image: linear-gradient(#f0f0f0be,#f0f0f0bb);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
    
}
.bg-overlay-grey1{
    top: 32%;
    transform: translateX(-50%);
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsors-top {
    background-image: linear-gradient(#fdfcfca9,#ffffffbd);
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    height: 25vh;
    padding-top: 20px;
}
.overlay-1{
    background: url("../assets/img/fespa-future-leaders-filter.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
 .heading{
     font-size: 34px;
 }
 .line{
     margin-left: 15px;
     height: 1px;
     background-color: #93D53B;
 }
 .line1{
     width: 684px;
 }
 .line2{
     width: 497px;
 }
 .line3{
     width: 681px;
 }
 .line4{
     width: 635px;
 }
 .line5{
     width: 514.12px;
 }
 .line6{
     width: 660px;
 }
 .line7{
     width: 640px;
 }
 .colorful-overlay-1{
 background: url("../assets/img/overlay-1.png") no-repeat;
 height: 280px;
 width: 280px;
 top: 50%;
 left: 20%;
 z-index: 1000;
 }
 .colorful-overlay-2{
 background: url("../assets/img/Path\ 252.png") no-repeat;
 height: 280px;
 width: 280px;
 top: 30%;
 left: 27%;
 z-index: 900;
 }
 .colorful-overlay-3{
 background: url("../assets/img/overlay-3.png") no-repeat;
 height: 350px;
 width: 350px;
 top: 50%;
 left: 34%;
 z-index: 800;
 }
 .colorful-overlay-4{
 background: url("../assets/img/overlay-4.png") no-repeat;
 height: 410px;
 width: 410px;
 top: 40%;
 left: 47%;
 z-index: 700;
 }
 .colorful-overlay-5{
 background: url("../assets/img/overlay-5.png") no-repeat;
 height: 410px;
 width: 410px;
 top: 45%;
 left: 64%;
 z-index: 600;
 }
 .keydates-info{
     padding:12px 35px;
     border-top-right-radius: 30px;
     border-bottom-left-radius: 30px;
 }
 .border-bottom-dashed{
     border-bottom: 1px dashed var(--blue);
 }
 ::placeholder {
    color: var(--grey);
    font-size: 12px;
  }
  .parsley-required {
    color: #ff5151;
}
.parsley-type {
    color: #ff5151;
}
.bootbox-close-button{
    padding: 3px 10px;
    margin-bottom: 18px;
    background-color: #ff5151;
    border: none;
    color: #fff;
    text-align: right;
    border-radius: 5px;
}
.ml-10{
    margin-left: 10px;
}
@media screen and (max-width: 1181px) {

    .sponsors-top {
        top: 10%;
        height: 15vh;
        left: 50%;
        transform: translateX(-50%);
        margin: 0px !important;
        padding: 0px !important;
    }
    .bg-overlay-grey1 {
        top: 25%;
        transform: translateX(-50%);
    }
    .bg-overlay-grey {
        height: 75vh;
    }
  }
@media screen and (max-width: 480px) and (max-width: 768px) {
    .heading{
        font-size: 12px;
    }
    .hero .overlay-1{
        background-size: contain !important;
    }
    .line{
        width: 100% !important;
    }

    .bg-overlay-grey1 {
        top: 25%;
        transform: translateX(-50%);
        border-top-right-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-overlay-grey{
        background-image: linear-gradient(#f0f0f063,#f0f0f081);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        z-index: -1;
        
    }
  }

  .required-field:before {
    content: "*";
    color: red;
    position: absolute;
    margin-top: 5px;
    margin-left: 300px;
  }

  .imgrow {
    margin: 0px !important;
    padding: 0px !important
  }

  .imgcol {
    margin: 0px !important;
    padding: 0px !important;
    display: flex; justify-content:space-around;
  } 
  .imgcol div {
    margin: -2px;
    padding: 0px;
    display: inline-block;
    align-content: left;
  } 
  .imgcol div a {
    z-index: 20000
  }


  .imgrowtop {
    margin: 0px !important;
    padding: 0px !important
  }

  .imgcoltop {
    margin: 0px !important;
    padding: 0px !important;
    display: flex; justify-content:space-around;
  } 
  .imgcoltop div {
    margin: -2px;
    padding: 0px;
    display: inline-block;
    align-content: left;
  } 
  .imgcoltop div a {
    z-index: 20000
  }  

  .link-above-all-else {
    z-index: 999999 !important;
  }
  #submitButton{
    cursor: pointer;
  }