@import url("https://fonts.googleapis.com/css2?family=Belgrano&display=swap");
.silder {
  display: block;
  background: linear-gradient(90deg, rgb(102, 193, 229) 0%, rgb(105, 153, 242) 46%, rgb(96, 100, 230) 100%);
  overflow: hidden;
  position: fixed;
  height: 100vh;
  white-space: nowrap;
  top: 0;
  right: 28px;
  width: 64px;
  z-index: 5;
}
.silder span {
  transform: rotate(90deg);
  width: 100%;
}

.silder p {
  position: absolute;
  width: auto;
  height: 51px;
  margin: 0;
  font-size: 48px;
  font-family: "Betatron";
  line-height: 50px;
  text-align: center;
  transform: rotate(90deg);
  transform: translateX(100%);
  animation-delay: 0s;
  animation: scroll-left 300s linear infinite;
  transition: 3s all ease-in-out;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-500%);
  }
}
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #647beb;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999;
}

.cursor1 {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #67adeb;
  opacity: 0.8;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999999;
}

header {
  background-color: black;
  position: relative;
  z-index: 999;
  overflow-x: hidden;
}
header .logo {
  width: 92px;
}

.think {
  color: black !important;
  -webkit-text-stroke: 1px white;
}

.main-banner {
  background-color: black;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
}
.main-banner .b-cont {
  background-color: black;
}
.main-banner .b-cont h1 {
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
  font-size: 255px;
  font-family: "Betatron";
  line-height: 201px;
  color: white;
}
.main-banner .b-cont1 {
  display: block;
  background-color: black;
  width: 100%;
  margin-top: -197px;
  position: absolute;
}
.main-banner .b-cont1 h1 {
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
  font-size: 255px;
  font-family: "Betatron";
  line-height: 201px;
  color: white;
}
.main-banner .b-em {
  background-color: black;
  position: relative;
  width: 90%;
  height: 90px;
}
.main-banner .b-em .dot {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 7px;
  left: -30px;
}
.main-banner .b-em .dot::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 50%;
}
.main-banner .b-em .dot::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 50%;
}
.main-banner .b-em p {
  font-size: 14.4px;
  line-height: 20.8px;
  letter-spacing: normal;
  font-family: latin;
  font-weight: 500;
  color: white;
  width: 200px;
  position: relative;
}
.main-banner .b-em span {
  position: absolute;
  color: white;
  font-size: 15px;
  font-weight: 800;
  top: 21px;
  right: 18%;
  transform: rotate(90deg);
  color: rgb(96, 100, 230);
}

.sec3 {
  padding: 8rem 0rem;
  position: relative;
  overflow-x: hidden;
  background-color: rgb(252, 252, 252);
}
.sec3 .left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sec3 .left .top p {
  font-size: 14px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  color: #626ee8;
  font-family: "Belgrano", serif;
  font-weight: 800;
}
.sec3 .left .top h1 {
  font-family: latin;
  color: black;
  font-weight: 800;
  font-size: 45px;
}
.sec3 .left .para p {
  font-size: 18px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  font-family: lato;
  line-height: 26px;
  font-weight: 400;
  margin-top: -5px;
}
.sec3 .left button {
  width: 150px;
  font-size: 14px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  color: #626ee8;
  font-family: lato;
  font-weight: 800;
  padding: 12px 25px;
  border: 1px solid #626ee8;
}
.sec3 .left button:hover {
  color: white;
  border: 1px solid rgba(98, 109, 232, 0);
  background: linear-gradient(90deg, rgb(102, 193, 229) 0%, rgb(105, 153, 242) 46%, rgb(96, 100, 230) 100%);
}
.sec3 .right {
  position: relative;
  gap: 30px;
}
.sec3 .right .line-text {
  position: relative;
  width: 50%;
  z-index: 9;
}
.sec3 .right .line-text p {
  padding: 17%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-weight: 500;
}
.sec3 .right .line-text .box1 .line1 {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #647beb;
  top: 0;
  left: 0;
}
.sec3 .right .line-text .box1 .line2 {
  position: absolute;
  height: 100%;
  width: 5px;
  background: #647beb;
  top: 0;
  right: 0;
}
.sec3 .right .line-text .box1 .line3 {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #647beb;
  right: 0;
  bottom: 0;
}
.sec3 .right .line-text .box1 .line4 {
  position: absolute;
  height: 100%;
  width: 5px;
  background: #647beb;
  bottom: 0;
  transform: rotate(360deg);
  left: 0;
}
.sec3 .right .box {
  position: absolute;
  top: -32px;
  right: 45px;
  z-index: 5;
}
.sec3 .right .box .line1 {
  position: absolute;
  height: 5px;
  width: 70px;
  background: #647beb;
}
.sec3 .right .box .line2 {
  position: absolute;
  height: 70px;
  width: 5px;
  background: #647beb;
  top: 1px;
  left: 65px;
}
.sec3 .right .box .line3 {
  position: absolute;
  height: 5px;
  width: 70px;
  background: #647beb;
  top: 71px;
  right: -70px;
}
.sec3 .right .box .line4 {
  position: absolute;
  height: 70px;
  width: 5px;
  background: #647beb;
  bottom: -73px;
}

