@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Poppins";
}

video {
    box-shadow: 20px 20px 20px #f2f2f2;
    border-radius: 30px;
}


.banner-image {
    background-image: url('images/home-banner-01.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.screenshots {
    display: flex;
    justify-content: space-between;
    width: auto;
    position: relative;
}



.mockups {
    display: flex;
    justify-content: center;
    /* Centers horizontally in the flex container */
    align-items: center;
    /* Centers vertically in the flex container */
    height: 100%;
    /* You might need to adjust this based on your layout */
    width: 100%;
    /* Adjust width as necessary to contain the image */
}

.mockups img {
    max-width: 80%;
    /* Adjust max-width as necessary */
    height: auto;
    /* Keeps the aspect ratio of the image */
    margin-top: -350px;
    /* Removes any margin-top previously set */
    z-index: 1002;
}

.mockups-mobile {
    display: none;
}


.section-title {
    margin-top: 30px;
    white-space: nowrap;
    
}

.section-title h2 {
    font-size: 40px;
    color: #0b0e3a;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
}

.section-title p {
    margin-top: -30px;
    font-size: 40px;
    color: #0b0e3a;
    text-align: center;
    font-weight: 100;
}

.section-title2 {
    margin-top: 30px;

}

.section-title2 h2 {
    font-size: 40px;
    color: #0b0e3a;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;

}

.section-title2 p {
    margin-top: -50px;
    font-size: 40px;
    color: #0b0e3a;
    text-align: center;
    font-weight: 100;
}

.section-title3 {
    margin-top: 30px;

}

.section-title3 h2 {
    font-size: 40px;
    color: white;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;

}

.section-title3 p {
    margin-top: -50px;
    font-size: 40px;
    color: white;
    text-align: center;
    font-weight: 100;
}

.title h2,
.title p {
    white-space: nowrap;
}

.circle1 {
    width: 50vh;
    height: 50vh;
    background-color: #737291;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: -23%;
    right: -15%;

}

.circle2 {
    width: 10vw;
    height: 10vw;
    background-color: #29aae1;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 30%;
    right: 5%;
}

.circle3 {
    width: 5vw;
    height: 5vw;
    background-color: #29aae1;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 30%;
    right: 12%;
}

.circle4 {
    width: 10vw;
    height: 10vw;
    background-color: #737291;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 30%;
    left: 5%;
}

.circle5 {
    width: 5vw;
    height: 5vw;
    background-color: #29aae1;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 40%;
    left: 12%;
}

.circle6 {
    width: 50vw;
    height: 50vw;
    background-color: #0b0e3a;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 50%;
    left: -30%;
}

.circle7 {
    width: 12.5vw;
    /* Adjust the width to half of the original to get a semicircle */
    height: 25vw;
    background-color: #29aae1;
    border-radius: 25vw 0 0 25vw;
    /* Full radius on the left side, none on the right */
    mix-blend-mode: multiply;
    position: absolute;
    top: -25%;
    left: 0;
    transform: rotate(180deg);
    /* Adjust the right position to align the semicircle's flat edge */
}

.circle7b {
    width: 20vw;
    /* Adjust the width to half of the original to get a semicircle */
    height: 40vw;
    background-color: #0b0e3a;
    border-radius: 40vw 0 0 40vw;
    /* Full radius on the left side, none on the right */
    mix-blend-mode: multiply;
    position: absolute;
    top: -30%;
    right: 0;
    opacity: 70%;
    /* Adjust the right position to align the semicircle's flat edge */
}

.circle7c {
    width: 12.5vw;
    /* Adjust the width to half of the original to get a semicircle */
    height: 25vw;
    background-color: #737291;
    border-radius: 25vw 0 0 25vw;
    /* Full radius on the left side, none on the right */
    mix-blend-mode: multiply;
    position: absolute;
    top: -10%;
    left: 0;
    transform: rotate(180deg);
    /* Adjust the right position to align the semicircle's flat edge */
}

.circle8 {
    width: 25vw;
    height: 25vw;
    background-color: #737291;
    /* Change color as needed */
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: -20%;
    left: -13%;
}

.circle9 {
    width: 15vw;
    height: 15vw;
    background-color: #29aae1;
    /* Change color as needed */
    border-radius: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: -10%;
    right: 10%;
}

.circle10 {
    width: 15vw;
    height: 15vw;
    background-color: #0b0e3a;
    /* Change color as needed */
    border-radius: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: -10%;
    right: 0%;
}

.circle11 {
    width: 10vw;
    height: 10vw;
    background-color: #737291;
    /* Change color as needed */
    border-radius: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 10%;
    right: 2%;
}

.circle1:hover {
    transform: scale(1.2);
    transition: .5s;
}

.menu-bar {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px 30px;
    box-sizing: border-box;
    z-index: 999;
}

.menu-bar .logo {
    width: 150px;
    margin-top: 20px;
}

.menu-bar ul {
    list-style: none;
    display: flex;
    margin: 10px 0px;
    flex-direction: column;
    text-align: right;
    font-weight: 600;
    color: white;
}

.menu-bar ul li:hover {
    color: #29aae1;
}

.menu-bar ul li {
    padding: 0px 0px;
    cursor: pointer;
}

.main-text {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 29%;
    transform: translateY(-50%);
    color: #88ccff;
    font-size: 5.7vh;
    font-weight: bold;
}

.subhead-container {
    position: absolute;
    width: auto;
    bottom: -1%;
    /* Set to 50% from the top */
    left: 50%;
    /* Set to 50% from the left to center horizontally as well */
    transform: translate(-50%, -50%);
    /* Use translate to shift it up and left by 50% of its own size */
    color: white;
    font-size: 3vh;
    padding: 0 20px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sub-text {
    text-align: center;
    width: auto;
    color: white;
    font-size: 4vh;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.sub-text p {
    line-height: 1;
    margin: 0px;
    white-space: nowrap;
}



.testimonials {

    position: relative;
    background-color: #f2f2f2;

}

.chats {
    position: relative;
    background-color: #fff;
    margin-bottom: 80px;
}

.chats-title {
    display: flex;
    justify-content: center;
    position: relative;
}

.chat-prints {
    display: flex;
    flex-direction: column;
}

.chat-row-one {
    display: flex;
    justify-content: center;
}

.chat-row-one img {
    max-width: 100%; /* adjusted to be responsive */
    height: auto; /* maintain aspect ratio */
}

.chat-row-two {
    display: flex;
    align-items: last baseline;
    justify-content: center;
    margin-top: -150px;
}

.chat-row-two img {
    max-width: 100%; /* adjusted to be responsive */
    height: auto; /* maintain aspect ratio */
}


.ericlogo-container{

    margin: 180px 0px;
}
.ericlogo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}





.block-continuity {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 50%;
    margin-bottom: -60px;
}

.block-continuity2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 50%;
    margin-top: -60px;

}

.block {
    width: 10px;
    height: 50px;
    background-color: #29abe2;
    margin: 5px 0px;
}

.separator {
    border-top: 1px solid #cbcbcb;
    width: 45%;
    margin: 0 auto;
    /* Add this line to center the div horizontally */
}

.tool-opinion {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
    /* Add this line to center the div both horizontally and vertically */
    width: 60%;
    padding-bottom: 40px;
}

.opinion {
    text-align: center;
    /* Center align the text within the opinion div */
}

.opinion p {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
    /* Add some space between paragraphs */
}

.name-position {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-bottom: 40px;
}

.name {
    margin-bottom: -40px;
}

.ericcline img {
    margin-bottom: -87px;
    max-width: 500px;

}

.videos {
    position: relative;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;

}

.swiper {
    width: 90%;
    height: 100%;
    margin: 20px 40px;

}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    /* Adjust height as needed */


}

