.bottomHero2 {
        display: flex;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
        background-color: rgb(14, 13, 13) !important;
        border-radius: 50%;
        padding: 1rem;
}
.bottomHero {
        position: absolute;
        top: 80%;
        height: 20%;
        z-index: 1000;
}
.infoItems span {
        margin-left: 40px;
        color: white;
}
.bottomHeroItems1 {
        width: 40%;
}
.bottomHeroItems2 {
    width: 80%;
    background-color: rgba(0,0,0,0.50);
    height: 100% !important;
}
.infoItems {
        background-color: rgba(70,59,52,0.50);
}
.threes {
        width: 33.33333%;
        text-align: center;
}
.threes h3 {
        margin-top: 20px;
    font-size: 24px;
}
.discoverTitle {
        font-size: 50px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 900;
        color: #808080;
}
.itemsNolteHero {
        position: relative;
        height: 100vh;
        background-position: center center;
        background-size: cover;
}
.itemsNolteHero::before {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(234deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 29, 29, 0.50) 100%);
        background-image: -moz-linear-gradient(234deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 29, 29, 0.50) 100%);
        background-image: -o-linear-gradient(234deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 29, 29, 0.50) 100%);
        background-image: linear-gradient(234deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 29, 29, 0.50) 100%);
}
.itemsNolteHero h2 {
        position: absolute;
        bottom: 25vh;
        left: 7.2rem;
        border-left: 0px solid #FFFFFF;
        font-size: 4rem !important;
        color: white;
        font-weight: 500;
}
.HeroSocialLink, #IndexOwl {
    padding: 12px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: bottom;
    display: inline-block;
}
.HeroSocialLink:hover {
        text-decoration: none;
        color: #D7A119;
        cursor: pointer;
}
#IndexOwl {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 100;
}
.fontstag {
        font-size: 22px ;
        font-weight: 200;
        line-height: 1;
}
.fwpop {
        font-weight: 900;
}
.StartYourJourney {
        font-weight: 700 !important;
        text-transform: uppercase;
}
.rad {
        background-color: yellow;
        width: 20%;
        border-radius: 50%;
}
.fontsizeH2WhyChooseUs {
        font-size: 50px;
        font-weight: 900;
}
.grays {
        background-color: #e7e7e7;
}
.fsproud {
        font-size: 80px;
        font-weight: 900;
}
.imgoso {
        height: 300px;
}
.lon {
        background-color: rgb(27, 27, 56);
}
.ends h2 {
        font-size: 60px;
        color: #c0bfbf6a;
}
.ends h2:hover {
        color: white;
}
.ends p {
        color: #c0bfbf6a;
}
.ends p:hover {
        color: white;
}
.sec2 {
        font-size: 15px;
}
.ends p {
        font-size: 25px;
}
.ends p, .ends h5 {
        margin-top: 20px;
}
a {
        text-decoration: none;
        color: white;
}
.whyChooseUs {
        width: 85%;
        margin: auto;
}
.whyChooseUs h2 {
        font-size: 30px !important;
        font-weight: 900;
}
.whyChooseUs p {
        font-size: 20px;
        width: 100%;
}
.whyChooseUsSlider {
        margin-top: 100px;
}
.whyChooseUsSliderItem {
        display: flex;
        justify-content: space-around;
        flex-direction: row-reverse;
}
.whyChooseUsSliderItem img {
        width: 48% !important;
        height: 100%;
}
.whyChooseUsSliderItem div {
        width: 50%;
}
.whyChooseUsSliderItem p:nth-child(2) {
        font-size: 13px;
}











