@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
a{
    font-family: 'Montserrat', sans-serif;
}
.small-text,.send-sms-wrapper p,.left-part p,#avatar p{
    font-family: 'Lato', sans-serif;
}
h1{
    font-family: 'Montserrat', sans-serif;
}
*{
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
}
header{
    height: 480px;
    background-image: url('../images/new/mask@3x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    position: relative;
}
.container{
    max-width: 1200px;
    /* padding: 0; */
    margin: 0 auto;
}

.logo {
    width: 122px;
    height: 22px;
    background-image: url('../img/new/icHelparound@3x.png');
    background-position: center;
    background-size: cover;
}

.new-logo{
    width: 40px;
    height: 40px;
    background-image: url('../img/new/mor-202@3x.png');
    background-size: cover;
    position: absolute;
    right: 274px;
}
header nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mask{
    position: absolute;
    height: 480px !important;
    right: -250px;
    top: -46px;
    width: 100%;
    height: 100%;
    /* max-height: 480px; */
    max-width: 981px;
    background-image: url(../img/new/combined-shape@3x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-title{
    /* width: 380px;
    height: 107px; */
    height: 155px;
    width: 408px;
    background-image: url('../img/new/group-2@3x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.phone{
    width: 301px;
    height: 336px;
    background-image: url(../img/new/phone@3x.png);
    background-repeat: no-repeat;
    background-size: 576px 888px;
    /* background-position: -132px -116px; */
    background-position: -136px -116px;
    background-color: transparent;
    z-index: 1;
    margin-right: 50px;
    border-radius: 48px 38px 0 0;
}

.logo-title{
    /* margin-top: 79px; */
    margin-top: 50px;
}
#header-content{
    position: relative;
    height: calc(100% - 22px);
    padding-top: 98px;
}
#header-content .row{
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}
/* MAIN */
#main{
    padding-top: 100px;
    padding-bottom: 100px;
}
.send-sms-wrapper{
    width: 400px;
    /* height: 380px; */
    border: 1px solid rgb(60, 163, 2190);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 48px 50px;
    margin-right: 5px;
}
.send-sms-wrapper p{
    color: rgb(48, 48, 48);
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}
/* #phone-number */
.input-holder{
    width: 300px;
    height: 48px;
    border: none;
    background-color: rgb(249, 250, 252);
    text-align: center;
    color: rgb(145, 151, 163);
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
}
#country-code{
    width: 70px;
    border: none;
    border: none;
    background-color: rgb(249, 250, 252);
    text-align: right;
    color: rgb(145, 151, 163);
    font-size: 20px;
    letter-spacing: 0px;
}
#country-code::placeholder{
    opacity: 0;
}
#country-code:hover::placeholder{
    opacity: 1;
}
#phone-number{
    width: 230px;
    border: none;
    border: none;
    background-color: rgb(249, 250, 252);
    text-align: left;
    color: rgb(145, 151, 163);
    font-size: 20px;
    letter-spacing: 0px;
}
#phone-number:focus,#country-code:focus{
   outline: none;
}
.small-text{
    color: rgb(145, 151, 163);
    font-size: 12px;
    letter-spacing: 0;
}
#send-sms{
    background-color: rgb(60, 163, 219);
    width: 166px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
    letter-spacing: 0;
    border: none;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(60,163,219,0.5);
    -moz-box-shadow: 0px 4px 15px 0px rgba(60,163,219,0.5);
    box-shadow: 0px 4px 15px 0px rgba(60,163,219,0.5);
    margin-top: 36px;
}
.right-part{
    display: flex;
    justify-content: flex-end;
}
.left-part h1{
    color: rgb(48, 48, 48);
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}
.left-part p{
    color: rgb(48, 48, 48);
    font-size: 16px;
    letter-spacing: 0px;
    max-width: 486px;
}
.send-success{
    width: 300px;
    height: 77px;
    background-color: rgba(0, 255, 193,0.1);
}
.send-success .row{
    margin: 0;
    padding: 16px;
    height: 100%;
    width: 100%;
    position: relative;
}
.checkmark{
    width: 24px;
    height: 24px;
    background-image: url(../images/checkMark@3x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.send-success p{
    color: rgb(0, 255, 193);
    font-size: 12px;
    letter-spacing: 0px;
    width: 228px;
    margin-bottom: 0;
    word-break: break-word;
}
.hide{
    display: none;
}
.error{
    color: rgb(255, 97, 101) !important;
    background-color: rgba(255, 97, 101, 0.1) !important;
}
button:focus{
    outline: none;
}
.alert-wrapper{
    width: 300px;
    height: 62px;
}
.alert-wrapper .row{
    margin: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
    position: relative;
}
.alert{
    width: 24px;
    height: 24px;
    background-image: url('../images/alert@3x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin: 0;
}
.alert-wrapper p{
    color: rgb(255, 97, 101);
    font-size: 12px;
    letter-spacing: 0px;
    width: 219px;
    left: 62px;
    top: 12px;
    margin-bottom: 0;
    word-break: break-word;
}
#alert2{margin-top: 36px;}
#alert1{
    position: relative;
    top: -22px;
}
/* AVATAR */
#avatar-img{
    width: 48px;
    height: 48px;
    background-image: url('../img/new/avatar@3x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}
#avatar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#avatar p{
    color: rgb(48, 48, 48);
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
}

/* footer */
footer{
    height: 100px;
    width: 100%;
    background-color: rgb(247, 247, 249);
    display: flex;
    align-items: center;
}
footer a{
    text-decoration: none;
    color: rgb(48, 48, 48);
    font-size: 14px;
    letter-spacing: 0;
}


/* MEDIAQUERY */
@media(max-width: 1700px){
    .new-logo{
        position: relative;
        right: 0;
    }
    .mask{
        top: -65px;
    }
    .phone{
        background-size: 576px 846px;
    background-position: -136px -113px;
    }
}
@media(max-width: 1715px){
    header{
        overflow: hidden;
    }
}
@media(max-width: 1680px){
    header{
        height: 435px;
    }
    #header-content {
        padding-top: 52px;
    }
    #main{
        padding-top: 50px;
    }
.mask{
	height: 434px !important;
    }
}
@media(max-width: 1245px){
    #main .row{
        margin-left: 0;
        margin-right: 0;
    }
    .right-part {
        padding-right: 0;
    }
}
@media(max-width: 995px){
    .mask{
        width: 983px;
    }
}
@media(max-width: 876px){
    .right-part{
        max-width: 480px;
    }
    .left-part{
        max-width: calc(100% - 415px);
    }
}
@media(max-width: 803px){
    #header-content{
        padding-top: 0;
        height: auto;
    }
    .logo-title{
        margin-top: -16px;
        margin-bottom: 6px;
    }
    #header-content .row{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .phone{
        margin-right: 0;
    }
}
@media(max-width: 775px){
    #header-content{
        padding-top: 0;
        height: auto;
    }
    .logo-title{
        margin-top: -16px;
        margin-bottom: 6px;
    }
    #header-content .row{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .phone{
        margin-right: 0;
    }
    #main .row{
        flex-direction: column;
        align-items: center;
    }
    .left-part {
        max-width: 400px;
    }
    .right-part {
        max-width: 400px;
    }
}
@media(max-width: 460px){
    .left-part {
        max-width: 100%;
    }
    .right-part {
        max-width: 100%;
        padding-right: 15px;
    }
    .send-sms-wrapper{
        width: 100%;
    }
    #phone-number {
        width: 225px;
    }
}
