@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.navbar-brand {
    font-size: 16px !important;
    font-weight: 600;
}

/* 
#063b29
#040b11
#faf0e6
#21a955 */

.bg-contact {
    background-color: #faf0e6;
}

.dark-text {
    color: #040b11;
}

.up {
    top: -5rem;

}


.lgcolor::placeholder {
    color: #faf0e6 !important;
    font-size: 14px;

}

.form-control {

    background-color: #040b11 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.bg-sec {
    background-color: #21a955;
}

.nav-itemf {
    font-size: 14px !important;
    font-weight: 500;
    color: #21a955 !important;
}

@media only screen and (max-width: 767px) {
.hero {
        background-color: #faf0e6;
    }}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hero {
        background-color: #faf0e6;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    .hero {
        background-image: url('/images/hero.svg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media only screen and (min-width: 1280px) {

    .hero {
        background-image: url('/images/hero.svg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;
    }
}


.sechead {
    color: #21a955;
    font-size: 36px;
    font-weight: 600;
}

.secsub {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}

.ghead {
    font-size: 30px;
    font-weight: 600;
}

.gsub {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: justify;
}

.btn1 {
    color: #fff !important;
    background: #21a955;
    font-size: 15px;
    border: solid 1px #21a955;
}

.inicard {
    background-color: #faf0e6;
}

.inihead {
    font-size: 18px;
    font-weight: 600;
}

.gcard {
    background-color: #faf0e6;
    color: #21a955;
}

.inisub {
    font-size: 14px;
    font-weight: 500;
}

.numnum {
    font-size: 26px;
    font-weight: 700;
}

.numtext {
    font-size: 14px;
    font-weight: 500;
}

.herotext {
    font-size: 42px;
    font-weight: 800;
}

.bg-transparent {
    background-color: transparent !important;
}

.herosub {
    font-size: 24px;
    font-weight: 500;
}

.foothead {
    font-size: 16px;
    font-weight: 600;
}

.footsub {
    font-size: 16px;
    font-weight: 400;
}

.copyright {
    font-size: 12px;
    font-weight: 300;
}

.footname {
    font-size: 22px;
    font-weight: 600;
}

.footabout {
    font-size: 14.4px;
    font-weight: 400;
}





.pastTopic {
    font-size: 22px;
}

.pastContent {
    font-size: 12px;
    font-weight: 500;
}

.hackLearnMore {
    font-size: 14px;
    font-weight: 600;
}

.textHackContent {
    text-align: justify;
    font-weight: 500;
}

.picturesPast {
    background: url("/newui/images/dots.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.imgOnePast {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.imgRes {
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.imgRess {
    max-width: 80%;
}

.imgPastBox {
    position: relative;
}

#reviewsIndicator .carousel-control-next-icon {
    background-image: url(".././img/next-icon.svg");
}

#reviewsIndicator .carousel-control-prev-icon {
    background-image: url(".././img/prev-icon.svg");
}

.community-part-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    border-radius: 10px;
    height: 130px;
    width: 150px;
    margin: auto;
    transition: all 0.2s ease-in-out;
}

.community-part-icon:hover {
    transform: scale(1.1);
}

.presence {
    background-color: #f6f6f6;
}

.img-testimonial {
    border-radius: 4rem;
    border: 4px solid #fed02f;
}

.hackLearnMore {
    font-size: 14px;
    font-weight: 600;
}

.picturesPast {
    background: url("/images/dots.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}


#eventHackIndicators .carousel-indicators [data-bs-target] {
    background-color: #c4c4c4;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}