/******* LANDING PAGE STYLES *******/

@media screen and (min-width: 1024px) and (max-width:5000px) {



    .container {
        display: flex;
        flex-direction: column;
    }

    .box-unique-1 {
        background-color: #ebf4ff;
    }

    .box {
        /* border:2px solid black; */
    }

    .box-unique-1 {}

    .lower-block-1 {
        padding: 1% 9%;
        width: 60%;
    }

    .contact-us {
        background-color: rgb(42 122 243);
        color: white;
        display: inline;
        padding: 10px 25px;
        border-radius: 20px 20px;
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
        font-size: 15px;
    }

    .upper-block-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px 24px 97px 24px;
    }

    div#integrated {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 50px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }

    div#marketingServices {
        padding: 0px 0px;
        margin: 0px 0px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        font-size: 50px;
    }


    .upper-block-2 {
        display: flex;
        flex-direction: row;
    }



    img#marketingTools {
        max-width: 100%;
    }





    .box-unique-2 {
        display: flex;
        flex-direction: row;
        padding: 6% 9%;
        align-items: center;
        justify-content: space-between;
    }



    .block-2-title {
        font-size: 40px;
        margin: 0 0 16px;
        font-family: 'Open Sans', sans-serif;
    }

    .sub-left-upper-block-2-a {
        width: 75%;
    }

    .left-block-2 {
        width: 50%;
    }

    .block-2-text {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        line-height: 25px; 
        max-width: 499px;
        text-align: left;
        margin-top: 0;
        line-height: 25px;
        max-width: 499px;
    }


    .box.box-unique-3 {
        display: flex;
        flex-direction: row;
        padding: 50px 9%;
        align-items: center;
        justify-content: space-around;
    }



    .right-block-3 {
        width: 30%;
    }

    .left-block-3 {
        width: 35%;
    }

    img#marketingTools {
        max-width: 90%;
    }

    .right-block-3 {
        width: 35%;
    }

    .block-3-title {
        font-size: 40px;
        margin-bottom: 40px;
        font-family: 'Open Sans', sans-serif;
    }

    .block-3-text1,
    .block-3-text2 {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;  
        max-width: 534px;
        text-align: left;
        margin-bottom: 20px;
    }


    .box.box-unique-4 {
        background-color: #0b469f;
        height: 25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .block-4-title {
        color: white;
        font-size: 42px;
        padding: 0px 0px 40px 0px;
        font-family: 'Open Sans', sans-serif;
    }



    .block-4-text-contact-us {
        background-color: #ffbe3c;
        color: rgb(32 61 118);
        display: inline;
        padding: 10px 25px;
        border-radius: 20px 20px;
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
        font-weight: 600;
        font-size: 15px;
    }

    .right-block-2 {
        max-width: 50%;
        width: 50%;
        padding: 0px 0px 0px 50px;
    }

    div#notes {
        font-size: 20px;
        font-weight: 200;
        font-family: 'Open Sans', sans-serif;
    }

    div#notes {
        font-size: 20px;
        line-height: 25px;
        max-width: 521px; 
        text-align: left;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 12px;
        font-family: 'Open Sans', sans-serif;
    }



    img#imgLogo {
        max-width: 100%;
    }

    .sub-upper-block-1-a {
        width: 7%;
        /* border: 2px solid; */
    }

}


/******* LANDING PAGE STYLES *******/

@media screen and (min-width: 200px) and (max-width:1000px) {



    .container {
        display: flex;
        flex-direction: column;
    }

    .box.box-unique-1 {

        background-color: #ebf4ff;
    }

    .box {
        /* border:2px solid black; */
    }

    .box.box-unique-1 {
        background-color: #ebf4ff;
        display: flex;
        flex-direction: column;
    }

    .lower-block-1 {
        padding: 1% 5% 21% 5%;
        /* width: 100%; */
        align-self: center;
    }

    .contact-us {
        background-color: rgb(42 122 243);
        color: white;
        display: inline;
        padding: 10px 25px;
        border-radius: 20px 20px;
        font-family: 'Open Sans', sans-serif;
        width: fit-content !important;
        transform: scale(3);
        position: absolute;
        cursor: pointer;
        left: 150px;
        font-size: 15px;
    }

    .upper-block-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px 24px 97px 24px;
    }

    div#integrated {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 130px;
        text-align: center;
        font-weight: 200;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.08;
    }

    div#marketingServices {
        padding: 0px 0px;
        margin: 0px 0px;
        font-weight: 700;
        font-size: 130px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.08;
    }


    .upper-block-2 {
        display: flex;
        flex-direction: row;
    }



    img#marketingTools {
        /* max-width: 90%; */
        padding: 6rem 0rem 8rem 0rem;
    }

    .sub-left-upper-block-2-a {
        /* width: 75%; */
        width: 100%;
    }


    .box-unique-2 {
        display: flex;
        flex-direction: column-reverse;
        padding: 6% 0%;
        align-items: center;
        justify-content: space-between;
    }


    .block-2-title {
        font-size: 116px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.08;
    }

    .left-block-2 {
        width: 90%;
    }

    .block-2-text {
        font-size: 46px;
        font-weight: 200;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 20px;
    }

    .box.box-unique-3 {
        display: flex;
        flex-direction: column-reverse;
        padding: 50px 9%;
        align-items: center;
        justify-content: space-around;
    }









    .block-3-title {
        font-size: 119px;
        margin-bottom: 40px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.08;
    }

    .block-3-text1 {
        font-size: 47px;
        font-weight: 200;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 30px;
    }

    .block-3-text2 {
        font-size: 47px;
        font-weight: 200;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 30px;
    }

    .box.box-unique-4 {
        background-color: #0b469f;
        height: 56rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .block-4-title {
        color: white;
        font-size: 100px;
        padding: 0px 40px 70px 40px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.08;
    }



    .block-4-text-contact-us {
        background-color: #ffbe3c;
        color: rgb(32 61 118);
        display: inline;
        padding: 10px 25px;
        border-radius: 20px 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        cursor: pointer;
        transform: scale(2);
        font-size: 15px;
    }

    .right-block-2 {
        /* max-width: 50%; */
        /* width: 50%; */
        /* padding: 0px 0px 0px 50px; */
        transform: scale(1.25);
    }

    div#notes {
        font-size: 46px;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }



    img#imgLogo {
        /* max-width: 100%; */
        width: 67%;
    }

    .sub-upper-block-1-a {
        flex: 1;
    }



    .sub-upper-block-1-b {
        flex: 1;
        display: flex;
        width: 100%;
        height: 160px;
        align-items: center;
        position: relative;
    }



}


#rainContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.raindrop {
    position: absolute;
    top: -100px;
    width: 50px;
    height: auto;
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes fall {
    to {
        transform: translateY(var(--fallDistance)) translateX(var(--drift));
        opacity: 0.8;
    }
}
