/* From Uiverse.io by SelfMadeSystem */

body {
  color: white;
  font-family: "Poppins", sans-serif;
}
.mySlides {display:none;}

.maind {
  /* background-image: url('https://www.shutterstock.com/shutterstock/photos/2275076235/display_1500/stock-vector-abstract-white-and-gray-color-modern-design-stripes-background-with-geometric-round-shape-vector-2275076235.jpg'); */
  height: 90vh;
}

.logo {
  height: 10%;
  width: 10%;
}

.outline {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rect {
  stroke-dashoffset: 5;
  stroke-dasharray: 0 0 10 40 10 40;
  transition: 0.5s;
  stroke: #516ac2;

}

.after {
  margin-top: 3%;
  /* border: 2px solid red; */
  width: 80vh;
  font-size: 20;
  margin-left: 20vh;

}

.nav {
  position: relative;
  margin-left: 60%;
  width: 400px;
  height: 60px;
}

.container:hover .outline .rect {
  transition: 999999s;
  /* Must specify these values here as something *different* just so that the transition works properly */
  stroke-dashoffset: 1;
  stroke-dasharray: 0;
}
.menu-toggle {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
  background: none;
  border: none;
  color: rgb(255, 0, 0);
}
.container {
  /* margin-top: 20%; */
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.833);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em;
  margin-top: -10%;
}
.menu-toggle {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
}
.btn {
  padding: 0.5em 1.5em;
  color: #ededed;
  cursor: pointer;
  margin-top: -10%;
  transition: 0.1s;
}

.btn:hover {
  background: #fff3;
}

.btn:nth-child(1):hover~svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 2 8 73.3 8 10.7;
}

.btn:nth-child(2):hover~svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 12.6 9.5 49.3 9.5 31.6;
}

.btn:nth-child(3):hover~svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 24.5 8.5 27.5 8.5 55.5;
}

.btn:nth-child(4):hover~svg .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 34.7 6.9 10.2 6.9 76;
}

.btn:hover~.outline .rect {
  stroke-dashoffset: 0;
  stroke-dasharray: 0 0 10 40 10 40;
  transition: 0.5s !important;
}

/* circle animation */
.container2 {
  margin-top: 15%;
  position: absolute;
  top: 20%;
  margin-left: 70%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item {
  position: absolute;
  background-color: transparent;
  width: calc(var(--i) * 3.5vmin);
  aspect-ratio: 1;
  border-radius: 50%;
  border: .9vmin solid rgb(0, 200, 255);
  transform-style: preserve-3d;
  transform: rotateX(70deg) translateZ(50px);
  animation: my-move 3s ease-in-out calc(var(--i) * 0.08s) infinite;
  box-shadow: 0px 0px 15px rgb(124, 124, 124),
    inset 0px 0px 15px rgb(124, 124, 124);
}

@keyframes my-move {

  0%,
  100% {
    transform: rotateX(70deg) translateZ(50px) translateY(0px);
    filter: hue-rotate(0deg);
  }

  50% {
    transform: rotateX(70deg) translateZ(50px) translateY(-50vmin);
    filter: hue-rotate(180deg);
  }
}

/* search bar */
.card {
  margin-left: 15vh;
  margin-top: 20vh;
  width: fit-content;
  border-radius: 1.25rem;
}

.loader {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 7vh;
  height: 30px;
  padding: 1px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  margin-left: 0%;
  /* border: 2px solid red; */
}

.words {
  height: 10vh;
  overflow: hidden;
  position: relative;
}

.words::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--bg-color) 10%,
      transparent 30%,
      transparent 70%,
      var(--bg-color) 90%);
  z-index: 20;
}

.word {
  display: block;
  height: 10vh;
  padding-left: 6px;
  color: #516ac2;
  animation: spin_4991 6s infinite;
}

@keyframes spin_4991 {
  10% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }

  25% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  35% {
    -webkit-transform: translateY(-202%);
    transform: translateY(-202%);
  }

  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  60% {
    -webkit-transform: translateY(-302%);
    transform: translateY(-302%);
  }

  75% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

  85% {
    -webkit-transform: translateY(-402%);
    transform: translateY(-402%);
  }

  100% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
}

.stardust,
.cosmic-ring,
.starfield,
.nebula {
  max-height: 70px;
  max-width: 314px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  border-radius: 12px;
  filter: blur(3px);
}

