@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.eot');
    src: url('fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Satoshi-Bold.woff2') format('woff2'),
        url('fonts/Satoshi-Bold.woff') format('woff'),
        url('fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium.eot');
    src: url('fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Satoshi-Medium.woff2') format('woff2'),
        url('fonts/Satoshi-Medium.woff') format('woff'),
        url('fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.eot');
    src: url('fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Satoshi-Regular.woff2') format('woff2'),
        url('fonts/Satoshi-Regular.woff') format('woff'),
        url('fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==BASIC-SETUP==*/
body {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #E30C4E;
  text-align: center;
  padding-top: 8px;
  font-size: 21px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
}

/*==THIS IS START==*/
.header-area {
  background: #1C1822;
  border-bottom: 1px solid #A25EFF;
  padding: 15px 0;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-item1 img {
  max-width: 188px;
}

/* .header-item2 a {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
}

.header-item2 a span img {
  max-width: 15px;
  margin-right: 8px;
}

.header-item3 a {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #F4F4F4;
  border-radius: 56px;
  border: 1px solid #7044AC;
  padding: 5px 21px;
  display: inline-block;
}

.header-item3 a span img {
  max-width: 9px;
} */

/* hero-section */
.hero-area { 
  background: #1C1822;
}

.hero-inner {
  max-width: 1310px;
  margin: auto;
  background: url('images/hero-bg.png') no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  padding: 40px 0 60px 0;
}

.hero-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
}

.hero-title p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #ffff;
  margin-top: 30px;
}

.new-box {
  display: grid;
  grid-template-columns: 69% auto;
  column-gap: 90px;
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.76) 11.12%, rgba(51, 42, 62, 0.76) 89.88%);
  padding: 22px 15px;
  margin-top: 29px;
  align-items: center;
  position: relative;

}

.new-bord {
  position: absolute;
  top: -4px;
  left: -11px;
}

.new-bord {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  width: 44px;
  height: 19px;
  transform: rotate(-34deg);
  border-radius: 2px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-left span {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 12px;
  color: #BEBEBE;
  text-transform: uppercase;
}

.new-left h3 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-top: 5px;
}

.new-left h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #03AFBB;
}

.new-left ul {
  margin-top: 10px;
}

.new-left ul li {
   font-family: Satoshi;
   font-weight: 400;
   font-size: 16px;
   color: #ffffff;
   margin-top: 6px;
   display: flex;
}

.new-left ul li span img {
  max-width: 15px;
  margin-right: 16px;
}

.get-btn a {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  padding: 10px 47px;
  display: inline-block;

}

.works-btn a {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #6619D0;
  display: inline-block;
  padding: 10px 10px;
  margin-top: 16px;
}

.works-btn a img {
  max-width: 16px;
  margin-right: 8px;
}

.new-right h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  color: #03AFBB;
  margin-top: 15px;
}

.new-right h4 sub {
  font-size: 18px;
}

.new-box a {
  transition: 0.2s all ease;
}

.new-box a:hover {
  opacity: 0.7;
}

/* career-section */
.career-area {
  background: #1C1822;
  padding: 42px 0 74px 0;
}
 
.career-main {
  max-width: 660px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 24px;
  margin-top: 26px;
}

.career-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: normal;
  color: #ffffff;
}

.career-item {
  text-align: center;
  padding: 30px;
}

.career-item h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: normal;
}

.career-item p {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #B8B8B8;
  margin-top: 8px;
  text-transform: normal;
}

.career-item ul {
  margin-top: 26px;
}

.career-item ul li {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #B8B8B8;
}

.career-item1 {
  border-radius: 10px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
}

.career-item2 {
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.76) 11.12%, rgba(51, 42, 62, 0.76) 89.88%);
}

.career-item1 img {
  max-width: 87px;
  margin-top: 26px;
}

.career-item2 img {
  max-width: 74px;
  margin-top: 26px;
}

.career-pg p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}

/* lunch-section */
.lunch-area {
  background: #00232D;
  padding: 80px 0;
}

.lunch-main {
  display: grid;
  grid-template-columns: 331px auto;
  column-gap: 40px;
}

.lunch-main2 {
  display: grid;
  grid-template-columns: auto 300px;
  column-gap: 40px;
  margin-top: 32px;
}

.lunch-item img {
 width: 100%;
  border-radius: 21px;
}

.lunch-item h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 24px;
  color: #F4F4F4;
  margin-top: 15px;
}

.lunch-item p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-top: 8px;
  
}

/* online-section */
.online-area {
  background: #1C1822;
  padding: 98px 0 58px 0;
}

.online-main {
  display: grid;
  grid-template-columns: 40% auto;
  border-radius: 15px;
  background: #007179;
  padding: 29px 36px;
  column-gap: 60px;
  align-items: center;
}

.online-main1 {
   position: sticky;
  top: 30px;
  z-index: 1;
}

.online-main2 {
  background: #CA8C2E;
  margin-top: 25px;
  position: sticky;
  z-index: 2;
}

.online-left img {
  max-width: 360px;
  width: 100%;
}

.online-main span {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.online-main h3 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 30px;
  color: #F4F4F4;
  line-height: 55px;
}

.online-main p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

/* cybersecurity-area */
.cybersecurity-area {
  background: #1C1822;
  padding: 30px 0 97px 0;
}

.cybersecurity-main {
  border-radius: 10px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  padding: 27px 14px;
}

