@font-face {
    font-family: "Inter-Light";
    src: url("./public/fonts/static/Inter_18pt-Light.ttf");
}
@font-face {
    font-family: "Inter-Medium";
    src: url("./public/fonts/static/Inter_18pt-Medium.ttf");
}
body {
    font-family: "Inter-Medium";
}
header {
    padding: 30px 0px;
    background-color: white;
}
.azin-rinn {

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper{
    background-image: url("./public/images/bg.png");
    height: calc(100vh - 110px);
    background-size: cover;
    background-color: #f5f6f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.azin-rinn__info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.azin-rinn h3 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    font-family: "Inter-Medium";
    color: #21262C;
}
.azin-rinn p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #848BB2;
    margin: 32px auto;
}

.azin-rinn .btn {
    background: #3A7FED;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 276px;
    height: 48px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.azin-rinn .btn:hover,
.azin-rinn .btn:focus,
.azin-rinn .btn.active:focus,
.azin-rinn .btn:active:focus {
    background: #3A7FED;
    box-shadow: none;
    border-color: transparent;
}

.mb-0 {
    margin-bottom: 0;
}
.header-list__data {

    text-align: center;
    vertical-align: baseline;
}
.header-list__data img {

}

.header-list__data h3{
    font-family: "Inter-Medium";
    font-size: 18px;
    color: #3A7FED;
}
.azin-rinn__image {

    width: 100%;
    text-align: center;
    display: inline-block;
    z-index: 1;
}
.azin-rinn__image img {
    max-width: 90%;
}
@media screen and (max-width: 576px) {
    body {
        background-color: #f5f6f9;
    }
    .azin-rinn h3 {
        font-size: 30px;
    }
    .azin-rinn {
        height: initial;
    }
    .azin-rinn p {
        font-size: 14px;
    }
    .header-list__data__logo{
        display: flex;
        justify-content: flex-start;
    }

    .header-list__data__lang{
        display: flex;
        justify-content: flex-end;
    }

    .custom-margin-top{
        margin-top: 100px;
    }

}

@media (min-width: 577px ) and (max-width: 768px) {
    .azin-rinn h3 {
        font-size: 30px;
    }
    .azin-rinn {
        height: initial;
    }
    .azin-rinn p {
        font-size: 14px;
    }
    body {
        background-color: #f5f6f9;
    }
}