.bot-sec1 {
  padding: 80px 0px;
}

p,
h2 {
  margin: 0px;
  padding: 0px;
}

.pad-80 {
  padding: 80px 0px;
}

.bot-sec1 h2 {
  font-size: 36px;
  line-height: 42px;
  color: #150f1a;
  position: relative;
  margin-bottom: 52px;
}

.line {
  position: relative;
}

.line::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #680fd2 0%, #ee691e 100%);
  left: 0%;
  top: calc(100% + 24px);
}

.bot-sec1 h2::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #680fd2 0%, #ee691e 100%);
  left: 0%;
  top: calc(100% + 24px);
}

.bot-sec1 p {
  font-size: 14px;
  line-height: 24px;
  color: #2c2333;
  margin: 0px;
}

.bot-sec2 {
  background: #150f1a;
  padding: 80px 0px;
}

.bot-sec2 h2 {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 24px;
}

.bot-sec2 p {
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
  margin-bottom: 72px;
}

.bot-sec2 .box {
  background: rgba(44, 35, 51, 0.6);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 32px;
  padding: 24px;
}

.bot-sec2 h4 span {
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.box-p {
  font-size: 14px;
  line-height: 24px;
  color: #f7f3fc;
}

.box-p-first {
  margin-bottom: 24px;
}

.bot-sec3 {
  padding: 80px 0px;
  background: url("../assets/images/hpimgs/diagonal-right.svg") no-repeat;
  background-size: cover;
}

.bot-sec3 .box {
  padding: 24px;
  margin-bottom: 24px;
}

.bot-sec3 h4 {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #443b4b;
}

.bot-sec3 h5 {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bot-sec3 .leftbox {
  background: #2c2333;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #aaaaaa;
}

.bot-sec3 .rightbox {
  background: #f7f3fc;
  border-radius: 12px 12px 0px 0px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #2c2333;
  position: relative;
}

.bot-sec3 .rightbox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
  top: 100%;
  left: 0%;
  border-radius: 2px;
}

.bot-sec3 button {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #6c6671;
  padding: 10px 40px;
  background: #f7f3fc;
  border-radius: 24px;
  border: none;
}

.bot-sec4 {
  padding: 80px 0px;
  background: #150f1a;
}

.bot-sec4 .box {
  padding: 24px;
  background: #2c2333;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  height: 100%;
}

.bot-sec4 h2 {
  font-size: 36px;
  line-height: 42px;
}

.bot-sec4 h4,
.bot-sec4 h2 {
  color: #fff;
}

.bot-sec4 p {
  color: #aaaaaa;
  margin-top: 24px;
}

.bot-sec4 .margin-bot {
  margin-bottom: 24px;
}

.bot-sec5 h2 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}

.linefull {
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
}

.gradientLine {
  width: 80px;
  height: 3px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
}

.bot-sec6 {
  background: #150f1a;
}

.bot-sec6 h3 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 36px;
}

.bot-sec6 p {
  cursor: pointer;
}

.bot-sec6 p {
  padding: 12px 24px;
  border-radius: 4px;
  background: #2c2333;
  color: #aaaaaa;
  border-radius: 4px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  width: max-content !important;
}

.bot-sec6 p.active {
  color: #fff;
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
}

.bot-sec6 li {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #aaaaaa;
  margin-bottom: 12px;
}

.bot-sec6 li::before {
  position: absolute;
  content: "";
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -32px;
  top: 4px;
}

.bot-sec7 h2 {
  font-size: 36px;
  line-height: 42px;
  color: #100a14;
  margin-bottom: 24px;
}

.bot-sec7 p {
  font-size: 14px;
  line-height: 24px;
  color: #2c2333;
  margin-bottom: 24px;
}

.bot-sec7 h4 {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #100a14;
  margin-top: 24px;
}

.bot-sec7 .box {
  padding: 24px 42px;
  background: #f7f3fc;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mar-bot-24 {
  margin-bottom: 24px;
}

.bot-sec8 {
  background: #2c2333;
}

.bot-sec8 h2 {
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bot-sec8 h4 {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 12px;
}

.bot-sec8 p {
  font-size: 18px;
  line-height: 21px;
  color: #aaaaaa;
}

.bot-sec8 .both-center {
  margin-left: 30px;
}

.bot-sec9 h2 {
  font-size: 36px;
  line-height: 42px;
  color: #2c2333;
}

.bot-sec9 h4 {
  font-size: 36px;
  line-height: 42px;
  color: #100a14;
  margin-bottom: 24px;
}

.bot-sec9 p {
  font-size: 14px;
  line-height: 24px;
  color: #2c2333;
}

.mar-top-80 {
  margin-top: 80px;
}

.botatoclkscroll {
  position: relative;
}
.botatoclkscrollpos {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
.botatoclkscrollpos.active {
  opacity: 1;
}

.bot-rowh {
  height: 430px;
}

.botcosco {
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px;
  align-items: center;
}

.botlin {
  width: 100%;
  height: 2px;
  background-color: #2c2333;
}

.botround {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background: #2c2333;
  border-radius: 30px;
  color: #ffffff !important;
  font-size: 36px !important;
  line-height: 36px !important;
  margin: 0px !important;
  cursor: pointer;
}

.botround.active {
  background: linear-gradient(263.79deg, #ee691e -2.04%, #680fd2 100%);
}
.botprco {
  position: relative;
  height: 316px;
}
.botpasco {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  transition: all 0.3s ease;
}
.botpasco.active {
  display: block;
}

.botgridco {
  display: grid;
  grid-template-columns: auto;
  gap: 32px;
}

.contenthtbot {
  height: 267px;
  overflow-y: auto;
}

.botsecgrid {
  display: grid;
  grid-template-columns: auto;
  gap: 24px;
}

.botbg {
  background-image: url("../assets/images/hpimgs/botimgs/bottsectwobg.jpg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 576px) {
  .bot-rowh {
    height: 700px;
  }
  .botatoclkscroll {
    height: 260px;
  }
}

@media (min-width: 576px) {
  .botsecgrid {
    display: grid;
    grid-template-columns: 226px 226px;
    grid-template-rows: 216px 216px;
    gap: 24px;
  }
  .botgridco {
    grid-template-columns: auto auto;
  }
  .bot-rowh {
    height: 780px;
  }
  .botatoclkscroll {
    height: 308px;
  }
}

@media (min-width: 768px) {
  .bot-sec3 .box {
    height: 296px;
  }
  .txtht {
    height: 56px;
  }
  .contenthtbot {
    height: 247px;
  }
}

@media (min-width: 992px) {
  .bot-sec3 .box {
    height: 196px;
  }
  .txtht {
    height: 28px;
  }
  .contenthtbot {
    height: 289px;
  }
  .botpgmb {
    margin-bottom: 32px !important;
  }
  .bot-rowh {
    height: 430px;
  }
  .botatoclkscroll {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .botgridco {
    grid-template-columns: auto auto auto;
  }
  .bot-sec3 .box {
    height: 170px;
  }
  .contenthtbot {
    height: 289px;
  }
  .bot-sec6 p {
    font-size: 18px;
  }
  .bot-sec6 li {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .bot-sec3 .box {
    height: 144px;
  }
  .botprco {
    height: 316px;
  }
  .contenthtbot {
    height: 262px;
  }
}
