
/*about us page css*/

.aboutpage-hero {
    position: relative;
}
.aboutpage-hero a {
    color: #fff;
    text-decoration: none;
}
img.abouthero-pic {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
        height: calc(100vh - 80px);
}
.aboutpage-hero .container {
    position: absolute;
    top: 50px;
    color: var(--white-color);
    text-align: center;
    left: 0;
    right: 0;
}
.aboutpage-hero .container h1 span {
    display: block;
}
.aboutpage-hero .container h1 {
    font-size: 110px;
    line-height: 115px;
}
.aboutpage-hero .container h1 span.Anton-font {
    font-size: 161px;
}
.aboutpage-hero .container h1 span.Rubik-font {
    font-size: 70px;
    line-height: 90px;
}
.next-section-btn svg {
    filter: invert(1);
}
.about-story {
    padding: 100px 0;
}
.about-story h2 {
    text-align: center;
    padding-bottom: 80px;
}
.serious-section {
    text-align: center;
    padding-bottom: 50px;
}
.transformation-section {
    padding: 100px 0;
}
.transformation-section h2 span {
    display: block;
    font-size: 54px;
}
.transformation-section h2 {
    line-height: 63px;
    text-align: center;
}
.transformation-section h2 {
    line-height: 63px;
    text-align: center;
    margin-bottom: 80px;
}
.transformation-section h4 {
    font-family: 'Inter';
    font-size: 36px;
}

.manifesto-section {
    background-color: #FFCD18;
    padding: 80px 0;
    font-weight: 500;
}
.menifesto-star {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.menifesto-star img {
    animation: spin 150s 
linear infinite;
    transform-origin: center;
}
.menifesto-star h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
img.verty-pic {
    max-width: 90%;
}
.adult-drink-strip {
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 20px 0;
}
.adult-drink-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.adult-text p {
    margin: 0;
}
.adult-drink-strip h4 {
    margin: 0;
    font-size: 50px;
}

.about-story iframe {
    width: 100%;
}
.the-founders {
    background: #FFEEC4;
    padding: 115px 0px 95px 0px;
}
.the-founders .container {
    max-width: 1000px;
}
.the-founders h2 {
    text-align: center;
    margin-bottom: 70px;
}
.card-pic {
    background: #fff;
    width: 100%;
    border: 1px solid #959393;
    padding: 56px 30px;
    display: flex;
    align-items: center;
}
.card-pic span {
    width: 190px;
    height: 190px;
    background: #D9D9D9;
    display: inline-block;
    border-radius: 50%;
}
.card-pic span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.founders_card h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0px;
}
.card-content a {
    color: #000;
    display: block;
}
@media (max-width: 1199px) {
 
.aboutpage-hero .container h1 {
    font-size: 70px;
    line-height: 75px;
}
.aboutpage-hero .container h1 span.Anton-font {
    font-size: 104px;
}
.aboutpage-hero .container h1 span.Rubik-font {
    font-size: 46px;
    line-height: 61px;
}
.transformation-section h4 {
    font-size: 26px;
}
.transformation-section h2 span {
    font-size: 40px;
}
.transformation-section h2 {
    line-height: 50px;
}
}

@media (max-width: 991px) {
.aboutpage-hero .container {    top: 100px;}
.the-founders {
    padding: 70px 0px;
}
.the-founders h2 {
 margin-bottom: 40px;
}
.card-pic {
    padding: 30px 20px;
}
.card-pic span {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {
.about-story h2 {    padding-bottom: 30px;}
.serious-section {
    padding-bottom: 60px;
    padding-top: 50px;
}
.serious-section .container {
    width: 100%;
}
.transformation-section {
    padding: 60px 0;
}
.transformation-section h2 {
    font-size: 50px;
    margin-bottom: 40px;
}
.transformation-section h2 span  {
    font-size: 34px;
}
.transformation-section h4 {
    font-size: 20px;
}
.menifesto-star h2 {
    font-size: 50px;
}
.menifesto-star img {
    width: 230px;
}
.manifesto-left-col {
    margin-bottom: 20px;
    text-align: left;
}
.adult-text {
    line-height: normal;
    margin-top: 10px;
}
.adult-drink-strip .container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0;
}
.adult-text  p.font-24 {
    font-size: 15px;
    margin-bottom: 2px;
}
.manifesto-section {
    padding: 40px 0;
}
.transformation-col-right br {
    display: none;
}
.transformation-col-right h4 {
    margin-top: 30px;
}
.about-story iframe {
    margin-bottom: 10px;
}
.the-founders .row {
    row-gap: 30px;
}
.card-pic {
    padding: 20px 15px;
}
.card-pic span {
    width: 100px;
    height: 100px;
}
.founders_card h5 {
    margin: 15px 0px 10px 0px;
}
}


@media (prefers-color-scheme: dark) {

.button-black-60 {
    filter: inherit;
}
 .aboutpage-hero .container h1 {color: var(--black-color);}
.serious-section {
    background-color: #111 !important;
}
.manifesto-section {
    background-color: #FFCD18;
    color: var(--white-color);
}
.adult-drink-strip {
    background-color: #111;
    color: var(--black-color);
}


}