* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 85px;
    font-family: "Roboto-Regular";
    font-weight: 800;
    line-height: 1.1em;
}

h2 {
    font-size: 45px;
    font-family: "Roboto-Regular";
    font-weight: 400;
}

h3 {
    font-size: 40px;
    font-family: "Roboto-Regular";
    font-weight: 700;
}

h4 {
    font-size: 35px;
    font-family: "Roboto-Regular";
    font-weight: 500;
}

h5 {
    font-size: 30px;
    font-family: "Roboto-Regular";
    font-weight: 400;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

.main-container {
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;
   background-color: #00adba;
}

.content {
    display: flex;
    position: relative;
    /* background-color: rgba(202, 202, 202, 0.5); */
}

.left-content {
    width: 833px;
    height: 1080px;
    position: relative;
}

.right-content {
    width: 960px;
    height: 1080px;
    position: relative;
}

.failsafe {
    width: 1920px;
    height: 1080px;
    background: url(../assets/failsafe.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}


/* circle regions */

.top-bar{
    width: 840px;
    height: 112px;
    position: absolute;
    top: 33px;
    right: -130px;
    background: #ffffff;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
}

.circle-orange {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/circle-orange.svg);
    background-repeat: no-repeat;
    z-index: 2;
}

.circle-purple {
    position: absolute;
    width: 1484px;
    height: 1484px;
    background: #72207e;
    border-radius: 762px;
    z-index: 1;
    margin-top: 225px;
    right: 32px;
}

.circle-white-top {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/circle-white.svg);
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: 654px;
}

.circle-white {
    position: absolute;
    width: 472px;
    height: 472px;
    background:  #ffffff;
    border-radius: 340px;
    z-index: 1;
    margin-top: 94px;
    right: 292px;
    background-position: 50%;
    background-size: cover;
}

.circle-white:before {
    content: "";
    position: absolute;
    width: 510px;
    height: 510px;
    border-radius: 505px;
    border: 5px dotted #ffffff;
    z-index: -1;
    margin-top: -22px;
    margin-left: -25px;
}

.circle-white-right {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/medium-circle-white.svg);
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: 885px;
    margin-top: -662px;
}


/* Text  */

.content-title {
    position: absolute;
    color: #ffffff;
    margin-top: 620px;
    margin-left: 80px;
    z-index: 3;
}

.content-title-eyecatch {
    position: absolute;
    color: #ffffff;
    margin-top: 660px;
    margin-left: 81px;
    z-index: 3;
    width: 650px;
    overflow: hidden;
}

.content-title-eyecatch h5{
    margin-top: 10px;
    font-size: 27px;
    line-height: 32px;
}

.content-description {
    overflow: hidden;
    position: absolute;
    color: #ffffff;
    width: 991px;
    margin-top: 64px;
    margin-left: 35px;
    height: 180px;
}

.content-time {
    color: #72207e;
    margin-top: 184px;
    margin-left: 190px;
}

.content-salary {
    color: #72207e;
    margin-top: 24px;
    margin-left: 192px;
}

.content-siteofwork {
    color: #72207e;
    margin-top: 23px;
    margin-left: 192px;
}

.content-agreement {
    margin-top: 24px;
    margin-left: 66px;
    color: #72207e;
}

.content-announcement {
    margin-left: 68px;
    color: #72207e;
    margin-top: 8px;
    min-width: fit-content;
}

.content-time-eyecatcheditor {
    color: #ffffff;
    margin-left: 190px;
    overflow: hidden;
    height: 45px;
}

.content-salary-eyecatcheditor {
    color: #ffffff;
    margin-left: 190px;
    overflow: hidden;
    height: 45px;
}

.content-siteofwork-eyecatcheditor {
    color: #ffffff;
    margin-left: 190px;
    overflow: hidden;
    height: 45px;
}

.content-agreement-eyecatcheditor {
    color: #ffffff;
    margin-top: 30px;
    margin-left: 20px;
    overflow: hidden;
    height: 45px;
}

.content-announcement-eyecatcheditor {
    overflow: hidden;
    color: #ffffff;
    margin-left: 20px;
    margin-top: 14px;
    height: 45px;
}

.content-bottom {
    color: #ffffff;
    width: 997px;
    margin-top: 20px;
    margin-left: 65px;
    overflow: hidden;
    height: 138px;
}

.post{
    font-size: 40px;
    line-height: 47px;
    color: #72207E;
    margin-left: 64px;
}

.container-content {
    display: flex;
    max-height: 65px;
    overflow: hidden;
}

.footer {
    background-color: #ffffff;
    width: 1129px;
    height: 134px;
    z-index: 0;
    margin-top: 947px;
    margin-left: -1000px;
}


/* Icons */

.icon-watch {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/icon-watch.svg);
    background-repeat: no-repeat;
    z-index: 3;
    margin-top: 187px;
    margin-left: 65px;
}

.icon-money {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/icon-money.svg);
    background-repeat: no-repeat;
    z-index: 3;
    margin-top: 28px;
    margin-left: 66px;
}

.icon-position {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/icon-position.svg);
    background-repeat: no-repeat;
    z-index: 3;
    margin-top: 28px;
    margin-left: 66px;
}

.icon-logos {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/Logos.png);
    background-repeat: no-repeat;
    margin-left: 66px;
}

.icon-logos-2 {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/footer.png);
    background-repeat: no-repeat;
    margin-left: 230px;
}