.sec3-mobile {
  overflow-x: hidden;
  padding: 2rem 0rem;
  position: relative;
  background-color: rgb(252, 252, 252);
}
.sec3-mobile .left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sec3-mobile .left .top p {
  font-size: 14px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  color: #626ee8;
  font-family: "Belgrano", serif;
  font-weight: 800;
}
.sec3-mobile .left .top h1 {
  font-family: latin;
  color: black;
  font-weight: 800;
  font-size: 45px;
}
.sec3-mobile .left .para p {
  font-size: 18px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  font-family: lato;
  line-height: 26px;
  font-weight: 400;
  margin-top: -5px;
}
.sec3-mobile .left button {
  width: 150px;
  font-size: 14px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  color: #626ee8;
  font-family: lato;
  font-weight: 800;
  padding: 12px 25px;
  border: 1px solid #626ee8;
}
.sec3-mobile .left button:hover {
  color: white;
  border: 1px solid rgba(98, 109, 232, 0);
  background: linear-gradient(90deg, rgb(102, 193, 229) 0%, rgb(105, 153, 242) 46%, rgb(96, 100, 230) 100%);
}
.sec3-mobile .right {
  position: relative;
  gap: 30px;
}
.sec3-mobile .right .line-text {
  position: relative;
  width: 69%;
  z-index: 9;
}
.sec3-mobile .right .line-text p {
  padding: 17%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-weight: 500;
}
.sec3-mobile .right .line-text .box1 .line1 {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #647beb;
  top: 0;
  left: -1px;
}
.sec3-mobile .right .line-text .box1 .line2 {
  position: absolute;
  height: 100%;
  width: 5px;
  background: #647beb;
  top: 0;
  right: 0;
}
.sec3-mobile .right .line-text .box1 .line3 {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #647beb;
  right: 0;
  bottom: 0;
}
.sec3-mobile .right .line-text .box1 .line4 {
  position: absolute;
  height: 100%;
  width: 5px;
  background: #647beb;
  bottom: 0;
  transform: rotate(360deg);
  left: 0;
}
.sec3-mobile .right .line-text .box {
  position: absolute;
  top: -32px;
  right: 45px;
  z-index: 5;
}
.sec3-mobile .right .line-text .box .line1 {
  position: absolute;
  height: 5px;
  width: 70px;
  background: #647beb;
}
.sec3-mobile .right .line-text .box .line2 {
  position: absolute;
  height: 70px;
  width: 5px;
  background: #647beb;
  top: 1px;
  left: 65px;
}
.sec3-mobile .right .line-text .box .line3 {
  position: absolute;
  height: 5px;
  width: 70px;
  background: #647beb;
  top: 71px;
  right: -70px;
}
.sec3-mobile .right .line-text .box .line4 {
  position: absolute;
  height: 70px;
  width: 5px;
  background: #647beb;
  bottom: -73px;
}

.sec4 {
  overflow-x: hidden;
  background-color: black;
}
.sec4 .s4-head {
  position: relative;
}
.sec4 .s4-head .dot {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec4 .s4-head .dot::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 50%;
}
.sec4 .s4-head .dot::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 50%;
}
.sec4 .s4-head p {
  padding-left: 25px;
  color: white;
  font-family: lato;
  font-weight: 500;
  font-size: 18px;
}
.sec4 ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.sec4 ul li a p {
  color: white;
  font-size: 25px;
  line-height: 25.6px;
  font-weight: 300;
  font-family: lato;
}

