/* similar styles */
.orange-span{
    color: var(--orange);
}

.orange-button{
    background-color: var(--orange);
    color: white;
    font-family: 'Raleway-Bold';
    font-size: 21px;
    text-decoration: none;
    padding: 15px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    margin: 0 auto;
}

.orange-button:hover{
    background-color: var(--orange-hover);
    color: white;
}

.content-text h1{
    font-size: 45px;
    font-family: 'Raleway-Bold';
    line-height: 1.5;
}

.content-text h5{
    font-size: 18px;
    font-family: 'Raleway-Medium';
    line-height: 1.5;
}

/* section 2, 4 on home ex */
.image-text-section{
    min-height: 720px;
    width: 100%;
    background-color: var(--off-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-text-section .content{
    max-width: var(--mw-header);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 20px;
}

.image-text-section .content .content-text h1{
    color: var(--navy);
}

.image-text-section .content .content-text h5{
    color: var(--navy);
    max-width: 587px;
}

/* section 1 */
#home.home-hero-img{
    width: 100%;
    height: 924px;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home .content{
    max-width: var(--mw-header);
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 20px;
}

#home .content .hero-text{
    max-width: 673px;
}

#home .content .hero-text h1{
    color: white;
    font-size: 72px;
    font-family: 'Raleway-Bold';
    line-height: 1.5;
}

#home .content .hero-text h5{
    color: white;
    font-size: 24px;
    font-family: 'Raleway-Medium';
    max-width: 563px;
    margin-bottom: 40px;
    line-height: 1.5;
}

/* section 2 */
#sec2 .content{
    overflow: hidden;
}
#sec2 .content #sec2-devices-img {
    max-width: 583px;
}

/* section 3 */
#sec3{
    min-height: 759px;
    width: 100%;
    background-color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec3 .content{
    width: var(--mw-content);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
    overflow: hidden;
}

#sec3 .content .card-holder{
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 432px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

#sec3 .content .card-holder .card-sec3{
    max-width: 360px;
    height: 358px;
    background-color: var(--off-white);
    border-bottom: var(--orange) 16px solid;
    padding: 20px;
    margin: 0 5px;
}

#sec3 .content .card-holder .card-sec3:nth-child(1){
    margin-top: 73px;
}
#sec3 .content .card-holder .card-sec3:nth-child(2){
    transition-delay: 200ms;
}
#sec3 .content .card-holder .card-sec3:nth-child(3){
    margin-top: 73px;
    transition-delay: 400ms;
}

#sec3 .content .card-holder .card-sec3 .card-content img.w1{
    width: 67px;
    padding: 20px 0;
}
#sec3 .content .card-holder .card-sec3 .card-content img.w2{
    width: 56px;
    padding: 20px 0;
}
#sec3 .content .card-holder .card-sec3 .card-content img.w3{
    width: 56px;
    padding: 20px 0;
}

#sec3 .content .card-holder .card-sec3 .card-content .card-content-text h3{
    font-size: 24px;
    font-family: 'Raleway-Bold';
    color: var(--navy);
    width: 226px;
    line-height: 1.5;
}

#sec3 .content .card-holder .card-sec3 .card-content .card-content-text h5{
    font-size: 16px;
    font-family: 'Raleway-Medium';
    color: var(--navy);
    line-height: 1.5;
}

/* section 4 */
#sec4 .content .img-holder{
    width: 556px;
    min-width: 490px;
    height: 420px;
    position: relative;
    margin-right: 20px;
}

#sec4 .content .img-holder .withGTMail{
    width: 373px;
    height: 420px;
    position: absolute;
    top: 0;
    right: 0;
    transition-delay: 1000ms;
}

#sec4 .content .img-holder .withoutGTMail{
    width: 286px;
    height: 286px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* section 5 */
#sec5-mobile{
    display: none;
}

#sec5{
    background-color: var(--lightgrey);
    width: 100%;
    min-height: 1031px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#sec5 .sec5-big-image{
    position: absolute;
    bottom: -40px;
    right: -140px;
}

#sec5 .content{
    width: var(--mw-content);
    padding: 20px;
    margin: 0 auto;
}

#sec5 .content .content-text{
    max-width: 660px;
}

#sec5 .content .content-text h1{
    color: var(--navy);
}

#sec5 .content .content-text h5{
    color: var(--navy);
    max-width: 587px;
}

#sec5 .content .content-text .bullet-point{
    width: 100%;
    min-height: 113px;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    align-items: center;
}
#sec5 .content .content-text .bullet-point:nth-child(2){
    transition-delay: 200ms;
}
#sec5 .content .content-text .bullet-point:nth-child(3){
    transition-delay: 400ms;
}
#sec5 .content .content-text .bullet-point:nth-child(4){
    transition-delay: 600ms;
}
#sec5 .content .content-text .bullet-point:nth-child(5){
    transition-delay: 800ms;
}
#sec5 .content .content-text .bullet-point:nth-child(6){
    transition-delay: 1000ms;
}

