/* reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* ---------------------  */

.rot-45 { transform: rotate(45deg);}
.text-left {text-align: left;}
img.fluid {width:100%;}

h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 30px; line-height: 1.1; }

p { font-size: 1rem; font-weight: 400; margin:auto; margin-bottom: 20px; line-height: 1.5; max-width: 800px;}

.rainbowfont {
    background: linear-gradient(to right, #FF0000, #0000FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pillbox {
    background-color: #fff;
    padding: 20px;
    padding-right: 10px;
    border-radius: 10px;
    height: 54px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0D111D;
    input {
        border: none;
        outline: none;
        font-size: 1.2rem;
        font-weight: 400;
        flex-grow: 1;
        width: 100%;
    }
    .pillbox-arrow {
        border: none;
        outline: none;
        width:36px;
        min-width: 36px;
        height:36px;
        background-color: #0D111D;
        border-radius: 18px;
        display:flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;

        svg {
            width: 24px;
            height: 24px;
        }
        svg path {
            fill: #fff;
        }
    }
    .pillbox-text {
        text-align: center;
        flex-grow: 1;
        font-size: 1.2rem;
        font-weight: 500;
    }
    text-decoration: none;
    &:hover {
        .pillbox-arrow {
            background-color: #4341EA;
        }
    }

   
}

a.pillbox{
    max-width: 300px;
    margin: 0 auto;
}
.left-aligned a.pillbox {margin-left: 0;}
form.pillbox{
    max-width: 300px;
    margin: 0 auto;
}

.bluepill {
    background-color: #4341EA;
    color: #fff;
}

/* ---------------------  */

.mainheader {
    img {width:100%;}
    position: relative;

    .sitelogo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 120px;
        /* height: 40px; */
        img {width:100%;}
        /* background-color: #fff; */
    }

    .container {
        width:100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: left;
        padding: 20px;

        p {
            font-size: 1.5rem;
            line-height: 1.3;
            font-weight: 500;
            margin-bottom: 10px;
            color: #fff;
        }

        h1 {
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 1.1;
            max-width: 800px;
            margin: 0 auto;
            margin-bottom: 20px;
            
            span {
                display: inline-block;
                margin-top: 5px;
                background-color: #4341EA;
                color: #fff;
                padding: 5px 10px;
            }
        }
    }
    
}

.row {
    padding:80px 50px;
    text-align: center;
}
.row.subscribe {
    color: #fff;
    background-color: #0D111D;
    padding: 60px;
}

.bluerow{
    background-color: #4341EA;
    color: #fff;
}
.greyrow{
    background-color: #EEEEF6;
    color: #0D111D;
    h2{
        color: #4341EA;
    }
}

.fullwidth {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.rowpad {
    padding-left: 50px;
    padding-right: 50px;
}

.readmore {
    display: inline-block;
    color: #4341EA;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;

    .text {border-bottom: 2px solid #4341EA;}
    
    .arrow {
        margin-left: 5px;
        width: 22px;
        height: 22px;
        background-color: #191C25;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        svg {
            width: 14px;
            height: 14px;
        }
        svg path {
            fill: #fff;
        }
    }
}


.container {overflow-x: hidden;}
.scrollable {overflow-x: scroll; width: 100%; scrollbar-width: none;} 

.text-blue {color: #4341EA;}
.uppercase {text-transform: uppercase;}

/* ---------------------  */

.whyregister {
    display: flex;
    gap: 20px;
    width: fit-content;
    margin:auto;
    margin-bottom: 40px;
    margin-top: 20px;
}
.whyregister-item {
    width: 250px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

    img { height: 120px; object-fit: contain; display: block;width:100%; margin: 30px auto; }
    h3 { font-size: 1.2rem; font-weight: 500; margin-bottom: 10px; }
    p { font-size: 1rem; font-weight: 400; margin-bottom: 0; }
}

/* ---------------------  */

.testimonial {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: hidden;
    width: fit-content;
    margin:auto;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height:400px;

    .testimonial-item {
        width: 280px;
        padding: 0;
        background-color: #EEEEF6;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        text-align: left;
        padding-bottom: 60px;
        position: relative;

        img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        h3 { padding: 0 20px; font-size: 1.2rem; font-weight: 500; margin-bottom: 10px; }
        p { padding: 0 20px; }
        a { padding: 5px 20px; position: absolute; bottom: 20px; }
    }

}
.testimonial.no-body-copy {
    min-height: auto;
    p {display: none;}
}
.testimonial.no-link {
    min-height: auto;
    .testimonial-item {padding-bottom: 10px;}
}

.whyregisterv2 {
    img {padding: 1em;;}
    h2 {max-width: 800px; margin: 0 auto; margin-bottom: 20px;}
}