@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
font-family: 'Montserrat', sans-serif, Arial;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p, h1, h2, h3, h4 {
margin: 0;
}

#boldpink {
color: #F037A6;
font-weight: bold;
}

img {
width: 100%;
height: auto;
object-fit: contain;
}

#header-mobile {
    display: none;
}

#stories-mobile {
    display: none;
}

#footer-mobile {
    display: none;
}

.br-mobile {
    display: none;
}

a {
text-decoration: none;  
}

/* header start */

header {
    display: flex;
    position: relative;
    width: 100%;
    margin: auto;
}

header #headerContent1 {
    position: absolute;
    text-align: center;
    width: 65%;
    right: 0px;
    padding: 7% 10% 5% 5%;
}
/* 
header #headerContent1 h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #F037A6;
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #F037A6;
} */

header #headerContent1 h2 {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    background-color: #F037A6;
    background-image: linear-gradient(to top, #7f28c4, #e2197c, #e2197c, #e5231b);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

header #headerContent1 p {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
    padding-top: 5%;
}

header #headerContent2 {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 11.1%;
    width: 79.15%;
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 3% 0;
    text-transform: uppercase;
}


/* header end */

/* section start */

section {
display: inline-block;
position: relative;
width: 79.15%;
margin: 0 9.75% 0 11.1%;
}

section #sectionContent1 {
display: inline-block;
width: 100%;
object-fit: contain;
position: relative;
text-align: center;
font-size: 18px;
line-height: 26px;
margin: 3% 0;
}

section #sectionContent1 h4 {
font-weight: 800;
text-transform: uppercase;
font-size: 28px;
}

section #sectionContent1 p {
    
    font-size: 22px;
}

section #sectionContent1 #svg {
width: 70%;
margin-top: 3%;
margin-bottom: 3%;
}

section #sectionContent1 h3 {
font-weight: normal;
text-transform: uppercase;
font-size: 30px;
line-height: 1.2;
}

section #btn {
display:table;
margin:0 auto;
padding: 10px 30px;
background-color: #6E10C7;
border-radius: 10px;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
color: white;
text-align: center;
transition: 0.3s ease;
}

section #btn:hover {
background-color: #580c9f;
color: #ffffff;
border-color: #580c9f;
box-shadow: 0 0 50px 10px rgba(0,0,0,.2);
}

.content-wrapper {
    margin: 3% 0;
    width: 100%;
    padding-bottom: 55.5%; /* 16:9 */
    height: 0;
    position: relative;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: 30px;
  }

.content-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

section #sectionContent2 {
display: flex;
justify-content: center;
width: 100%;
object-fit: contain;
position: relative;
margin: 5% 0;
}

section #sectionContent2 .column {
text-align: left;
float: left;
width: 28%;
padding: 0 2.5% 0 2.5%;
}


section #sectionContent2 .column h1 {
font-size: 120px;
background: linear-gradient(to top, #7f28c4, #e2197c, #e2197c, #e5231b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

section #sectionContent2 .column h2 {
font-size: 40px;
text-transform: uppercase;
background: linear-gradient(to top, #7f28c4, #e2197c, #e2197c, #e5231b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
height: 200px;
}

section #sectionContent2 .column p {
font-size: 21px;
color: black;
padding: 45px 0;
}

.borderColumn {
border-right: 1px solid black;
border-left: 1px solid black;    
}

/* section end */

/* footer start */

footer {
display: inline-block;
position: relative;
width: 100%;
}

footer #footerContent1 {
display: flex;
position: relative;
}

footer #footerContent1 h4 {
position: absolute;
text-align: center;
width: 100%;
color: white;
font-size: 38px;
font-weight: 600;
line-height: 26px;
text-transform: uppercase;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

footer #footerContent2 {
display: inline-block;
width: 100%;
object-fit: contain;
position: relative;
}

footer #footerContent2 #grid {
text-align: left;
float: left;
width: 20%;
}

footer #footerContent2 #grid p {
text-align: center;
width: 100%;
color: black;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 5% 0 ;
}

/* footer end */



@media screen and (max-width: 1500px) {
    header #headerContent1 h2 {
        font-size: 55px;
    }

    header #headerContent1 {
        padding: 5% 10%;
    }
    header #headerContent2 {
        font-size: 22px;
    }
    }

