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

.hidden {
    display:none !important;
}

body {
    width: 100%;
    padding:0;
    margin:0;
    font-family: 'Inter', sans-serif;
    background-color: #240540;
}
body a { 
    color:white;
    text-decoration: none;
}
.background-dastery {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#24054077;
}
.menu-modal {
    width:67%;
    height:75%;
    box-shadow: 0px 33px 53px #812BCFFF;
    background-color:#240540;
    border-radius: 1rem 0 0 1rem;
    right: 0;position: absolute;
}
.menu-modal-languages img {
    width:2rem;
}
.menu-modal-languages .selected {
    border-bottom: 2px solid #962FD0;
}

.menu-modal-link-container {
    border-bottom: 1px solid #ffffff1a;
    font-size:1.4rem;
}
.header {
    background-color: #240540bc;
    height:120px;
    margin: 0 auto;
    max-width:1440px;
    box-shadow: 0px 33px 53px #812BCFFF;
    border: 1px solid;
    border-image: linear-gradient(to right, #B235DE, #812BCF);
    border-image-slice: 1;
    backdrop-filter: blur(66px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.header .menu-icon {
    display: none;
}

.header-link:hover {
    color:white;
}

.header .header-link.underlined {
    text-decoration: underline;
}

.logo {
    margin-left:100px;
}
.header .logo-image {
    background-image: url('/images/phonework/phonework_logo.png');
    background-repeat:no-repeat;
    background-size: 100%;
    height:50px;
    width:211px;
    display: block;
}
.header .buttons,
.menu-modal-container .buttons {
    margin-right: 100px;
    display:flex;
    align-items:center;
    white-space: nowrap;
}
.header .buttons .language-container {
    position:relative;
}
.header .buttons .language-container #language-popup-button {
    display:flex;
    align-items:center;
    margin-right:20px;
    cursor:pointer;
    padding:15px;
}
.header .buttons .language-container #language-popup-button > img {
    height:28px;
    pointer-events: none;
}
.header .buttons .language-container #language-popup-button > span {
    pointer-events: none;
    margin-left:.5rem;
    color:white;
    font-size:20px;
    opacity:0.8;
    text-transform:capitalize;
}
.header .buttons .language-container #language-popup {
    cursor:unset;
    position:absolute;
    display:flex;
    flex-direction:column;
    top:0;
    left:0;
    padding:15px;
    z-index:99;
    background-color:#240540;
    border-radius:10px;
}
.header .buttons .language-container #language-popup > div {
    display:flex;
    align-items:center;
    cursor:pointer;
}
.header .buttons .language-container #language-popup > div > img {
    height:28px;
    pointer-events: none;
}
.header .buttons .language-container #language-popup > div > span {
    margin-left:.5rem;
    color:white;
    font-size:20px;
    opacity:0.8;
    text-transform:capitalize;
    pointer-events: none;
}
.header .buttons .language-container #language-popup > hr {
    background:linear-gradient(to right, #B235DE, #812BCF);
    height:1px;
    width:100%;
    border:0;
    margin-top:7px;
    margin-bottom:10px;
}
.header .button,
.menu-modal-container .button {
    font-weight: medium;
    color: white;
    padding: 15px 50px;
    font-size:24px;
    text-align: center;
    display: inline;
    cursor:pointer;
}
.menu-modal-container .button {
    display: block;
}
.header .buttons .register{
    position: relative;
}
.menu-modal-container .buttons .register{
    position: relative;
}

