* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body, html {
    width: 100%;
    height: 100%;
}


.cont h1 {
    position: absolute;
    color: white;
    font-size: 2.5rem;
    padding: 15px 25px;
    border-radius: 10px;
}



/* Botto-Container */


.bottom-container {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: stretch; 
    flex-wrap: wrap;
}

.box {
    width: 400px;
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
}

.box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.box h3 {
    margin: 15px 0 10px;
    font-size: 1.5rem;
}

.box p {
    font-size: 1rem;
    color: #666;
    flex-grow: 1;
}

.ripple-button7 {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: auto;
}

.ripple-button7:hover {
    background-color: #0056b3;
}

.ripple-button7 {
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;
margin-top: 30px;
}

.ripple-button7::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 25px;
height: 20px;
background: rgba(255, 255, 255, 0.5); 
border-radius: 50%;
transform: scale(1);
opacity: 0;
transition: transform 0.5s, opacity 0.5s;
}

.ripple-button7:hover::after {
transform: scale(10);
opacity: 1;
transition: transform 0.5s, opacity 0.5s;
}





.cont-outback-text-heading {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-outback-text-col1{
    width: 50%;
    padding-right: 40px;
}

.img-text-outback {
    width: 50%;
    position: relative;
    text-align: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.img-text-outback img {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: -1;
    filter: brightness(0.8)
}

/* Cont-Text */

.cont-text{
    justify-content: center;
    display: flex;
    padding: 0px;
    margin: 0px;
}
.cont-outback-text-heading h3{
    font-size: 24px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cont-outback-text-heading p{
    font-size: 18px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}



.img-text-outback p {
    text-align: center; 
    color: #ffff;
    font-size: 60px;
}

.img-text-outback .p-text{
    font-size: 20px;
}


.header{
    background-color: white; 
    display: flex; 
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}



@media(max-width: 400px){
    .cont-outback-text-heading{
        display: grid;
        width: 100%;
    }
    .cont-text {
        border: 0px;
        padding: 0px;
        width: 100%;
        max-width: 1500px;
        display: grid;
    }
    .cont-outback-text-heading h3{
      
        width: 100%;
    }
    .cont-outback-text-heading p{
      
        width: 100%;
    }
    .hero h1 {
        font-size: 30px;
    }
    nav.active{
        display: flex;
        justify-content: center;
        position: relative;
        left: 15px;
    }

}

@media(max-width: 768px){
    .cont-outback-text-heading {
        width: 100%;
        display: grid;
    }
}



@media(max-width: 1024px){
    .cont-outback-text-heading {
        width: 100%;
    
    }
}


/*Cony Image TextInside Img */


.cont-img-textinside img{
    width: 70%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.cont-img-textinside{
    justify-content: center;
    display: flex;
    align-items: center;
    
}
 .cont-img-text-btn{
    display: flex;
    position: absolute;
    left: 20%;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    flex-wrap: wrap;
}
.cont-img-text-btn .ripple-button7{
    margin-top: -5px;
}
.text-overlay{
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    color: #ffff;
   
}

.text span{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
   
}



.btn-learn-more{
    background-color: #C49A6C;
    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;
    margin-top: 20px;
}


.cont-text-text p{
    width: 60%;
    text-align: center;
    display: grid;
    font-size: 48px;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin: 0 auto;
}

.cont-text-text .text-p-text{
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}








 /* General Styles */


/* Header Styles */
header {
    background-color: #333;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-family: 'Open Sans', sans-serif;
}

.logo img{
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
 
    width:80%; 
    height: 70px;
    object-fit: contain;
}

nav {
    display: flex;
}

nav a {
    color: black;
    text-decoration: none;
    margin-left: 20px;
    font-size: 18px;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger div {
    width: 30px;
    height: 2px;
    background-color: #0086d8;
    margin: 4px 0;
}

/* Hero Section */
.hero {
    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;
}

.hero h1 {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
@media(max-width: 768px){
    .hero h1 {
        font-size:40px;
    }
    .body-img-text{
        width: 100%;
        text-align: left;
    }
    .cont-img-textinside img{
        width: 100%;
        padding: 20px;
    }
}

.body-img-text{
    width: 60%;
    text-align: left;
}

.hero 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;
}

.hero .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;
}


    

/* first Section */
.first-section, .second-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #ffff;
    
}

.first-section .image {
    flex: 1;
    max-width: 50%;
    margin-right: 20px;
}

.first-section .text {
    flex: 1;
    max-width: 50%;
    font-size: 18px;
    color: #333;
    margin-top: 50px;
}

.first-section .text h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}


/*third-section*/
.third-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.column {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 10px;
}
.column img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}
.column h2 {
    margin-bottom: 10px;
}
.column p {
    margin-bottom: 15px;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.button:hover {
    background-color: #0056b3;
}
@media (max-width: 768px) {
    
    
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90px;
        right: 30px;
        background-color: #ffff;
        width: 100%;
        padding: 10px;
        border-top: 2px solid #0086d8;
    }
    /* Hamburger Styles */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hamburger div {
    width: 100%;
    background-color: #0086d8;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hamburger.open div:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.open div:nth-child(2) {
    opacity: 0;
}

.hamburger.open div:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Navigation Dropdown Animation */
.header nav {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 90px;
    right: 30px;
    background-color: #ffff;
    width: 92%;
    padding: 10px;
    border-top: 2px solid #0086d8;
    height: 0; /* Initially hidden */
    overflow: hidden; /* Prevent showing extra content */
    opacity: 0;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


nav.active {
    height: auto; 
    opacity: 1; 
}

nav a {
    margin: 10px ;
    flex-wrap: wrap;
}


    nav.active {
        display: flex;
        justify-content: center;
    }

    .hamburger {
        display: flex;
    }

 

    .first-section {
        flex-direction: column;
        padding: 20px;
        
    }

    .first-section .image,
    .first-section .text {
        max-width: 100%;
        margin-right: 0;
    }

    .first-section .text {
        margin-top: 0;
    }
    
     .second-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #f4f4f4;
}

.second-section .text {
    flex: 1;
    max-width: 50%;
    padding-right: 20px;
}

.second-section .image {
    flex: 1;
    max-width: 50%;
}

.second-section .text h3 {
    font-size: 1.5rem;
    color: #333;
}

.second-section .text h1 {
    font-size: 70px;
    color: #333;
}

.second-section .image img {
    width: 100%;
    height: auto;
}
.hero h1{
    margin-top: -20px;
   
}


}


.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
.button:hover {
    background-color: #0056b3;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}
.prev { left: 10px; }
.next { right: 10px; }
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.pagination {
    text-align: center;
    margin-top: 10px;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.dot.active {
    background-color: #007BFF;
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .second-section {
        flex-direction: column;
        padding: 20px;
        
    }

    .second-section .text,
    .second-section .image {
        max-width: 100%;
        padding-right: 0;
    }

 
}



        /* Footer Styles */


footer{
    padding-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
   padding-bottom: 50px;
   align-items: center;
}
.cont-footer{
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
   
}

.logo-footer .img-logo{
    width: 100%;
    justify-content: flex-start;
    left: 0px;
}
.logo-footer {
    width: 20%;
    object-fit: cover;
   
}
.img-cont-footer1 img{
    margin-top: 20px;
}
.heading-text h2{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #1664d6 !important;
}
.heading-text p{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #0000;
}
.contact-information a{
    text-decoration: none;
    display: grid;
    font-size: 16px;
    color: #212529;
    cursor: pointer;
    margin-top: 10px;
}
.contact-information h2{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #1664d6;
}
.image img{
    width: 100%; 
    height: auto;
}

.first-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);
}
.first-section12{
    position: relative; 
    top: -300px
}

@media (max-width: 768px) {
    .book-cont {
        flex-direction: column;
        align-items: center;
    }
    .first-section .cont-section{
        display: grid;
        margin-top: 5px;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);

    }
    .first-section12{
        position: relative; 
        top: 450px
    }

    .text {
        width: 100%;
        margin-top: 50px;
        text-align: center;
        padding: 20px;
        max-width: 1000px;
    }

    .image {
        width: 90%;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 16px;
    }

    .btn-learn-more {
        width: 100%;
    }
  
    .cont-footer{
        
        margin: 0px auto;
        display: grid;
        justify-content: space-around;
       
    }
    .logo-footer .img-logo{
        width: 200%;
        height: auto;
        justify-content: flex-start;
        left: 0px;
    }
    .img-cont-footer1{
        display: flex;
    }
    .img-cont-footer1 img{
        width: 25%;
        margin-bottom: 30px;
        margin-left: 20px;
       
    }
    .heading-text h2{
        margin-bottom: 20px;
    }
    .heading-text span{
        margin-bottom: 20px;
    }
    .cont-text-text p {
        width: 100%;
        font-size: 40px;
        padding: 20px;
    }
    .image img{
        width: 90%; 
        height: auto;
    }
    .hero {
        height: 100%;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }
    .cont-img-textinside img{
        width: 100%;
        padding: 20px;
    }

    .text-overlay{
        font-size: 30px;
    }
    .first-section12{
        position: relative; 
        top: 50px
    }
}
text{
    width: 100%;
     margin-top:100px;
      padding:30px;
}
.image{
    width: 100%
}
.text h1{
    font-size: 70px;
    margin-top: 20px;
}
@media(max-width: 400px){
   .book-cont h1{
        font-size: 20px;
    }

}

