/* section1 css */
.section11 {
  min-height: 1000px;
  padding-top: 140px;
  position: relative;
}
.section11::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bgimage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
}
.secpart001 {
  border: var(--stdborder3);
  color: var(--whitecolor);
  font-size: 1.01pc;
  padding: 100px 6vw;
}

.mainquote {
  font-size: 5pc;
  background: var(--lineartext1);
  color: #ffffff00;
  background-clip: text;
}
.mainquoteinner {
  background: linear-gradient(45deg, rgba(0, 255, 255, 0.747), transparent);
  color: #ffffff00;
  background-clip: text;
}
.belowtext1 {
  font-size: 1.2pc;
  text-shadow: 11px 0px 13px black;
  color: #ffffffb8;
}

    /* section 1 part 2 css */
    .secpart002 {
      border: var(--stdborder1);
      padding: 50px 0px;
    }
    .innersecpart_21 {
      color: var(--whitecolor);
      font-size: 2.1pc;
      padding: 30px 0px;
      width: 81vw;
      margin: 0px auto;
    }
    .innersecpart_22 {
      color: white;
      border: var(--stdborder2);
      width: 81vw;
      min-height: 540px;
      margin: 0px auto;
      backdrop-filter: blur(12px);
      background-color: #57636f52;
      border-radius: 18px;
      display: flex;
      position: relative;
    }
    .innerinnersecpart221 {
      border: var(--stdborder1);
      position: relative;
      z-index: 2;
      padding: 5px;
      width: 60%;
      margin: 50px 0px;
    }
    .dropdownmenucard {
      font-size: 1.1pc;
      margin: 4px;
      cursor: pointer;
      user-select: none;
    }
    .upperpartofdropdown {
      border-bottom: 4px solid #65979b;
      padding: 15px 6px;
      display: flex;
      justify-content: space-between;
      font-size: 1.5pc;
    }
    .lowerpartofdropdown {
      color: var(--dwhitecolor);
      cursor: pointer;
      padding: 0vw 1vw;
      transition: height 0.2s linear;
      display: flex;
      align-items: center;
      height: 0px;
      overflow: hidden;
    }
    .thiswillhaveicon img {
      width: 42px;
      filter: opacity(0.6);
    }
    .innerinnersecpart222 {
    position: absolute;
    bottom: 10%;
    right: 7%;
    width: 130px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* responsiveness css */
@media screen and (max-width:1400px) {
  .belowtext1{
    font-size: 1.1em;
  }
  .innersecpart_21{
    font-size: 2.1em;
  }
}
@media screen and (max-width:908px) {
  .mainquote{
    font-size: 9vw;
  }
  .innersecpart_21 {
    font-size: 2.7vw;
}
.innerinnersecpart221{
  width: 70%;
}
}
@media screen and (max-width:620px) {
  .innerinnersecpart221{
    width: 100%;
  }
  .innerinnersecpart222 {
    display: none;
}
    .innersecpart_21 {
        font-size: 4.6vw;
    }
    .innersecpart_22{
      width: 95vw;
      min-height: 480px;
    }
    .dropdownmenucard {
    font-size: 1.2em;
    }
    .upperpartofdropdown{
      font-size: 1.2em;
    }
    .thiswillhaveicon img {
    width: 29px;
    }
    .section11 {
    padding-top: 0px;
}
}