.swiper-pagination {

    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 0px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 15px;
    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-bullet-height: 15px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 15px;
    --swiper-pagination-bullet-vertical-gap: 6px;

}



.slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: -20px 40px;
    height: 100%;
    /* This will take the height of .swiper-slide */

}

.slide-content-column1,
.slide-content-column2,
.slide-content-column3 {
    padding: 20px;

}

.slide-content-column1 {
    width: 70%;
    display: flex;
    justify-content: end;
    order: 1;
    /* First in order */

}

.slide-content-column1 p {
    text-align: right;
    font-weight: 200;
    width: 70%;
    font-size: 14px;

}

.slide-content-column2 {
    order: 2;


}

.slide-content-column2 iframe {
    border-radius: 30px;
    border: none;
    box-shadow: 15px 15px 15px #f2f2f2;
    margin-top: 40px;


}

#player {
    margin-bottom: 50px;
}

.slide-content-column3 {
    border-radius: 30px;

}


.slide-content-column3 {
    width: 70%;
    display: flex;
    justify-content: start;
    order: 3;
    /* First in order */

}

.slide-content-column3 p {
    text-align: left;
    font-weight: 200;
    width: 70%;
    font-size: 14px;


}


.features {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;


}

.features-row {
    display: flex;
    flex-wrap: wrap;
    /* Allows multiple rows if the screen is too small */
    justify-content: center;
    /* Centers the children horizontally */
    padding: 40px 40px;
    margin-bottom: 60px;
}