.cybersecurity-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
}

.cybersecurity-title a {
  font-family: Satoshi;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  background: #6619D0;
  display: inline-block;
  padding: 15px 40px;
  margin-top: 33px;
  transition: 0.2s all ease;
}

.cybersecurity-title a:hover {
  opacity: 0.8;
}

.syber-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-top: 64px;
}

.syber-logo ul li:nth-child(1) img {
  max-width: 262px;
  max-width: 100%;
}

.syber-logo ul li:nth-child(2) img {
  max-width: 163px;
  max-width: 100%;
}

.syber-logo ul li:nth-child(3) img {
  max-width: 181px;
  max-width: 100%;
}

/* academy-section */
.academy-area {
  background: #1C1822;
  padding: 0 0 66px 0;
}

.academy-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 42px;
}

.academy-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  color: #F4F4F4;
}

.academy-title h6 {
  font-family: Satoshi;
  font-weight: 700;
  color: #BEBEBE;
  font-size: 16px;
  margin-top: 5px;
}

.academy-item {
  padding: 19px 16px;
}

.academy-item1 {
  border-radius: 10px;
  border: 1px solid #E30C4E;
  background: linear-gradient(180deg, #4A152C 0%, #291725 100%);
}

.academy-item2 {
  border-radius: 10px;
  border: 1px solid #E7B504;
  background: linear-gradient(180deg, #4B3D1B 0%, #31291F 100%);
}

.academy-item3 {
  border-radius: 10px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
}

.academy-item h4 {
   font-family: Satoshi;
   font-weight: 700;
   font-size: 16px;
   color: #ffffff;
}

.academy-item ul {
  margin-top: 8px;
}

.academy-item ul li {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #8C8C8C;
  padding: 21px 0;
}

.academy-item ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* admission-section */
.admission-area {
  background: #1C1822;
  padding: 0 0 95px 0;
}

.admission-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
}

.admission-list ul {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}

.admission-list ul li {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #BEBEBE;
  display: flex;
}

.admission-list ul li:nth-child(2),
.admission-list ul li:nth-child(4) {
  width: 58px;
  height: 1px;
  background: #BEBEBE;
}

.admission-list ul li span {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 64px;
  color: #ffffff;
  line-height: 50px;
  padding-right: 3px;
}

.admission-main h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}

.admission-box {
  max-width: 560px;
  margin: auto;
  display: grid;
  grid-template-columns: 41% auto;
  column-gap: 21px;
  margin-top: 21px;
}

.addbox-right {
  border-radius: 21px;
  border: 1px solid #8D3AFF;
  padding: 12px 21px;
}

.addbox-left {
  border-radius: 21px;
  border: 1px solid #8D3AFF;
  padding: 25px 32px;
}

.addbox-left h4 {
  font-weight: 700;
  font-size: 40px;
  text-align: initial;
  margin-top: 0;
}

.addbox-left h4 sub {
  font-size: 18px;
}

.addbox-left span {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.addbox-right ul {
  display: flex;
  column-gap: 10px;
}

.addbox-right ul li svg {
  margin-top: 13px;
}

.addbox-right ul li {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.addbox-right li span {
  font-weight: 500;
  font-size: 28px;
  display: block;
  color: #ffffff;
}

.admison-btn {
  text-align: center;
}

.admison-btn a {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  background: #6619D0;
  display: inline-block;
  padding: 14px 130px;
  transition: 0.2s all ease;
  margin-top: 21px;
}

.admison-btn a:hover {
  opacity: 0.9;
}

/* fac-section */
.faq-area {
  background: #1C1822;
  padding: 0 0 90px 0;
}

.accordion-container1 {
  margin-top: 46px;
}

.faq-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}

.accordion-container1 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 24px;
  color: #F4F4F4;
  padding: 21px 0 10px 0;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #D9D9D9;
}

.accordion-container1 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
}

.accordion-container1 .ac-trigger::after {
  content: "";
  background: url('images/accor.png') no-repeat;
  text-align: center;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 57%;
}

.accordion-container1 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container1 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container1 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container1 .ac.is-active .ac-panel {
  visibility: visible;
}

/* footer-section */
.footer-wrapper {
  background: #1C1822;
}

.footer-area {
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid #6619D0;
  background: #171717;
  padding: 35px 0 50px 0;
}

.footer-logo img {
  max-width: 188px;
}

.footer-main {
  display: grid;
  grid-template-columns: 30% auto auto 26%;
  column-gap: 30px;
  margin-top: 29px;
}

.social-item ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 21px 0;
}

.social-item ul li img {
  max-width: 34px;
}

.footer-item h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #F4F4F4;
  margin-bottom: 8px;
}

.footer-item p, a {
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 400;
  color: #A3A3A3;
}

.footer-btm p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  margin-top: 10px;
}

.footer-btm p span {
  font-weight: 500f;
  font-size: 16px;
  color: #ffffff;
}

.footer-item2 ul li {
  padding-bottom: 10px;

}

.footer-item2 ul li a {
  transition: 0.2s all ease;
}

.footer-item2 ul li a:hover {
  color: #6619D0;
}

.footer-item3 ul li:last-child {
  padding-top: 8px;
}


/* management-section */
.management-area {
  padding: 30px 0;
  background: #1C1822;
}

.contentarea {
  display: grid;
  grid-template-columns: repeat(4,1fr);
   
}

