:root {
    --bg1: #F2F5F9;
    --font1: Proxima Nova, Manrope;
    --font2: "Manrope", arial, sans-serif;
    --blue: #2764FC;
    --blue2: #27AFFC;
    --blue3: #94CBFF;
    --green: #5BCA94;
    --navy: #00154D;
    --purple: #5556E4;
    --purple2: #BB6BD9;
    --orange: #FE923A;
    --yellow: #FFC021;
    --white: #FFFFFF;
    --gray: #F7F8FA;
    --gray10: #E8E8E8;
    --gray30: #F5F5F5;
    --gray70: #868585;
    --gray90: #3C3636;
    --dark: #202028;
    --black: #000000;
    --red: #E75555;
    --input-border-color:#DDDAE7;
    --outline-color:#3769AE;
    --load-icon: url("https://hireez.com/wp-content/uploads/Why%20hireEZ/icon-down.png");
    --gradient-blue:linear-gradient(180deg, #2C3E50 -0.13%, #3498DB 100%);
    --gradient-blue2:linear-gradient(180deg,#4b6cb7 0,#182848 100%);
    --gradient-yellow:linear-gradient(180deg, #F7971E -0.01%, #FFD200 99.87%);
    --gradient-green:linear-gradient(180deg, #11998E 0%, #38EF7D 100%);
    --gradient-red:linear-gradient(180deg, #F64C32 0%, #5C0A98 100%);
    --gradient-red2:linear-gradient(180deg, #FFC021 0.01%, #F64C32 52.6%, #5C0A98 100%);
    --gradient-yellow-purple:linear-gradient(180deg, #FFC021 0%, #F64C32 52.6%, #5C0A98 100%);
    --gradient-blue-plink:linear-gradient(43.3deg, rgba(201, 43, 255, 0) -18.16%, rgba(200, 49, 255, 0.0221) -15.44%, rgba(186, 117, 255, 0.2875) 17.22%, rgba(175, 170, 255, 0.5272) 46.73%, rgba(167, 209, 255, 0.7334) 72.11%, rgba(162, 232, 255, 0.8978) 92.34%, #A0F1FF 104.92%);
}
:root {


    --blue2: #00154D;
    --btnColor: #000;
    --green1: #5BCA94;
    --orange1: #FE923A;
    --purple1: #5556E4;
    --part1Bg: #0F1114;
    --black1: #0F1114;
    --contactSalesColor: #00154D;
  }
/* base config */
* {
    font-family: var(--font2);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.font1,
h1, h1 *,
h2, h2 * {
    font-family: var(--font1);
}
.font2{
    font-family: var(--font2);
}
a, button {
    cursor: pointer;
    text-decoration: none;
}
/* Gradient color background */
.gradient-blue{
    background: var(--gradient-blue);
}
.gradient-yellow{
    background: var(--gradient-yellow);
}
.gradient-green{
    background: var(--gradient-green);
}
.gradient-red-purple{
    background: var(--gradient-red);
}
.gradient-yellow-purple{
    background: var(--gradient-yellow-purple);
}
.gradient-blue-plink{
    background: var(--gradient-blue-plink);
}
/* Gradient color font */
.text-gradient-blue{
    font-size: 56px;
    font-weight: 800;
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient-blue2{
    font-size: 56px;
    font-weight: 800;
    background: var(--gradient-blue2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-gradient-purple{
    font-size: 56px;
    font-weight: 800;
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient-red{
    font-size: 56px;
    font-weight: 800;
    background: var(--gradient-red2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient-yellow{
    font-size: 56px;
    font-weight: 800;
    background: var(--gradient-yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* button */
.link-button {
    background-color: var(--yellow);
    font: 700 24px/52px var(--font2);
    display: inline-block;
    border-radius: 50px;
    padding: 0 36px;
    cursor: pointer;
    font: 700 24px/52px var(--font2);
    color: var(--navy);
    text-decoration: none;
    /* 修改 line-height 来改变按钮高度 */
}

.btn-outline {
    background-color: var(--white);
    font: 700 24px/52px var(--font2);
    display: inline-block;
    border-radius: 50px;
    padding: 0 36px;
    cursor: pointer;
    font: 700 24px/52px var(--font2);
    border: 1px solid var(--navy);
    color: var(--navy);
    text-decoration: none;
    /* 修改 line-height 来改变按钮高度 */
}

.btn-white-outline {
    font: 700 24px/52px var(--font2);
    display: inline-block;
    border-radius: 50px;
    padding: 0 36px;
    cursor: pointer;
    border: 1px solid var(--white);
    color: var(--white);
    text-decoration: none;
    /* 修改 line-height 来改变按钮高度 */
}
/* text link */
.link-hover-line {
    text-decoration: none;
}
.link-hover-line:hover {
    text-decoration: underline;
}
/* icon btn */
.load-icon {
    vertical-align: text-bottom;
    display: inline-block;
    width: 30px;
    height: 27px;
    background: var(--load-icon) no-repeat center;
}
.btn-play{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.28);
    cursor: pointer;
    z-index: 1;
}
.btn-play::before{
    content: '';
    position: absolute;
    left: 16%;
    top: 16%;
    right: 16%;
    bottom: 16%;
    border-radius: 50%;
    background-color: var(--yellow);
    z-index: 2;
}
.btn-play::after {
    content: '';
    position: absolute;
    left: 19%;
    top: 15%;
    right: 15%;
    bottom: 15%;
    border-radius: 50%;
    background: url('https://hireez.com/wp-content/uploads/2022/homepageimg/video-polygon.png') no-repeat  center;
    background-size: 50% auto;
    z-index: 3;
}
.btn-right-arrow{
    position: relative;
    z-index: 5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 3px 5px 1px var(--gray70);
}
.btn-right-arrow::after{
    content: '';
    position: absolute;
    border-radius: 2px;
    border: 3px solid var(--gray70);
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    width: 33%;
    height: 33%;
    right: 39%;
    bottom: 26%;
    z-index: 2;
}
.btn-left-arrow{
    position: relative;
    z-index: 5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 3px 5px 1px var(--gray70);
}
.btn-left-arrow::after{
    content: '';
    position: absolute;
    border-radius: 2px;
    border: 3px solid var(--gray70);
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    width: 33%;
    height: 33%;
    right: 22%;
    bottom: 26%;
    z-index: 2;
}
.left-arrow{
    border-radius: 2px;
    border: 2px solid var(--gray70);
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}
.top-arrow{
    border-radius: 2px;
    border: 2px solid var(--gray70);
    border-top: none;
    border-right: none;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
}
.bottom-arrow{
    border-radius: 2px;
    border: 2px solid var(--gray70);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
}
.right-arrow{
    border-radius: 2px;
    border: 2px solid var(--gray70);
    border-top: none;
    border-right: none;
    transform: rotate(-135deg);
    width: 15px;
    height: 15px;
}
/* input select */
.input-base{
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    border-radius: 10px;
    padding:0 8px;
    background-color: var(--white);
    border: 1.5px solid var(--input-border-color);
}
.input-base:focus{
    outline: var(--outline-color) auto;
}
.select-base{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    border-radius: 10px;
    padding:0 8px;
    background-color: var(--white);
    border: 1.5px solid var(--input-border-color);
    /* appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
    padding: 0 25px 0 8px;
}
.select-base>option::after{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 9px;
    border-radius: 2px;
    border: 3px solid var(--gray70);
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    z-index: 99;
}
.select-base:focus{
    outline: var(--outline-color) auto;
}

/* layout style */
.center-position{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.center-position-x{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.center-position-y{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.list-circle>*{
    display: list-item;
    list-style:circle;
    margin-left: 19px;
}
.list-disc>*{
    display: list-item;
    list-style:disc;
    margin-left: 19px;
}