html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0 auto;
    padding: 0 auto;
    color: #FFF;
    font-size: 1.1rem;
}

h1,h2,h3,h4,h5,p,ul {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

h2{
    font-size: 1.8rem;
}

.about-header{
    margin-top: 1rem;
    text-align: center;
}

.about-container{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    justify-content: center;
    margin: 20px auto;
    gap: 100px;

}

.about-header{
    margin-top: 40px;
    font-size: 2rem;
    border-bottom: 3px solid var(--accent-color);
    max-width: 850px;
    padding-bottom: 10px;
    margin:40px auto;
}

.about-description{
    display: flex;
    flex-direction: column;
    flex-basis: 500px;
    flex-shrink: 1;
    gap: 20px;
    padding: 20px 30px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background: linear-gradient(to top right, rgba(46, 46, 46, 1), rgba(26, 26, 26, 0.8));
}

.about-description h2{
    margin-top: 20px;
}

.about-line{
    display: flex;
    align-items: center;
}

.cta{
    margin-top: 30px;
}

.cta-btn{
    display: flex;
    justify-content: space-between;
    color: #FFF;
    background: var(--accent-color-gradient);
    padding: 20px;
    border-radius: 30px;
    transition: transform 0.5s ease, box-shadow 0.3s ease, background-color 0.5s ease
}

.cta-btn i{
    margin-right: 20px;
    font-size: 1.4rem;
}

.cta-btn:hover{
    background-color: var(--accent-color);
    box-shadow: 0px 0px 20px var(--accent-color-dim);
    transform: translateX(5px);
}

.cta-btn:active{
    background-color: #094d38;
    box-shadow: 0px 0px 20px var(--accent-color-dim);
    transform: translateY(-2px);
}

.video-content{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: auto 1rem;
    flex-basis: 350px;
    flex-shrink: 1;
}

.video-content h2{
    margin-bottom: 0.5rem;
}

.video-placeholder{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 8px solid transparent;
    padding: 20px;
}

.video-placeholder h2{
    text-align: center;
}

.video-placeholder a{
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

.media-player{
    width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
}

.venue-info{
    background-color: #161616;
    margin: 50px auto;
}

.venue-head{
    margin: 0px auto;
    padding: 100px 0px;
    max-width: 800px;
    text-align: center;
}

.venue-head h2{
    margin-bottom: 1rem;
    border-bottom: 3px solid var(--accent-color);
    padding-bottom: 10px;
}

.venue-head h3{
    color: #e3e3e3;
}

.venue-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
    gap: 100px;
}

.venue-card{
    padding: 20px 40px;
    line-height: 2rem;
    border-radius: 10px;
    max-width: 600px;
    background: linear-gradient(to bottom right, rgba(46, 46, 46, 1), rgba(26, 26, 26, 0.8));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.venue-card h3{
    margin-bottom: 1rem;
}

.venue-foot{
    text-align: center;
    padding-bottom: 100px ;
    color: #e3e3e3;
}

iframe{
    height: 1300px;
}


.zoho-form{
    height: 1250px;
    width: 100%;
}

.pisces-faqs {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 100px;
    }

.pisces-faqs h1{
    margin-bottom: 50px;   
}

.faq {
    max-width: 1600px;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: var(--dark-gradient);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    
}

.row-header {
    display: flex;
    align-items: center; 
    min-height: 50px;
    border: 2px solid #FFF;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.row-text {
    border: 1px dotted #444444;  
    padding: 10px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    border: none;
}

.faq .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}

.faq .row .toggle-icon {
  min-width: 18px;
  margin-left: 10px;
  padding-top: 15px;
}

.faq .row-text {
  margin-top: 8px;
  display: none;
}

i{
    margin-right: 20px;
}

.trading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}

.trading-line{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
}

.trading h2{
    text-align: center;
    margin-bottom: 50px;
}

.trading-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    padding: 0px 100px;
}

.trading-card{
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    line-height: 2rem;
    border-radius: 10px;
    flex-basis: 400px;
    background: linear-gradient(to bottom right, rgba(46, 46, 46, 1), rgba(26, 26, 26, 0.8));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    min-width: 300px;
}

.trading-card h3{
    margin-bottom: 20px;
}

.trading-card p{
    color: rgb(219, 219, 219);
}

@media (max-width: 920px) {
    .benefits-row {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
    .content-card{
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
    }
    .about-container{
        flex-direction: column;
        gap: 20px;
    }
    .venue-cards{
        flex-direction: column;
        gap: 20px;
    }
    .venue-card{
        margin: auto 20px;
    }
    .trading-cards{
        flex-direction: column;
        padding: 0px 20px;
        gap: 20px;
    }
    .trading-card{
        min-width: 90%;
    }
    .faq{
        padding: 0px 10px;
    }
    .row{
        height: unset;
    }
    .cta{
        margin-top: auto;
    }
}