.timeline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
  }

    .timeline::before {
      content: "";
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #fff;
      z-index: 0;
  }

    .progress {
      position: absolute;
      top: 30px;
      left: 0;
      height: 1px;
      background-color: #6619D0;
      z-index: 1;
      width: 0;
      transition: width 0.5s ease;
  }

    .step {
      position: relative;
      text-align: center;
      z-index: 2;
      cursor: pointer;
      transition: transform 0.3s ease;
      text-align: center;
  }

    .step-icon {
      background: #2E2B34;
      width: 55px;
      height: 55px;
      border-radius: 5px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      transition: background-color 0.3s ease;
      z-index: 3;
      margin: auto;
  }

    .step.active .step-icon {
      background: #6619D0;
      width: 321px;
      border-radius: 14px 14px 0 0;
      margin: 0;
      margin-top: -29px;
  }

    .step.active .step-icon svg {
      display: none;
  }

    .step-title {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 18px;
      margin-top: 8px;
      color: #ffffff;
      text-align: center;
  }

    .step-title20 {
      display: none;
  }

    .step-title20 h2 {
      font-family: Satoshi;
      font-weight: 700;
      font-size: 32px;
      color: #F4F4F4;
  }

     .step.active .step-icon .step-title20 {
      display: block;
  }

    .step.active .step-title {
      display: none;
  }

    .content-box {
      border-radius: 0px 0px 14px 14px;
      padding: 25px 30px;
      width: 0;
      visibility: hidden;
      height: 470px;
      background: #25212B;
     
  }

    .content-box.active {
      visibility: visible;
      margin-top: -32px;
      width: 321px;
  }

    .content-box3.active {
      margin-right: -13px;
  }

    .content-box2.active {
      margin-right: -11px;
  }

    .content-box h4 {
      font-family: Satoshi;
      color: #0A8F9B;
      font-size: 24px;
      font-weight: 500;
      margin-top: 8px;
  }

    .content-box p {
      font-family: Satoshi;
      font-weight: 500;
      font-size: 18px;
      color: #ffffff;
      margin-top: 10px;
  }

    .content-box a {
      font-family: Satoshi;
      font-weight: 500;
      font-size: 16px;
      color: #ffffff;
      display: inline-block;
      border-radius: 50px;
      background: #6619D0;
      padding: 18px 38px 17px 39px;
      margin-top: 45px;
  }

    .step-icon2 svg {
      fill: #939196;
      max-width: 38px;
  }

    
 .management-title h2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 36px;
 }

/* offsec-section */
.offsec-area {
  background: #1C1822;
  padding-bottom: 85px;
}

.offsec-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 40px;
}

.offsec-topper {
  display: grid;
  grid-template-columns: 22% auto;
  column-gap: 90px;
  margin-bottom: 14px;
}

.off-item h6 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.off-item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.off-item ul li {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.offsec-main {
  display: grid;
  grid-template-columns: 22% auto;
  column-gap: 90px;
  position: relative;
}

.ofsite-line {
  position: absolute;
  z-index: 1;
}

.ofsite-line1 {
   top: 101px;
  left: 183px;
}

.ofsite-line2 {
   top: 343px;
  left: 196px;
}

.ofsite-line3 {
   top: 507px;
  left: 191px;
}

.ofsite-line4 {
   top: 529px;
  left: 178px;
}

.ofsite-line1 img {
  width: 773px;
  height: 295px;
}

.ofsite-line2 img {
  width: 760px;
  height: 149px;
}

.ofsite-line3 img {
  width: 630px;
  height: 75px;
}

.ofsite-line4 img {
  width: 441px;
  height: 269px;
}

.offsect-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 19px;
}

