*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}
header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 2.5%;
    background: rgba(44, 133, 234, 0.477);
    border-radius: 25px;
}
body{
    background: white;
}
.logo{
    font-size: 30px;
    font-weight: 700;
    color: white;

}
.navlist{
    display: flex;
}
.navlist a{
    color: white;
    margin-left: 60px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .60s ease;
}
.navlist a:hover{
    border-bottom: 2px solid white;
}
#menu-icon{
    color: white;
    font-size: 30px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

.elias{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(245.59deg, #166bc5 0%, #003d7e 28.53%, #56a8ff 75.52%);
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}
section{
    padding: 0 19%;
}
.elias-text h5{ 
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}
.elias-text h1{ 
    font-size: 90px;
    line-height: 1;
    color: white;
    margin: 0 0 45px;
}
.elias-text h4{ 
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}
.elias-text p{ 
    color: white;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.elias-img {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    max-width: 100%;
    height: auto;
}

.elias-img img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.elias-text a{ 
    display: inline-block;
    color: white;
    background: #3f38ff;
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all .55s ease;
    user-select: none;
}
.elias-text a:hover{ 
    background: transparent;
    border: 1px solid white;
    transform: translateX(8px);
}
.elias-text a.ctaa{ 
    margin-left: 10px;
}
.icons{ 
    position: absolute;
    top: 50%;
    padding: 0 2.5%;
    transform: translateY(-50%);
}
.icons i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}
.icons i:hover{
    color: #166bc5;
    transform: translateY(-3px);
}
.scrolldown{
    position: absolute;
    bottom: 6%;
    right: 9%;
}
.scrolldown i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background: #166bc5;
    border-radius: 30px;
    transition: all .50s ease;
}
.scrolldown i:hover{
    transform: translateY(-3px)
}


@media (max-width: 1810px){
        .elias-text a{
        font-size: 12px;
    } 
}

@media (max-width: 1796px){
    section{
        padding: 0 15%;
        transition: .2s;
    }
}
@media (max-width: 1584px){
    header{
        padding: 10px 3%;
        transition: .2s;
    }
    section{
        padding: 0 12%;
        transition: .2s;
    }
    
    .icons{
        padding: 0 2%;
        transition: .2s;
    }
    .scrolldown{
        right: 2%;
        transition: .2s;
    }
}
@media (max-width: 1460px){
    section{
        padding: 0 8%;
        transition: .2s;
    }
}
@media (max-width: 1340px){
    .elias-text h1{
        font-size: 75px;
        margin: 0 0 30px;
    }
    .elias-text h5{
        margin-bottom: 30px;
    }
    section{
        padding: 0 9%;
        transition: .2s;
    }
}

@media (max-width: 1335px){
    .elias-text a.ctaa{
        margin-top: 7px;
    }
}

@media (max-width: 1259px){
    section{
        padding: 0 6%;
        transition: .2s;
    }
    .elias-img img{
        width: 550px;
        height: auto;
    }
    .icons{
        display: none;
    }
    .scrolldown{
        display: none;
    }
}

@media (max-width: 1107px){
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 245px;
        height: 300px;
        background: #257edd;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 30px 20px;
        transition: all .55s ease;
        overflow-y: auto;
        border-radius: 20px;
    }
    .navlist a{
        margin-left: 0;
        display: block;
        margin: 7px 0;
    }
    .navlist.open{
        right: 0;
    }
}

@media (max-width: 900px){
    .elias-text{
        padding-top: 115px;    
    }
        
    .elias{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    .elias-img{
        text-align: center;
    }
}
@media (max-width: 680px){
    .elias-img img{
        visibility: hidden;
    }
    
}
@media (max-width: 425px){
    .elias-img img{
        width: 300px;
        height: auto;
    }
    .elias-text h5{ 
        font-size: 10px;
        font-weight: 400;
        color: white;
        margin-bottom: 20px;
    }
    .elias-text h1{ 
        font-size: 60px;
        line-height: 1;
        color: white;
        margin: 0 0 15px;
    }
    .elias-text h4{ 
        font-size: 18px;
        font-weight: 600;
        color: white;
        margin-bottom: 6px;
    }
    .elias-text p{ 
        color: white;
        font-size: 13px;
        line-height: 1.9;
        margin-bottom: 40px;
    }   
    .elias-text a{
        font-size: 12px;
    } 
}
@media (max-width: 316px){
    .elias-img img{
        width: 250px;
        height: auto;
        margin-bottom: 100px;
    }
    .elias-text h5{ 
        font-size: 10px;
        font-weight: 400;
        color: white;
        margin-bottom: 20px;
    }
    .elias-text h1{ 
        font-size: 60px;
        line-height: 1;
        color: white;
        margin: 0 0 15px;
    }
    .elias-text h4{ 
        font-size: 18px;
        font-weight: 600;
        color: white;
        margin-bottom: 6px;
    }
    .elias-text p{ 
        color: white;
        font-size: 13px;
        line-height: 1.9;
        margin-bottom: 40px;
    }
    .elias-text a{
        display: none;
    }    
}