#sec5 .content .content-text .bullet-point .image-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
}
#sec5 .content .content-text .bullet-point img{
    width: 61px;
    color: var(--navy);
}

#sec5 .content .content-text .bullet-point .bullet-point-text{
    max-width: 534px;
}

#sec5 .content .content-text .bullet-point .bullet-point-text h6{
    color: var(--blue);
    font-family: 'Raleway-Bold';
    font-size: 21px;
    line-height: 1.5;
}

#sec5 .content .content-text .bullet-point .bullet-point-text p{
    color: var(--navy);
    font-family: 'Raleway-Medium';
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* section 6 */
#sec6{
    min-height: 1158px;
    width: 100%;
    background: linear-gradient(180deg, #091C36 0%, #1C9CD0 145.6%);

}

#sec6 .content{
    max-width: var(--mw-content);
    padding: 20px;
    margin: 0 auto;
}

#sec6 .content .overview{
    min-height: 210px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

#sec6 .content .overview h1{
    color: white;
    font-size: 45px;
    font-family: 'Raleway-Bold';
    line-height: 1.2;
}

#sec6 .content .overview h5{
    color: white;
    font-size: 24px;
    font-family: 'Raleway-Medium';
    line-height: 1.5;
    max-width: 944px;
    margin-top: 20px;
}

#sec6 .content .dynamic-content .dynamic-content-buttons{
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}

#sec6 .content .dynamic-content .dynamic-content-buttons button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s ease;
    color: white;
    font-family: 'Raleway-Bold';
    font-size: 32px;
    transition: 0.3s ease;
}

#sec6 .content .dynamic-content .dynamic-content-buttons button:hover{
    color: var(--verylightorange);
}

#sec6 .content .dynamic-content .dynamic-content-buttons button.active {
    color: var(--orange) !important;
}

#sec6 .content .dynamic-content .dynamic-content-panels {
  position: relative;
}

#sec6 .content .dynamic-content .dynamic-content-panels .panel {
    display: flex;
    padding: 20px 0;
    min-height: 490px;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

#sec6 .content .dynamic-content .dynamic-content-panels .panel.active {
    opacity: 1;
}

#sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text{
    color: white;
    display: flex;
    flex-direction: column;
    min-height: 183px;
}

#sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text h3{
    max-width: 420px;
    font-size: 32px;
    font-family: 'Raleway-Bold';
    line-height: 1.5;
}

#sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text p{
    max-width: 555px;
    font-size: 18px;
    font-family: 'Raleway-Medium';
    line-height: 1.5;
}

#sec6 .content .dynamic-content .dynamic-content-panels .panel img{
    max-height: 468px;
    max-width: 468px;
}

/* section 7  */
#sec7{
    min-height: 714px;
    width: 100%;
    background-color: var(--off-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#sec7 .content{
    max-width: var(--mw-content);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
}

#sec7 .content .content-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 50px 20px;

}

#sec7 .content .content-text h1{
    color: var(--navy);
    max-width: 658px;
}

#sec7 .content .content-text h5{
    color: var(--navy);
    max-width: 748px;
}

#sec8 {
    background-color: var(--lightgrey);
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    border-top: 16px solid var(--orange);
    border-bottom: 16px solid var(--orange);
}

#sec8 .content{
    width: var(--mw-content);
    margin: 0 auto;
    min-height: 400px;
}

#sec8 .content .content-text{
    padding-bottom: 30px;
}
#sec8 .content .content-text h1{
    font-family: 'Raleway-Bold';
    font-size: 45px;
    color: var(--navy);
    max-width: 360px;
}

#sec9 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 445px;
    display: flex;
    align-items: center;
    position: relative;
}

#sec9 .content {
    margin: 0 auto;
}

#sec9 .content .content-text {
    color: white;
    text-align: center;
    max-width: 756px;
    padding: 40px 20px;
}

#sec9 .content .content-text h2 {
    margin-bottom: 20px;
    font-size: 45px;
    font-family: 'Raleway-Bold';
    line-height: 1.5';
}

#sec9 .content .content-text h5 {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'Raleway-Medium';
    line-height: 1.5;
}

@media(max-width: 1150px){
    #sec2 .content #sec2-devices-img {
        max-width: 400px;
    }
    #sec5 .content .sec5-big-image{
        display: none;
    }
}