.offsec-item {
  border-radius: 10px;
  border: 1px solid #BFA709;
  background: linear-gradient(180deg, #4B421B 0%, #342D1E 100%);
  padding: 17px 21px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.offsect-inner .offsec-item  {
  margin-bottom: 26px;
  min-height: 194px;
}

.offsec-itemp {
  width: 200px;
  height: 230px;
  margin-top: 324px;
  transition: background-color 3s all ease;
}

.offsec-itemp:hover {
  background: linear-gradient(180deg, #867412 0%, #5A4F19 100%);
}

.offsec-item2 {
  border: 1px solid #E30C4E;
  background: linear-gradient(180deg, #4A152C 0%, #291725 100%);
  transition: background-color 3s all ease;
}

.offsec-item2:hover {
   background: linear-gradient(180deg, #811239 0%, #5A1430 100%);
}

.offsec-item3 {
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  margin-top: 25px ;
  transition: background-color 3s all ease;
}

.offsec-item3:hover {
   background: linear-gradient(180deg, #0F6571 0%, #144751 100%);
}

.offsec-item4 {
  border: 1px solid #E7B504;
  background: linear-gradient(180deg, #4B3D1B 0%, #31291F 100%);
  margin-top: 13px;
  transition: background-color 3s all ease;
}

.offsec-item4:hover {
  background: linear-gradient(180deg, #866912 0%, #594719 100%);
}

.offsec-item5 {
  border: 1px solid #4CE604;
  background: linear-gradient(180deg, #27481B 0%, #202920 100%);
  margin-bottom: 1 !important;
}

.offsec-item5:hover {
  background: linear-gradient(180deg, #358212 0%, #2A5619 100%);
}

.offsec-item img {
  max-width: 34px;
}

.offsec-item h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-top: 13px;
}

.offsec-item span {
  width: 28px;
  height: 1px;
  background: #6F5816;
  display: block;
  margin-top: 13px;
}

.offsec-item h5 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  margin-top: 22px;
}

.offsec-item2 span {
  background: #7F1238;
}

.offsec-item3 span {
  background: #12505A;
}

.offsec-item4 span {
  background: #6F5816;
}

.offsec-item5 span {
  background: #476F16;
}

.accordion-box4,.accordion-box3,.accordion-box2,.accordion-box1  {
  display: none;
  visibility: hidden;
  position: relative;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E30C4E;
  background: linear-gradient(90deg, #7F1238 -11%, #291725 100%);
}

.accordion-box2 {
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  border: 1px solid #03AFBB;
}

.accordion-box3 {
  margin-bottom: 15px;
  border: 1px solid #E7B504;
  background: linear-gradient(180deg, #4B3D1B 0%, #31291F 100%);
}

.accordion-box4 {
  border: 1px solid #4CE604;
  background: linear-gradient(180deg, #27481B 0%, #202920 100%);
}
 
.accorshow1 {
  display: block;
  visibility: visible;
}

.line-hide img {
  height: 0;
}


/* offsec-accordion-02 */
.accordion-container2 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 21px 15px 21px 41px;
  cursor: pointer;
  position: relative;
  border: 0;
  border-bottom: 1px solid #FA0B53;
}

.ac-trigger2 {
  border-bottom: 0 !important;
}

.accordion-container2 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container2 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 10px;
  top: 24px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-container2 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container2 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container2 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container2 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container2 .ac.is-active .ac-panel {
  visibility: visible;
}

.accordion-container2 .ac-panel-cnt {
  background: linear-gradient(90deg, #3D1629 0%, #241724 100%);
  padding: 15px 15px 15px 45px;
}

.accordion-container2 .ac-panel-cnt h3 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.accordion-container2 .ac-panel-cnt h3 span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
   background: linear-gradient(90deg, #87123A 0%, #771335 100%);
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-right: 14px;
}

.accordion-container2 .ac-panel-cnt h3 span img {
    width: 17px;
}


/* offsec-accordion-03 */
.accordion-container3 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 21px 15px 21px 41px;
  cursor: pointer;
  position: relative;
  border: 0;
  border-bottom: 1px solid #03AFBB;
}

.accordion-container3 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container3 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 10px;
  top: 24px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-container3 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container3 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container3 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container3 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container3 .ac.is-active .ac-panel {
  visibility: visible;
}

.accordion-container3 .ac-panel-cnt {
  background: linear-gradient(90deg, #192A34 0%, #1A242E 100%);
  padding: 15px 15px 15px 45px;
}

.accordion-container3 .ac-panel-cnt h3 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

 .accordion-container3 .ac-panel-cnt h3 span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #105862 0%, #134D57 100%);
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-right: 14px;
} 

.accordion-container3 .ac-panel-cnt h3 span img {
    width: 17px;
}

/* offsec-accordion-04 */
.accordion-container4 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 21px 15px 21px 41px;
  cursor: pointer;
  position: relative;
  border: 0;
  border-bottom: 1px solid #E7B504;
}

.accordion-container4 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container4 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 10px;
  top: 24px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-container4 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container4 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container4 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container4 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container4 .ac.is-active .ac-panel {
  visibility: visible;
}

.accordion-container4 .ac-panel-cnt {
   background: linear-gradient(90deg, #382E1E 0%, #221C21 100%);
  padding: 15px 15px 15px 45px;
}

.accordion-container4 .ac-panel-cnt h3 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.accordion-container4 .ac-panel-cnt h3 span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5F4C18 0%, #8E7011 100%);
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-right: 14px;
}

.accordion-container4 .ac-panel-cnt h3 span img {
    width: 17px;
}


/* offsec-accordion-05 */
.accordion-container5 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 21px 15px 21px 41px;
  cursor: pointer;
  position: relative;
  border: 0;
  border-bottom: 1px solid #52FF00;
}

.accordion-container5 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container5 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 10px;
  top: 24px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-container5 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container5 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container5 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container5 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container5 .ac.is-active .ac-panel {
  visibility: visible;
}

.accordion-container5 .ac-panel-cnt {
   background: linear-gradient(90deg, #2E6417 0%, #1F2620 100%);
  padding: 15px 15px 15px 45px;
}

.accordion-container5 .ac-panel-cnt h3 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.accordion-container5 .ac-panel-cnt h3 span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
   background: linear-gradient(180deg, #2B5918 0%, #378B11 100%);
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-right: 14px;
}

.accordion-container5 .ac-panel-cnt h3 span img {
    width: 17px;
}


/*==mobil-accordion==*/


/* offsec-accordion-06 */
.accordion-container6 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 12px 40px 12px 15px;
  cursor: pointer;
  position: relative;
  border: 0;
}

.accordion-container6 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

 .accordion-container6 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  position: absolute;
  right: 15px;
  top: 14px;
}

.accordion-container6 .ac.is-active .ac-trigger::after {
  content: "\f068";
}
 
.accordion-container6 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container6 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container6 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container6 .ac.is-active .ac-panel {
  visibility: visible;
}


/* offsec-accordion-07 */
.accordion-container7 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 12px 40px 12px 15px;
}

.accordion-container7 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container7 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.accordion-container7 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container7 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container7 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container7 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container7 .ac.is-active .ac-panel {
  visibility: visible;
}

/* offsec-accordion-08 */
.accordion-container8 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  /*! padding: 12px 15px; */
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 12px 40px 12px 15px;
}

.accordion-container8 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container8 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.accordion-container8 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container8 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container8 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container8 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container8 .ac.is-active .ac-panel {
  visibility: visible;
}

/* offsec-accordion-09 */
.accordion-container9 .ac-trigger {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 12px 40px 12px 15px;
}

.accordion-container9 .ac-panel-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
  padding: 10px 21px;
}

.accordion-container9 .ac-trigger::after {
  content: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.accordion-container9 .ac.is-active .ac-trigger::after {
  content: "\f068";
}

.accordion-container9 .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion-container9 .ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.accordion-container9 .js-enabled .ac-panel {
  visibility: hidden;
}

.accordion-container9 .ac.is-active .ac-panel {
  visibility: visible;
}

.mobil-had {
  padding: 15px 10px 0 15px;
}

.mobil-had span {
  display: block;
  width: 30px;
  height: 1px;
  background: #FA0B53;
  margin-top: 15px;
}

.mobil-had2 span {
  background: #00C1CD;
}

.mobil-had3 span {
  background: #FFC700;
}

.mobil-had4 span {
  background: #52FF00;
}

.mobil-had h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

.mobil-had img {
  max-width: 34px;
}

.mobil-same h6 span svg  {
  width: 18px;
  height: auto;
  margin-right: 10px;
}

.mobil-same h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-top: 21px;
}

.mobil-same h6 {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-top: 21px;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
}

.mobil-same h6:hover {
  color: #DB4834;
}

.mobil-same h4:first-child {
  margin-top: 0;
}

/*blendded-section*/
.blended-area {
  background: #1C1822;
  padding-bottom: 100px;
}

.blended-main {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 16px;
  align-items: center;
}

.blended-title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.blended-title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px;
}

.blended-title ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #BEBEBE;
}

.line-bend {
  display: block;
  width: 100%;
  height: 1px;
  background: #525252;
  margin-top: 12px;
}

.line-bend::after {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  left: 0;
  top: 0;
  background: #6619D0;
}

.blended-title ul li img {
  max-width: 14px;
  margin-right: 16px;
}

.blended-title h4 span {
  font-weight: 400;
  color: #BEBEBE;
}

.blended-box {
  display: grid;
  grid-template-columns: 52% auto;
  padding: 15px 15px;
  border-radius: 10px;
  column-gap: 21px;
}

.blended-box1 {
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  padding: 15px 15px 25px 15px;
}

.blended-box2 {
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.76) 11.12%, rgba(51, 42, 62, 0.76) 89.88%);
}

