.main-content-width {
  width: 90% !important;
  max-width: 1147px !important;
  margin: auto !important;
  font-family: Inter;
}
.bg-black {
  background-color: black;
}
.navbar-bg {
  background-color: black !important;
}
.login-btn {
  border: 1px solid white;
}
.get-pricing-btn {
  color: #2f3c51;
}
.hero-section {
  position: relative;
  height: auto;
}
.front-content {
  z-index: 10;
  position: relative;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/edu-ai/heroSectionBg.svg");
  background-position: center;
  opacity: 13%;
  z-index: 1;
}
.logo-video {
  height: 112px;
}
.pen-icon-video {
  height: 70px;
}
.main-container {
  background-color: black;
}
.heading1 {
  color: white;
  font-family: Inter;
  font-size: 64px;
  font-weight: 500;
  line-height: 77.45px;
  letter-spacing: -0.9213051795959473px;
  text-align: center;
}
.desc1 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  line-height: 31.47px;
  letter-spacing: 0.15em;
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-inline: 172px;
  background-image: url("../../images/edu-ai/dottedLine.svg");
  color: #f4f4f4;
}
.btn1,
.btn2 {
  border-radius: 8px;
}
.btn2 {
  background: linear-gradient(90deg, #34bcfb 0%, #5491fc 50%, #7567fc 100%);
}
.heading2 {
  font-size: 40px;
}
.school-container {
  position: relative;
  background-color: #1e1f21;
  border-radius: 16px;
  padding: 16px;
  z-index: 1;
}

.school-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(134.71deg, #ffffff 8.64%, #666666 101.44%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.feature-text {
  background: linear-gradient(
    90deg,
    #ea3347 -0.13%,
    #3392ea 0.06%,
    #6c3afa 99.87%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.feature-heading {
  font-size: 48px;
}
.feature-desc {
  color: #cccccc;
  padding-inline: 160px;
}

.feature-div,
.feature-div2,
.feature-div3 {
  height: auto;
  border-radius: 16px;
  padding-block: 40px;
  padding-inline: 44px;
}
.feature-div h5,
.feature-div2 h5,
.feature-div3 h5 {
  font-size: 36px;
  line-height: 40px;
}
.feature-div h5 {
  color: #e4f3f7;
}
.feature-div2 h5 {
  color: #ede9f9;
}
.feature-div3 h5 {
  color: #e4ecf5;
}
ul.text-blue,
ul.text-blue2,
ul.text-blue3 {
  list-style-type: disc;
  list-style-position: inside;
}
ul.text-blue {
  color: #c9e8ef;
}
ul.text-blue2 {
  color: #dbd3f4;
}
ul.text-blue3 {
  color: #c9daeb;
}

ul.text-blue li,
ul.text-blue2 li,
ul.text-blue3 li {
  margin-bottom: 16px;
}

.educator-div {
  position: relative;
  background: #ffffff1a;
  width: fit-content;
  border-radius: 16px;
  padding: 16px;
  min-height: 313px;
  max-width: 773px;
}
.ed1 {
  margin-left: 170px;
}
.ed2 {
  margin-right: 170px;
}

.educator-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(134.71deg, #ffffff 8.64%, #666666 101.44%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.tm-para-22 {
  font-size: 22px;
}
.card-container-wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.card-container {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hardware-card-container, .whiteboard-card-container{
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-container::-webkit-scrollbar {
  display: none;
}

/* contact form css */

.contact-form-div {
  background: linear-gradient(180deg, #252b33 0%, #181818 121.49%);
  border-radius: 16px;
}
.contact-form-div p {
  font-size: 72px;
  line-height: 82px;
}
.input-width-full {
  width: 48%;
}
.label-color {
  color: white;
}
.submit-btn {
  background: linear-gradient(90deg, #34bcfb 0%, #5491fc 50%, #7567fc 100%);
}

/* powered by css */

.powered-bg {
  background: linear-gradient(180deg, #252b33 0%, #181818 121.49%);
  padding-block: 90px;
}
.powered-heading {
  font-size: 40px;
  line-height: 48px;
}
.powered-desc {
  line-height: 20px;
}
.learn-btn {
  border-radius: 8px;
}
.getstarted-btn {
  background: linear-gradient(
    90deg,
    #ea3347 -0.13%,
    #3392ea 0.06%,
    #6c3afa 99.87%
  );
  border-radius: 8px;
}
.powered-content-width {
  width: 42%;
}
.cards-bg {
  background: linear-gradient(180deg, #1f2023 -44.04%, #010f11 147.93%);
}
.card-heading {
  font-size: 24px;
}
.card-desc {
  color: #e8e8e8;
}
.single-card {
  border: 1px solid #5b5b5d;
  background: linear-gradient(180deg, #262521 0%, #181818 100%);
  border-radius: 8px;
}
.single-card3 {
  border: 1px solid #5b5b5d;
  background: linear-gradient(247.12deg, #3a372a 0%, #181818 96.57%);
  border-radius: 8px;
}
.single-card2 {
  border: 1px solid #5b5b5d;
  background: linear-gradient(
    224.58deg,
    #181818 -27.34%,
    #50525a 4.53%,
    #181818 84.18%
  );
  border-radius: 8px;
}
.phoneField {
  width: 80%;
}
.text-role {
  color: #a5a5a5;
}
.support-card-size {
  background: linear-gradient(180deg, #252b33 62.04%, #181818 121.49%);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.dot,
.dot2,
.hardware-dot,
.whiteboard-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dot.active,
.dot2.active {
  background: linear-gradient(90deg, #34bcfb 0%, #5491fc 50%, #7567fc 100%);
  width: 30px;
  border-radius: 16px;
}
.hardware-dot , .whiteboard-dot {
  background: white;
  width: 30px;
  border-radius: 16px;
}
.single-card {
  width: 300px !important;
}
.footer-sub {
  color: white !important;
}
.carddd {
  margin-left: 156px;
}
.school-name {
  line-height: 24px;
}
.school-div div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.school-div {
  padding-inline: 80px;
}
.scroll-container {
  display: flex;
  gap: 16px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.edu-ai-text {
  font-family: Inter;
  font-size: 72px;
  font-weight: 800;
  line-height: 92.16px;
  text-align: center;
  background: linear-gradient(90deg, #34bcfb 0%, #5491fc 50%, #7567fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.educator-card {
  flex: 0 0 80%;
  scroll-snap-align: center;
  min-width: 773px;
}

.pagination2 .dot2 {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.hardware-pagination .hardware-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.whiteboard-pagination .whiteboard-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.pagination2 .dot2.active {
  background: white;
  width: 30px;
  border-radius: 16px;
}
.hardware-pagination .hardware-dot.active {
  background: white;
  width: 30px;
  border-radius: 16px;
}
.whiteboard-pagination .whiteboard-dot.active {
  background: white;
  width: 30px;
  border-radius: 16px;
}
#navbar-company-btn ul li:hover {
  background: #a1b6c2;}

.customer-support-container {
  background-image: url("/static2/images/customer-support/contact-us-bg.webp");
  padding-block: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-heading {
  font-size: 64px;
}
.sub-heading {
  padding-inline: 300px;
}
.email-text {
  font-size: 32px;
}





@media (min-width: 786px) {
  .feature-div {
    background: #273031;
  }
  .feature-div2 {
    background: #262931;
  }
  .feature-div3 {
    background: #272620;
  }
  .card-container {
    display: flex;
    gap: 16px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .hardware-card-container, .whiteboard-card-container{
    display: flex;
    gap: 16px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .feature-gif2 {
    margin-right: 33px;
  }
  .feature-gif3 {
    margin-left: 33px;
  }

  .card {
    flex: 0 0 25%;
    scroll-snap-align: center;
  }
  .card22 {
    flex: 0 0 30%;
    scroll-snap-align: center;
  }
  .carddd2 {
    margin-right: 183px;
  }
  .email-block {
    position: relative;
    padding-inline: 20px;
    background: #FFFFFF1A; /* Adds a semi-transparent background */
    border-radius: 16px; /* Applies border-radius */
    z-index: 1;
    overflow: hidden; /* Ensures the pseudo-element doesn't overflow */
    width: 320px;
    height: 250px;
  }
  
  .email-block::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px; /* Matches the border-radius of the main element */
    padding: 1px; /* Creates space for the border */
    background: linear-gradient(134.71deg, #FFFFFF 8.64%, #666666 101.44%); /* Gradient for the border */
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0); /* Ensures the background only applies to the border area */
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0); /* For other browsers */
    mask-composite: exclude; /* Excludes the inner area */
    -webkit-mask-composite: destination-out; /* Safari equivalent */
    z-index: -1; /* Places it behind the content */
  }
}

@media (max-width: 786px) {
  .desc1 {
    padding-inline: 0px;
    font-size: 16px;
    /* background-image: url("../../images/edu-ai/dottedLine2.svg");
     */
    border: 1px dotted #45a3fb;
    padding: 10px;
    line-height: 27px;
    background-image: none;
  }
  .mob-heading1 {
    color: #ffffff;
    opacity: 90%;
    font-size: 36px;
    line-height: 46px;
  }
  .mob-heading1 span {
    color: white;
  }
  .mob-desc {
    color: #cccccc;
  }
  .heading2 {
    font-size: 24px;
  }
  .school-container::before {
    border-radius: 0px;
  }
  .school-container {
    background-color: black;
  }
  .cards-bg {
    background: black !important;
  }
  .school-container::before {
    background: none;
  }
  .mob-logo {
    margin-left: 27px;
  }
  .feature-heading {
    font-size: 24px;
    line-height: 44px;
  }
  .width2 {
    width: 100% !important;
  }
  .feature-desc {
    padding-inline: 50px;
    font-size: 14px;
  }
  .feature-div h5,
  .feature-div2 h5,
  .feature-div3 h5 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: white;
  }
  .try-btn {
    margin-top: 50px;
  }
  .feature-div,
  .feature-div2,
  .feature-div3 {
    padding-inline: 20px;
  }
  .text-blue3 li,
  .text-blue2 li,
  .text-blue li {
    line-height: 28px;
    margin-top: 10px;
  }
  .feature-heading {
    line-height: 33px;
  }
  .educator-pic {
    height: 67px;
    width: 61px;
  }
  .educator-div {
    background: #ffffff1a;
  }
  .contact-form-div p {
    line-height: 33px;
    font-size: 28px;
    text-align: center;
  }
  .contact-form-div {
    padding-inline: 20px;
    padding-block: 40px;
  }
  .input-width-full {
    width: 100%;
  }
  .contact-form-sub-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .powered-content-width {
    width: 100%;
  }
  .powered-bg {
    margin-inline: 20px;
    border-radius: 16px;
    padding-block: 40px;
  }
  .powered-heading {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  .powered-desc {
    text-align: center;
    color: #cccccc;
  }
  .btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-feature-div {
    background: linear-gradient(180deg, #212326 0%, #181818 133.32%);
  }
  .carddd {
    margin-left: 0px;
  }
  .carddd2 {
    margin-right: 0px;
  }
  .mob-padding {
    width: 90% !important;
    max-width: 1147px !important;
    margin: auto !important;
    font-family: Inter;
  }
  .tm-para-22 {
    font-size: 16px;
  }
  .hero-background {
    background-image: url("../../images/edu-ai/heroSectionBgMob.svg");
  }
  .feature-div,
  .feature-div3 {
    flex-direction: column;
  }
  .feature-div div,
  .feature-div3 div,
  .feature-div2 div {
    width: 100%;
  }
  .feature-div div img,
  .feature-div3 div img {
    margin-top: 20px;
  }
  .feature-div2 {
    flex-direction: column-reverse;
  }
  .feature-div2 div img {
    margin-top: 20px;
  }
  .feature-div,
  .feature-div2,
  .feature-div3 {
    padding-block: 20px;
  }
  .feature-img1 {
    background: #273031;
    border-radius: 16px;
  }
  .feature-img2 {
    background: #262931;
    border-radius: 16px;
  }
  .feature-img3 {
    background: #272620;
    border-radius: 16px;
  }
  .educator-card {
    min-width: auto;
    height: auto;
  }
  .educator-div {
    min-height: unset;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 16px;
  }
  .educator-div .tm-para-18 {
    font-size: 14px;
    line-height: 22px;
  }
  .educator-author {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .educator-author-text {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .educator-author-text p {
    text-align: center;
  }
  .ed1 {
    margin-left: 0;
  }
  .ed2 {
    margin-right: 0;
  }
  .slide-track {
    flex-direction: row !important;
  }
  .single-school {
    width: 85px !important;
    height: 100px !important;
  }
  .card {
    flex: 0 0 75%;
    scroll-snap-align: center;
  }
  .card22 {
    flex: 0 0 75%;
    scroll-snap-align: center;
  }
  .carddd {
    margin-left: 20px;
  }
  .carddd2 {
    margin-right: 20px;
  }
  .school-div {
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-inline: 0px;
    margin-top: 20px;
  }

  .school-div::-webkit-scrollbar {
    display: none;
  }

  .school-div div {
    flex: 0 0 auto;
    min-width: 150px;
    text-align: center;
    scroll-snap-align: center;
  }
  .school-name {
    width: 136px;
  }
  .half-width {
    width: 100% !important;
  }
  .edu-ai-text {
    display: none !important;
  }
  .sub-text {
    display: hidden;
  }
  .mob-heading1 {
    display: block;
  }
  .heading1 {
    display: none;
  }
  .text-blue,
  .text-blue2,
  .text-blue3 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact-heading {
    font-size: 32px;
  }
  .customer-support-container {
    background-image: url("/static2/images/customer-support/contact-us-bg-mob.webp");
    background-size: contain;
    background-position: top;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .email-text {
    font-size: 20px;
  }
  .info-block {
    position: relative;
    padding-inline: 20px;
    background: #FFFFFF1A; /* Adds a semi-transparent background */
    border-radius: 16px; /* Applies border-radius */
    z-index: 1;
    overflow: hidden; /* Ensures the pseudo-element doesn't overflow */
    width: 320px;
    padding-block: 40px;
    gap: 30px;
  }
  
  .info-block::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px; /* Matches the border-radius of the main element */
    padding: 1px; /* Creates space for the border */
    background: linear-gradient(134.71deg, #FFFFFF 8.64%, #666666 101.44%); /* Gradient for the border */
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0); /* Ensures the background only applies to the border area */
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0); /* For other browsers */
    mask-composite: exclude; /* Excludes the inner area */
    -webkit-mask-composite: destination-out; /* Safari equivalent */
    z-index: -1; /* Places it behind the content */
  }
  .sub-heading {
    padding-inline: 0px;
  }
  
}

@media (max-width: 1200px) and (min-width: 788px) {
  .feature-heading1 {
    font-size: 32px !important;
  }
  .text-blue,
  .text-blue2,
  .text-blue3 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }
  .desc1 {
    padding-inline: 111px !important;
  }
  .half-width {
    width: 50% !important;
  }
  .input-width-full {
    width: 100% !important;
  }
  .powered-content-width {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .heading1 {
    font-size: 51px;
  }
}
@media (max-width: 786px) and (min-width: 551px) {
  .text-blue {
    align-items: center;
  }
}