.sec5 {
  overflow-x: hidden;
  background-color: black;
}
.sec5 .top .logo {
  width: 400px;
  height: auto;
}
.sec5 .top p {
  font-size: 14.4px;
  font-size: lato;
  font-weight: 600;
  color: white;
}
.sec5 .bot {
  position: relative;
}
.sec5 .bot h1 {
  font-size: 95px;
  font-family: "Betatron";
  line-height: 110px;
  color: white;
  text-align: center;
}
.sec5 .bot h1 span {
  color: black !important;
  -webkit-text-stroke: 1px white;
}
.sec5 .bot .dot {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 25%;
  right: 50%;
}
.sec5 .bot .dot::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 50%;
}
.sec5 .bot .dot::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: white;
  border-radius: 50%;
}
.sec5 .bot p {
  font-size: 16px;
  line-height: 26px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  font-family: lato;
  line-height: 26px;
  font-weight: 400;
  color: white;
  text-align: center;
  width: 48%;
  margin: 0 auto;
}

.position-relative.main-v {
  margin-right: 15%;
}

.drag {
  background-color: white;
  height: 80vh;
  position: relative;
  overflow-x: hidden;
}
.drag .main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  text-align: center;
}
.drag .main h1 {
  font-size: 131.541px;
  font-family: lato;
  letter-spacing: 5px;
  color: #000;
}
.drag .drag-comp {
  position: absolute;
}
.drag .drag-comp .button1 {
  top: -457px;
  position: absolute;
  left: 520px;
}
.drag .drag-comp .button1 a {
  position: relative;
}
.drag .drag-comp .button1 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button1 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 200px;
}
.drag .drag-comp .button1 a .line button {
  border: none;
  background-color: green;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-weight: 800;
  font-family: lato;
  color: white;
}
.drag .drag-comp .button1 a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button2 {
  top: -420px;
  position: absolute;
  left: 850px;
}
.drag .drag-comp .button2 a {
  position: relative;
}
.drag .drag-comp .button2 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button2 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 220px;
}
.drag .drag-comp .button2 a .line button {
  border: none;
  background-color: #004e35;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  color: #2ee4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  gap: 20px;
  padding: 0px 10px;
}
.drag .drag-comp .button2 a .line button span {
  width: 35px;
  display: block;
  height: 35px;
  background-color: #2ee4ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag .drag-comp .button2 a .line button span i {
  transform: rotate(30deg);
  color: #004e35;
}
.drag .drag-comp .button2 a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button2:hover a {
  position: relative;
}
.drag .drag-comp .button2:hover a .line button {
  border: none;
  background-color: #2ee4ff;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  color: #004e35;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  padding: 0px 10px;
}
.drag .drag-comp .button2:hover a .line button span {
  width: 35px;
  display: block;
  height: 35px;
  background-color: #004e35;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag .drag-comp .button2:hover a .line button span i {
  transform: rotate(30deg);
  color: #2ee4ff;
}
.drag .drag-comp .button2:hover a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button3 {
  top: -420px;
  position: absolute;
  left: 150px;
}
.drag .drag-comp .button3 a {
  position: relative;
}
.drag .drag-comp .button3 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button3 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 200px;
}
.drag .drag-comp .button3 a .line button {
  border: none;
  background: linear-gradient(90deg, rgb(252, 5, 5) 70%, rgb(251, 4, 168) 84%);
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  gap: 10px;
}
.drag .drag-comp .button3 a .cursor-btn {
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button3:hover a .line button {
  background-color: #fb04a8 !important;
}
.drag .drag-comp .button4 {
  top: -250px;
  position: absolute;
  left: 500px;
}
.drag .drag-comp .button4 a {
  position: relative;
}
.drag .drag-comp .button4 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button4 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 200px;
  background-color: #ffffff;
}
.drag .drag-comp .button4 a .line button {
  border: none;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-family: lato;
}
.drag .drag-comp .button4 a .line button span {
  width: 35px;
  display: block;
  height: 35px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag .drag-comp .button4 a .line button span i {
  color: white;
}
.drag .drag-comp .button4 a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button5 {
  top: -150px;
  position: absolute;
  left: 900px;
}
.drag .drag-comp .button5 a {
  position: relative;
}
.drag .drag-comp .button5 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button5 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 250px;
  background-color: #ffffff;
}
.drag .drag-comp .button5 a .line button {
  border: none;
  border: 1px solid #00006e;
  width: 100%;
  height: 45px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 5px;
  color: #00006e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  padding: 0px 10px;
}
.drag .drag-comp .button5 a .line button span {
  width: 35px;
  display: block;
  height: 35px;
  border: 1px solid #00006e;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag .drag-comp .button5 a .line button span i {
  color: #00006e;
}
.drag .drag-comp .button5 a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button6 {
  top: -200px;
  position: absolute;
  left: 100px;
}
.drag .drag-comp .button6 a {
  position: relative;
}
.drag .drag-comp .button6 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button6 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 220px;
}
.drag .drag-comp .button6 a .line button {
  border: none;
  background-color: #004e35;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  color: #2ee4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  gap: 20px;
  padding: 0px 10px;
}
.drag .drag-comp .button6 a .line button span {
  width: 35px;
  display: block;
  height: 35px;
  background-color: #2ee4ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag .drag-comp .button6 a .line button span i {
  transform: rotate(30deg);
  color: #004e35;
}
.drag .drag-comp .button6 a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button6:hover a {
  position: relative;
}
.drag .drag-comp .button6:hover a .line button {
  border: none;
  background-color: #2ee4ff;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  color: #004e35;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  padding: 0px 10px;
}
.drag .drag-comp .button6:hover a .line button span {
  width: 35px;
  display: block;
  height: 35px;
  background-color: #004e35;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag .drag-comp .button6:hover a .line button span i {
  transform: rotate(30deg);
  color: #2ee4ff;
}
.drag .drag-comp .button6:hover a .cursor-btn {
  color: #08ff1d;
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button7 {
  top: -100px;
  position: absolute;
  left: 401px;
}
.drag .drag-comp .button7 a {
  position: relative;
}
.drag .drag-comp .button7 a p {
  font-size: 14px;
  color: #5e5d5d;
  list-style: disc !important;
}
.drag .drag-comp .button7 a .line {
  border-style: dashed;
  color: #9c9b9b;
  border-radius: 10px;
  padding: 10px;
  width: 200px;
}
.drag .drag-comp .button7 a .line button {
  border: none;
  background: linear-gradient(90deg, rgb(252, 5, 5) 70%, rgb(251, 4, 168) 84%);
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: lato;
  gap: 10px;
}
.drag .drag-comp .button7 a .cursor-btn {
  position: absolute;
  top: 65px;
  left: 50%;
}
.drag .drag-comp .button7:hover a .line button {
  background-color: #fb04a8 !important;
}

footer {
  overflow-x: hidden;
}
footer .footer-silder {
  padding: 80px 0px;
}
footer .footer-silder marquee {
  border-top: 1px solid #655df0;
  border-bottom: 1px solid #655df0;
}
footer .footer-silder marquee h1 {
  font-size: 78.0571px;
  font-family: lato;
  color: #6b64e5;
}
footer .main .logo {
  width: 100px;
}
footer .main ul li {
  position: relative;
  width: 100%;
  z-index: 5;
  transition: 1s all ease-in-out;
}
footer .main ul li p {
  background-color: white;
  position: relative;
  z-index: 5;
  transform: rotate(266deg);
  width: 80px;
  transform-origin: left;
  transition: 1s all ease-in-out;
  width: 80px;
  color: #00006e;
  font-family: lato;
  font-size: 16px;
  font-weight: 600;
}
footer .main ul li span {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #00006e;
  position: absolute;
  border-radius: 50px;
  top: -12px;
  left: -26px;
  z-index: 1;
  transition: 1s all ease-in-out;
}
footer .main ul li:hover p {
  transform: rotate(0deg);
  border-bottom: 1px solid #00006e;
  transition: 1s all ease-in-out;
  animation: like 1s linear;
  width: 80px;
}
footer .main ul li:hover span {
  animation: like1 2s linear;
  transition: 1s all ease-in-out;
}

@keyframes like1 {
  0% {
    opacity: 100%;
  }
  25% {
    opacity: 60%;
  }
  50% {
    opacity: 30%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes like {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 50px;
  }
  100% {
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .main-banner {
    background-color: black;
    height: 100vh;
  }
  .main-banner .b-cont {
    background-color: black;
    margin-top: 43px;
  }
  .main-banner .b-cont h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 150px;
    font-family: "Betatron";
    line-height: 150px;
    color: white;
  }
  .main-banner .b-cont1 {
    display: block;
    background-color: black;
    width: 100%;
    margin-top: -143px;
    position: absolute;
  }
  .main-banner .b-cont1 h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 150px;
    font-family: "Betatron";
    line-height: 150px;
    color: white;
  }
  .sec3 .right .line-text p {
    padding: 17%;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: white;
    font-weight: 500;
  }
  .drag .drag-comp .button2 {
    top: -370px;
    position: absolute;
    left: 544px;
  }
  .drag .drag-comp .button5 {
    top: -150px;
    position: absolute;
    left: 651px;
  }
  .drag .drag-comp .button1 {
    top: -457px;
    position: absolute;
    left: 332px;
  }
  .drag .drag-comp .button3 {
    top: -420px;
    position: absolute;
    left: 38px;
  }
  .drag .drag-comp .button4 {
    top: -250px;
    position: absolute;
    left: 332px;
  }
  .drag .drag-comp .button6 {
    top: -186px;
    position: absolute;
    left: 45px;
  }
  .drag .drag-comp .button7 {
    top: -100px;
    position: absolute;
    left: 286px;
  }
  .drag .drag-comp .button5 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 208px;
    background-color: #ffffff;
  }
  .drag .drag-comp .button5 {
    top: -150px;
    position: absolute;
    left: 563px;
  }
}
@media (max-width: 768px) {
  .drag {
    background-color: white;
    height: 100%;
    position: relative;
    overflow-x: hidden;
  }
  .drag .main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    text-align: center;
  }
  .drag .main h1 {
    font-size: 131.541px;
    font-family: lato;
    letter-spacing: 5px;
    color: #000;
  }
  .main-banner .b-em {
    background-color: black;
    position: relative;
    width: 100%;
    height: 100%;
    gap: 15px;
    padding-top: 21px;
  }
  .main-banner .silder {
    display: block;
    background: linear-gradient(90deg, rgb(102, 193, 229) 0%, rgb(105, 153, 242) 46%, rgb(96, 100, 230) 100%);
    overflow: hidden;
    position: fixed;
    height: 100vh;
    white-space: nowrap;
    top: 0;
    right: 0;
    width: 40px;
    z-index: 5;
  }
  .main-banner .silder p {
    position: absolute;
    width: auto;
    height: 51px;
    margin: 0;
    font-size: 24px;
    font-family: "Betatron";
    line-height: 50px;
    text-align: center;
    transform: rotate(90deg);
    transform: translateX(100%);
    animation-delay: 0s;
    animation: scroll-left 70s linear infinite;
  }
  .cursor {
    display: none !important;
  }
  .cursor1 {
    display: none !important;
  }
  .sec3 {
    padding: 3rem 0rem;
    position: relative;
    overflow-x: hidden;
    background-color: rgb(252, 252, 252);
  }
  .main-banner {
    background-color: black;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-banner .b-cont {
    background-color: black;
    margin-top: 106px;
  }
  .main-banner .b-cont h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 100px;
    font-family: "Betatron";
    line-height: 100px;
    color: white;
  }
  .main-banner .b-cont1 {
    display: block;
    background-color: black;
    width: 100%;
    margin-top: -99px;
    position: absolute;
  }
  .main-banner .b-cont1 h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 100px;
    font-family: "Betatron";
    line-height: 100px;
    color: white;
  }
  .sec5 .bot h1 {
    font-size: 64px;
    font-family: "Betatron";
    line-height: 90px;
    color: white;
    text-align: center;
  }
  .sec5 .bot p {
    font-size: 16px;
    line-height: 26px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-family: lato;
    line-height: 26px;
    font-weight: 400;
    color: white;
    text-align: center;
    width: 67%;
    margin: 0 auto;
  }
  .drag .main h1 {
    font-size: 71.541px;
    font-family: lato;
    letter-spacing: 5px;
    color: #000;
  }
  .drag .drag-comp .button3 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button3 a .line button {
    border: none;
    background: linear-gradient(90deg, rgb(252, 5, 5) 70%, rgb(251, 4, 168) 84%);
    width: 100%;
    height: 33px;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-family: lato;
    gap: 10px;
    font-size: 14px;
  }
  .drag .drag-comp .button1 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button1 a .line button {
    border: none;
    background: linear-gradient(90deg, rgb(252, 5, 5) 70%, rgb(251, 4, 168) 84%);
    width: 100%;
    height: 33px;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-family: lato;
    gap: 10px;
    font-size: 14px;
  }
  .drag .drag-comp .button2 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button2 a .line button {
    width: 100%;
    height: 33px;
    gap: 9px;
    font-size: 14px;
  }
  .drag .drag-comp .button2 a .line button span {
    width: 18px;
    display: block;
    height: 18px;
    background-color: #2ee4ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .drag .drag-comp .button4 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button4 a .line button {
    width: 100%;
    height: 33px;
    font-size: 14px;
  }
  .drag .drag-comp .button4 a .line button span {
    width: 27px;
    display: block;
    height: 27px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .drag .drag-comp .button5 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button5 a .line button {
    width: 100%;
    height: 33px;
    font-size: 14px;
  }
  .drag .drag-comp .button6 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button6 a .line button {
    height: 33px;
    font-size: 14px;
    gap: 9px;
  }
  .drag .drag-comp .button7 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 10px;
    width: 169px;
  }
  .drag .drag-comp .button7 a .line button {
    height: 33px;
    font-size: 14px;
  }
  .drag .drag-comp .button6 a .line button span {
    width: 18px;
    display: block;
    height: 18px;
  }
  .drag .drag-comp .button5 a .line button span {
    width: 18px;
    display: block;
    height: 18px;
  }
  .drag .drag-comp .button1 {
    top: -457px;
    position: absolute;
    left: 266px;
  }
  .drag .drag-comp .button2 {
    top: -370px;
    position: absolute;
    left: 445px;
  }
  .drag .drag-comp .button1 {
    top: -353px;
    position: absolute;
    left: 192px;
  }
  .drag .drag-comp .button4 {
    top: -250px;
    position: absolute;
    left: 246px;
  }
  .drag .drag-comp .button7 {
    top: -100px;
    position: absolute;
    left: 211px;
  }
  .drag .drag-comp .button6 {
    top: -188px;
    position: absolute;
    left: 24px;
  }
  .drag .drag-comp .button3 {
    top: -345px;
    position: absolute;
    left: 7px;
  }
  header {
    background-color: black;
    position: relative;
    z-index: 998;
  }
  .main-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
  }
  footer .main ul li p {
    background-color: white;
    position: relative;
    z-index: 5;
    transform: rotate(0deg);
    width: 80px;
    transform-origin: left;
    transition: 1s all ease-in-out;
    width: 100%;
    color: #00006e;
    font-family: lato;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
  }
  footer .main ul li span {
    display: none;
  }
}
@media (max-width: 414px) {
  .main-banner {
    padding: 50px 0px;
    background-color: black;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-banner .b-cont {
    background-color: black;
    margin-top: 32px;
  }
  .main-banner .b-cont .top {
    position: relative;
    top: -32px;
  }
  .main-banner .b-cont .bottom {
    margin-top: -35px;
  }
  .main-banner .b-cont h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 75px;
    font-family: "Betatron";
    line-height: 75px;
    color: white;
  }
  .main-banner .b-cont1 {
    display: block;
    background-color: black;
    width: 100%;
    margin-top: 60px;
    position: absolute;
  }
  .main-banner .b-cont1 h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 75px;
    font-family: "Betatron";
    line-height: 75px;
    color: white;
  }
  .main-banner .b-em {
    background-color: black;
    position: relative;
    z-index: 0;
  }
  .sec3 .left .top h1 {
    font-family: latin;
    color: black;
    font-weight: 800;
    font-size: 30px;
  }
  .sec3 .right {
    position: relative;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec3 .right .line-text {
    position: relative;
    width: 68%;
    z-index: 9;
    height: -moz-fit-content;
    height: fit-content;
  }
  header {
    background-color: black;
    position: relative;
    z-index: 998;
  }
  .sec3 .right .line-text p {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: white;
    font-weight: 400;
  }
  .main-banner .silder {
    background: linear-gradient(90deg, rgb(102, 193, 229) 0%, rgb(105, 153, 242) 46%, rgb(96, 100, 230) 100%);
    overflow: hidden;
    position: fixed;
    height: 100vh;
    white-space: nowrap;
    top: 0;
    right: 0;
    width: 43px;
    z-index: 5;
  }
  .main-banner .silder p {
    position: absolute;
    width: auto;
    height: 51px;
    margin: 0;
    font-size: 33px;
    font-family: "Betatron";
    line-height: 50px;
    text-align: center;
    transform: rotate(90deg);
    transform: translateX(100%);
    animation-delay: 0s;
  }
  .sec5 .bot h1 {
    font-size: 39px;
    font-family: "Betatron";
    line-height: 59px;
    color: white;
    text-align: center;
  }
  .drag .drag-comp .button3 {
    top: -457px;
    position: absolute;
    left: -3px;
  }
  .drag .drag-comp .button1 {
    top: -461px;
    position: absolute;
    left: 182px;
  }
  .drag .drag-comp .button2 {
    top: -369px;
    position: absolute;
    left: 5px;
  }
  .drag .drag-comp .button5 {
    top: -161px;
    position: absolute;
    left: 211px;
  }
  .drag .drag-comp .button3 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .drag .drag-comp .button1 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .drag .drag-comp .button2 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .drag .drag-comp .button4 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .drag .drag-comp .button5 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .drag .drag-comp .button6 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .drag .drag-comp .button7 a .line {
    border-style: dashed;
    color: #9c9b9b;
    border-radius: 10px;
    padding: 5px;
    width: 169px;
  }
  .main-banner .silder {
    background: linear-gradient(90deg, rgb(102, 193, 229) 0%, rgb(105, 153, 242) 46%, rgb(96, 100, 230) 100%);
    overflow: hidden;
    position: fixed !important;
    height: 100vh;
    white-space: nowrap;
    top: 0;
    right: 0;
    width: 43px;
    z-index: 5;
  }
  .main-banner .silder p {
    position: absolute;
    width: 500px;
    height: 51px;
    margin: 0;
    font-size: 33px;
    font-family: "Betatron";
    line-height: 50px;
    text-align: center;
    transform: rotate(90deg);
    transform: translateX(100%);
    animation-delay: 0s;
  }
  .drag .drag-comp .button4 {
    top: -286px;
    position: absolute;
    left: 106px;
  }
  .drag .drag-comp .button6 {
    top: -165px;
    position: absolute;
    left: 2px;
  }
  .drag .drag-comp .button5 {
    top: -107px;
    position: absolute;
    left: 171px;
  }
  .drag .drag-comp .button7 {
    top: -40px;
    position: absolute;
    left: 25px;
  }
  .sec5 .bot .dot {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 45%;
    right: 50%;
  }
  .sec3 .left .para p {
    font-size: 18px;
    line-height: 26px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-family: lato;
    line-height: 26px;
    font-weight: 400;
    margin-top: -5px;
    padding-right: 50px;
  }
  .sec3 .left .top h1 {
    font-family: latin;
    color: black;
    font-weight: 800;
    font-size: 30px;
    padding-right: 15px;
  }
}
@media (max-width: 616px) {
  .main-banner {
    padding: 50px 0px;
    background-color: black;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-banner .b-cont {
    background-color: black;
    margin-top: 32px;
  }
  .main-banner .b-cont .top {
    position: relative;
    top: -32px;
  }
  .main-banner .b-cont .bottom {
    margin-top: -35px;
  }
  .main-banner .b-cont h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 75px;
    font-family: "Betatron";
    line-height: 75px;
    color: white;
  }
  .main-banner .b-cont1 {
    display: block;
    background-color: black;
    width: 100%;
    margin-top: 60px;
    position: absolute;
  }
  .main-banner .b-cont1 h1 {
    transition: all 0.9s ease-out;
    transform-origin: center;
    transform: scale(1, 1);
    font-size: 75px;
    font-family: "Betatron";
    line-height: 75px;
    color: white;
  }
  .drag .drag-comp .button2 {
    top: -299px;
    position: absolute;
    left: 393px;
  }
  .drag .drag-comp .button5 {
    top: -162px;
    position: absolute;
    left: 314px;
  }
  .sec5 .top .logo {
    width: 233px;
    height: auto;
  }
  .main-banner .b-em {
    background-color: black;
    position: relative;
    width: 100%;
    height: 100%;
    gap: 15px;
    padding-top: 21px;
  }
}/*# sourceMappingURL=main.css.map */