.blended-box3 {
  border: 1px solid #E30C4E;
  background: linear-gradient(180deg, #4A152C 0%, #291725 100%);
}

.blendright-inner {
  display: grid;
  grid-template-columns: 66% auto;
  align-items: center;
  margin-top: 25px;
}

.blended-box h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #9950FF;
  text-transform: uppercase;
} 

.blended-box h5 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-top: 12px;
}

.blended-box ul li {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.blended-box2 ul li,
.blended-box3 ul li {
  margin-bottom: 10px;
}

.blended-box2 ul li:last-child,
.blended-box3 ul li:last-child {
  margin-bottom: 0;
}

.blended-box ul li span img {
  width: 15px;
  margin-right: 10px;
}

.blended-box p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.blended-box h6 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.blended-box h6  del {
  font-weight: 700;
}

.blended-box h6 span {
  font-weight: 700;
  font-size: 24px;
  margin-left: 10px;
}

.blended-box a {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding: 7.5px 29.5px;
  border-radius: 5px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  transition: 0.2s all ease;
}

.blended-box a:hover {
  opacity: 0.7;
}

.blended-box2 a {
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.76) 11.12%, rgba(51, 42, 62, 0.76) 89.88%);
}

.blended-box3 a {
  border: 1px solid #E30C4E;
  background: linear-gradient(180deg, #4A152C 0%, #291725 100%);
}

.blended-box2 .blendright-inner, 
.blended-box3 .blendright-inner {
  margin-top: 30px;
}

.blended-box ul {
  margin-top: 32px;
}


/*====desktop58-page===*/


.header-main2 {
  display: grid;
  grid-template-columns: 20% auto;
  column-gap: 40px;
  align-items: center;
}

.header2-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px
}

.header2-right ul li a {
  font-family: Satoshi;
  font-size: 18px;
  font-weight: 700;
  color: #F4F4F4;
}

.header2-right ul li:nth-of-type(4) a {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
}

.header2-right ul li:nth-of-type(4) a span img {
  max-width: 15px;
  margin-right: 4px;
}

.header2-right ul li:nth-of-type(5) a {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #F4F4F4;
  border-radius: 56px;
  border: 1px solid #fd7e14;
  padding: 5px 21px;
  display: inline-block;
}

/* MOBIL-MENU-start*/
.sidebar-menu {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: left;
  background: #000;
  z-index: 9999;
}

.sidebar-menu.active10 {
  left: 0;
}

.menu-wrap {
  margin-top: 10px;
}