.input {
  background-color: #05071b;
  border: none;
  width: 301px;
  height: 56px;
  border-radius: 10px;
  color: #a9c7ff;
  padding-inline: 59px;
  font-size: 18px;
}

#search-container {
  display: flex;
  align-items: center;
  margin-top: 5vh;
  margin-left: 30vh;
  /* justify-content: center; */
}

.input::placeholder {
  color: #6e8cff;
}

.input:focus {
  outline: none;
}

#main:focus-within>#input-mask {
  display: none;
}

#input-mask {
  pointer-events: none;
  width: 100px;
  height: 20px;
  position: absolute;
  background: linear-gradient(90deg, transparent, #05071b);
  top: 18px;
  left: 70px;
}

#cosmic-glow {
  pointer-events: none;
  width: 30px;
  height: 20px;
  position: absolute;
  background: #4d6dff;
  top: 10px;
  left: 5px;
  filter: blur(20px);
  opacity: 0.8;
  transition: all 2s;
}

#main:hover>#cosmic-glow {
  opacity: 0;
}

.stardust {
  max-height: 63px;
  max-width: 307px;
  border-radius: 10px;
  filter: blur(2px);
}

.stardust::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(83deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.4);
  background-image: conic-gradient(rgba(0, 0, 0, 0) 0%,
      #4d6dff,
      rgba(0, 0, 0, 0) 8%,
      rgba(0, 0, 0, 0) 50%,
      #6e8cff,
      rgba(0, 0, 0, 0) 58%);
  transition: all 2s;
}

.cosmic-ring {
  max-height: 59px;
  max-width: 303px;
  border-radius: 11px;
  filter: blur(0.5px);
}

.cosmic-ring::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(70deg);
  position: absolute;
  width: 600px;
  height: 600px;
  filter: brightness(1.3);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(#05071b,
      #4d6dff 5%,
      #05071b 14%,
      #05071b 50%,
      #6e8cff 60%,
      #05071b 64%);
  transition: all 2s;
}

.starfield {
  max-height: 65px;
  max-width: 312px;
}

.starfield::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(82deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0),
      #1c2452,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0) 50%,
      #2a3875,
      rgba(0, 0, 0, 0) 60%);
  transition: all 2s;
}

#search-container:hover>.starfield::before {
  transform: translate(-50%, -50%) rotate(-98deg);
}

#search-container:hover>.nebula::before {
  transform: translate(-50%, -50%) rotate(-120deg);
}

#search-container:hover>.stardust::before {
  transform: translate(-50%, -50%) rotate(-97deg);
}

#search-container:hover>.cosmic-ring::before {
  transform: translate(-50%, -50%) rotate(-110deg);
}

#search-container:focus-within>.starfield::before {
  transform: translate(-50%, -50%) rotate(442deg);
  transition: all 4s;
}

#search-container:focus-within>.nebula::before {
  transform: translate(-50%, -50%) rotate(420deg);
  transition: all 4s;
}

#search-container:focus-within>.stardust::before {
  transform: translate(-50%, -50%) rotate(443deg);
  transition: all 4s;
}

#search-container:focus-within>.cosmic-ring::before {
  transform: translate(-50%, -50%) rotate(430deg);
  transition: all 4s;
}

.nebula {
  overflow: hidden;
  filter: blur(30px);
  opacity: 0.4;
  max-height: 130px;
  max-width: 354px;
}

.nebula:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  position: absolute;
  width: 999px;
  height: 999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(#000,
      #4d6dff 5%,
      #000 38%,
      #000 50%,
      #6e8cff 60%,
      #000 87%);
  transition: all 2s;
}

#wormhole-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-height: 40px;
  max-width: 38px;
  height: 100%;
  width: 100%;
  isolation: isolate;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #1c2452, #05071b, #2a3875);
  border: 1px solid transparent;
}

.wormhole-border {
  height: 42px;
  width: 40px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  right: 7px;
  border-radius: 10px;
}

.wormhole-border::before {
  content: "";
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.35);
  background-image: conic-gradient(rgba(0, 0, 0, 0),
      #4d6dff,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      #6e8cff,
      rgba(0, 0, 0, 0) 100%);
  animation: rotate 4s linear infinite;
}

#main {
  position: relative;
}

#search-icon {
  position: absolute;
  left: 20px;
  top: 15px;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}

