* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: "Inter", serif;
}

.hero {
    /* background: url('../../assets/img/hero-img.png') no-repeat center center/cover; */
    color: white;
    text-align: center;
    padding: 200px 20px 150px 20px;
    min-height: 100vh;
    position: relative;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
}

.carousel-caption h2 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-caption p {
    font-size: 1.5rem;
    font-weight: 300;
}

.about-section,
.criteria-section,
.opportunities-section,
.faq-section {
    padding: 50px 20px;
}

.footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}

.copyright-txt{
    color: hsla(0, 0%, 36%, 0.66);
    font-size: 12px;
}

.copyright-txt a{
    color: hsla(0, 0%, 36%, 0.66);
}

.nav-bar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
}

li.nav-item {
    margin: 0 20px;
    font-size: 14px;
    text-align: left;
}

.section-head {
    font-size: 40px;
    font-weight: 200;
    color: #262628;
}

.about-text {
    font-size: 20px;
    font-weight: 200;
    color: #818181;
    margin: 20px 0;
}

/* .carousel-item {
    height: 100vh;
} */

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero {
    position: relative;
    /* z-index: 2; */
}

.carousel-caption {
    left: 12%;
    text-align: left;
    padding-bottom: 80px;
}

.nav-bar-area.scrolled {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 1) !important;
    transition: all 0.5s ease-in-out;
}

.landing-logo{
    width: 350px;
}

.criteria-img{
    position: absolute; right: -120px; top:-90px; max-width: 60%; height: 500px;
}

/* ul {
   list-style-image: url('assets/img/list-style.svg');
   background-size: 25px;
} */

ul.criteria li {
    list-style: none;
    color: #6B6B6B;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 30px;
}

ul.COConduct li {
    /* list-style: none; */
    color: #6B6B6B;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 30px;
}

.list-head {
    color: #6B6B6B;
    font-weight: 700;
}

.list-style-icon {
    width: 17px;
    height: 17px;
}

.accordion-button:not(.collapsed) {
    color: #1D191F;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 300;
    padding: 26px;
}

.accordion-body {
    padding: 0 27px 33px 27px;
    color: #818181;
    font-weight: 300;
    font-size: 18px;
}

.accordion-item .accordion-button.collapsed {
    box-shadow: none;
    color: #1D191F;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 300;
    padding: 26px;
}

.accordion-item {
    margin-bottom: 15px;
}

.about-section-sm{
    display: none;
}
/* @media screen and (max-width:768px){
    
} */
@media (max-width: 992px) {
    .about-section{
        padding:50px 0 0  !important
    }
    .about-section-sm{
        display: block;
    }   
    .opportunities-section img{
        width: 100%;
    }

    .landing-logo{
        width: 250px;
    }
  

    .navbar-nav{
        background-color: rgba(0, 0, 0, 0.9);
    }
}

@media (max-width: 768px){
    .carousel-caption {
        left: 20px;
        text-align: left;
        padding-bottom: 0px;
    }

    .btn-apply{
        font-size: 12px !important;
    }

    .carousel-caption h1{
        font-size: 20px;
    }

    .carousel-caption h2{
        font-size: 15px;
    }

    .carousel-caption p{
        font-size: 12px;
    }

    #backToTop{
        display: none !important;
    }
    
}

@media (max-width: 540px){
    .carousel-caption {
        left: 20px;
        text-align: left;
        padding-bottom: 0px;
    }
    .navbar{
        background: #000;
    }
    .carousel-item img{
        padding-top:50px
    }
    .carousel-caption p {
        font-size: 12px;
        max-width: 240px;
    }

    .btn-apply{
        font-size: 12px !important;
    }

    .carousel-caption h1{
        font-size: 20px;
        /* display: none; */
    }

    .carousel-caption h2{
        font-size: 15px;
        /* display: none; */
    }

    .carousel-caption p{
        font-size: 12px;
        /* display: none; */
    }

    #backToTop{
        display: none !important;
    }
    
}