.menu-item a {
  font-family: Satoshi;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 17px;
  display: inline-block;
  color: #ffffff;
}

.menu-header {
  padding: 12px 8px;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
}

.close-icon {
  width: 15px;
  height: 23px;
  display: block;
  position: relative;
  cursor: pointer;
}

.close-icon::before,
.close-icon::after {
  content: '';
  background: #fff;
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 3px;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.menu-btn {
  width: 21px;
  cursor: pointer;
  margin-left: auto;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  margin: 4px 0 0 0;
  border-radius: 5px;
}

.menu-btn span:first-child {
  margin-top: 0;
}

.mobil-brand img {
  max-width: 115px;
}

/* programmer-start */
.programmer-area {
  background: #1C1822;
  padding: 56px 0 0 0;
}

.programmer-title h3 {
  font-family: Satoshi;
  font-size: 40px;
  font-weight: 500;
  text-transform: normal;
  color: #ffffff;
}

.programmer-title h4 {
  font-family: Satoshi;
  font-size: 32px;
  font-weight: 500;
  text-transform: normal;
  color: #ffffff;
  margin-top: 50px;
}

.programmer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4CE604;
  background: linear-gradient(180deg, #27481B 0%, #202920 100%);
  padding: 32px 70px;
  margin-top: 56px;
}

.programmer-item h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 32px;
  color: #95FF81;
}

.programmer-item p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 21px;
  color: #ffffff;
}

.career-area2 {
  padding: 24px 0 0px 0;
}

/*foundation-section*/
.foundation-area {
  background: #1C1822;
  padding-bottom: 83px;
}

.foundation-main {
  display: grid;
  grid-template-columns: 44.7% auto;
  column-gap: 52px;
  align-items: center;
}

.foundation-main img {
  width: 100%;
  border-radius: 21px;
}

.foundation-main h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.foundation-main p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #D7D7D7;
  text-transform: normal;
  margin-top: 10px;
}

.foundation-main h3 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffffff;
  text-transform: normal;
  margin-top: 15px;
}

.foundation-main ul {
  padding-left: 21px;
  margin-top: 5px;
}

.foundation-main ul li {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #D7D7D7;
  text-transform: normal;
  display: flex;
  column-gap: 10px;
}

.foundation-main ul li span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D7D7D7;
  display: inline-block;
}

.foundation-main2 {
  margin-top: 40px;
  grid-template-columns: auto 44.7%;
}

/*receive-section*/
.receive-area {
  background: #1C1822;
  padding-bottom: 77px;
}

.receive-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 31px;
  align-items: center;
  margin-bottom: 60px;
}

.receive-item img {
  width: 100%;
  border-radius: 21px;
}

.receive-main {
  padding: 28px;
}

.receive-main1 {
  background: url("images/receive-bg1.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.receive-main2 {
  background: url("images/receive-bg2.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.receive-main h3 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-transform: normal;
}

.receive-main h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-transform: normal;
  margin-top: 16px;
}

.receive-main p {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #B8B8B8;
  text-transform: normal;
  margin-top: 8px;
}

.receive-btn a {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  background: #6619D0;
  display: inline-block;
  padding: 15px 110px;
  transition: 0.2s all ease;
  margin-top: 50px;
}

.receive-btn a:hover {
  opacity: 0.9;
}

/* school-section */
.school-area {
  background: #1C1822;
  padding-bottom: 151px;
}

.school-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  text-transform: normal;
}

.school-title p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 16px;
}

.school-main {
  display: grid;
  grid-template-columns: repeat(3,1fr); 
  column-gap: 21px;
  row-gap: 31px;
  margin-top: 58px;
}

.school-item {
  border-radius: 14px;
  background: rgba(36, 29, 46, 0.76);
}

.school-item ul li {
  display: grid;
  grid-template-columns: 12% auto;
   column-gap: 10px;
   align-items: center;
}

.school-item ul li p {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

.school-item ul li span img {
  max-width: 30px;
}

.school-main2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 31px;
  margin-top: 31px;
}

.school-main2 ul li {
  grid-template-columns: 7% auto;
}

.school-item1 {
  padding: 26px 40px 26px 21px;
}

.school-item2 {
  padding: 26px 39px 26px 21px;
}

.school-item3 {
  padding: 26px 3px 26px 21px;
}

.school-item4 {
  padding: 26px 40px 26px 21px;
}

.school-item5 {
  padding: 14px 30px 14px 21px;
}

.school-item6 {
  padding: 14px 7px 14px 21px;
}

.school-item7 {
  padding: 35px 30px 35px 21px;
}

.school-item8 {
  padding: 26px 37px 26px 21px;
}

/* certification-section */
.certification-area {
  background: #1C1822;
  padding-bottom: 76px;
}

.certification-topper h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
} 

.certification-topper p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
} 

.certification-main {
  border-radius: 10px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  padding: 17px 21px 49px 59px;
}

.certification-topper {
  display: grid;
  grid-template-columns: 45% auto;
  align-items: center;
  column-gap: 67px;
}

.certification-wrapper {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 85px;
 row-gap: 63px;
 margin-top: 32px;
}

.certif-1 img {
  max-width: 121px;
}

.certif-2 img {
  max-width: 107px;
}

.certification-item p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