.header .buttons .register::before, 
.menu-modal-container .buttons .register::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px; /* control the border thickness */
    background: linear-gradient(to right, #B235DE, #812BCF);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.header .buttons .sign-in-container {
    margin-left:20px;
}
.header .buttons .sign-in{
    background-image: linear-gradient(to right, #B235DE, #812BCF);
    border: 0px solid #9747FF;
    border-radius: 10px;
    position: relative;
}

.menu-modal-container .buttons .sign-in{
    background-image: linear-gradient(to right, #B235DE, #812BCF);
    border: 0px solid #9747FF;
    border-radius: 10px;
    position: relative;
}

.main {
    background-image: url('/images/phonework/image_bg.png');
    background-position-y:-130px;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    margin: 0 auto;
    max-width:1440px;
    position: relative;
}
.main .title {
    font-size:84px;
    font-weight:bold;
    margin: 70px 100px 0px;
    color: white;
    z-index:10;
    position: relative;
}
.main .description {
    font-size:26px;
    font-weight:normal;
    margin: 0px 100px;
    color: white;
    opacity: .7;
    z-index:10;
    position: relative;
}
.main .buttons {
    margin-left: 100px;
    margin-top: 70px;
    z-index:10;
    position: relative;
}
.main .button {
    font-weight: medium;
    color: white;
    padding: 20px 60px;
    font-size:24px;
    text-align: center;
    display: inline;
    cursor:pointer;
}
.main .buttons .register {
    background-image: linear-gradient(100deg, #D32D30, #C1358B, #962FD0);
    border: 1px solid white;
    border-radius: 10px;
    position: relative;
}
.main .hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(farthest-corner at 1200px 200px, #24054000 30%, #240540ff 70%, #240540ff);
    z-index:0;
}
.main .hover-rect {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 150px;
    background: linear-gradient(180deg, #24054000, #240540FF 70%);
    z-index:1;
}
.main .steps {
    margin: 100px 100px 0px;
    z-index:10;
    position: relative;
    border-radius: 20px;
    background-image: linear-gradient(to right, #B235DE60, #5500A160);
    /* backdrop-filter: blur(10px); */
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}
.main .steps .step-title {
    font-size:32px;
    font-weight:bold;
    padding-left:10px;
}
.main .steps .step-description {
    font-size:18px;
    font-weight:normal;
    padding-left:10px;
    margin-top:10   px;
}
.main .steps .step-number {
    font-size: 125px;
    font-weight:bold;
}
.main .steps .step-1,
.main .steps .step-2,
.main .steps .step-3 {
    display: flex;
    align-items: center;
}
.banks {
    width:100%;
    margin: 0 auto;
    max-width:1440px;
    position: relative;
}
.banks .banks-title {
    font-size:50px;
    font-weight:bold;
    margin: 80px 100px;
    color: white;
    z-index:10;
    position: relative;
    text-align: center;
}
.banks .banks-title-gradient {
    background: linear-gradient(to right, #FF8587, #FF80CD, #C359FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banks .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:10px 100px;
}
.banks .card {
    margin:10px;
}
.footer {
    background-color: #240540bc;
    height:120px;
    margin: 100px auto 0;
    max-width:1440px;
    border-top: 1px solid #ffffffa7;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}
.footer .logo {
    margin-left:100px;
    margin-top: 8px;
}
.footer .logo-image {
    background-image: url('/images/phonework/phonework_logo.png');
    background-repeat:no-repeat;
    background-size: 100%;
    height:50px;
    width:211px;
    display: block;
}
.footer .copyright {
    margin-left:100px;
    color: #ffffffa5;
    font-size: 18px;
    font-weight: normal;
    margin-top: 2px;
}

@media screen and (min-width:769px) and (max-width:1366px) {
    
    .logo {
        margin-left:30px;
    }
    .header .buttons {
        margin-right: 30px;
    }

    .header .buttons .sign-in-container {
        margin-left:10px;
    }
    .header .buttons .language-container #language-popup-button {
        margin-right:10px;
        padding: 10px;
    }
    .header .buttons .language-container #language-popup {
        padding: 10px;
    }
    .header .button {
        padding: 15px 15px;
        font-size:20px;
    }
    .menu-modal-container .button {
        padding: 15px 15px;
        font-size:20px;
    }
    .header .buttons .language-container #language-popup-button > img {
        height:24px;
    }
    .header .buttons .language-container #language-popup > div > img {
        height:24px;
    }
    .main {
        background-position-y:0px;
    }
    .main .title {
        font-size:84px;
        margin: 70px 50px 0px;
    }
    .main .description {
        font-size:26px;
        margin: 0px 50px;
    }
    .main .buttons {
        margin-left: 50px;
        margin-top: 70px;
    }
    .main .button {
        padding: 20px 60px;
        font-size:24px;
    }
    
    .main .steps {
        margin: 100px 40px 0px;
    }
    .main .steps .step-title {
        font-size:16px;
        font-weight:bold;
        padding-left:10px;
    }
    .main .steps .step-description {
        font-size:10px;
        font-weight:normal;
        padding-left:10px;
        margin-top: 10px;
    }
    .main .steps .step-number {
        font-size: 82px;
        font-weight:bold;
    }
    .main .steps .step-1,
    .main .steps .step-2,
    .main .steps .step-3 {
        display: flex;
        align-items: center;
    }
    .banks .banks-title {
        font-size:36px;
        font-weight:bold;
        margin: 80px 50px;
        color: white;
        z-index:10;
        position: relative;
        text-align: center;
    }
    .banks .cards {
        display: flex;
        justify-content: center;
        align-items: center;
        margin:10px 50px;
    }
    .banks .card {
        margin:10px;
        width: 23%;
    }
    .footer .logo {
        margin-left:50px;
        margin-top: 8px;
    }
    .footer .logo-image {
        height:50px;
        width:211px;
    }
    .footer .copyright {
        margin-left:50px;
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .header {
        height:5rem;
        width:100%;
    }
    .header .menu-icon {
        display: block;
        width: 1.4rem;
        height: auto;
        padding-top: 0.2rem;
        margin-left:1rem;
    }
    .header .buttons .language-container {
        display: none;
    }
    .menu-modal {
        padding: 0 2rem;
    }
    .header-link-container {
        display: none;
    }
    .header .buttons .language-container #language-popup-button {
        margin-right:5px;
        padding: 10px;
    }
    .header .buttons .language-container #language-popup {
        padding: 10px;
    }
    .logo {
        margin-left:1rem;
    }
    .header .logo-image {
        background-image: url('/images/phonework/phonework_logo_text.png');
        background-repeat:no-repeat;
        background-size: 100%;
        height:2rem;
        width:7rem;
        display: block;
    }
    .header .buttons {
        margin-right: 1rem;
    }
    .header .button {
        padding: 0.6rem 0.6rem;
        font-size:0.6rem;
    }
    .menu-modal-container .button {
        padding: 0.8rem 0;
        font-size:1rem;
    }
    .header .buttons .language-container #language-popup-button > img {
        height:20px;
    }
    .header .buttons .language-container #language-popup > div > img {
        height:20px;
    }
    .header .buttons .register::before,
    .menu-modal-container .buttons .register::before {
        border-radius: 5px;
        padding: 2px; /* control the border thickness */
    }

    .header .buttons .sign-in-container {
        margin-left:1rem;
    }
    .header .buttons .sign-in{
        border-radius: 5px;
    }
    
    .menu-modal-container .buttons {
        margin-top:1rem;
    }
    .menu-modal-container .buttons .sign-in{
        border-radius: 5px;
    }

    .main {
        background-image: url('/images/phonework/image_bg.png');
        background-position-x: 50%;
        background-position-y: 4rem;
        overflow:hidden;
        background-size: cover;
        background-repeat: no-repeat;
        width:unset;
        margin: 0 auto;
    }
    .main .title {
        text-align: center;
        font-size:2.6rem;
        margin: 2rem 0 0;
    }
    .main .description {
        font-size:1rem;
        margin: 1rem 0 0;
        text-align: center;
    }
    .main .buttons {
        margin: 3rem 1rem 0;
        text-align: center;
    }
    .main .button {
        padding: 1rem 1rem;
        font-size:1.2rem;
    }
    .main .buttons .register {
        border-radius: 0.6rem;
    }
    .main .hover {
        background-image: linear-gradient(#240540ff, #240540ff 10%, #24054000 50%, #24054000 70%, #240540ff 90%, #240540ff);
    }
    .main .hover-rect {
        display:none;
    }
    .main .steps {
        margin: 5rem 2rem 0;
        padding: 1rem 0;
        z-index:10;
        border-radius: 10px;
        flex-direction: column;
    }
    .main .steps .step-title {
        font-size:1.6rem;
        font-weight:bold;
        padding-left:1rem;
    }
    .main .steps .step-text {
        width:12rem;
    }
    .main .steps .step-description {
        font-size:0.8rem;
        font-weight:normal;
        padding-left:1rem;
        margin-top: 0.4rem;
    }
    .main .steps .step-number {
        font-size: 5rem;
        font-weight:bold;
        width: 4rem;
        text-align: right;
    }
    .main .steps .step-1,
    .main .steps .step-2,
    .main .steps .step-3 {
        display: flex;
        align-items: center;
    }
    .main .steps .step-1,
    .main .steps .step-2 {
        border-bottom:1px solid #ffffffa5;
    }

    .banks .banks-title {
        font-size:2rem;
        margin: 4rem 2rem 2rem;
    }
    .banks .banks-title > span {
        display: block;
    }
    .banks .cards {
        display: flex;
        justify-content: center;
        align-items: center;
        margin:0 0.6rem 0;
        flex-wrap: wrap;
    }
    .banks .card {
        margin:0.4rem;
        width:45%;
    }

    .footer {
        height:5rem;
        margin: 3rem 1rem 1rem;
        display: flex;
        justify-content: space-between;
    }
    .footer .logo {
        margin-left:1rem;
    }
    .footer .logo-image {
        background-image: url('/images/phonework/phonework_logo_text.png');
        background-repeat:no-repeat;
        background-size: 100%;
        height:2rem;
        width:7rem;
        display: block;
    }
    .footer .copyright {
        margin-left:2rem;
        color: #ffffffa5;
        font-size: 0.6rem;
        font-weight: normal;
        margin-top: 0.2rem;
    }
}

@media screen and (max-width:429px) {
    .header {
        height: 3.6rem;
        width: 100%;
    }
    .menu-modal {
        padding: 0 1rem;
    }

    .header .menu-icon {
        width: 1rem;
        padding-top: 0.15rem;
        margin-left:0.5rem;
    }
    .header .logo-image {
        height:1.6rem;
        width:5rem;
    }   

    .header .buttons .language-container #language-popup-button {
        margin-right:0.2rem;
        padding: 0.4rem;
    }
    .header .buttons .language-container #language-popup {
        padding: 0.4rem;
    }
    .logo {
        margin-left:0.4rem;
    }
    .header .buttons {
        margin-right: 0.4rem;
        align-items:flex-start;
    }
    .header .button {
        padding: 0.4rem 0.4rem;
        font-size:0.4rem;
    }
    .menu-modal-container .button {
        padding: 0.5rem 0;
        font-size:0.8rem;
    }
    .menu-modal-container .buttons {
        margin-top:0.6rem;
    }
    .header .buttons .language-container #language-popup-button > img {
        height:0.8rem;
    }
    .header .buttons .language-container #language-popup > div > img {
        height:0.8rem;
    }
    .header .buttons .language-container #language-popup-button > span {
        font-size:0.6rem;
    }
    .header .buttons .language-container #language-popup > div > span {
        font-size:0.6rem;
    }
    .header .buttons .language-container #language-popup-button > span {
        margin-left: 0.3rem;
    }

    .header .buttons .language-container #language-popup > hr {
        margin-top:4px;
        margin-bottom:5px;
    }
    .header .buttons .sign-in-container {
        margin-left:0.5rem;
    }
    
    .main .title {
        font-size:1.6rem;
    }
    .main .description {
        font-size:0.7rem;
    }
    .main .button {
        font-size:0.7rem;
    }
    .main .steps .step-title {
        font-size:0.8rem;
    }
    .main .steps .step-description {
        font-size:0.5rem;
    }
    .main .steps .step-number {
        font-size: 4rem;
    }
    .main .steps .step-number {
        width:2rem;
    }
    .main .steps .step-text {
        width:10rem;
    }
    .banks .banks-title {
        font-size:1.6rem;
    }
    .menu-modal-languages img {
        width:1.2rem;
    }
    .menu-modal-link-container {
        font-size:1rem;
    }        
       
}

.alert a {
    color: #3c8dbc;
}
.alert a:hover {
    color: #417393;
}