* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
     font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    color: #333;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h2, h3, h4{
     font-family: "Montserrat", sans-serif !important;
     font-weight: 700 !important;

}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: none;
}
/* Hero Section */
.hero {
    background: url("https://www.thebodyholiday.com/wp-content/themes/bodyholiday/custom-assets/images/julien/julien-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 846px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: white;
    flex-direction: column;
        margin: 20px;
    border-radius: 20px;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
font-family: 'Montserrat';

}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;

    font-family: "Montserrat", sans-serif;

}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.custm-bt {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
        height: 61px;
        background-color: #FF6363;
        color: #fff;
}

.btn-primary {
    background-color: #FF6363;
    color: white;
}



.btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}



/* Section Styling */
section {
    padding: 4rem 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
    color: #27408D;
font-family: 'Montserrat';

}

.text-red {
    color: #FF6363;
}

/* About Julien Section */


.about-julien p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Foundation Section */
.foundation {
    background-color: #F8F8F8;
}

.foundation-content {
    display: flex;
   justify-content: space-between;
    gap: 3rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.foundation-text h3 {

    margin-bottom: 1.5rem;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 48px;
/* identical to box height, or 137% */
letter-spacing: -1.2px;

color: #27408D;


   
}

.foundation-text p {
  
    margin-bottom: 2rem;
    /* With lots of unique */
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 32px;
/* or 168% */
letter-spacing: -0.2px;

color: #1F2538;

mix-blend-mode: normal;
opacity: 0.7;

  
}

/* Image placeholders */
.image-placeholder {
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
    font-size: 1.1rem;
    position: relative;
}



/* Auction Details Section */

.auction-content {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.auction-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #27408D;
    font-weight: 700;
font-family: 'Montserrat';

}

.auction-text p, .expandable-content p{
margin-bottom: 1rem;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 32px;
/* or 168% */
letter-spacing: -0.2px;
color: #1F2538;
mix-blend-mode: normal;
opacity: 0.7;


}


/* Footer Text */
.footer-text {
    background-color: white;
    padding: 2rem 0;
    text-align: center;
}



/* Confirmation Section */
.confirmation {
    background-color: #F55050;
    color: white;
    text-align: center;
    margin:130px 80px 20px;
    border-radius: 20px;
}

.confirmation h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.confirmation-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}




/* Expandable Content */
.expandable-content {
    margin-top: 1.5rem;

}

.expandable-content p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.read-more-btn {
    transition: all 0.3s ease;
}


.buy-tickets-bt{
    display: flex;
    align-items: center;
    gap: 12px;
     font-family: "Montserrat", sans-serif;

}
.make-pledge-bt, .make-pledge-bt:hover{
        display: flex;
    align-items: center;
    gap: 12px;
     font-family: "Montserrat", sans-serif;
     background: #fff;
     color: #1F2538;
     border: none;
}
.foundation-img img{
    max-width: 100%;
}
.foundation-image{
    width: 60%;
}
.foundation-text{
    width: 40%;
}
.auction-text strong{
    color: #27408D;
}
.empowering{
    display: flex;
    align-items: center;
    gap: 12px;
}
.empowering p{
    text-align: left;
    margin: 0;
    
}
.p-ticket-bt{
      display: flex;
    align-items: center;
    gap: 12px;
     font-family: "Montserrat", sans-serif;
     background: #27408D;
     color: #fff;
}
.her-focus h3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 48px;
/* or 200% */
letter-spacing: -1.2px;

color: #27408D;


}
.her-focus h4{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 48px;
/* or 240% */
letter-spacing: -1.2px;

color: #27408D;


}
.her-focus p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 25px;
/* or 132% */
letter-spacing: -0.2px;

color: #1F2538;

mix-blend-mode: normal;


}
.her-focus > div{
    display: flex;
    gap:12px;
    align-items: flex-start;
}
.her-focus div svg{
    position: relative;
    top: 15px;
        width: 34px;
}
.auction-img img{
    max-width: 100%;
}
.auction-text{
    width: 40%;
}
.auction-image{
    width: 60%;
}
.each-tickets p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 27px;
/* or 142% */
letter-spacing: -0.2px;

color: #1F2538;

mix-blend-mode: normal;
opacity: 0.7;

}
.her-focus .each-tickets svg {
    position: relative;
    top: 2px;
    width: 30px;
}
.her-focus > div.inspiration svg{
    width: 45px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .foundation-content,
    .auction-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    section {
        padding: 2rem 0;
    }
    .hero-content {
    padding: 0 23px;
}
.foundation-image {
    width: 100%;
}
.foundation-text {
    width: 100%;
}
.foundation-content{
    display: flex;
    flex-direction: column;
}

.auction-text h3 {
    font-size: 20px;
}
.confirmation {
    margin: 12px;
}
.confirmation h2 {
    font-size: 23px;
    margin-bottom: 2rem;
}
.hero{
    min-height: 606px;
}
.auction-content{
    display: flex;
    flex-direction: column;
}
.auction-text, .auction-image {
    width: 100%;
}
.auction-text{
   order: 2;
}
.auction-text{
      order: 1;

}
.her-focus .each-tickets svg {
    width: 110px;
}
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}