@import url("../base/base.css");
@import url("../base/text-content.css");
@import url("../base/utilities.css");
@import url("../layout/header-light.css");
@import url("../layout/footer-light.css");
@import url("../layout/hero.css");
@import url("../layout/grid.css");
@import url("../components/card.css");
@import url("../components/dropdown.css");
@import url("../layout/programme.css");
@import url("../components/sidebar.css");
@import url("../components/popup.css");
@import url("../components/popup-chall.css");
@import url("../components/popup-theme.css");
@import url("../components/slider.css");
@import url("../components/signupform.css");
@import url("../media/mediathird.css");
.wrapper {
    background-color: #FDFEFF;
}

.hero-edition3-section {
    background-image: url("../../Assets/images/ascbg3.svg");
    background-size: cover;
    padding-bottom: 13rem;
}

.hero-edition3-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.desc-parah {
    /* margin-top:2.5rem ; */
    width: 80%;
    margin: 0 auto;
    /* margin-bottom: 15rem; */
}

.img-container-ed {
    height: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.number {
    font-size: 4.8rem;
    color: var(--color-text);
    margin-bottom: 3rem;
    text-align: center;
}

.sm-head {
    font-size: 5rem;
}

.headernumber {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 6rem;
}

.edition {
    display: inline-block;
    font-size: 3rem;
    transform: translateY(-2rem);
    margin-left: .5rem;
}

.subof {
    font-size: 3rem;
}

.heading3nd {
    font-size: 5rem;
    font-family: 'Merriweather', serif;
    color: var(--color-text);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 5.5rem;
    letter-spacing: .1rem;
}

.hero-desc3 {
    color: var(--color-text);
    font-size: 2.2rem;
    width: 82%;
    margin-top: 2rem;
}

.asc-img {
    filter: drop-shadow(0px 14.7px 34.46px #ff5c2115);
    border-radius: .9rem;
    margin-right: 1rem;
}

.play-btn {
    width: 9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .1s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}


/**video**/

.close-btn {
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    position: absolute;
    width: 3rem;
    top: 2rem;
    right: 5rem;
}

.video-holder {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.8);
    display: none;
}

.video {
    width: 73%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}


/* sponsors*/

.spons_heading {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: var(--color-text);
    margin-top: 3rem;
}

.seperator-spons {
    display: inline-block;
    height: .3rem;
    margin-top: 1rem;
    width: 15rem;
    background-color: var(--color-text);
    /* margin-bottom: .2rem; */
}


/*features*/
.mb-2{
    margin-bottom: 2rem !important;    
}

.mb-1{
    margin-bottom: 1rem !important;    
}

.mb-4{
    margin-bottom: 4rem !important;    
}

.mt-3{
    margin-top: 3rem;
}


.row-feature {
    display: flex;
    padding: 2.5rem 3rem;
    justify-content: space-around;
    align-items: center;
}

.colF1 {
    flex: 0 0 25%;
    max-width: 25%;
}

.colF2 {
    flex: 0 0 75%;
    max-width: 75%;
}

.colV1 {
    flex: 0 0 60%;
    max-width: 60%;
}

.colVt1 {
    display: flex;
    height: 144px;
    overflow: hidden;
}

.img_colV1 {
    width: 40%;
}

.colV1>iframe {
    width: 100%;
}

.slide {
    width: 66rem !important;
}

.img_colV1>img {
    width: 7rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bee-img>img {
    width: 100% !important;
}

.challenge-para-1 {
    width: 100% !important;
    font-size: 12px !important;
    line-height: 2rem !important;
    margin-top: 0 !important;
}

.heading-challenge-1 {
    font-size: 14px !important;
}

.desc_chlh {
    width: 60%;
}

.colV2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    max-width: 40%;
}

.feature-img {
    display: block;
    width: 8rem;
    /* height: 15rem; */
    align-self: center;
}

.feature-para {
    font-size: 2.2rem;
    font-weight: 400;
}


/*features*/


/**challenges**/

.heading-challenge {
    font-size: 2rem;
    font-family: 'Merriweather', serif;
    color: var(--color-text);
    font-weight: 600;
}

.challenge-para {
    font-size: 1.8rem;
    font-weight: 400;
    width: 80%;
    margin-top: 2rem;
}

.challenge-img {
    width: 26rem;
}

.colF1C {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
}

.colF2C {
    flex: 0 0 60%;
    max-width: 60%;
}


/**cards**/

.card {
    background-color: #fff;
    padding: 5rem 3rem 6.5rem;
    /* width: 65%; */
    border-radius: 2rem;
    box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
    transition: .3s all;
    height: 100%;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-icon {
    width: 10rem;
}


/**cards**/


/*partners*/

.partners {
    margin-bottom: 10rem;
}

.footerthird {
    background-image: url("../../Assets/images/ascbg3.svg");
    background-size: cover;
    margin-top: 10rem;
}


/*sponsors*/

.sponsers {
    margin-bottom: 10rem;
}

.spons {
    width: 168px;
    height: 168px;
    /* margin-right: 4rem; */
    /* margin-right:20px ;
     margin-left: 30px ; */
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resize {
    padding: 55px 55px;
}

.resize2 {
    padding: 40px 40px;
}

.resize3 {
    padding: 62px 62px;
}

.resize4 {
    padding: 35px 35px;
}

.resize5 {
    padding: 50px 50px;
}

.resize6 {
    padding: 30px 30px;
}

.resize7 {
    padding: 20px 20px;
}

.logo-size {
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


/**sidebar**/

.select-heading {
    font-size: 1.8rem;
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    color: var(--color-text);
    font-weight: 700;
    padding-top: 1rem;
}

.side-content {
    padding: 2rem 4rem
}

.droits {
    font-size: 1.4rem;
    line-height: 2.7rem;
}

.icon-social {
    width: 2rem;
    margin-right: 2rem;
}

.vid {
    height: 18rem;
    /* width: 30rem; */
}

.btnmore {
    display: inline-block;
    /* padding: 0.9rem 2.6rem; */
    font-weight: 500;
    border-radius: 3rem;
    transition: all 0.15s;
    margin-top: 1.5rem;
}

.btnmore::after {
    content: "";
    display: block;
    height: 5px;
    /* width: 3rem; */
    background: currentColor;
}

.btnmore:hover {
    opacity: .5;
}

.btnfood {
    color: #E8C26A;
}

.btnfin {
    color: #108AB1;
}

.btngreen {
    color: #06D6A0;
}

.btnlog {
    color: #E76F51;
}