.sec {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgb(46, 46, 46);
  background: radial-gradient(125% 125% at 50% 10%, #000000 40%, #516ac2 80%);
  z-index: -10;
}

.d {
  margin: 5%;
  margin-bottom: 2%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 200%;


}
/* second teacher tutor */
.teachone{
  height: 30%;
  font-size: clamp(1rem,10vh,10rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.teachtwo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.teachthree{
  margin-top: 5vh;
  border-radius: 70px;
  margin-left: clamp(10vh,30vh,30vh);
  height: 17vh;
  width: 75%;
  padding: 11px 25px 14px 31px;
  /* border: 2px solid black; */
  background-color: #30395d63;  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.th{
  padding: 2px 2px 2px;
  width: fit-content;
  height: fit-content;
  /* border: 2px solid red; */
  font-size: smaller;
}
.input-group {
  position: relative;
 }
 
 .inp {
  width: 90vh;
  border: solid 1.5px #9e9e9e;
  border-radius: 1rem;
  background: none;
  padding: 1rem;
  font-size: 1rem;
  color: #f5f5f5;
  transition: border 150ms cubic-bezier(0.4,0,0.2,1);
 }
 
 .search-container {
  position: relative;
  width: 90vh;
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-input {
  width: 100%;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  outline: none;
}

.search-input::placeholder {
  color: #aaa;
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #333;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-icon svg {
  fill: #fff;
}

.search-icon:hover {
  background-color: #555;
}

.search-bar:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.search-bar:focus-within {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}




 
/* sliding cards */
.scrol {
  overflow: hidden;
  margin: 0%;
  inset: 0;
  width: 100%;
  height: 90%;
  background: rgb(46, 46, 46);
  background: radial-gradient(125% 125% at 50% 10%, #516ac2 30%, #000000 70%);
  z-index: -10;
}

.wrapper {
  margin-top: 5%;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;

}

.inner {
  --w: 400px;
  --h: 310px;
  --translateZ: calc((var(--w) + var(--h)) + 0px);
  --rotateX: -5deg;
  --perspective: 10000px;
  position: absolute;
  width: var(--w);
  height: var(--h);
  left: calc(50% - (var(--w) / 2) - 2.5px);
  z-index: 1;
  transform-style: preserve-3d;
  transform: perspective(var(--perspective));
  animation: rotating 50s linear infinite;
  /* */
}

@keyframes rotating {
  from {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX)) rotateY(0);
  }

  to {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX)) rotateY(1turn);
  }
}

.cardd {
  position: absolute;
  border: 2px solid rgba(var(--color-card));
  border-radius: 12px;
  overflow: hidden;
  inset: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  transform: rotateY(calc((360deg / var(--quantity)) * var(--index))) translateZ(var(--translateZ));
  backface-visibility: hidden;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  border: #000 1px solid;
  border-radius: 7%;
}

.cardd:hover .cont {
  opacity: 1;
  background-color: #ededed;
  color: #000;
  font-size: larger;
}

.cardd:hover .img {
  filter: blur(5px);
}


/* about chatbot */
.chatone {
  height: 180%;
  width: 100%;
  justify-items: center;
  background: radial-gradient(170% 100% at 50% 0%, #000000 20%, #516ac2 50%, #200c3f 100%);

}

.l {
  display: flex;
  align-items: center;
  height: 10%;
  width: 20%;

}

#one {
  font-size: 400%;
  font-weight: bold;
}

#two {
  width: 70%;
  font-size: 150%;
  justify-content: center;
}

.mn{
  height: 60%;
  width: 90%;
  display: grid;
  grid-template-columns: auto auto auto auto;

}
.n{
  width: 70%;
  height:0%;
  padding: 1px;
  text-align: center;
}
.n1,.n3{
  float:left;
  background-size: cover;
  border-radius: 50%;
  height: 10vh;
  width: 10vh;
}
.n2,.n5,.n8,.n10,.n7{
  border-radius: 50%;
  height: 15vh;
  width: 16vh;
}
.n4,.n6,.n9{
  float:right;
  border-radius: 50%;
  height: 20vh;
  width: 25vh;
}
.dot{
  /* border: 2px solid rgb(207, 207, 56); */
  height: 70%;
  width: 30%;
  margin-top: 10%;
  display:grid;
  grid-template-columns: auto auto;


}
.dt{
  height: 100%;
  width: 100%;
}
.n1:hover, .n2:hover, .n3:hover, .n4:hover, .n5:hover, .n6:hover, .n7:hover, .n8:hover, .n10:hover {
  border: 4px solid rgb(50, 50, 150);
}