.offering-main {
  border-radius: 10px;
  border: 1px solid #4CE604;
  background: linear-gradient(180deg, #27481B 0%, #202920 100%);
  padding: 17px 23px 26px 24px;
  margin-top: 76px;
}

.offering-topper {
  display: grid;
  grid-template-columns: 52% auto;
  column-gap: 30px;
}

.offering-topper h4 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
}

.offering-topper p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.offering-wraper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 50px;
  row-gap: 31px;
  margin-top: 55px;
}

.offering-img1 img {
  max-width: 119px;
}

.offering-img2 img {
  max-width: 76px;
}

.offering-img3 img {
  max-width: 187px;
}

.offering-item p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

/* manager-section */
.manager-area {
  background: #1C1822;
}

.manager-title h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  text-transform: normal;
  color: #ffffff;
}

.manager-main {
  display: grid;
  grid-template-columns: 32% 30% 38%;
  column-gap: 30px;
  border-top: 1px solid #54426D;
  padding: 25px 30px 25px 0;
  margin-top: 15px;
}

.manager-item1, 
.manager-item2 {
  border-right: 1px solid #54426D;
}

.manager-item h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.manager-item h4 img {
  max-width: 15px;
  margin-left: 15px;
}

.manager-item h3 {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 22px;
}

.manager-item p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
  padding-left: 40px;
}

.progress-img h6 {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}

.manager-item ul {
  display: flex;
  column-gap: 18px;
  margin-top: 15px;
}

.manager-item ul li {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.progress-img {
  max-width: 271px;
  margin-top: 37px;
}

.progress-img img {
  max-width: 271px;
  margin-top: 13px;
}

.degree-wrapper {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 6px 6px 94px auto;
  max-width: 200px;
  column-gap: 5px;
  margin: auto;
  margin-top: 30px;
}

.degree-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2px;
}

.degree-item2 {
  height: 48px;
  background: #6A1232;
}

.degree-item3 {
  background: #04A1AD;
  height: 48px;
}

.degree-item4 {
  background: #7221E2;
  height: 48px;
}

.categories-main {
  display: grid;
   grid-template-columns: 37% 33% 30%;
   border-top: 1px solid #54426D;
   column-gap: 12px;
}

.categories-item {
  padding-top: 16px;
}

.categories-item h4 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
}

.categories-item h4 img {
  max-width: 15px;
  margin-right: 10px;
}

.categories-item p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.categories-item2 p {
  max-width: 224px;
  padding-left: 15px;
  margin-top: 42px;
}

.categories-item1,
.categories-item2 {
  border-right: 1px solid  #54426D;
}

.categories-item3 ul {
  margin-top: 15px;
}

.categories-item3 ul li {
  display: flex;
  column-gap: 9px;
  border-top: 1px solid #54426D;
  padding: 8px 10px 8px 17px;
}

.categories-item3 ul li span {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}

.accordion10 {
  max-width: 318px;
  width: 100%;
  margin-top: 21px;
}

.accordion10-item {
   margin-bottom: 10px;
}

.accordion10 .link10 {
  border-radius: 5px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  cursor: pointer;
  display: block;
  padding: 5px 15px 7px 13px;
  position: relative;
  transition: all 0.4s ease;
}

.accordion10 i {
  position: absolute;
  top: 7px;
  right: 12px;
  color: #ffffff;
  transition: all 0.4s ease;
  font-size: 18px;
}

.link10 {
  font-family: Satoshi;
  font-weight: 400; 
  font-size: 16px;
  color: #ffffff;
}

.open10 i.fa-chevron-down {
  transform: rotate(180deg);
}

.submenu10 {
  display: none;
  position: relative;
  right: -15px;
}

.submenu10-cnt {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, rgba(22, 60, 70, 0.40) 0%, rgba(26, 38, 48, 0.40) 100%);
  padding: 5px 15px 7px 13px;
  color: rgba(255, 255, 255, 0.60);
  margin-top: 8px;
}

/* mastery-section */
.mastery-area {
  background: #1C1822;
  padding: 100px 0 30px 0;
}

.mastery-main h2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  text-transform: normal;
  text-align: center;
}

.mastery-main p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  margin-top: 15px;
}

.mastery-main p span {
  color: #E30C4E;
}

.mastery-main img {
  max-width: 906px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 42px;
}

.mastery-btm p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 42px;
}


/* weeks-section */
.weeks-area {
  background: #1C1822;
  padding-bottom: 15px;
}

.weeks-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.76) 11.12%, rgba(51, 42, 62, 0.76) 89.88%);
  padding: 43px 38px;
}

.weeks-box1 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-transform: normal;
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.90) 11.12%, rgba(51, 42, 62, 0.90) 89.88%);
  padding: 13px 30px 14px 31px;
  text-align: center;
  max-width: 410px;
  position: relative;
  z-index: 2;
  bottom: -16px;
}

.weeks-box2 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-transform: normal;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #E30C4E;
  background: linear-gradient(180deg, #4A152C 0%, #291725 100%);
  padding: 17px 26px 16px 25px;
  max-width: 382px;
  position: relative;
  z-index: 1;
  right: -86px;
}

.weeks-box3 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-transform: normal;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.90) 11.12%, rgba(51, 42, 62, 0.90) 89.88%);
  padding: 16px 36px 15px 36px;
  max-width: 282px;
  position: relative;
  z-index: 2;
  right: -35px;
  top: -14px;
}

