.mainContainer {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.backbgs {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0%;
  top: 2%;
  width: 100%;
  padding: 1px 20px;
  z-index: 11;
}

.logoBack {
  max-width: 300px;
}

.btnsBox {
  border: 2px solid #0054a6;
  padding: 2px 20px;
  color: #96c3fb;
  font-family: 'PoppinsRegular';
  border-radius: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lockIcons {
  font-size: 25px;
  margin-right: 10px;
  color: #cce3ff;
}

.loginButtonsSect {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lineOnly {
  background: #0054a6;
  height: 45px;
  width: 2px;
  margin: 0 20px;
}

.btnsBox:hover {
  background: #010305;
  color: #fff;
}

.bannerSections {
  position: absolute;
  /* border: 1px solid #000; */
  height: 100%;
  width: 100%;
  left: 0;
  /* top: 10%; */
}

.iconsSect1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}

.iconsSect2 {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 45%;
}

.iconsSect3 {
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 52.5%;
}

.nepHolders {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #020405;
  width: 47%;
  z-index: 2;
  padding: 11px 0 5px 40px;
}

.inAccord {
  font-family: 'OswaldExtraLight';
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
}

.NEF2020 {
  font-family: 'PoppinsSemiBold';
  font-size: 35px;
  color: #0095f6;
}

.textArea {
  position: absolute;
  top: 17%;
  left: 38%;
}

.textArea2 {
  position: absolute;
  top: 17%;
  left: 49%;
}

.textWelcome {
  color: #fff;
  font-size: 58px;
}

.swaLearning {
  color: #fff;
  font-size: 58px;
  font-family: 'PoppinsBold';
}

.welcmTexts {
  font-family: 'PoppinsRegular';
}

.indias {
  color: #e28623;
  font-family: 'PoppinsSemiBold';
}

.unique {
  font-size: 73px;
  font-weight: 800;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #245ee0;
  text-stroke: 2px #1b7fde;
  font-family: 'PoppinsSemiBold';
  line-height: 73px;
}

.rowFOrTexts {
  display: flex;
}

.secondTexts {
  font-family: 'PoppinsLight';
  color: #fff;
  font-size: 50px;
  margin-left: 20px;
}

.bigLetter {
  background: #0072bc;
  padding: 0 0px;
  font-family: 'PoppinsSemiBold';
  line-height: 53px;
  display: inline-block;
  margin: 0 9px;
  width: 56px;
  text-align: center;
}

.textAni {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.textAni:nth-child(1) {
  animation-delay: 0.5s;
  /* 1st word after 0.5s */
}

.textAni:nth-child(2) {
  animation-delay: 1.5s;
  /* 2nd word after 1.5s */
}

.textAni:nth-child(3) {
  animation-delay: 2.5s;
  /* 3rd word after 2.5s */
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.welcmTexts,
.indias,
.unique {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.welcmTexts {
  animation-delay: 0s;
}

.indias {
  animation-delay: 0.3s;
}

.unique {
  animation-delay: 0.8s;
}


.flip-card {
  background-color: transparent;
  width: 77px;
  height: 77px;
  perspective: 1000px;
  border-radius: 50%;
  margin: 0% 4.5%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.flip-card-front {
  background: #10355875;
  color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

.flip-card-back {
  background: #103558;
  color: white;
  transform: rotateY(180deg);
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-back h1 {
  font-size: 13px;
}

.wlcmInd {
  color: #f4b361;
}

.send2 {
  max-width: 70%;
}

.imgIcon {
  width: 61%;
}

.menuBars {
  display: flex;
  /* width: 110%; */
}

.menuSect {
  position: absolute;
  bottom: 114px;
  right: 0%;
  width: 538px;
  z-index: 22;
  transition: 2s;
}

.arrowBtns {
  font-size: 35px;
  color: #fff;
  position: absolute;
  right: 0%;
  top: 10%;
  cursor: pointer;
  font-family: 'OswaldBold';
}

.menuBtns {
  position: absolute;
  right: 20px;
  bottom: 180px;
  z-index: 99;
}

.slider_1 {
  height: 100vh;
}

.carousel-control-next,
.carousel-control-prev {
  width: 2%;
  padding: 0;
  color: #fff;
  border: 0;
  transition: opacity .15s ease;
  background: #000;
  height: 42px;
  top: 44%;
}

.slide2_icon1 {
  position: absolute;
  bottom: 55%;
  width: 18%;
  left: 0%;
}

.slide2_icon2 {
  position: absolute;
  bottom: 80%;
  width: 18%;
  left: 60%;
}

.slide2_icon3 {
  position: absolute;
  bottom: 56%;
  width: 18%;
  left: 84%;
}

.slide2_icon3 {
  position: absolute;
  bottom: 56%;
  width: 18%;
  left: 84%;
}

.slide2_icon4 {
  position: absolute;
  bottom: 17%;
  width: 18%;
  left: 76%;
}

.slide2_icon {
  position: absolute;
  bottom: 21%;
  width: 18%;
  left: 44%;
  opacity: 0;
  transition: all 1s ease;
  /* smooth animation */
}

/* Final positions */
.slide2_icon1.final {
  bottom: 55%;
  left: 0%;
  opacity: 1;
}

.slide2_icon2.final {
  bottom: 80%;
  left: 60%;
  opacity: 1;
}

.slide2_icon3.final {
  bottom: 56%;
  left: 84%;
  opacity: 1;
}

.slide2_icon4.final {
  bottom: 17%;
  left: 76%;
  opacity: 1;
}

.line_1 {
  width: 3px;
  background: #fff;
  height: 20px;
  margin: 5px auto;
}

.criclesYellow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff772c;
  margin: 9px auto;
}

.rowTexts {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 5px 0;
}

.orTextWith {
  font-family: 'PoppinsLight';
  font-size: 22px;
  color: #fff;
  margin: 0 0 0 20px;
}

.secondSlideCont {
  margin: 0px 0 5px 157px;
}

.topGradint {
  background-image: linear-gradient(rgb(4 23 39), rgb(255 255 255));
}

.bottomGradint {
  background-image: linear-gradient(rgb(255 255 255), rgb(4 23 39));
}

.animate__delay-6s {
  animation-delay: 6s;
}

.animate__delay-7s {
  animation-delay: 7s;
}




.slide3_icon1 {
  bottom: 70%;
  left: 4%;
}

.slide3_icon2 {
  bottom: 102%;
  left: 20%;
}

.slide3_icon3 {
  bottom: 108%;
  left: 49%;
}

.slide3_icon4 {
  bottom: 86%;
  left: 72%;
}

.slide3_icon1.final2 {
  bottom: 70%;
  left: 4%;
  opacity: 1;
}

.slide3_icon2.final2 {
  bottom: 102%;
  left: 20%;
  opacity: 1;
}

.slide3_icon3.final2 {
  bottom: 108%;
  left: 49%;
  opacity: 1;
}

.slide3_icon4.final2 {
  bottom: 86%;
  left: 72%;
  opacity: 1;
}

.slide3_icon {
  position: absolute;
  width: 15%;
  bottom: 46%;
  left: 71%;
  opacity: 0;
  transition: all 1s ease;
}

.yelloLine {
  width: 27px;
  height: 6px;
  background: #e28623;
  margin: 29px 0;
}

.androidLogo {
  display: none;
}

.mtopSpaces {
  margin-top: 27px;
}

.menuBtnsAndo {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  font-size: 33px;
  cursor: pointer;
  z-index: 2;
}

.headerMenu {
  padding: 10px;
  background: #081b40;
  color: #fff;
}

.closeMenus {
  font-size: 22px;
  cursor: pointer;
}

.menuForAndroid {
  display: none;
}

.baseLogins {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  background: #000000d6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginBack {
  max-width: 500px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  position: relative;
  /* overflow: hidden; */
}

.leftMenu {
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  display: inline-grid;
  z-index: -1;
  transition: 1s;
}

.cricleBack:hover {
  background: #0f62ac;
  border: 2px solid #fff;
}

.cricleBack {
  width: 120px;
  height: 120px;
  border: 2px solid #0f62ac;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
}

.textAccord {
  color: #fff;
  font-size: 15px;
  font-family: 'PoppinsSemiBold';
}

.imgIcons {
  width: 75px;
  margin: 10px 0 0;
}

.logoBanners {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.actCricle {
  background: #0f62ac;
  border: 2px solid #ffffff;
}

.loginBox {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: end;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: -60px auto;
  background: #0f62ac;
  z-index: 1111;
  position: sticky;
}

.studentLogins {
  text-align: center;
  margin: 82px 0 22px 0;
  font-family: 'PoppinsSemiBold';
  font-size: 18px;
  color: #000;
}

.loginBox img {
  width: 88%;
  margin-bottom: -4px;
}

.inputAccessCode {
  padding: 10px;
  font-family: 'PoppinsLight';
  background: #f3f2f2;
  border-radius: 10px;
  border: none;
  width: 100%;
  font-size: 18px;
}

.loginSections {
  width: 350px;
  height: 200px;
  margin: 20px auto;
  text-align: center;
}

.inputAccessCode:focus {
  outline: 2px solid #2bfa47 !important;
  outline-offset: 1px;
  /* optional: gives spacing between border and outline */
}

.loginButtons {
  background: #0072bc;
  color: #fff;
  font-family: 'PoppinsSemiBold';
  border-radius: 28px;
  padding: 10px 15px;
  margin: 35px auto;
  width: 172px;
  display: inline-block;
}

#login_24 {
  display: none;
}

.toggleBtns {
  position: absolute;
  top: 46%;
  left: -5%;
  font-size: 34px;
  background: #020405;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #0f62ac;
  line-height: 18px;
  cursor: pointer;
}

.menuLeft {
  display: none;
}

.closeLoginBox {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}

#loginSect {
  display: none;
}

.onLearBox {
  height: 28vh;
  position: absolute;
  left: 0;
  background: #ffffff;
  width: 100%;
  z-index: 11;
  border-radius: 0 0 18px 18px;
}

.outerBoxes {
  position: relative;

}

.userIcons {
  font-size: 88px;
  color: #fff;
}

#demoLogin {
  display: none;
}

@media (min-width:320px) and (max-width:767px) {
  .btnsBox {
    padding: 2px 8px;
    font-size: 14px;
  }

  .lockIcons {
    font-size: 20px;
    margin-right: 3px;
    color: #cce3ff;
  }

  .bigLogo {
    display: none;
  }

  .androidLogo {
    display: block;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    height: 40px;
  }

  .lineOnly {
    background: #0054a6;
    height: 25px;
    width: 2px;
    margin: 0 10px;
  }

  .textArea {
    position: sticky;
    margin: 10px;
  }

  .textWelcome {
    color: #fff;
    font-size: 27px;
  }

  .rowFOrTexts {
    display: block;
  }

  .unique {
    font-size: 33px;
  }

  .secondTexts {
    font-size: 21px;
  }

  .bigLetter {
    padding: 0 0px;
    line-height: 29px;
    margin: 12px 6px;
    width: 33px;
  }

  .inAccord {
    font-size: 19px;
  }

  .NEF2020 {
    font-size: 19px;
  }

  .nepHolders {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #020405;
    width: 100%;
    z-index: 2;
    padding: 14px 0 14px 40px;
  }

  .menuSect {
    bottom: 164px;
    right: 2%;
    width: 261px;
    display: none;
  }

  .flip-card {
    margin: 2% auto;
    width: 100px;
    height: 100px;
  }

  .menuBtns {
    position: absolute;
    right: 6px;
    bottom: 220px;
    z-index: 99;
  }

  .mainContainer {
    background: url('../images/forAndroid.jpg');
    background-size: cover;
  }

  .backbgs {
    opacity: 0;
  }

  .textArea2 {
    position: sticky;
    /* top: 10%; */
    left: 70%;
    margin: 10px;
  }

  .swaLearning {
    font-size: 27px;
  }

  .secondSlideCont {
    margin: 0px 0 5px 10px;
  }

  .orTextWith {
    font-size: 15px;
    margin: 0px 0 0 20px;
  }

  .mtopSpaces {
    margin-top: 19px !important;
  }

  .line_1 {
    width: 3px;
    height: 14px;
    margin: 2px auto;
  }

  .yelloLine {
    width: 19px;
    height: 6px;
    background: #ff772c;
    margin: 20px 0;
  }

  .header {
    width: 88%;
  }

  .menuForAndroid {
    display: block;
  }

  .onlyWeb {
    display: none;
  }

  .iconsSect1 {
    width: 114%;
  }

  .iconsSect2 {
    position: absolute;
    bottom: 0;
    left: 8%;
    width: 79%;
  }

  .iconsSect3 {
    position: absolute;
    bottom: 0;
    left: 1%;
    width: 100%;
  }

  .backBoxes {
    background: #081b40c2;
  }

  .row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
  }

  .textS {
    text-align: center;
    font-family: 'PoppinsRegular';
    font-size: 14px;
    color: #fff;
    margin: 7px 0;
  }

  .leftMenu {
    position: absolute;
    left: 1%;
    top: 37px;
    height: 20%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    transition: 1s;
    width: 98%;
  }

  .cricleBack {
    width: 85px;
    height: 85px;
  }

  .imgIcons {
    width: 34px;
    margin: 10px 0 0;
  }

  .textAccord {
    font-size: 12px;
    color: #000;
  }

  .loginBox {
    width: 62px;
    height: 62px;
    margin: -32px auto;
    z-index: 1111;
    position: sticky;
  }

  .logoBanners {
    opacity: 0.1;
    background: #000;
  }

  .closeLoginBox {
    z-index: 999;
    color: #000;
  }

  .toggleBtns {
    opacity: 0;
    display: none;
  }

  .studentLogins {
    margin: 44px 0 22px 0;
    font-size: 12px;
  }

  .inputAccessCode {
    padding: 8px;
    border-radius: 10px;
    border: none;
    width: 76%;
    font-size: 15px;
  }

  .loginButtons {
    background: #0072bc;
    color: #fff;
    font-family: 'PoppinsSemiBold';
    border-radius: 27px;
    padding: 7px 12px;
    margin: 29px auto;
    width: 105px;
    display: inline-block;
  }

  .loginBack {
    max-width: 360px;
  }

  .userIcons {
    font-size: 44px;
    color: #fff;
  }

  .demoLogd img {
    opacity: 1;
  }

  .onePlus {
    color: #fff;
  }

}

@media (min-width:1020px) and (max-width:1500px) {
  .swaLearning {
    font-size: 37px;
  }

  .textWelcome {
    font-size: 46px;
  }

  .unique {
    font-size: 54px;
  }

  .secondTexts {
    font-size: 39px;
  }

  .bigLetter {
    line-height: 45px;
    width: 50px;
  }

  .inAccord {
    font-size: 16px;
  }

  .NEF2020 {
    font-size: 19px;
  }

  .menuSect {
    bottom: 75px;
    width: 432px;
    z-index: 22;
  }

  .flip-card {
    background-color: transparent;
    width: 60px;
    height: 60px;
    perspective: 1000px;
    border-radius: 50%;
    margin: 0% 4.5%;
  }

  .rowTexts {
    margin: -2px 0;
  }

  .orTextWith {
    font-size: 18px;
  }

  .logoBack {
    max-width: 210px;
  }

}