.body-img-text.home h1 {
    color: white; 
    font-size: 72px;
}

.body-img-text.home{
    width: 60%;
    text-align: left;
}

.widget-section .cont-section{
    display: flex; 
    flex-wrap: wrap; 
    width: 100%; 
    max-width: 1280px; 
    padding: 24px; 
    margin-top: -250px; 
    background: white; 
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}


/* Banner Section */
.banner-section {
    height: 100vh;
    background: url('../img/pexels-bertellifotografia-17001779-scaled.jpg') no-repeat center center/cover;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.banner-section h1 {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}


.body-img-text{
    width: 60%;
    text-align: left;
}

.banner-section button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #1664D6;
    color: white;
    border: none;
    background-color: #1664D6;
    border: none;
    color: white;
    padding: 15px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 60% opacity */
    opacity: 10;
    transition: opacity 0.3s ease;
}


.book-cont .text h1{
    font-size: 60px;
}

.book-cont .text h3{
    color: #1664d6;
    font-weight: 500;
}

.book-cont .text p{
    font-size:18px;
}

.book-cont .text .icon-img{
    width: 29px;
}


/* Carousel */


.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
}



.overlay h2 {
    margin-bottom: 10px;
    font-size: 46px;
}


.overlay p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}


.overlay button {
    background: #1664D6;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.overlay button:hover {
    background: #1664D6;
}



/* Cont Carousel */
.cont-carousel {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    
}
.cont-carousel img {
    margin-bottom: 50px;
    
}

.img-carousel {
    position: relative;
    display: inline-block;
}


.img-carousel img {
    display: block;
    width: 100%;
    filter: brightness(0.5);
}


.cont-carousel {
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px;
overflow: hidden;
width: 90%;
max-width: 1290px;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 600%;
}
.img-carousel {
    position: relative;
    flex: 0 0 100%;
}
.img-carousel img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
}
.carousel-btn.left {
    left: 10px;
}
.carousel-btn.right {
    right: 10px;
}
.cont-outback-carousel{
    justify-content: center;
    display: flex;
    align-items: center;
}

.footer-banner .text-overlay{
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    color: #ffff;
   
}

.img-text-outback1{
    display: flex;
    flex-direction: column;
}

.img-text-outback-title{
    font-size: 60px !important;
    margin: 0 !important;
    line-height: 30px;
    text-align: left !important;
}

.img-text-outback-desc{
    font-family: Open Sans, Arial, sans-serif;
    font-size: 20px !important;
    text-align: left !important;
}




@media(max-width: 768px){
    .banner-section {
        max-height: 400px;        
    }

    .body-img-text.home{
        width: 100% !important;
    }

    .body-img-text.home h1 {
        font-size: 40px;
    }

    .widget-section .cont-section{
        margin-top: -100px;
        flex-direction: column;
    }

    .cont-img-textinside img{
        width: 100%;
        padding: 20px;
    }

    .book-cont .text{
        text-align: left;
    }

    .book-cont .text p{
        font-size:18px;
    }

    .overlay h2 {
        font-size: 24px;
    }
    
    .footer-banner .text-overlay{
        font-size: 28px;
     
    }
    
    .cont-outback-text-heading{
        display: flex;
        flex-direction: column !important;
        padding: 20px;
    }

    .cont-outback-text-col1{
        width: 100%;
        padding-right: 0px;
    }
    
    .img-text-outback {
        width: 100%;

    }

    .img-text-outback-title{
        font-size: 30px !important;
    }
    
    .img-text-outback-desc{
        font-size: 16px !important;
    }
    
}