.header-header{
    display: flex; 
    width: 100%;
    max-width: 1280px; 
    background: white; 
    justify-content: space-between; 
    align-items: center;
    flex-wrap: wrap;
}






/** Contact US   **/

.header1{
    display: flex; 
    width: 100%; 
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5%;
    justify-content: space-between;
}

.cont-contact img{
    width: 30%;
}
.cont-contact-text-heading{
  width: 900px;
}
.contact-cont-text span{
    font-size: 20px;
    color: #0086d8;
}
.contact-cont-text h3{
    font-size: 60px;
    color: #333333;
    font-weight: 400;
}
.contact-cont-text p{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}

.contatc-img img{
    width: 100%;
    
}
.contatc-img {
    margin-top: 10%;
}
.input input{
    width: 410px;
    height: 50px;
    padding-left: 20px;
    border: transparent;
    background-color: #eeeeee;
    margin-top: 20px;

}
.input2{
    margin-left: 20px;
}
.input .form-control{
    margin-top: 20px;
    border: transparent;
    background-color: #eeeeee;
    padding: 20px;
}

.ripple-button8 {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-top: auto;
}

.ripple-button8:hover {
    background-color: #0056b3;
}

.ripple-button8 {
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; 
overflow: hidden; 
position: relative;
margin-top: 30px;
}