.features-row2 {
    display: flex;
    flex-wrap: wrap;
    /* Allows multiple rows if the screen is too small */
    justify-content: center;
    /* Centers the children horizontally */
    padding: 40px 40px;
    margin-top: -100px;
}

.features-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* Centers the children vertically */
    align-items: center;
    /* Centers the children horizontally */
    padding: 20px;
    flex: 1;
    /* Gives an equal flex-grow value to all feature columns */
    min-width: 250px;
    /* Minimum width for each column */
}

.feature-title {
    display: flex;
    /* Makes the feature-title a flex container */
    justify-content: center;
    /* Centers its children horizontally */
    align-items: center;
    /* Centers its children vertically */
    width: 100%;
    /* Takes the full width of the parent to maintain the center alignment */
}

.feature-title p {
    padding: 0px 20px;
    background-color: #29abe2;
    font-weight: 600;
    font-size: 18px;
    border-radius: 30px;
    color: white;
    text-align: center;
    /* Remove min-width and use width 100% if you want the background to stretch */
    width: auto;
    /* Adjust width as necessary, could be 100% or any other value */
    margin: 0;
    /* Ensures there is no default margin applied */
}

.feature-icon img {
    margin-bottom: 5px;
    width: 100px;
    height: auto;
}

/* 
.feature-title::after {
    content: '';
    position: relative;
    left: 50%;
    bottom: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #29abe2;
    transform: translateX(-50%);
}
*/


.feature-copy p {
    font-size: 14px;
    text-align: center;
    font-weight: 200;
    padding: 0px 30px;
}

.features .cta2 {
    margin-bottom: 40px;
}


.contact {
    position: relative;
    background-color: #737290;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    min-height: 600px;


}

.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 40px 0px;


}

.contact-form-columns {
    display: flex;
    justify-content: space-between;
    width: 70%
}


.input-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
}

.input-container input,
.input-container select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #737291;
    border: none;
    border-bottom: 0.1px solid white;
    font-size: 20px;
    color: white;
}

.input-container select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #737291;
    border: 0;
    /* Removes border */
    outline: none;
    /* Removes the outline */
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    border-bottom: 0.1px solid white;
    border-radius: 0px;
}



.input-container input::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.input-container select::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.input-container i {
    color: white;
    font-size: 30px;
}

.icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    /* Add icon styles here */
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.footer {
    overflow: hidden;
    /* This will contain the rounded borders of the inner content */
    background-color: #737291;
}

.footer-left img {
    max-width: 200px;
}

.footer-content {
    background-image: url('images/footer.svg');
    background-position: top;
    background-repeat: none;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    margin: 150px 0px 50px 60px;
}

.footer-left p {
    color: white;
    font-size: 10px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    margin: 150px 60px 50px 0px;
}

.footer-right img {
    width: 50px;
    height: auto;
    margin: 10px 20px;
    cursor: pointer;
}