/* tablets */
@media(max-width: 900px){
    /* similar styles */
    .content-text h1{
        font-size: 32px;
    }
    .content-text h5{
        font-size: 16px;
    }

    #home.home-hero-img{
        width: 100%;
        height: 80vh;
        background-position: right center;
    }

    #home .content .hero-text{
        max-width: 409px;
        height: 246px;
        text-align: left;
    }

    #home .content .hero-text h1{
        font-size: 45px;
        line-height: 1.2;
    }

    #home .content .hero-text h5{
        font-size: 18px;
        margin-bottom: 38px;
    }

    /* section 2 */
    #sec2{
        min-height: 824px;
    }

    #sec2 .content{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 15px;
        justify-content: space-around;
    }

    #sec2 .content .content-text{
        width: 100%;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    #sec2 .content .content-text h1{
        max-width: 463px;
    }

    #sec2 .content #sec2-devices-img{
        max-width: 489px;
    }

    /* section 3 */
    #sec3{
        padding: 40px 15px;
        min-height: 1013px;
    }
    #sec3 .content .card-holder{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #sec3 .content .card-holder .card-sec3:nth-child(3),
    #sec3 .content .card-holder .card-sec3:nth-child(2),
    #sec3 .content .card-holder .card-sec3:nth-child(1)
    {
        margin: 4px;
        margin-top: 8px;
        padding: 15px;
        min-height: 380px;
    }

    #sec3 .content .card-holder .card-sec3 .card-content-text{
        margin-top: 20px !important;
    }

    #sec3 .content .pricing-btn{
        font-size: 18px;
        padding: 10px 20px;
    }

    /* section 4 */
    #sec4{
        min-height: 747px;
    }
    
    #sec4 .content{
        flex-direction: column-reverse;
    }
    
    #sec4 .content .content-text{
        max-width: 555px;
        padding: 20px;
        text-align: center;
    }
    
    #sec4 .content .img-holder{
        width: 556px;
        height: 420px;
    }
    
    #sec4 .content .img-holder .withGTMail{
        width: 373px;
        height: 420px;
    }
    
    #sec4 .content .img-holder .withoutGTMail{
        width: 286px;
        height: 286px;
    }

    /* section 5 */
    #sec5{
        min-height: 924px;
    }

    #sec5 .content{
        padding: 20px;
    }

    #sec5 .content .content-text h1{
        max-width: 660px;
    }

    #sec5 .content .content-text h5{
        max-width: 660px;
    }

    /* section 6 */
    #sec6{
        min-height: 1080px;
    }

    #sec6 .content .overview h5{
        font-size: 18px;
    }

    #sec6 .content .dynamic-content .dynamic-content-buttons button {
        font-size: 24px;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text {
        margin-bottom: 0;
    }
    #sec6 .content .dynamic-content .dynamic-content-panels .panel {
        flex-direction: column;
        min-height: 585px;
        justify-content: flex-start;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text{
        flex-direction: column;
        min-height: 183px;
        text-align: center;
        justify-content: center;
        align-items: center;
        max-width: 415px;
        margin-bottom: 40px;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text h3{
        font-size: 24px;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text p{
        font-size: 16px;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel img{
        max-height: 324px;
        max-width: 324px;
    }

    /* section 7  */
    #sec7{
        min-height: 480px;
    }

    #sec7 .content .content-text{
        max-width: 540px;
    }

    #sec7 .content .content-text h1{
        max-width: 450px;
    }

    /* section 8 */
    #sec8 .content .content-text h1{
        font-size: 32px;
        text-align: center;
        margin: 0 auto;
    }

    /* section 9  */
    #sec9 {
        min-height: 351px;
    }
    
    #sec9 .content {
        margin: 0 auto;
    }
    
    #sec9 .content .content-text {
        color: white;
        text-align: center;
        max-width: 756px;
        padding: 40px 20px;
    }
    
    #sec9 .content .content-text h2 {
        font-size: 32px;
        max-width: 500px;
    }
    
    #sec9 .content .content-text h5 {
        max-width: 425px;
        font-size: 16px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