@media screen and (max-width: 1400px) {
    header #headerContent1 h2 {
        font-size: 45px;
    }

    header #headerContent1 p {
        font-size: 20px;
    }

    header #headerContent1 {
        padding: 5% 10%;
    }

    header #headerContent2 {
        font-size: 20px;
    }

    section #sectionContent1 h4 {
        font-size: 24px;
    }

    
    section #sectionContent1 p {
        font-size: 20px;
    }

    
}

@media screen and (max-width: 1306px) {
    section #sectionContent2 .column h1 {
        height: 150px;
    }

    header #headerContent1 h2 {
        font-size: 45px;
    }

    header #headerContent1 p {
        font-size: 18px;
    }

    header #headerContent1 p br {
        display: none;
    }
    
    section #sectionContent2 .column h2 {
        height: 200px;
    }
    
    section #sectionContent2 .column {
        width: 33%;
    }
    
    }
    
    @media screen and (max-width: 1200px) {
    
    header #headerContent1 h2 {
    font-size: 40px;
    line-height: 55px;
    }
    header #headerContent1 p {
    font-size: 16px;
    line-height: 22px;
    }
    header #headerContent2 {
    font-size: 16px;
    line-height: 24px;
    margin: 2% 0;
    }
    }
    
    @media screen and (max-width: 992px) {
    header #headerContent1 h2 {
    font-size: 55px;
    line-height: 1.2;
    }
    header #headerContent1 p {
    font-size: 22px;
    line-height: 1.6;
    }
    header #headerContent2 {
    font-size: 20px;
    line-height: 1.6;
    }
    header #headerContent2 br {
    display: none
    }
    }
    
    
/* MOBILE */

@media (max-width: 992px) {

    .br-mobile {
        display: block;
    }

    #header-mobile {
        display: block;
    }

    #header-desktop {
        display: none;
    }

    #stories-mobile {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #stories-desktop {
        display: none;
    }

    #footer-mobile {
        display: block;
    }

    #footer-desktop {
        display: none;
    }

    header {
        display: flex;
        flex-wrap: wrap;
    }

    header #headerContent1 {
        position: static;
        margin: auto;       
        width: 100%;
    } 

    header #headerContent2 {
        position: static;
        margin: auto;
        width: 100%;
        padding: 5% 10%;
        background:linear-gradient(90deg, rgba(117,29,203,1) 0%, rgba(182,37,168,1) 49%, rgba(226,48,84,1) 100%);
        background-repeat: no-repeat;
    }

    section {
        width: 100%;
        margin: 0;
    }

    section #sectionContent1 {
        display: block;
        width: 80%;
        margin: 3% auto;
    }

    section #sectionContent2 {
        flex-wrap: wrap;
        width: 80%;
        margin: 50px auto;
    }

    section #sectionContent2 .column{
        flex-basis: 100%;
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

    section #sectionContent2 .column h1 {
        line-height: 0.9;
    }

    section #sectionContent2 .column h2 {
        height: auto;
    }

    section #sectionContent2 .column p {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;

        
        padding: 10px 0 40px 0;
    }

    .borderColumn {
        border-right: none;
        border-left: none;    
    }
    #footer-mobile h4 {
        background:linear-gradient(90deg, rgba(117,29,203,1) 0%, rgba(182,37,168,1) 49%, rgba(226,48,84,1) 100%);

        text-align: center;
        width: 100%;
        color: white;
        font-size: 30px;
        font-weight: 600;
        line-height: 26px;
        text-transform: uppercase;
        padding: 1em 0.5em;
    }

}

@media screen and (max-width: 786px) {
    header #headerContent1 h2 {
    font-size: 30px;
    }
    header #headerContent2 {
    font-size: 24px;
    }

    section #sectionContent1 #svg {
        width: 100%;
        margin-top: 15%;
        margin-bottom: 15%;
    }

    section #sectionContent2 {
         width: 90%;
    }

    section #sectionContent1 p {
        font-size: 24px;
        margin-bottom: 1em;
    }
    section #sectionContent1 h4 {
        font-size: 26px;
        line-height: 1.2;
    }
    }