@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");


 @font-face {
    font-family: 'iranSans'; /* A unique name for your font */
    src: url('../fonts/IRANSansWeb\(FaNum\).eot') format('eot'), /* Path to font file in WOFF2 format */
         url('../fonts/IRANSansWeb\(FaNum\).woff2') format('woff2');   /* Path to font file in WOFF format (fallback) */
    font-weight: normal; /* Optional: Defines the font's boldness (e.g., normal, bold, 100-900) */
    font-style: normal;  /* Optional: Defines the font's style (e.g., normal, italic) */
    font-display: swap;  /* Optional: Controls how the font loads and displays (e.g., swap, block, fallback, optional) */
  }

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "iranSans", sans-serif;
}
:root {
    --primary: #333;
    --secondary: #333;
    --errorColor: red;
    --stepNumber: 6;
    --containerWidth: 600px;
    --bgColor: #333;
    --inputBorderColor: lightgray;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow-x: hidden;
    background: #61b6be6e;
background: url('../10000745271.webp')no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: cover;
  opacity: 0.93;
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: hard-light

}
::selection {
    color: #fff;
    background: var(--primary);
}
.container {
    width: var(--containerWidth);
    background: #fff;
    text-align: right;
    border-radius: 25px;
    padding: 50px 10px 10px 10px;
    box-shadow: 0px 0px 10px 10px #70707059;
}

.container-bar {
    overflow: hidden;
  }

  .container-bar{
    position: relative;
    background: #fff;
    margin: 0 15px;
    padding: 10px 20px;
    border-radius: 7px;
}
.container-bar .skill-box{
    width: 100%;
    margin: 25px 0;
}
.skill-box .title{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.skill-box .low{

    text-align: left !important;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #53c797;
    position: absolute;
    left: 0px;
    right: auto;
}
.skill-box .high{

    text-align: right !important;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #ea3232;
    position: absolute;
    right: 0px;
    left: auto;
}

.skill-box .skill-bar{
    height: 8px;
    width: 100%;
    border-radius: 6px;
    margin-top: 6px;
    background: linear-gradient(270deg, rgb(211, 47, 47) 41%, rgb(244, 67, 54) 46%, rgb(251, 140, 0) 64.5%, rgb(0, 200, 83) 81.5%);
}
.skill-bar .skill-per{
    position: relative;
    display: block;
    height: 100%;
    width: 90%;
    border-radius: 6px;
    background: rgba(21, 120, 78, 0);
    animation: progress 0.4s ease-in-out forwards;
    opacity: 0;
}
.skill-per.css{
    width: 70%;
    animation-delay: 0.1s;
}
.skill-per.javascript{
    width: 50%;
    animation-delay: 0.2s;
}
.skill-per.nodejs{
    width: 60%;
    animation-delay: 0.3s;
}
@keyframes progress {
    0%{
        width: 0;
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.skill-per .tooltip{
    position: absolute;
    right: -5px;
    top: -25px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    padding: 2px 6px;
    border-radius: 3px;
    background: #b3d7e0;
    z-index: 1;
}
.tooltip::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: 10px;
    width: 10px;
    z-index: -1;
    background-color: #b3d7e0;
    transform: translateX(-50%) rotate(45deg);
}


.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}


.campaign_title {
   position: relative;
  top: -35px;
  font-family: iranSans;
  font-size: 25px;
  color: #bb956c;
  font-weight: 900;
  }
  .campaign_sub_title {
  position: relative;
  top: -35px;
  font-family: iranSans;
  color: #209e7d;
}
hr {
    color: #fff;
  }
.inner {
    padding: 20px;

  }
.box-text {
    direction: rtl;
    min-height: 30vh;
    padding: 20px;
  }
.container header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.container .form-outer {
    width: 100%;
    overflow: hidden;
}
.container .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
}
.form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
    overflow-y: scroll !important;
    max-height: 500px;
    overflow-x: hidden;
    scrollbar-color:lightblue white ;

}
.form-outer form .page .title {
    text-align: right;
    font-size: 25px;
    font-weight: 500;
    font-family: iranSans;
}
.form-outer form .page .field {

    height: 45px;
    margin: 45px 0;
    display: flex;
    position: relative;
    direction: rtl;
}
form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}
form .page .field input {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 5px;
    padding-left: 15px;
    margin: 0 1px;
    font-size: 18px;
    transition: border-color 150ms ease;
}
form .page .field input.invalid-input {
    border-color: var(--errorColor);
}
form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}
form .page .field button {
    width: 100%;
    height: calc(100% + 5px);
    border: 2px solid #fff;
    background: var(--secondary);
    margin-top: -20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}
form .page .field button:hover {
    background: #000;
}
form .page .btns button {
    margin-top: -20px !important;
}
form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
    background: #d5b994;
}
form .page .btns button.next {
    margin-left: 3px;
    background: #115755;
}
.badge.badge-primary {
    font-size: 12px;
    background: #0095f638;
    padding: 4px;
    border-radius: 12px;
    position: relative;
    bottom: 21px;
    direction: rtl;

  }
  .label {
    font-size: 12px !important;
    position: relative;
    top: -30px !important;
    width: 100%;
  }
  .badge-danger {
    background: #df7a7a;
    font-size: 13px;
    font-weight: 300;
    padding: 3px;
    border-radius: 10px;
    position: relative;
    top: -20px;
    display: inline-block;
  }

    .badge-success {
    background: #b6f4da;
    font-size: 13px;
    font-weight: 300;
    padding: 3px;
    border-radius: 10px;
    position: relative;
    direction: rtl;
    float:left;
  }
.container .progress-bar {
    display: flex;
    margin: 40px 0;
    user-select: none;
}
.container .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}
.progress-bar {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .box-alert {
    border: 1px solid #ebf9f5;
    padding: 20px;
    border-radius: 20px;
    background: #ebf9f5;
    direction: rtl;
    font-size: 13px;

  }
  .title-pority-req
  {
    color: #e6245eb8;
    font-size: 11px;
  }
  .title-pority-not-req
  {
    color: #9d9b9c;
    font-size: 11px;
  }
  .box-alert-title {
    font-size: 18px;
    color: #1f9d7d;
    font-family: iranSans;
  }
.container .progress-bar .step p {
    font-weight: 500;
    font-size: 10px;
    color: #959595;
    margin-bottom: 8px;
    display: none;
}
.progress-bar .step .bullet {

    border: 0px solid #959595;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 0;
    line-height: 25px;
}
.progress-bar .step .bullet.active {
    border-color: #53c797;
    border: 0px solid #959595;
    background: #53c797;
    font-size: 0;

}
.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #959595;
}
.progress-bar .step .bullet.active span {
    display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -30px;
    height: 10px;
    width: 40px;
    background: #959595;
}
.progress-bar .step .bullet.active:after {
    background: #115755;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}
.progress-bar .step p.active {
    color: #53c797;
    transition: 0.2s linear;
}
.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 78%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}
.progress-bar .step .check.active {
    display: block;
    color: #fff;
}

@media screen and (max-width: 660px) {
    :root {
        --containerWidth: 400px;
    }
    .progress-bar .step p {

    }
    .progress-bar .step .bullet::after,
    .progress-bar .step .bullet::before {

    }
    .progress-bar .step .bullet {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .progress-bar .step .check {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
    }
    .step {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 490px) {
    :root {
        --containerWidth: 100%;
    }
    .container {
        box-sizing: border-box;
        border-radius: 10px;
    }
}
.progress-bar .step .bullet::before, .progress-bar .step .bullet::after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -145px !important;
  height: 10px;
  width: 150px !important;
  background: #959595;
}


