* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

a {
    color: white;
    text-decoration: none;
}

.let1 {
    padding: 50px 80px 50px 100px;
    width: 100%;
}

.let11 {
    font-size: 3rem;
    line-height: 120%;
    font-weight: 900;
    padding-left: 75px;
    margin-top: 30px;
}

.wwdhimg {
    padding-left: 1em;
}

.p11 {
    padding-left: 75px;
    margin-top: 30px;
    color: #525560;
}

.flex1 {
    width: 60%;
}

.but3 {
    display: flex;
    margin-left: 72px;
    gap: 30px;

}

.butby {
    padding: 10px 15px;
    outline: none;
    border: none;
    background-color: #F2C94C;
    font-weight: bold;
    
}

.let1 {
    display: flex;

}

.image {
    width: 40%;
}

.chal {
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

.chal2 {
    width: 100%;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

.main {
    font-size: 3rem;
    font-weight: bolder;
    line-height: 130%;
}

.sub-head {
    font-style: italic;
    color: #525560;
    font-size: 0.9rem;
}

.cont {
    color: #525560;
    line-height: 160%;
}

.flex2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

.caro {
    width: 45%;
    position: relative;
}

.image2 {
    margin-top: 20px;
    width: 100%;
}

.arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: 1s ease-in-out;
    cursor: pointer;
    width: fit-content;
}

.arrows2 {
    position: absolute;
    bottom: 0;
    transition: 1s ease-in-out;
    left: 0;
    cursor: pointer;
    width: fit-content;
}


.carousel-indicators [data-bs-target] {
    background-color: white;
    height: 20px;
    width: 18px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #f2c94c;
}

.carousel-control-next-icon {
    display: none;
}

.carousel-control-prev-icon {
    display: none;
}

.carousel-control-next {
    bottom: -28em;
}

.carousel-control-prev {
    bottom: -28em;
}


.cr_image img {
    width: 20em;
    height: 35em;
    border-radius:2em;
}

.men_he img {
    width: 88em;
    height: 50em;
    border-radius: 2em;
}




#caro2,
#caro3 {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

#caro1 {
    transition: opacity 0.5s ease-in-out;
}

#lastle {
    left: 0;
}

.arrows:hover,
.arrows2:hover {
    transform: scale(0.9);
}

#chal22 {
    display: none;
}

.chal3 {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

#chal32 {
    display: none;
}

.chal4 {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    width: 97%;
}

#chal42 {
    display: none;
    width: 47%;
}

#chal41 {
    width: 45%;
}

#chal52 {
    display: none;
}

#chal62 {
    display: none;
}

.chal6 {
    padding: 100px 50px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    width: 100%;
}

.chal6>div {
    width: 90%;
}


#lastchal {
    width: 45%;
    word-spacing: 0.3px;
}


@media (max-width:500px){

    .main {
        font-size: 1.7em;
        font-weight: bolder;
        line-height: 130%;
    }

    .butby_uq {
        padding: 3vw 1vh;
        
    }

    .let11 {
        font-size: 2.5rem;
        line-height: 120%;
        font-weight: 900;
        padding-left: 75px;
        margin-top: 30px;
    }

    
}