/* cube */
.cube {
  position: relative;
  width: 100%;
  height: -5%;
  transform-style: preserve-3d;
  animation: rotate 40s infinite linear;
}

.face {
  position: absolute;
  width: 200px;
  height: 200px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  text-align: center;
  line-height: 200px;
  background: transparent;
  opacity: 0.9;
  border: 2px solid;
  border-image: linear-gradient(to right, #7f6bff, #355c7d, #557d35, #3816cf, #242c8a) 1;
  box-shadow: 0 0 100px rgba(68, 37, 169, 0.8);
}

.front {
  transform: translateZ(100px);
}

.back {
  transform: rotateY(180deg) translateZ(100px);
}

.right {
  transform: rotateY(90deg) translateZ(100px);
}

.left {
  transform: rotateY(-90deg) translateZ(100px);
}

.top {
  transform: rotateX(90deg) translateZ(100px);
}

.bottom {
  transform: rotateX(-90deg) translateZ(100px);
}

/* .cube-container:hover .cube {
  animation-play-state: paused;
} */

@keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }

  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

.same{
  box-shadow: 0px 2px 38px 6px #ffffff, inset -13px -10px 20px #333;
}



a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #516AC2;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #462aa3;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}


.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}


@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 450px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }

}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}

@media screen and (max-width: 800px){
  .maind{
    height: 65%;

  }
  .logo{
    height: 6%;
    width: 60%;
  }
  .card{
    margin-left: 0%;
  }
  .loader{
    font-weight: 700;
    font-size: 2.7vh;
    margin-left: -7px;
  }
  .ps{
    font-size: 13px;
    text-align: center;}
  .item{
    width: calc(var(--i)* 1.5vmin);
  }
  .container2{
    display: none;
  }
  .after {
    width: 80%;
        font-size: 2.4vh;
    margin-left: 2px;

  }
  .input{
    width: 200px;
  }
  #search-container{
    margin-left: 7vh;
  }
  .stardust, .cosmic-ring, .starfield, .nebula {
    width: 0;
  }
  .d{
    margin-top: 20%;
    /* color: white !important; */
  }
  .nav{
    margin-left: 20%;
    height: 10%;
    width: 70%;
  }
  .btn{
    padding: 0.5em 0.9em;
  }
  .container{
    background: transparent;
  }
  .centr{
    margin-top: 0%;

  }
  .n2,.n3,.n6,.n7,.n1{
    display: none;
  }
  .cub{
    display: none;
  }
  #two{
    text-align: -webkit-center;
    width: 90%;
  }
  .thead{
    font-size: 275% !important;
  }
  .chatone{
    height: 235%;
  }
  .tm{
    height: 40% !important;
  }
  .mySlides{
    height: 50vh;
  }
  .dot{
    margin-top: 25%;
  }
  .scrol{
    background: radial-gradient(radial-gradient(109% 80% at 49% 49%, #516ac2 30%, #000000 70%));
    height: 61%;
  }
  .sec{
    height: 75%;
  }
  .inner{
    --w:272px;
    --h:282px;
  }
  #one{
    text-align: center;
  }
  .teachone{
    font-size: 1.5rem;
    margin-top: 10vh;
  }
  .teachthree{
    width: fit-content;
    height: 22vh;
    margin-left: 0%;
    flex-wrap: wrap;
    align-content: center;
  }
  .th{
    padding: 2px 11px 3px 11px;
  }
  .mn{
    height: 48%;
  }
  .go{
    height: 12%;
    width: 31%;
  }
  .container {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    text-align: center;
    padding: 0;
    transition: max-height 0.3s ease-in-out;
}
.container.active {
  width: 156%;
  margin-left: -35%;
  margin-top: -54px;
  background-color: #5f59bb;
  max-height: 301px;
  padding: 88px 83px 132px 96px;
}
.menu-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
}

.tm {
  background: radial-gradient(170% 70% at 50% 0%, #516ac2 20%, #000000 70%);
  height: 100%; /* Use vh for better responsiveness */
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
}

.tstart {
  background-image: url("this.PNG");
  /* border: 2px solid red; */
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex; /* Keep this if you have content inside */
}
