/*Carousel*/
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carouselText {
    color: black;
    text-align: left;
}

.carousel-caption {
    left: 100px;
}

#carosueslBtn {
    background-color: #5E5E5E;
    border: none;
}


#carouselDescription {
    background-color: white;
    opacity: 0.7;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 50px;
}

#section2 {
    background-image: url("../images/s2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: auto;
}

.map-wrapper {
    background-color: #f0efef;
    width: 60%;
    max-width: 800px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0.8;

}

.map-wrapper img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#section2-div {
    padding: 80px;
}



#section4 {
    border-top: 2px black solid;
    border-bottom: 2px black solid;
}

.topRoundCards {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
    background-color: white;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.trcFooter {
    border-radius: 0%;
    height: 100%;
}

.topRoundCards img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.topRoundCards div {
    background-color: white;
}

#exploreBtn {
    border-radius: 20px;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
}

.story {
    text-align: center;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: auto;
}

.story h2 {
    font-size: 2rem;
    color: #e11d48;
    /* red accent */
    margin-bottom: .5rem;
}

.story p {
    color: #444;
    margin-bottom: 2rem;
}


#owl-demo .item {
    margin: 3px;
}

#owl-demo .item {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#section7 {
    background-color: #333333;
    border-top: 2px solid white;
}

#fistSec {
    display: flex;
}

#fistSec button:nth-child(1) {
    width: 100%;
}

#fistSec i:nth-child(1) {
    padding-left: 12px;
}

#fistSec button:nth-child(2) {
    width: 50%;
}

#fistSec i:nth-child(2) {
    padding-left: 12px;
}



#section8 img {
    max-height: 100%;
    object-fit: cover;
}


.shape-container {
    position: relative;
    width: 200px;
    height: 200px;
}

.div2 {
    display: none !important;
}

/* Make intl-tel-input wrapper full width */
.iti {
    width: 100% !important;
}

/* Make the input inside also full width */
.iti input {
    width: 100% !important;
}


/*CSS for Mobile*/

@media only screen and (max-width: 600px) {
    #carouselHeight-div3 {
        height: 100%;
        width: 100%;
        margin-top: 10%;
        margin-bottom: 0;
    }

    .div2 {
        display: inline !important;
    }

    .div2 p {
        font-size: smaller;
        text-align: justify;
    }

    .stroke-layer {
        margin-bottom: 50px;
    }

    #section7 div:nth-child(1) {
        margin: 0 !important;
        padding: 0;
    }

    .section5 div:nth-child(1) h1 {
        font-size: 5rem;
        margin-top: 5%;
    }

    #footer-div-1 {
        border-bottom: 1px solid white;
        border-right: none;
        margin-bottom: 5px;
    }

    #footer-2a {
        display: block;
    }

    #footer-div-2 {
        border-bottom: 1px solid white;
        border-right: none;
        margin-bottom: 5px;
        justify-content: start;
        margin: 0;
        padding: 0;
    }

 #sectionOne,
    #sectionOne .carousel-inner,
    #sectionOne .carousel-item {
        height: 100vh;
        width: 100%;
    }

    #sectionOne .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #carouselDescription {
        padding: 5px;
        border-radius: 10px;
    }

     .carousel-caption {
        left: 0;
    right: 0;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    }

    .map-wrapper {
    width: 100%;
    height: auto;
}

#section2-div {
    padding: 10px;
}

#section4 .row{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

    .section5 div:nth-child(1) h1 {
        font-size: 3rem;
        margin-top: 5%;
    }


}