/* phones */
@media(max-width: 600px){
    /* similar styles */
    .content-text h1{
        font-size: 24px;
    }
    .content-text h5{
        font-size: 16px;
    }
    #home.home-hero-img{
        width: 100%;
        height: 80vh;
        background-position: right center;
    }

    #home .content{
        max-width: var(--mw-content);
        height: 100%;
        align-items: center;
        display: flex;
        margin: 0 auto;
        padding: 20px;
    }

    #home .content .hero-text{
        max-width: 673px;
        text-align: center;
        align-items: center;
    }

    #home .content .hero-text h1{
        font-size: 36px;
    }

    #home .content .hero-text h5{
        font-size: 18px;
        margin-bottom: 40px;
    }

    /* section 2 */
    #sec2{
        height: 774px;
    }

    #sec2 .content{
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        padding: 15px;
        justify-content: space-around;
    }

    #sec2 .content .content-text{
        width: 100%;
    }

    #sec2 .content #sec2-devices-img{
        max-width: 100%;
    }

    /* section 3 */
    #sec3{
        padding: 40px 15px;
    }
    #sec3 .content .card-holder{
        flex-direction: column;
        max-width: 360px;
    }

    #sec3 .content .card-holder .card-sec3:nth-child(3),
    #sec3 .content .card-holder .card-sec3:nth-child(2),
    #sec3 .content .card-holder .card-sec3:nth-child(1)
    {
        margin-top: 20px;
        min-height: 343px;
    }

    #sec3 .content .pricing-btn{
        font-size: 21px;
        padding: 10px 20px;
    }

    /* section 4 */
    #sec4{
        min-height: 630px;
    }
    
    #sec4 .content{
        flex-direction: column-reverse;
    }
    
    #sec4 .content .content-text{
        max-width: 360px;
        padding: 20px;
        text-align: center;
    }
    
    #sec4 .content .img-holder{
        min-width: 340px;
        width: 340px;
        height: 257px;
        position: relative;
    }
    
    #sec4 .content .img-holder .withGTMail{
        width: 228px;
        height: 257px;
    }
    
    #sec4 .content .img-holder .withoutGTMail{
        width: 175px;
        height: 175px;
    }

    /* section 5 */
    #sec5 {
        min-height: 1618px;
        padding: 0;
        display: none;
    }

    #sec5-mobile{
        display: flex;
    }
    #sec5-mobile .content{
        width: 100%;
    }
    #sec5-mobile .content .content-grey{
        min-height: 360px;
        background-color: var(--lightgrey);
        position: relative;
        padding: 40px 20px;
        width: 100%;
        display: flex;
        overflow: hidden;
    }
    #sec5-mobile .content .content-grey .content-text{
        max-width: 225px;
    }
    #sec5-mobile .content .content-grey .content-text h1{
        font-family: 'Raleway-Bold';
        line-height: 1.5;
        color: var(--navy);
    }
    #sec5-mobile .content .content-grey .content-text h5{
        font-size: 16px;
        font-family: 'Raleway-Medium';
        line-height: 1.5;
        color: var(--navy);
    }

    #sec5-mobile .content .content-grey .sec5-big-image{
        position: absolute;
        bottom: -20px;
        right: -80px;
        width: 237px;
        height: 305px;
    }

    #sec5-mobile .content .content-blue{
        min-height: 1257px;
        width: 100%;
        background-color: var(--blue);
        color: white;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    #sec5-mobile .content .content-blue .bullet-point{
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 25px 16px;
    }

    #sec5-mobile .content .content-blue .bullet-point:nth-child(2){
        transition-delay: 400ms;
    }
    #sec5-mobile .content .content-blue .bullet-point:nth-child(3){
        transition-delay: 800ms;
    }
    #sec5-mobile .content .content-blue .bullet-point:nth-child(4){
        transition-delay: 1200ms;
    }

    #sec5-mobile .content .content-blue .bullet-point .bullet-point-text{
        text-align: center;
        
    }

    #sec5-mobile .content .content-blue .bullet-point .image-holder {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #sec5-mobile .content .content-blue .bullet-point .image-holder img{
        height: 60px;
    }
      
    #sec5-mobile .content .content-blue .bullet-point .bullet-point-text h6{
        font-family: 'Raleway-Bold';
        font-size: 21px;
        line-height: 1.5;
    }
    #sec5-mobile .content .content-blue .bullet-point .bullet-point-text p{
        font-family: 'Raleway-Medium';
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    /* section 6 */
    #sec6{
        min-height: 780px;
    }

    #sec6 .content .overview h1{
        font-size: 24px;
    }

    #sec6 .content .overview h5{
        font-size: 16px;
    }

    #sec6 .content .dynamic-content .dynamic-content-buttons{
        padding: 0;
    }
    #sec6 .content .dynamic-content .dynamic-content-buttons button {
        font-size: 16px;
        padding: 0 5px;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel {
        flex-direction: column;
        min-height: 100px;
        margin: 0;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text{
        margin-bottom: 0;
        min-height: 100px;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text h3{
        font-size: 21px;
        padding: 10px 0 30px 0;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel .content-text p{
        display: none;
    }

    #sec6 .content .dynamic-content .dynamic-content-panels .panel img{
        max-height: 270px;
        max-width: 270px;
    }

    /* section 7 */
    #sec7{
        min-height: 555px;
    }
    #sec7 .content .content-text{
        padding: 0 20px;
    }

     /* section 8 */
    #sec8 .content .content-text h1{
        font-size: 24px;
    }

    #sec9 {
        min-height: 385px;
    }

    #sec9 {
        background-position: right;
    }
    
    #sec9 .content {
        margin: 0 auto;
    }
    
    #sec9 .content .content-text {
        padding: 40px 15px;
    }
    
    #sec9 .content .content-text h2 {
        font-size: 27px;
        max-width: 500px;
    }
}