.weeks-box4 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weeks-box4 {
  border-radius: 10px;
  border: 1px solid #E7B504;
  background: linear-gradient(180deg, #4B3D1B 0%, #31291F 100%);
  padding: 14px 13px 13px 18px;
  max-width: 305px;
  position: relative;
  z-index: 2;
  right: -59px;
  bottom: -38px;
}

.weeks-box4 ul li {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-transform: normal;
  line-height: normal;
  text-align: center;
}

.weeks-box4 ul li span {
  font-weight: 400;
  font-size: 14px;
}

.weeks-box5 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-transform: normal;
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.76) 11.12%, rgba(51, 42, 62, 0.76) 89.88%);
  padding: 13px 21px;
  text-align: center;
  max-width: 365px;
  position: relative;
  z-index: 2;
  left: -25px;
  bottom: -29px;
}

.weeks-box6 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
  padding: 12px 14px;
  text-transform: normal;
  text-align: center;
  max-width: 218px;
  position: relative;
  right: -188px;
  z-index: 4;
  bottom: -29px;
}

.weeks-box7 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-transform: normal;
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.90) 11.12%, rgba(51, 42, 62, 0.90) 89.88%);
  padding: 16px 16px 15px 16px;
  text-align: center;
  max-width: 318px;
  position: relative;
  z-index: 2;
  left: -112px;
  top: -15px;
}

.weeks-box8 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: normal;
  border: 1px solid #E30C4E;
  background: linear-gradient(180deg, #4A152C 0%, #291725 100%);
  padding: 11px 19px 10px 17px;
  text-align: center;
  max-width: 147px;
  position: relative;
  z-index: 3;
  right: -154px;
  top: -32px;
}

.weeks-box9 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #03AFBB;
  background: linear-gradient(180deg, #163C46 0%, #1A2630 100%);
   padding: 12px;
   text-transform: normal;
   text-align: center;
  max-width: 318px;
  position: relative;
  z-index: 5;
  left: -141px;
  top: -107px;
}

.weeks-box10 {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #E7B504;
  background: linear-gradient(180deg, #4B3D1B 0%, #31291F 100%);
  padding: 11px 37px 13px 35px;
  text-align: center;
  max-width: 147px;
  position: relative;
  z-index: 3;
  right: -154px;
  top: -32px;
}

.weeks-box11 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-transform: normal;
  border-radius: 10px;
  border: 1px solid #862FFF;
  background: linear-gradient(15deg, rgba(19, 15, 22, 0.90) 11.12%, rgba(51, 42, 62, 0.90) 89.88%);
  padding: 16px 21px 15px 21px;
  text-align: center;
  max-width: 355px;
  position: relative;
  right: -106px;
  top: -107px;
  z-index: 3;
}

.weeks-btm p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 38px;
}

/* variable-section */
.variable-section {
  background: #1C1822;
  padding-bottom: 58px;
}

.variable-main1 {
   background: #241E2C;
   padding: 32px 43px 36px 43px;
}

.variable-man-wrapper1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  max-width: 603px;
  margin: auto;
  margin-top: 43px;
}

.variable-main1 p {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.variable-main1 ul {
  margin-top: 27px;
}

.variable-main1 ul li {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.variable-main1 h6 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
  color: #FF696C;
  margin-top: 27px;
}

.variable1-item img {
  max-width: 155px;
  display: block;
  margin: auto;
}

.variable1-item h6 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}

.variable1-item2 {
  text-align: center;
}

.variable1-item2 img {
  max-width: 155px;
}

.variable-main2 {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  align-items: center;
  column-gap: 21px;
  background: #241E2C;
  margin-top: 42px;
  padding: 29px 17px 43px 17px;
}

.variable2-item img {
  max-width: 181px;
  display: block;
  margin: auto;
}

.variable2-item3 img {
  max-width: 37px;
  display: block;
  margin: auto;
}

.variable2-item4 img,
.variable2-item2 img {
  max-width: 61px;
}

.variable2-item6 img {
  max-width: 93px;
  display: block;
  margin: auto;
}

.variable-main2 h6 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
} 

.variable-main3 {
  grid-template-columns: repeat(5,1fr);
  padding: 29px 46px 43px 74px;
}

.variable2-item70 img {
  max-width: 195px;
  width: 100%;
}

.abc-img img {
  max-width: 667px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 91px;
}

.abc-img p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 70px;
}

.ab-img img {
  max-width: 421px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 49px;
}

/* beginner-section */

.beginner-area {
  background: #1C1822;
  padding-bottom: 106px;
}

.beginner-main {
  background: #3D2A56;
  padding: 21px 19px;
}

.beginner-title ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.beginner-title ul li:nth-of-type(2) {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}

.beginner-title ul li:nth-of-type(1) {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: #6619D0;
 clip-path: polygon(0% 0%, 83% 0, 100% 50%, 86% 100%, 0% 100%);
  padding: 5px 24px 6px 10px;
}

.beginner-title p {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-top: 14px;
}

.beginner-cnt-box {
  border-radius: 21px;
  background: #2C1945;
  padding: 26px 24px;
  margin-top: 34px;
}

.beginner-inner {
  display: grid;
  grid-template-columns: 20% auto;
  border-top: 1px solid #54426D;
  border-bottom: 1px solid #54426D;
  padding: 15px 0;
}

.beginner-inner h6 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  color: #FF696C;
}

.beginner-inner p {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  background-color: #7221E2;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; 
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 14px;
  
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