.cta {
    width: 200px;
    padding: 10px 30px;
    background-color: #29aae1;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

.cta:hover {
    background-color: white;
    color: #29aae1;
}


.cta2 {
    width: 200px;
    padding: 10px 30px;
    background-color: #29aae1;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    align-self: center;
    text-decoration: none;
}

.cta2:hover {
    background-color: white;
    color: #29aae1;
}

.cta,
.cta2 {
    display: block;
    /* Makes the element a block for margin auto to work */
    margin: 0 auto;
    /* Centers the button horizontally */
    text-align: center;
    /* Centers the text inside the button */
}










@media only screen and (max-width: 1200px) {

    body,
    html {
        overflow-x: hidden;
    }

    .slide-content {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .slide-content-column1 {
        width: 90%;
        order: 1;
    }

    .slide-content-column2 {
        width: 90%;
        order: 3;
    }

    .slide-content-column3 {
        width: 90%;
        order: 2;
    }

    .slide-content-column1 p {
        width: 100%;
        text-align: center;
    }

    .slide-content-column2 p {
        width: 100%;
        text-align: center;
    }

    .slide-content-column3 p {
        width: 100%;
        text-align: center;
        margin-top: -30px;
    }

    .slide-content-column2 iframe {
        border-radius: 30px;
        border: none;
        box-shadow: 15px 15px 15px #f2f2f2;
        margin-top: 20px;
        width: 100%;
        height: 250px;


    }

    .section-title2 {
        line-height: 1;
        width: 100%;
        justify-content: center;

    }

    .section-title2 h2 {
        margin-bottom: 60px;
        padding: 0px 50px;

    }

    .section-title2 p {
        padding: 0px 50px;

    }

    .section-title3 {
        line-height: 1;
        width: 100%;
        justify-content: center;

    }

    .section-title3 h2 {
        margin-bottom: 60px;
        padding: 0px 50px;

    }

    .section-title3 p {
        padding: 0px 50px;

    }

    .contact-form-columns {
        width: 90%
    }

    .chat-row-one {
        align-items: center; /* Center align vertically */
        height: 100%; /* Optional: define a specific height if necessary */
        flex-direction: column;
    }

    .chat-row-two {
        align-items: center; /* Center align vertically */
        height: 100%; /* Optional: define a specific height if necessary */
        flex-direction: column;
        margin-top: 0px;
    }






}



@media only screen and (max-width: 767px) {

    .banner-image {
        background-image: url('images/home-banner-02-mobile.png');
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
        margin: 0px -10px;
    }

    .section-title {
        white-space:normal;
    }

    .circle1 {
        width: 25vh;
        height: 25vh;
        background-color: #737291;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: -5%;
        right: -10%;

    }

    .circle2 {
        width: 10vw;
        height: 10vw;
        background-color: #29aae1;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 30%;
        right: 5%;
    }

    .circle3 {
        width: 5vw;
        height: 5vw;
        background-color: #29aae1;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 30%;
        right: 12%;
    }

    .circle4 {
        width: 10vw;
        height: 10vw;
        background-color: #737291;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 30%;
        left: 5%;
    }

    .circle5 {
        width: 5vw;
        height: 5vw;
        background-color: #29aae1;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 40%;
        left: 12%;
    }

    .circle6 {
        width: 80vw;
        height: 80vw;
        background-color: #0b0e3a;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: -10%;
        left: -30%;
    }

    .circle7 {
        width: 12.5vw;
        /* Adjust the width to half of the original to get a semicircle */
        height: 25vw;
        background-color: #29aae1;
        border-radius: 25vw 0 0 25vw;
        /* Full radius on the left side, none on the right */
        mix-blend-mode: multiply;
        position: absolute;
        top: -25%;
        right: 0;
        /* Adjust the right position to align the semicircle's flat edge */
    }

    .circle7b {
        display: none;
    }

    .circle8 {
        width: 25vw;
        height: 25vw;
        background-color: #737291;
        /* Change color as needed */
        border-radius: 50%;
        mix-blend-mode: multiply;
        position: absolute;
        top: -10%;
        left: -13%;
    }

    .circle9 {
        width: 15vw;
        height: 15vw;
        background-color: #29aae1;
        /* Change color as needed */
        border-radius: 100%;
        mix-blend-mode: multiply;
        position: absolute;
        top: -1%;
        right: 2%;
    }

    .circle10 {
        width: 15vw;
        height: 15vw;
        background-color: #0b0e3a;
        /* Change color as needed */
        border-radius: 100%;
        mix-blend-mode: multiply;
        position: absolute;
        top: -2%;
        right: 0%;
    }

    .circle11 {
        width: 10vw;
        height: 10vw;
        background-color: #737291;
        /* Change color as needed */
        border-radius: 100%;
        mix-blend-mode: multiply;
        position: absolute;
        top: 5%;
        right: 2%;
    }



    .slide-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 40px;
        height: 100%;
        /* This will take the height of .swiper-slide */
        flex-direction: column;
        height: 100%;
        overflow: auto;

    }

    .screenshots {
        flex-direction: column-reverse;
    }


    .mockups {
        display: none;
    }

    .mockups-mobile {
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .mockups-mobile img {
        width: 100%;
        margin-bottom: -60px;
        margin-top: 40px;
    }

    .subhead-container {
        bottom: 5%;

    }

    .footer-left {
        margin: 50px 0px 50px 30px;
    }


    .footer-right {
        display: flex;
        justify-content: space-between;
        margin: 50px 30px 50px 0px;
    }

    .footer-left img {
        max-width: 150px;
    }



}