::-webkit-scrollbar {
    display: none;
}

#alink {
    word-wrap: break-word;
}

.carousel li {
    list-style: none;
}

.carousel img {
    opacity: 55%;
}

#darkerImage {
    opacity: 45% !important;
}

.carousel {
    background: #000;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between !important;
}

.object-fit {
    object-fit: cover;
}

.rits {
    margin: 40px 0 20px 0 !important;
    font-size: 60px;
}

#textcolor {
    color: rgb(255, 0, 0);
}

.hmmm li {
    margin: 30px;
    font-weight: 500;
}

.hmmm li:nth-child(1) {
    margin-top: 0;
}

.whys li {
    font-weight: 400;
    font-size: x-large;
}

.whys li:nth-child(1) {
    margin-top: 40px;
}

/* .whys li:nth-child(odd){
    color: rgb(59, 59, 59);
}
.whys li:nth-child(even){
    color: rgb(75, 75, 75);
} */

/* .flex-center{
    display: flex;
    justify-content: center;
} */

.table {
    overflow: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.table::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.list-group-item {
    width: 860px;
    text-align: center;
    border-radius: 10px;
    max-width: 80vw;
    margin: auto;
}

.whycontainer {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("assets/img\ \(7\).jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white !important;
    will-change: scroll-position !important;
}

.whycontainer1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("assets/img\ \(3\).jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.whys {
    margin-bottom: 40px !important;
}

.bigg {
    font-size: 30px;
    max-width: 90vw;
    margin: auto;
}

.list-group-item {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 10px !important;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-lg-4 .bd-placeholder-img {
    margin: 10px !important;
}

#pyy {
    padding: 15px 0 0 0 !important
}

.carousel, .carousel-item {
    will-change: auto;
}

/* .carousel-inner {
    overflow: visible
} */

.carousel-item {
    width: 99.9%;
    overflow-x: hidden;
}

.contacts {
    overflow-wrap: break-word;
}