@media screen and (max-width: 1200px) {
        .whyChooseUsSliderItem p:nth-child(2) {
                font-size: 10px;
        }
    .HeroSocialLink, #IndexOwl {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
    margin-left: 8px;
    }    
}
@media screen and (max-width: 1150px) {
        .infoItems a {
                font-size: 15px;
        }
        .infoItems span {
                font-size: 15px;
        }
}
@media screen and (max-width:1100px) {
        .threes h3 {
                font-size: 20px;
                margin-top: 20px;
        }
        .fontstag {
                font-size: 18px;
        }
        .DISCOVERitem2 img {
                height: 200px;
        }
        .imgoso {
                height: 200px;
        }
        .sec2 {
                font-size: 15px;
        }
        .ends p {
                font-size: 25px;
        }
        .ends p, .ends h5 {
                margin-top: 20px;
        }
        .itemsNolteHero h2 {
                font-size: 50px;
        }
}
@media screen and (max-width: 1000px) {
        .whyChooseUsSliderItem {
                flex-direction: column-reverse;
        }
        .whyChooseUsSliderItem img {
                width: 80% !important;
        }
        .whyChooseUsSliderItem div {
                width: 80%;
        }
        .whyChooseUsSliderItem p:nth-child(2) {
                font-size: 11px;
        }
        .infoItems span {
                margin-left: 40px;
                color: white;
        }
        .threes h3 {
                font-size: 13px;
                margin-top: 20px;
        }
        .fontstag {
                font-size: 15px !important;
                line-height: 1;
        }
        .bottomHero2 {
                flex-direction: column;
                
        }
        .bottomHero {
    position: absolute;
    bottom: 0%;
    height: auto;
    z-index: 1000;
    top: auto;
        }
        .bottomHeroItems2 {
                width: 100%;
                height: 100px!important;
        }
        .infoItems {
                width: 100%;
        }
        .bottomHeroItems1 {
                display: flex;
                align-items: end;
                width: 100%;
        }
        .itemsNolteHero h2 {
                font-size: 20px !important;
        }
        .itemsNolteHeroabs {
                position: absolute;
                top: 65%;
                left: 0px;
                transform: translateY(-50%);
                margin-left: 0px !important;
        }
        .threes h3 {
                font-size: 20px;
                margin-top: 20px;
        }
        .fontstag {
                font-size: 20px !important;
        }
        .imgoso {
                height: 200px;
        }
        .sec2 {
                font-size: 15px;
        }
        .ends p {
                font-size: 25px;
        }
        .ends p, .ends h5 {
                margin-top: 20px;
        }
        .itemsNolteHero h2 {
                font-size: 40px !important;
        }
    #IndexOwl {
    font-size: 12px;
    }
}
@media screen and (max-width:800px) {
        .threes h3 {
                font-size: 15px;
                margin-top: 20px;
        }
        .fontstag {
                font-size: 15px !important;
        }
        /* .bottomHeroItems2 {
                height: 65% !important;
        } */
        .sec2 {
                font-size: 15px;
        }
        .ends p {
                font-size: 25px;
        }
        .ends p, .ends h5 {
                margin-top: 20px;
        }
        .itemsNolteHero h2 {
                font-size: 35px !important;
                left: 4rem;
        }
        .discoverTitle {
                font-size: 40px;
        }
}
@media screen and (max-width:750px) {
        .sec2 {
                font-size: 12px;
        }
        .StartYourJourney {
                margin-top: 10px;
        }
        .fsproud {
                font-size: 50px;
        }
        .imgoso {
                height: 200px;
        }
        .ends h2 {
                font-size: 30px;
        }
        .logosecend {
                width: 100%;
        }
        .ends p {
                font-size: 20px;
        }
}
@media screen and (max-width: 600px) {
        .whyChooseUsSliderItem img {
                width: 100% !important;
        }
        .whyChooseUsSliderItem div {
                width: 100%;
        }
        .whyChooseUsSliderItem p:nth-child(2) {
                font-size: 11px;
        }
        .discoverTitle {
                font-size: 30px;
        }
}
@media screen and (max-width: 450px) {
        .whyChooseUs h2 {
                margin-top: 10px;
                font-size: 20px !important;
        }
        .itemsNolteHero h2 .whyChooseUsPrag1, .whyChooseUsPrag2 {
                font-size: 15px !important;
        }
        .infoItems a {
                font-size: 11px;
        }
        .infoItems span {
                font-size: 11px;
        }
        .discoverTitle {
                font-size: 20px;
        }
}
@media screen and (max-width:400px) {
        .threes h3 {
                font-size: 12px;
                margin-top: 15px;
        }
        .fontstag {
                font-size: 12px !important;
        }
        .bottomHero2 {
                display: block;
        }
        .bottomHeroItems2 {
                width: 100%;
                /* height: 70% !important; */
        }
        .bottomHeroItems1 {
                display: flex;
                align-items: end;
        }
        .itemsNolteHero h2 {
                font-size: 22px !important;
                left: 2.5rem;
        }
        .itemsNolteHeroabs {
                position: absolute;
                top: 65%;
                left: 0px;
                transform: translateY(-50%);
                margin-left: 0px !important;
        }
        .sec2 {
                font-size: 7px;
        }
        .StartYourJourney {
                margin-top: 10px;
        }
        .DISCOVERitem2 img {
                height: 170px;
        }
        .fsproud {
                font-size: 45px;
        }
        .imgoso {
                height: 200px;
        }
        .ends h2 {
                font-size: 30px;
        }
        .logosecend {
                width: 100%;
        }
        .ends p {
                font-size: 20px;
        }
}