.ripple-button8::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 25px;
height: 20px;
background: rgba(255, 255, 255, 0.5); 
border-radius: 50%;
transform: scale(1);
opacity: 0;
transition: transform 0.5s, opacity 0.5s;
}

.ripple-button8:hover::after {
transform: scale(10);
opacity: 1;
transition: transform 0.5s, opacity 0.5s;
}

.icon img{
    width: 40px;
}
.icon{
    display: flex;
    align-items: center;
    gap: 10px
}
@media(max-width: 768px){
    .header1{
        display: grid; 
       
      padding: 20px;
    
    }
    .cont-contact-text-heading{
        width: 100%;
      }
      .input input{
        width: 48%;
    
    }
    .cocontatc-img{
        padding: 20px;
    }
    img{
        width: 50%;
    }
    .form-control{
        width: 100%;
    }

}

@media(max-width: 650px){
    .input input{
        width: 47.5%;
    
    }
}
@media(max-width: 528px){
    .input input{
        width: 46.8%; 
    }
}
@media(max-width: 400px){
    .input input{
        width: 100%;
        display: grid;
        margin-left: 0px;
    }
    .form-control{
        width: 100%;
    }
}


/************************** Privacy Policy **********************/


main {
    padding: 50px;
    background-color: white;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 50px;
}
.body-img-text h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}
h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #34495e;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
ul li {
    margin: 0.5rem 0;
    padding-left: 1rem;
    position: relative;
}
ul li::before {
    content: "•";
    color: #3498db;
    position: absolute;
    left: 0;
    top: 0;
}
.contact {
    font-size: 1rem;
    margin-top: 2rem;
}
.contact a {
    color: #3498db;
    text-decoration: none;

}
.contact a:hover {
    text-decoration: underline;
}


    .heros {
    height: 70vh;
    background: url(img/privacy-policy.jpg) no-repeat center center / cover;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.heros h1 {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
   
}
.body-img-text {

    max-width: 80%; 
    padding: 20px;
}
@media(max-width: 1279px){
    main{
        margin-top: 0px;
    }
}

@media(max-width: 1062px){
    .heros h1 {
        font-size: 50px;
        width: 100%;
    }
}
@media(max-width: 768px){
    .heros h1 {
        font-size: 40px;
        width: 100%;
    }
}
@media(max-width: 500px){
    .heros h1 {
        font-size: 20px;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .heros {
        object-fit: cover;
        height: 50%;
        width: 100%;
        background: url(img/privacy-policy.jpg) no-repeat center center / cover;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}