@import url('https://fonts.googleapis.com/css2?family=Anek+Kannada:wght@400;700&display=swap');
body,
html {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    font-family: 'Merriweather', serif;
    background-color: #FFFFFF;
    /* Fundo neutro mais suave */
    color: #FFFFFF;
    /* Texto escuro para contraste */
}



.intro-text,
.plans-section,
.discover-presets,
.portfolio-section,
.donation-section {
    text-align: center;
    margin-bottom: 40px;
    /* Adiciona espaçamento abaixo */
}

h1,
h2 {
    color: #333;
    margin-bottom: 20px;
}

.gear-section {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Define two columns */
    gap: 20px; /* Add space between items */
}

.gear-item {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    margin-bottom: 30px; /* Better spacing between items */
    padding: 20px; /* Internal padding */
    background-color: #FFFFFF; /* Different background color */
    border-radius: 10px; /* Rounded borders */
    transition: box-shadow 0.3s ease; /* Smooth transition */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Shadow on hover */
}

.gear-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Shadow on hover */
}

.gear-item img {
    width: 100%;
    max-width: 250px; /* Adjust image size */
    height: auto;
    margin-bottom: 20px; /* Add space below the image */
}

.gear-item h3,
.gear-item p {
    text-align: center; /* Center text */
}

.gear-item div {
    text-align: center;
    /* Alinha o texto à esquerda */
}

.gear-item h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.gear-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    /* Melhora a legibilidade */
}

.gear-item h2 {
    background-color: #D7DFE2;
    color: #829BA3;
    border-radius: 30px;
    padding: 10px 20px; /* Adjust padding to increase background size */
    display: inline-block; /* Ensures the background wraps around the content properly */
}


.future-gear-section {
    background-color: #f8f9fa;
    padding: 40px 20px;
    /* Mais padding nas laterais */
    margin-top: 60px;
    text-align: center;
    border-radius: 10px;
    /* Bordas arredondadas */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Sombra sutil */
}

.future-gear-section h2 {
    margin-bottom: 30px;
    font-size: 28px;
    color: #120;
}

.future-gear-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.btn-paypal {
    background-color: #003087;
    color: white;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    /* Espaçamento acima do botão */
    transition: background-color 0.3s ease;
    /* Transição suave */
}

.btn-paypal:hover {
    background-color: #0056b3;
    /* Cor mais clara ao passar o mouse */
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background: linear-gradient(to bottom, #ffffff, rgba(130, 155, 163, 0.2), #ffffff, #ffffff, #FFFFFF);
    /* Adjusted opacity */
    font-family: 'Anek Kannada', sans-serif;
    /* Apply the font here */
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 1.2;
    margin: 0;
    height: 60%;
    text-align: center;
}

.hero .inter {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    color: #829BA3;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: normal;
}

.hero .segundotexto {
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #1c1c1c;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: normal;
}







.contact {
    display: flex;
    flex-direction: column;
    padding: 100px 20px;
    background-color: #ffffff; /* Fundo branco */
    align-items: flex-start; /* Alinhar à esquerda */
    margin-bottom: -480px;
}

.contact h2 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #829BA3;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left; /* Alinhar texto à esquerda */
    padding-left: 15%; /* Ajuste o valor conforme necessário */
}

.contact p {
    font-family: 'Anek Kannada', sans-serif;
    font-size: 52px;
    font-weight: bold;
    color: #1c1c1c;
    margin: 0;
    line-height: 1.2;
    text-align: left;
    padding-left: 15%; /* Ajuste o valor conforme necessário */
}

.contact h1 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #1c1c1c;
    line-height: 1.8;
    max-width: 600px;
    margin: -7% 0 0px 60%; /* Ajuste o valor conforme necessário */
    text-align: left;
}


.btn-gallery2 {
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 1.8;
    max-width: 600px;
    margin: 3% 0 0px 60%; /* Ajuste o valor conforme necessário */
    text-align: left;
}
.session-view {
    text-align: center;
    padding: 50px 20px;
}

.session-title {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    color: #1c1c1c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.photo-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.main-photo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.side-photos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.side-photos .gallery-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-back {
    display: inline-block;
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #1c1c1c;
    text-decoration: none;
    font-weight: bold;
}
@media (max-width: 1024px) { 
    .contact {
    margin-bottom: -10px;
}
}

/* Para tablets pequenos */
@media (max-width: 768px) {
    hero p{
        font-size: 15px;
    }
    
}

/* Para telemóveis médios */
@media (max-width: 600px) {
  .gear-section {
    grid-template-columns: 1fr; /* Uma coluna apenas */
  }
}



/* Para telemóveis pequenos */
@media (max-width: 480px) {

}

/* Para dispositivos muito pequenos (ex: relógios inteligentes) */
@media (max-width: 320px) { 
 
}
